summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sd_zbc: Force use of READ16/WRITE16Damien Le Moal2016-11-141-0/+4
* block: move poll code to blk-mqJens Axboe2016-11-111-1/+1
* Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla2016-11-111-9/+5
* nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig2016-11-105-11/+21
* nvme: introduce struct nvme_requestChristoph Hellwig2016-11-1010-81/+71
* skd: fix function prototypeArnd Bergmann2016-11-101-2/+2
* skd: fix msix error handlingArnd Bergmann2016-11-101-2/+3
* skd_main: use %*ph to dump small buffersAndy Shevchenko2016-11-081-12/+4
* skd: use pci_alloc_irq_vectorsChristoph Hellwig2016-11-081-146/+66
* pktcdvd: don't scribble over the bvec arrayChristoph Hellwig2016-11-071-41/+6
* block: add code to track actual device queue depthJens Axboe2016-11-061-0/+3
* nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche2016-11-021-14/+2
* nvme: Fix a race condition related to stopping queuesBart Van Assche2016-11-021-1/+1
* dm: Fix a race condition related to stopping and starting queuesBart Van Assche2016-11-021-12/+1
* dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche2016-11-021-15/+1
* blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-024-6/+4
* blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-022-3/+0
* blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-023-7/+2
* mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-012-0/+2
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-0116-31/+31
* block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-011-1/+1
* bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-012-4/+3
* umem: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-1/+1
* block: better op and flags encodingChristoph Hellwig2016-10-282-3/+2
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-2825-99/+112
* brd: remove support for BLKFLSBUFMike Snitzer2016-10-251-35/+0
* brd: Switch rd_size to unsigned longJan Kara2016-10-251-2/+2
* sd: fix uninitialized variable access in error handlingArnd Bergmann2016-10-251-1/+3
* sd: Implement support for ZBC devicesHannes Reinecke2016-10-194-35/+826
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+2
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+2
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-1511-255/+467
|\ \
| * | of/platform: Probe "isa" busses by defaultPaul Burton2016-10-061-0/+1
| * | irqchip: i8259: Remove unused i8259A_irq_pendingPaul Burton2016-10-061-18/+0
| * | irqchip: i8259: Allow platforms to override poll functionPaul Burton2016-10-061-1/+7
| * | irqchip: i8259: Add domain before mapping parent irqPaul Burton2016-10-061-1/+3
| * | auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displaysPaul Burton2016-10-063-0/+453
| * | FBDEV: cobalt_lcdfb: Drop SEAD3 supportPaul Burton2016-10-062-43/+1
| * | USB: host: ehci-sead3: Remove SEAD-3 EHCI codePaul Burton2016-10-052-190/+0
| * | cpuidle: cpuidle-cps: Enable use with MIPSr6 CPUs.Matt Redfearn2016-10-042-2/+2
| * | WATCHDOG: txx9wdt: Add missing clock (un)prepare calls for CCFGeert Uytterhoeven2016-10-041-3/+3
| |/
* | Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-10-151-1/+1
|\ \
| * | samples: move blackfin gptimers-example from DocumentationShuah Khan2016-10-101-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-1413-11/+6557
|\ \ \
| * | | qedr: Add events support and register IB deviceRam Amrani2016-10-143-2/+158
| * | | qedr: Add GSI supportRam Amrani2016-10-147-1/+706
| * | | qedr: Add LL2 RoCE interfaceRam Amrani2016-10-142-2/+34
| * | | qedr: Add support for data pathRam Amrani2016-10-145-1/+1614
| * | | qedr: Add support for memory registeration verbsRam Amrani2016-10-144-1/+425
| * | | qedr: Add support for QP verbsRam Amrani2016-10-146-1/+1286