summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-1012-68/+107
|\
| * nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg2020-05-101-1/+1
| * nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan2020-05-101-1/+5
| * bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2020-05-102-2/+4
| * bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-104-8/+10
| * bdi: move bdi_dev_name out of lineChristoph Hellwig2020-05-072-9/+10
| * vboxsf: don't use the source name in the bdi nameChristoph Hellwig2020-05-071-1/+1
| * iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo2020-05-052-47/+77
* | gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2020-05-102-2/+2
* | Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-109-34/+121
|\ \
| * | RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra2020-05-062-24/+0
| * | riscv: force __cpu_up_ variables to put in data sectionZong Li2020-05-051-2/+2
| * | riscv: add Linux note to vdsoAndreas Schwab2020-05-042-1/+13
| * | riscv: set max_pfn to the PFN of the last pageVincent Chen2020-05-041-1/+2
| * | RISC-V: Remove N-extension related definesAnup Patel2020-05-041-3/+0
| * | RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel2020-05-042-3/+102
| * | RISC-V: Export riscv_cpuid_to_hartid_mask() APIAnup Patel2020-05-041-0/+2
* | | gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2020-05-102-6/+6
* | | gcc-10: disable 'restrict' warning for nowLinus Torvalds2020-05-101-0/+3
* | | gcc-10: disable 'stringop-overflow' warning for nowLinus Torvalds2020-05-101-0/+1
* | | gcc-10: disable 'array-bounds' warning for nowLinus Torvalds2020-05-091-0/+1
* | | gcc-10: disable 'zero-length-bounds' warning for nowLinus Torvalds2020-05-091-0/+3
* | | Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-093-23/+3
* | | Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-092-70/+40
|\ \ \
| * | | io_uring: don't use 'fd' for openat/openat2/statxJens Axboe2020-05-071-25/+7
| * | | splice: move f_mode checks to do_{splice,tee}()Pavel Begunkov2020-05-071-27/+18
| * | | io_uring: handle -EFAULT properly in io_uring_setup()Xiaoguang Wang2020-05-051-13/+11
| * | | io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()Xiaoguang Wang2020-05-041-5/+4
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-05-084-6/+7
|\ \ \ \
| * | | | scsi: ibmvscsi: Fix WARN_ON during event pool releaseTyrel Datwyler2020-04-291-4/+0
| * | | | scsi: ibmvfc: Don't send implicit logouts prior to NPIV loginBrian King2020-04-281-0/+5
| * | | | scsi: qla2xxx: Delete all sessions before unregister local nvme portQuinn Tran2020-04-241-1/+1
| * | | | scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIVArun Easi2020-04-241-1/+1
* | | | | Merge tag 'ceph-for-5.7-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2020-05-084-14/+7
|\ \ \ \ \
| * | | | | ceph: demote quotarealm lookup warning to a debug messageLuis Henriques2020-05-081-2/+2
| * | | | | MAINTAINERS: remove myself as ceph co-maintainerSage Weil2020-05-041-6/+0
| * | | | | ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-041-0/+1
| * | | | | ceph: fix special error code in ceph_try_get_caps()Wu Bo2020-05-041-1/+1
| * | | | | ceph: fix endianness bug when handling MDS session feature bitsJeff Layton2020-05-041-5/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'char-misc-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-0814-51/+77
|\ \ \ \ \
| * | | | | bus: mhi: core: Fix channel device name conflictJeffrey Hugo2020-05-051-1/+2
| * | | | | bus: mhi: core: Fix typo in commentJeffrey Hugo2020-05-051-1/+1
| * | | | | bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo2020-05-054-14/+10
| * | | | | bus: mhi: core: Remove link_status() callbackJeffrey Hugo2020-05-053-9/+4
| * | | | | bus: mhi: core: Make sure to powerdown if mhi_sync_power_up failsJeffrey Hugo2020-05-051-1/+5
| * | | | | bus: mhi: Fix parsing of mhi_flagsManivannan Sadhasivam2020-05-051-3/+3
| * | | | | mei: me: disable mei interface on LBG servers.Tomas Winkler2020-05-053-1/+13
| * | | | | Merge tag 'phy-for-5.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2020-04-303-12/+30
| |\ \ \ \ \
| | * | | | | phy: qualcomm: usb-hs-28nm: Prepare clocks in initBjorn Andersson2020-04-301-11/+21
| | * | | | | MAINTAINERS: Add Vinod Koul as Generic PHY co-maintainerKishon Vijay Abraham I2020-04-301-1/+2