kernel/ncr: Fix double assignment.
[dragonfly.git] / sys / dev / disk /
2018-02-20 Sascha Wildnerkernel/ncr: Fix double assignment.
2018-02-14 zrjkernel/disk: Remove use of "%b" format.
2018-02-04 Matthew Dillonahci - Improve debug output
2018-01-30 Imre Vadászacpi - Use KOBJ_GPRI_ACPI driver priorities for ig4...
2018-01-20 zrjkernel/mpt: Fix evaluation of args in macro.
2018-01-20 zrjkernel/ncr: Remove unused variable.
2018-01-20 zrjkernel/isp: Minor cleanup.
2018-01-01 zrjkernel/nata: Add loader hint to disable nata attach.
2017-12-31 zrjkernel/nata: Add more INTEL chipset IDs.
2017-12-31 zrjkernel/nata: Add bunch of chipset IDs.
2017-12-31 zrjkernel/nata: Handle soft resets in ahci better.
2017-12-31 zrjkernel/nata: Deal with ATA_DEV() and atadev->unit.
2017-12-31 zrjkernel/nata: Fix HT1000 DMA engine 64k transfer issue.
2017-12-31 zrjkernel/nata: Extract ata_tf_read() and ata_tf_write().
2017-12-31 zrjkernel/nata: Extract ad_get_geometry().
2017-12-31 zrjkernel/nata: Add Adaptec 1420 support.
2017-12-31 zrjkernel/nata: Extract reset functions in chipset drivers.
2017-12-31 zrjkernel/nata: Misc cleanup in non chipset codes.
2017-12-31 zrjkernel/nata: Return more data for natacontrol(8).
2017-12-31 zrjkernel/nata: Pass interrupt function to ata_setup_inter...
2017-12-31 zrjkernel/nata: Constification.
2017-12-31 zrjkernel/nata: Separate sata bits.
2017-12-31 zrjkernel/nata: Allow disabling complicated chipset drivers.
2017-12-31 zrjkernel/nata: Move-out public chipset setup related...
2017-12-31 zrjkernel/nata: Use reg == 0x63 for NVIDIA chipsets.
2017-12-31 zrjkernel/nata: Use cfg1 on AMD and NVIDIA chipsets.
2017-12-31 zrjkernel/nata: Remove common ata_via_family_setmode().
2017-12-31 zrjkernel/nata: Split out huge ata-chipsets.c
2017-12-13 Sascha WildnerRemove <sys/ioccom.h> inclusion from a number of files.
2017-12-05 zrjfdc(4): Check return error from isa_dma_init().
2017-11-29 zrjkernel: Make floppies work again.
2017-10-31 Matthew Dillonkernel - Refactor lockmgr()
2017-10-16 Matthew Dillonkernel - Add KVABIO support to NVMe, disk translation...
2017-10-06 Matthew Dillonkernel - Refuse to swapoff under certain conditions
2017-10-05 Matthew Dillonkernel - Change index fields from unsigned to signed
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-08 Matthew Dillonkernel - Adjust emergency pager, add D_NOEMERGPGR
2017-07-31 Sascha Wildnerkernel/sdhci: Remove wrong semicolon.
2017-07-29 Sascha Wildnerkernel: Remove some variables that are only set but...
2017-06-29 Jan Sucankernel/isp: Unify firmware handling with the rest of...
2017-06-24 Sascha Wildnerkernel: Don't include <sys/mutex.h> in some drivers...
2017-06-15 Sascha Wildnerkernel: Add 'static' to some function definitions.
2017-06-07 Matthew Dillonkernel - Add quirk for additional MCP79 AHCI chipset
2017-06-05 Imre Vadászsdhci - Add missing BROKEN_DMA quirk for Apollo Lake...
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-19 Matthew Dillonnvme - Fix interrupt pin support when MSI-X is unavailable.
2017-05-14 Imre Vadászsdhci - Define some easy bits from Simplified Controlle...
2017-05-14 Imre Vadászsdhci - Check slot type cap, set SDHCI_SLOT_EMBEDDED...
2017-05-14 Imre Vadászsdhci - Add tunables for disabling SDMA and/or ADMA2...
2017-05-14 Imre Vadászsdhci - Handle ADMA error interrupt, similar to ACMD12...
2017-05-14 Imre Vadászsdhci - Implement ADMA2 transfer support. Keep SDMA...
2017-05-14 Imre Vadászsdhci - Add data structure definitions for ADMA2 DMA...
2017-03-18 Sascha Wildnerkernel/mmcsd: Add some dummy values for d_nheads and...
2017-02-21 Matthew Dillonkernel - Remove old SCSI drivers - aic, aic7xxx, ahc...
2017-02-07 Matthew Dillonbuild - Separate out CFLAGS for kernel & module build
2017-01-27 Imre Vadászsdhci - Use pci_alloc_1intr in sdhci pci attachement.
2017-01-20 Imre Vadászsdhci - Simplify SDHCI_PRESENT_STATE register loop...
2017-01-20 Imre Vadászsdhci - Add a new interface method, get_card_present.
2017-01-16 Imre Vadászsdhci - Use the right capability field for printing...
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-10 Matthew Dillonmmcsd - Wasn't quite MPSAFE, fix startup race (2)
2017-01-10 Matthew Dillonmmcsd - Wasn't quite MPSAFE, fix startup race
2017-01-09 Imre Vadászmmcsd(4): Declare device D_MPSAFE. Move start_transacti...
2017-01-09 Matthew Dillonkernel - Incidental MPLOCK removal (non-performance)
2017-01-09 Matthew Dillonsdhci - Use MPSAFE version for the taskqueue and callouts
2017-01-09 Imre Vadászsdhci - Fix typo, support bits for drive types A,C...
2017-01-09 Imre Vadászsdhci - Add some missing register constants, and dump...
2017-01-09 Imre Vadászsdhci - Use bus_dmamem_coherent for allocating memory...
2017-01-08 Matthew Dillonkernel - CAM cleanup 1/N - Remove ancient scsi pccard...
2017-01-03 Matthew Dillonvmstat - Make vmstat -m more readable
2017-01-02 Matthew Dillonkernel - Fix TRIM bugs in UFS
2016-12-23 Matthew DillonAHCI - Misc fixes
2016-12-21 Matthew Dillonahci - Add workarounds for Marvell 88SE9215
2016-12-21 Matthew Dillonahci - Improve port-multiplier detection
2016-12-19 Matthew Dillonahci - Implement FBS for port-multipliers
2016-12-19 Matthew Dillonahci - Add quirks for Marvell devices
2016-12-19 Matthew Dillonahci - Adjust a few things
2016-12-17 Matthew Dillonkernel - Tag vm_map_entry structure, slight optimizatio...
2016-11-27 Tomohiro Kusumisys/dev/disk/dm: Make init/destroy handlers optional
2016-11-27 Tomohiro Kusumisys/dev/disk/dm: Remove dm_table_init_target() call...
2016-11-26 Tomohiro Kusumisys/dev/disk/dm: Remove obvious/redundant/disabled...
2016-11-26 Tomohiro Kusumisys/dev/disk/dm: Cleanups
2016-11-26 Tomohiro Kusumisys/dev/disk/dm: Remove dm_dev::dev_type
2016-11-26 Tomohiro Kusumisys/dev/disk/dm: Remove dm/targets/ directory and move...
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-22 Tomohiro Kusumisys/dev/disk/dm: Sync with Linux changes in flakey...
2016-11-19 Sascha WildnerRemove some old architecture handling.
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-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-09 Tomohiro Kusumisys/dev/disk/dm: Make dmdebug() print __func__
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-10-01 Tomohiro Kusumisys/dev/disk/dm: Remove default:break for switch enums...
2016-10-01 Tomohiro Kusumisys/dev/disk/dm: Remove #if0'd dmminphys() from NetBSD
2016-10-01 Tomohiro Kusumisys/dev/disk/dm: Cleanup
2016-09-29 zrjkernel/adv: Fix extern type to match the real one.
next