vkernel - Unbreak 32-bit vkernel builds by fixing broken assertion
[dragonfly.git] / sys / dev /
2012-01-01 Sascha Wildnerkernel/tws: Add a missing lockmgr(...,LK_RELEASE).
2012-01-01 Sascha Wildnerkernel/gpio: Add a missing lockmgr(...,LK_RELEASE).
2011-12-31 Peter AvalosMerge branch 'vendor/FILE'
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-12-30 Sascha Wildnerkernel/drm: Move a NULL check to the proper place.
2011-12-29 Sepherosa Ziehauacpi/cpu: Missing one 'O' in the macro name
2011-12-29 Sepherosa Ziehauacpi/pstate: Print coordination
2011-12-29 Sepherosa Ziehauacpi/pstate: Fix the long standing P-State detection...
2011-12-29 Sepherosa Ziehauintr: Remove no longer correct ithread_cpuid; use rman_...
2011-12-28 Sepherosa Ziehaubce: Add workaround for the lost of MSI on 5706/5708
2011-12-28 Sepherosa Ziehauem: rman_get_cpuid should be used to get the interrupt...
2011-12-28 Sepherosa Ziehauem: Use MSI, if device supports it
2011-12-28 Sepherosa Ziehaubce: Split out frontend for interrupt handler
2011-12-28 Sepherosa Ziehaupci: Factor out pci_alloc_1intr()
2011-12-27 Sepherosa Ziehaubce: Use MSI, if device supports it
2011-12-27 Sepherosa Ziehauemx: emx_detach will correctly handle IRQ resource...
2011-12-27 Sepherosa Ziehauemx: Use MSI, if device supports it
2011-12-27 Sepherosa Ziehauahci: Use MSI if device support it.
2011-12-27 Sepherosa Ziehaumsi: Put old MSI code under OLD_MSI
2011-12-27 Sepherosa Ziehaumsi/pci: Pass cpuid to pcib_map_msi method
2011-12-27 Sepherosa Ziehaumsi/pci: Pass cpuid to pci_alloc_msi and pcib_alloc_msi...
2011-12-27 Sepherosa Ziehaunetif: MSI actually never worked, so comment out the...
2011-12-27 Sepherosa Ziehaumsi: Enable all PCI related code
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-22 Sascha Wildnertbridge: Remove an unused header. It's all in <sys...
2011-12-22 Sascha Wildnerkernel: Remove two PC98 specific serial driver headers.
2011-12-22 Sascha Wildnerral(4): Remove an unused header.
2011-12-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-12-22 Sascha Wildnerkernel: Remove an unused header file.
2011-12-19 Sascha Wildnervinum(4): Remove some casts to union and solve it in...
2011-12-19 Sascha Wildnervpo(4): Remove some casts to union and solve it in...
2011-12-17 Sascha Wildnersym(4): Remove excessive semicolons.
2011-12-17 Sascha Wildnertwe(4): Remove a cast to a union (which is a GNU extens...
2011-12-16 Sascha Wildnervinum(4): Fix wrong parenthesizing.
2011-12-16 Sascha Wildnerpcn(4): Fix a bug where && was meant but & was used.
2011-12-14 Sascha Wildnerahci(4): Add MODULE_VERSION.
2011-12-13 Sascha Wildnerecc(4): Move from sys/dev/bridge to sys/dev/misc.
2011-12-13 Sepherosa Ziehauecc: ecc: Support the ECC error detection for Xeon...
2011-12-13 Sepherosa Ziehauecc: Support the ECC error detection for Xeon E3-1200...
2011-12-12 Venkatesh SrinivasMerge git://git.dragonflybsd.org/dragonfly
2011-12-11 YONETANI TomokazuFix the panic on atkbdc_configure() failure
2011-12-10 Sascha Wildnerkernel: Add acpi_if.h to the ACPI module Makefiles.
2011-12-09 Sascha Wildnerbuildkernel: Disable building of acpi_hp.ko. It will...
2011-12-09 Sascha WildnerSome cosmetics: #if(0) -> #if 0
2011-12-09 Sascha Wildnerkernel: Fix various whitespace and indent issues (no...
2011-12-08 Sascha Wildnersf(4): Remove a duplicated flag in a header.
2011-12-06 Sascha Wildnerkernel: Remove another NULL check after kmalloc() with...
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-12-06 Sascha Wildnermlx(4): Don't free 'meo' until we're finished using it.
2011-12-06 Sascha Wildnerdpt(4): Remove duplicate bit in an | operation.
2011-12-05 Sascha Wildnerkernel: Use M_ZERO for kmalloc() instead of bzero(...
2011-12-05 Sascha Wildnerkernel: Remove some unneeded NULL checks after kmalloc...
2011-12-04 Sascha Wildnerkernel: Move some dereferences below the NULL checks.
2011-12-04 Sascha Wildnerkernel: Use NELEM() in some more places.
2011-11-28 Jan LentferMerge branch 'vendor/LDNS'
2011-11-26 John MarinoMerge branch 'vendor/BINUTILS_ALL'
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-24 Sepherosa Ziehaubce: Use MPSAFE callout
2011-11-21 Venkatesh Srinivaskernel -- nata: Raise ATA timeout for FLUSHCACHE requests.
2011-11-20 Matthew Dillonkernel - Fix DRM_DEBUG() macro
2011-11-19 Matthew Dillonkernel - Implement a contiguous memory reserve for...
2011-11-17 Alex Hornungdfregress,tbridge - Move into usr.bin and sys/dev
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-15 Sepherosa Ziehauemx: Use MPSAFE callout
2011-11-08 Matthew Dillonkernel - make adjustments to the AHCI driver to try...
2011-11-08 Sascha Wildnersyscons: Add description for machdep.enable_panic_key.
2011-11-07 Sascha Wildneracpi_cpu: do not apply P_LVLx_LAT rules to latencies...
2011-11-06 John MarinoMerge branch 'vendor/MPFR'
2011-11-05 John MarinoMerge branch 'vendor/GMP'
2011-11-04 Sascha Wildnertwa(4): Remove some bogus NULL checks after kmalloc...
2011-11-04 Sascha Wildnerkernel: Replace some bzero()s with M_ZERO in the preced...
2011-11-04 Sascha WildnerRemove some bogus CVS IDs.
2011-10-31 Maurizio LombardiFix a macro argument expansion bug
2011-10-29 John MarinoMerge branch 'vendor/GREP'
2011-10-29 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-10-29 Sepherosa Ziehaux86_64/ioapic: Allow GSI's target CPU to be configured
2011-10-28 John MarinoMerge branch 'vendor/GCC44'
2011-10-28 Matthew Dillonkernel - add lwkt_set_interrupt_support_thread() API
2011-10-28 Sepherosa Ziehauswi: Pass cpuid to swi register and unregister
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-10-26 Matthew Dillonkernel - callout_init() -> callout_init_mp() in selecte...
2011-10-24 Sepherosa ZiehauMerge branch 'devel'
2011-10-21 Samuel J. GreearDRM - Fix LINT build
2011-10-21 David ShaoDRM from FreeBSD current, tested for r600
2011-10-21 Sascha Wildnerkernel: Move GPL'd kernel files to sys/gnu to have...
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-10-18 Antonio Huete Jimenezsyscons - Avoid potential blocking issue.
2011-10-16 Sascha Wildnerlgue(4): Fix an issue and do some cleanup.
2011-10-14 Sascha Wildnerath(4): Remove a debug message (not in FreeBSD's either).
2011-10-14 Antonio Huete Jimenezsyscons - Fix comments related to do_switch_scr()
2011-10-14 Antonio Huete Jimenezsyscons - Fix comment.
2011-10-11 Sepherosa ZiehauMerge branch 'devel'
2011-10-11 Sepherosa Ziehaulegacy devices: Utilize bus_alloc_legacy_irq_resource()
2011-10-11 Sepherosa Ziehaupsm: Utilize bus_alloc_legacy_irq_resource
2011-10-11 Sepherosa Ziehauatkbd: Utilize bus_alloc_legacy_irq_resource()
2011-10-11 Sascha Wildnerkernel/drm: Clean up the Makefiles a bit.
2011-10-10 Sascha Wildnerpadlock(4): Match ENTRY()s with END()s.
2011-10-10 Sepherosa Ziehauatkbd: Interrupt resource is not shareable
2011-10-10 Sepherosa Ziehaupsm: Set the interrupt's target CPU properly
2011-10-10 Sepherosa Ziehauatkbd: Set the interrupt's target CPU properly
next