hammer - Fix bugs, fix serious snapshot bug, flush adjustments
[dragonfly.git] / sys / bus /
2018-03-16 Sascha Wildnerkernel/usb4bsd: Sync the quirks with FreeBSD.
2018-02-22 Markus Pfeifferkernel/u4b: Use CDCE_LOCK/CDCE_UNLOCK macros
2018-02-22 Markus Pfeifferkernel: port if_cdce
2018-02-20 Sascha Wildnerkernel/urtw: Fix double assignments.
2018-02-04 Matthew Dillonkernel - Fix CAM peripheral error handling
2018-01-30 Imre Vadászacpi - Use KOBJ_GPRI_ACPI driver priorities for ig4...
2018-01-28 Imre Vadászsyscons - Untangle device attachement from isa?, attach...
2018-01-22 zrjRevert "kernel: Disable attributes that take no effect."
2018-01-21 zrjkernel: Disable attributes that take no effect.
2018-01-16 Matthew Dillonkernel - xhci cleanup, lock attach
2018-01-16 Matthew Dillonkernel - Handle ig4 controller startup errors
2017-12-20 zrjkernel: Remove some references to i386.
2017-12-13 Sascha WildnerRemove <sys/ioccom.h> inclusion from a number of files.
2017-12-08 Peeter Mustkernel - Add evdev support to kbdmux, ukbd and ums
2017-12-02 Matthew Dillonkernel - Fix CAM unit allocation race
2017-11-29 zrjkernel: Make floppies work again.
2017-11-24 Imre Vadászkernel - Get rid of old KDSETRAD keyboard ioctl, and...
2017-10-16 Matthew Dillonkernel - Remove repurposebuf
2017-10-16 Matthew Dillonkernel - Remove B_MALLOC
2017-10-11 Thomas NikolajsenMerge commit 'crater/master'
2017-10-11 Sascha Wildnerkernel/cam: Add some missing parameter names.
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-07-31 Sascha Wildnerkernel/urtwn: Add missing braces.
2017-07-30 Sascha Wildnerkernel/cam: Add CAM_SCSI_IT_NEXUS_LOST (in preparation...
2017-07-30 Imre VadászMake sure that cam(4)'s dashutdown handler runs before...
2017-06-17 Sascha Wildnerkernel/acpi: Match _HID instead of relying on _CID...
2017-06-16 Imre Vadászig4 - Interrupt handling was mpsafe already, just set...
2017-06-16 Imre Vadászig4 - Recognize Haswell, the Atom SoCs and Skylake...
2017-06-15 Imre Vadászig4 - Fix typo, pci_get_devid() -> pci_get_device.
2017-06-14 Imre Vadászig4 - Recognize PCI device IDs for Skylake-U/Y and...
2017-06-07 Matthew Dillonkernel - Add quirk for additional MCP79 AHCI chipset
2017-05-30 Imre VadászPort initial UHS-1 support from FreeBSD (Only DDR52...
2017-05-22 Imre VadászA step to correctly handling command timeouts in the...
2017-05-21 Imre VadászMore style, comments, includes and unused params fixes...
2017-05-20 Imre VadászStyle fixes for sdhci(4) and mmc(4) in comments, includ...
2017-05-08 Sascha WildnerRemove a no longer used header (scsi_iu.h).
2017-02-22 Matthew Dillonkernel - Add missing bus lock to CAM
2017-02-18 Sascha Wildnerkernel/usb4bsd: Add a quirk for the Corsair STRAFE...
2017-02-16 Sascha Wildnerkernel: Fix the type of 'cmd' in various ioctl function...
2017-02-11 Imre Vadászvirtio: Fix and activate PCI MSI-X support.
2017-01-27 Matthew Dillonkernel - Remove direct mapping of user buffers to CAM
2017-01-27 Imre Vadászkernel/usb4bsd: Use pci_alloc_1intr() for MSI allocatio...
2017-01-26 Matthew Dillonkernel - Refactor suword, fuword, etc. change vmm_gues...
2017-01-25 Matthew Dillonkernel - pmap and vkernel work
2017-01-15 Imre Vadászkernel/usb4bsd: Configure the correct bMaxPacketSize...
2017-01-15 Imre Vadászkernel - Add PCIER_DEVCAP2 and PCIER_DEVCTRL2 definitio...
2017-01-15 Imre Vadászvgapci: Remove verbose printf() messages from pci_...
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-09 Matthew Dillonbuf - Remove B_ORDERED, Incidental CAM MPSAFE
2017-01-09 Matthew Dillonkernel - Incidental MPLOCK removal (non-performance)
2017-01-08 Sascha WildnerClean up a bit after the recent CAM work (075c6d38244ab...
2017-01-08 Matthew Dillonkernel - CAM cleanup 3/N - Remove unnecessary mplocks
2017-01-08 Matthew Dillonkernel - CAM cleanup 1/N - Remove ancient scsi pccard...
2017-01-06 Sepherosa Ziehaualc: Add Killer E2500 support.
2017-01-05 Sepherosa Ziehaupci: Add a quirk for chips w/ broken MSI support.
2017-01-03 Matthew Dilloncam - Fix bus registration race
2017-01-02 Matthew Dillonkernel - Fix TRIM bugs in UFS
2016-12-28 Matthew Dillonkernel - Do a better job locking CAM ref counts
2016-12-09 Imre Vadászvgapci: There is no drmn driver in DragonFly, there...
2016-11-29 François Tigeotfirmware(9): Change type of data pointer
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-23 Sepherosa Ziehaure: Leverage Realtek driver's chip/PHY initialization...
2016-11-19 Sascha WildnerRemove some old architecture handling.
2016-10-29 Imre Vadászmmc: With this workaround, both eMMC and sd-card slot...
2016-10-29 Matthew Dillonkernel - adjust sdhc timeouts, cleanup
2016-10-29 Matthew Dillonkernel - Fix mmcsd read/write issues
2016-10-27 François Tigeotkernel: Replace struct device* by device_t
2016-10-24 zrjcamcontrol: Force scsi_8btou64() to be inlined.
2016-10-18 Sascha Wildnerkernel: Remove the COMPAT_43 kernel option along with...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-29 zrjusb4bsd: Fix compilation with -flto.
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-04 zrjkernel/scsi: Do not announce pass/sg in bootverbose.
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-07 Matthew Dillonkernel - Cleanup gcc warnings
2016-08-06 Matthew Dillonkernel, world - Remove the remaining vestiges of linux...
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-22 Matthew Dillonkernel - Refactor buffer cache code in preparation...
2016-07-19 zrjsys: Various include guard fixes.
2016-07-19 zrjRemove pcibus.h header.
2016-06-05 Matthew Dillonkernel - Add PCIS_STORAGE_NVM
2016-06-03 Imre Vadászif_run - Add missing RUN_LOCK/RUN_UNLOCK around a run_g...
2016-05-31 Imre Vadászsmbacpi: Implement I2cSerialBus ACPI support module...
2016-05-31 Imre Vadászig4: Add ig4_acpi.c for attaching on ACPI (needed for...
2016-05-29 Imre Vadászgpio_acpi: Turn this into a child device of gpio_intel.
2016-05-28 Imre Vadászgpio_acpi: Add allocate/release functions for GpioIo...
2016-05-28 Imre Vadászgpio_acpi: Factor out gpio_acpi_check_gpioint().
2016-05-24 Sascha Wildnerkernel/urtwn: Fix building with USB_DEBUG.
2016-05-24 Imre Vadászwlan - Move wlan_serialize_enter()/exit() wrapper to...
2016-05-24 Imre Vadászwlan - Adjust Makefile and use opt_urtwn.h and opt_wlan...
2016-05-24 Matthew Dillonwlan - Sync bus/u4b/wlan/if_urtwn* from FreeBSD
2016-05-24 Imre Vadászwlan - Sync bus/u4b/wlan/run from FreeBSD
2016-05-24 Imre Vadászbuild - Add if_rum to the build again
2016-05-24 Imre Vadászwlan - Sync bus/u4b/wlan/rum from FreeBSD
2016-05-24 Matthew Dillonbuild - Temporarily remove wifi drivers from build
next