summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ahci: imx: add namespace for register enumsShawn Guo2014-05-041-7/+9
* ahci: disable DEVSLP for Intel ValleyviewJacob Pan2014-04-243-0/+23
* libata/ahci: accommodate tag ordered controllersDan Williams2014-04-181-8/+13
* ahci: Do not receive interrupts sent by dummy portsAlexander Gordeev2014-04-181-6/+10
* ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()Alexander Gordeev2014-04-171-4/+4
* ahci: Ensure "MSI Revert to Single Message" mode is not enforcedAlexander Gordeev2014-04-172-1/+9
* ahci: do not request irq for dummy portDavid Milburn2014-04-161-8/+4
* pata_samsung_cf: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz2014-04-151-3/+7
* pata_arasan_cf: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz2014-04-141-2/+5
* ata: fix i.MX AHCI driver dependenciesJean Delvare2014-04-081-1/+1
* pata_at91: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz2014-04-021-5/+6
* libata: Update queued trim blacklist for M5x0 drivesMartin K. Petersen2014-04-021-2/+4
* libata: make AHCI_XGENE depend on PHY_XGENETejun Heo2014-04-021-2/+1
* Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-0141-6253/+6514
|\
| * Merge branch 'bcache-for-3.15' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe2014-03-1817-767/+629
| |\
| | * bcache: remove nested function usageJohn Sheu2014-03-182-72/+76
| | * bcache: Kill bucket->gc_genKent Overstreet2014-03-184-11/+9
| | * bcache: Kill unused freelistKent Overstreet2014-03-185-125/+110
| | * bcache: Rework btree cache reserve handlingKent Overstreet2014-03-186-139/+145
| | * bcache: Kill btree_io_wqKent Overstreet2014-03-183-24/+2
| | * bcache: btree locking reworkKent Overstreet2014-03-184-52/+133
| | * bcache: Fix a race when freeing btree nodesKent Overstreet2014-03-181-33/+20
| | * bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet2014-03-184-14/+21
| | * bcache: Add bch_keylist_init_single()Kent Overstreet2014-03-182-4/+7
| | * bcache: Improve priority_statsKent Overstreet2014-03-181-6/+20
| | * bcache: Better alloc tracepointsKent Overstreet2014-03-182-5/+12
| | * bcache: Kill dead cgroup codeKent Overstreet2014-03-185-202/+0
| | * bcache: stop moving_gc marking buckets that can't be moved.Nicholas Swenson2014-03-181-1/+4
| | * bcache: Fix moving_pred()Kent Overstreet2014-03-181-5/+3
| | * bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson2014-03-185-8/+16
| | * bcache: Fix discard granularityKent Overstreet2014-03-181-0/+1
| | * bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-183-65/+36
| | * bcache: Fix a bug recovering from unclean shutdownKent Overstreet2014-03-181-2/+2
| | * bcache: Fix a journalling reclaim after recovery bugKent Overstreet2014-03-181-2/+8
| | * bcache: Fix a null ptr deref in journal replayKent Overstreet2014-03-171-1/+5
| | * bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-171-3/+5
| | * bcache: Fix a shutdown bugKent Overstreet2014-02-253-2/+12
| | * bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet2014-02-251-14/+5
| | * bcache: Fix another compiler warning on m68kKent Overstreet2014-02-181-2/+2
| * | mtip32xx: mtip_async_complete() bug fixesSam Bradshaw2014-03-132-39/+50
| * | mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi2014-03-131-12/+12
| * | mtip32xx: Set queue bounce limitFelipe Franciosi2014-03-131-0/+1
| * | nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-03-131-24/+9
| * | cciss: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev2014-03-131-2/+0
| * | swim3: fix interruptible_sleep_on raceArnd Bergmann2014-03-131-7/+11
| * | ataflop: fix sleep_on racesArnd Bergmann2014-03-131-8/+8
| * | DAC960: remove sleep_on usageArnd Bergmann2014-03-131-18/+16
| * | mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()Alexander Gordeev2014-03-131-2/+2
| * | skd: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-211-26/+12
| * | skd: Use unified access to skdev->msix_entries throughout the codeAlexander Gordeev2014-02-211-2/+1