summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-12-09nvme: precedence bug in nvme_pr_clear()Dan Carpenter1-1/+1
2015-12-08nvme: fix another 32-bit build warningArnd Bergmann1-1/+1
2015-12-03NVMe: fix build with CONFIG_NVM enabledChristoph Hellwig1-19/+16
2015-12-03blk-integrity: empty implementation when disabledKeith Busch2-4/+4
2015-12-01nvme: refactor set_queue_countChristoph Hellwig3-21/+30
2015-12-01nvme: move chardev and sysfs interface to common codeChristoph Hellwig4-200/+241
2015-12-01nvme: move namespace scanning to common codeChristoph Hellwig3-196/+240
2015-12-01nvme: move the call to nvme_init_identify earlierChristoph Hellwig1-6/+4
2015-12-01nvme: add a common helper to read Identify Controller dataChristoph Hellwig3-38/+71
2015-12-01nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig3-109/+141
2015-12-01nvme: move remaining CC setup into nvme_enable_ctrlChristoph Hellwig1-23/+21
2015-12-01nvme: add explicit quirk handlingChristoph Hellwig2-3/+18
2015-12-01nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig3-400/+439
2015-12-01nvme: use the block layer for userspace passthrough metadataKeith Busch3-43/+83
2015-12-01nvme: split __nvme_submit_sync_cmdChristoph Hellwig4-31/+68
2015-12-01nvme: move nvme_setup_flush and nvme_setup_rw to common codeChristoph Hellwig2-49/+51
2015-12-01nvme: move nvme_error_status to common codeChristoph Hellwig2-12/+12
2015-12-01nvme: factor out a nvme_unmap_data helperChristoph Hellwig1-18/+25
2015-12-01nvme: refactor nvme_queue_rqChristoph Hellwig1-122/+97
2015-12-01nvme: simplify nvme_setup_prps calling conventionChristoph Hellwig1-12/+10
2015-12-01nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig4-157/+193
2015-12-01nvme: use vendor it from identifyChristoph Hellwig1-2/+11
2015-12-01nvme: split nvme_trans_device_id_pageChristoph Hellwig1-56/+79
2015-12-01nvme: use offset instead of a struct for registersChristoph Hellwig3-32/+36
2015-12-01nvme: split command submission helpers out of pci.cChristoph Hellwig4-155/+178
2015-12-01nvme: move struct nvme_iod to pci.cChristoph Hellwig2-17/+17
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig4-8/+9
2015-11-24nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig1-3/+12
2015-11-24NVMe: default to 4k device page sizeNishanth Aravamudan1-9/+6
2015-11-24Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds4-29/+36
2015-11-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds9-93/+428
2015-11-23dm thin: fix regression in advertised discard limitsMike Snitzer1-3/+2
2015-11-22Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-10/+12
2015-11-22Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-64/+115
2015-11-22Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds24-106/+329
2015-11-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-17/+20
2015-11-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2015-11-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+45
2015-11-21Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+2
2015-11-20serial: export fsl8250_handle_irqArnd Bergmann1-0/+1
2015-11-20serial: 8250_mid: Add missing dependencyHeikki Krogerus1-0/+1
2015-11-20tty: audit: Fix audit sourcePeter Hurley2-2/+2
2015-11-20serial: etraxfs-uart: Fix crashGuenter Roeck1-1/+1
2015-11-20serial: fsl_lpuart: Fix earlycon supportPeter Hurley1-1/+1
2015-11-20bcm63xx_uart: Use the device name when registering an interruptSimon Arlott1-1/+1
2015-11-20tty: Fix direct use of tty buffer workPeter Hurley1-1/+1
2015-11-20tty: Fix tty_send_xchar() lock order inversionPeter Hurley2-4/+4
2015-11-20various: fix pci_set_dma_mask return value checkingChristoph Hellwig10-17/+20
2015-11-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-2/+12
2015-11-20Merge tag 'pm+acpi-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-290/+90