summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sched: remove unused SCHED_INIT_NODEVincent Guittot2014-03-191-27/+0
| * | | | | metag: Use get_signal() signal_setup_done()Richard Weinberger2014-03-181-27/+21
| * | | | | metag: Fix METAG Kconfig symbol select orderingJames Hogan2014-03-181-1/+1
| * | | | | metag: Use irq_set_affinity instead of homebrewn codeThomas Gleixner2014-03-171-19/+3
| |/ / / /
* | | | | x86: Fix dumpstack_64 irq stack handlingSteven Rostedt (Red Hat)2014-04-021-9/+10
* | | | | x86: Fix dumpstack_64 to keep state of "used" variable in loopSteven Rostedt (Red Hat)2014-04-021-5/+5
* | | | | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-0247-6279/+6603
|\ \ \ \ \
| * \ \ \ \ Merge branch 'bcache-for-3.15' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe2014-03-1818-784/+664
| |\ \ \ \ \
| | * | | | | 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-186-129/+112
| | * | | | | 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-183-19/+46
| | * | | | | 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-181-1/+5
| | * | | | | bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-181-3/+5
| | * | | | | bcache: Fix a shutdown bugKent Overstreet2014-02-263-2/+12
| | * | | | | bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet2014-02-261-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-221-26/+12
| * | | | | | skd: Use unified access to skdev->msix_entries throughout the codeAlexander Gordeev2014-02-221-2/+1
| * | | | | | skd: Fix incomplete cleanup of MSI-X interruptAlexander Gordeev2014-02-221-24/+26
| * | | | | | skd: Fix out of array boundary accessAlexander Gordeev2014-02-221-1/+1
| * | | | | | mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-221-2/+2
| * | | | | | mtip32xx: Remove superfluous call to pci_disable_msi()Alexander Gordeev2014-02-221-1/+3
| * | | | | | drbd: Fix future possible NULL pointer dereferenceAndreas Gruenbacher2014-02-221-1/+1
| * | | | | | drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher2014-02-172-19/+31
| * | | | | | drbd: Use the right peer deviceAndreas Gruenbacher2014-02-171-31/+38