summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mips: Remove compiler check in unroll macroNathan Chancellor2020-07-111-3/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-07-107-36/+63
|\
| * RDMA/mlx5: Set PD pointers for the error flow unwindLeon Romanovsky2020-07-091-1/+2
| * IB/mlx5: Fix 50G per lane indicationAya Levin2020-07-091-1/+1
| * RDMA/siw: Fix reporting vendor_part_idKamal Heib2020-07-081-1/+2
| * IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi2020-07-021-21/+17
| * IB/hfi1: Do not destroy link_wq when the device is shut downKaike Wan2020-07-021-5/+5
| * IB/hfi1: Do not destroy hfi1_wq when the device is shut downKaike Wan2020-07-023-6/+31
| * RDMA/mlx5: Fix legacy IPoIB QP initializationLeon Romanovsky2020-07-021-0/+4
| * IB/hfi1: Add explicit cast OPA_MTU_8192 to 'enum ib_mtu'Nathan Chancellor2020-07-021-1/+1
* | Merge tag 'linux-kselftest-fixes-5.8-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-07-105-50/+53
|\ \
| * | kselftest: ksft_test_num return type should be unsignedPaolo Bonzini2020-07-061-1/+1
| * | selftests: tpm: upgrade TPM2 tests from Python 2 to Python 3Pengfei Xu2020-07-064-49/+52
* | | Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-102-6/+24
|\ \ \
| * | | io_uring: account user memory freed when exit has been queuedJens Axboe2020-07-101-3/+10
| * | | io_uring: fix memleak in io_sqe_files_register()Yang Yingliang2020-07-101-0/+1
| * | | io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang2020-07-091-1/+3
| * | | io_uring: export cq overflow status to userspaceXiaoguang Wang2020-07-092-2/+10
* | | | Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-103-20/+18
|\ \ \ \
| * | | | nbd: Fix memory leak in nbd_add_socketZheng Bin2020-07-081-10/+15
| * | | | blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()Ming Lei2020-07-071-2/+2
| * | | | docs: block: update and fix tiny error for bfqYufen Yu2020-07-061-8/+1
* | | | | Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds2020-07-106-73/+80
|\ \ \ \ \
| * | | | | fs: remove __vfs_readChristoph Hellwig2020-07-082-23/+21
| * | | | | fs: implement kernel_read using __kernel_readChristoph Hellwig2020-07-081-8/+5
| * | | | | integrity/ima: switch to using __kernel_readChristoph Hellwig2020-07-081-13/+1
| * | | | | fs: add a __kernel_read helperChristoph Hellwig2020-07-082-0/+24
| * | | | | fs: remove __vfs_writeChristoph Hellwig2020-07-081-24/+22
| * | | | | fs: implement kernel_write using __kernel_writeChristoph Hellwig2020-07-081-8/+9
| * | | | | fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig2020-07-081-0/+2
| * | | | | fs: unexport __kernel_writeChristoph Hellwig2020-07-081-1/+0
| * | | | | bpfilter: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
| * | | | | autofs: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
| * | | | | cachefiles: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
* | | | | | Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-07-102-5/+9
|\ \ \ \ \ \
| * | | | | | scatterlist: protect parameters of the sg_table related macrosMarek Szyprowski2020-07-061-4/+4
| * | | | | | dma-mapping: warn when coherent pool is depletedDavid Rientjes2020-06-291-1/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'pinctrl-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-07-102-15/+54
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'intel-pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2020-06-281-14/+53
| |\ \ \ \ \ \
| | * | | | | | pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...Hans de Goede2020-06-261-14/+53
| * | | | | | | pinctrl: amd: fix npins for uart0 in kerncz_groupsJacky Hu2020-06-221-1/+1
* | | | | | | | Merge tag 'gpio-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-07-102-6/+100
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'gpio-fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij2020-06-261-5/+94
| |\ \ \ \ \ \ \ \
| | * | | | | | | | gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko2020-06-221-1/+6
| | * | | | | | | | gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko2020-06-161-0/+1
| | * | | | | | | | gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko2020-06-161-2/+4
| | * | | | | | | | gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko2020-06-161-0/+79
| | * | | | | | | | gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko2020-06-161-3/+5
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | gpio: arizona: put pm_runtime in case of failureNavid Emamdoost2020-06-161-1/+5
| * | | | | | | | gpio: arizona: handle pm_runtime_get_sync failure caseNavid Emamdoost2020-06-161-0/+1
| |/ / / / / / /