aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-28nvme: Allocate queues for all possible CPUsChristoph Hellwig1-1/+1
2017-06-28PCI: Provide Kconfig option for lockless config space accessorsThomas Gleixner2-4/+15
2017-06-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-4/+25
2017-06-28Merge branch 'etnaviv/fixes' of git://git.pengutronix.de/git/lst/linuxLinus Torvalds2-2/+3
2017-06-28nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg1-33/+67
2017-06-28nvme_fc: fix error recovery on link down.James Smart1-4/+4
2017-06-28nvmet_fc: fix crashes on bad opcodesJames Smart1-4/+6
2017-06-28nvme_fc: Fix crash when nvme controller connection fails.James Smart1-0/+3
2017-06-28nvme_fc: replace ioabort msleep loop with completionJames Smart1-7/+6
2017-06-28nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart1-4/+1
2017-06-28nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig1-0/+9
2017-06-28nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig1-11/+4
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig7-18/+29
2017-06-28nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig1-3/+0
2017-06-28nvme: explicitly disable APST on quirked devicesKai-Heng Feng2-8/+10
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg7-19/+10
2017-06-28nvme: add hostid token to fabric optionsJohannes Thumshirn2-3/+20
2017-06-28nvme: Remove SCSI translationsKeith Busch4-2541/+3
2017-06-28nvme-pci: open-code polling logic in nvme_pollSagi Grimberg1-19/+21
2017-06-28nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqSagi Grimberg1-22/+26
2017-06-28nvme-pci: factor out cqe handling into a dedicated routineSagi Grimberg1-23/+30
2017-06-28nvme-pci: Introduce nvme_ring_cq_doorbellSagi Grimberg1-4/+13
2017-06-28iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit1-4/+2
2017-06-28drm/etnaviv: Fix implicit/explicit sync sense inversionDaniel Stone1-1/+1
2017-06-28drm/etnaviv: fix submit flags getting overwritten by BO contentLucas Stach1-1/+2
2017-06-28Merge tag 'drm-intel-fixes-2017-06-27' of git://anongit.freedesktop.org/git/drm-intel into drm-fixesDave Airlie3-4/+24
2017-06-28Merge branch 'vmwgfx-fixes-4.12' of git://people.freedesktop.org/~thomash/linux into drm-fixesDave Airlie1-0/+1
2017-06-28s390/dasd: Fix faulty ENODEV for RO sysfs attributeJan Höppner1-1/+1
2017-06-27drbd: Drop unnecessary staticJulia Lawall1-1/+1
2017-06-27nvme/pci: Fix stuck nvme resetKeith Busch1-1/+2
2017-06-27net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis1-0/+16
2017-06-27fsl/fman: add dependency on HAS_DMAMadalin Bucur1-0/+1
2017-06-27dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara1-13/+13
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig1-1/+0
2017-06-27dm: don't set bounce limitChristoph Hellwig1-1/+0
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig12-0/+13
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig1-0/+5
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig2-6/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig6-6/+0
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig1-4/+1
2017-06-27pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig1-2/+0
2017-06-27nvme: add support for streams and directivesJens Axboe2-4/+151
2017-06-27lightnvm: if LUNs are already allocated fix returnRakesh Pandit1-2/+3
2017-06-27ACPI: hns_dsaf_acpi_dsm_guid can be statickbuild test robot1-1/+1
2017-06-27clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_init()'Christophe Jaillet1-2/+3
2017-06-27clocksource/drivers/fsl_ftm_timer: Unmap region obtained by of_iomapArvind Yadav1-2/+6
2017-06-27clocksource/drivers/tcb_clksrc: Make IO endian agnosticAlexandre Belloni1-29/+29
2017-06-26lightnvm: pblk: fail gracefully on irrec. errorJavier González11-114/+332
2017-06-26lightnvm: pblk: set mempool and workqueue params.Javier González4-20/+44
2017-06-26lightnvm: pblk: redesign GC algorithmJavier González6-278/+368