summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-1012-140/+278
|\
| * Merge branch 'nvme-5.7' of git://git.infradead.org/nvme into block-5.7Jens Axboe2020-04-0811-127/+242
| |\
| | * nvmet-rdma: fix double free of rdma queueIsrael Rukshin2020-04-071-12/+18
| | * nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-044-16/+2
| | * nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg2020-04-041-2/+2
| | * nvmet-rdma: fix bonding failover possible NULL derefSagi Grimberg2020-04-041-56/+119
| | * nvmet: fix NULL dereference when removing a referralSagi Grimberg2020-04-021-1/+9
| | * nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg2020-04-021-0/+7
| | * nvme-tcp: fix possible crash in recv error flowSagi Grimberg2020-04-011-1/+1
| | * nvme-tcp: don't poll a non-live queueSagi Grimberg2020-03-311-0/+3
| | * nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg2020-03-311-6/+7
| | * nvmet-fc: fix typo in commentJames Smart2020-03-311-1/+1
| | * nvme-rdma: Replace comma with a semicolonIsrael Rukshin2020-03-311-1/+1
| | * nvme-fcloop: fix deallocation of working contextJames Smart2020-03-311-24/+52
| | * nvme: fix compat address handling in several ioctlsNick Bowler2020-03-311-7/+20
| * | loop: Better discard support for block devicesEvan Green2020-04-031-11/+31
| * | loop: Report EOPNOTSUPP properlyEvan Green2020-04-031-2/+5
* | | Merge tag 'acpi-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-101-2/+2
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'acpi-ec' and 'acpi-x86'Rafael J. Wysocki2020-04-101-2/+2
| |\ \ \ \
| | * | | | ACPI: EC: Fix up fast path check in acpi_ec_add()Rafael J. Wysocki2020-04-061-2/+2
* | | | | | Merge tag 'pm-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-04-101-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2020-04-101-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | cpuidle-haltpoll: Fix small typoYihao Wu2020-04-081-2/+2
* | | | | | | Merge tag 's390-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-1011-158/+102
|\ \ \ \ \ \ \
| * | | | | | | s390/cio: generate delayed uevent for vfio-ccw subchannelsCornelia Huck2020-04-061-0/+5
| * | | | | | | s390/cio: avoid duplicated 'ADD' ueventsCornelia Huck2020-04-061-4/+9
| * | | | | | | s390/qdio: clear DSCI early for polling driversJulian Wiedmann2020-04-063-26/+2
| * | | | | | | s390/qdio: inline shared_ind()Julian Wiedmann2020-04-061-11/+8
| * | | | | | | s390/qdio: remove cdev from init_dataJulian Wiedmann2020-04-063-7/+6
| * | | | | | | s390/qdio: allow for non-contiguous SBAL array in init_dataJulian Wiedmann2020-04-064-59/+21
| * | | | | | | zfcp: inline zfcp_qdio_setup_init_data()Julian Wiedmann2020-04-061-25/+17
| * | | | | | | s390/qdio: cleanly split alloc and establishJulian Wiedmann2020-04-065-37/+45
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-091-5/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel2020-04-011-5/+3
* | | | | | | | | Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-091-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc/ps3: Remove an unneeded NULL checkDan Carpenter2020-04-021-1/+1
* | | | | | | | | | Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-095-0/+267
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | riscv: Add Kendryte K210 SoC supportChristoph Hellwig2020-04-035-0/+267
* | | | | | | | | | | Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-04-091-136/+79
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rbd: enable multiple blk-mq queuesHannes Reinecke2020-03-301-1/+1
| * | | | | | | | | | | rbd: embed image request in blk-mq pduIlya Dryomov2020-03-301-87/+51
| * | | | | | | | | | | rbd: acquire header_rwsem just once in rbd_queue_workfn()Ilya Dryomov2020-03-301-28/+31
| * | | | | | | | | | | rbd: get rid of img_request_layered_clear()Ilya Dryomov2020-03-301-8/+1
| * | | | | | | | | | | rbd: kill img_request krefHannes Reinecke2020-03-301-19/+5
| * | | | | | | | | | | rbd: remove barriers from img_request_layered_{set,clear,test}()Ilya Dryomov2020-03-301-3/+0
* | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-092-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | crypto: marvell/octeontx - fix double free of ptrColin Ian King2020-04-031-3/+5
| * | | | | | | | | | | | crypto: hisilicon - Fix build errorYueHaibing2020-04-031-0/+2
* | | | | | | | | | | | | Merge tag 'linux-watchdog-5.7-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-04-0914-79/+347
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | watchdog: Add K3 RTI watchdog supportTero Kristo2020-04-013-0/+264