summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | io_uring: fix overflowed cancel w/ linked ->filesPavel Begunkov2020-11-041-22/+21
| * | | | | | | io_uring: drop req/tctx io_identity separatelyJens Axboe2020-11-041-3/+6
| * | | | | | | io_uring: ensure consistent view of original task ->mm from SQPOLLJens Axboe2020-11-041-7/+20
| * | | | | | | io_uring: properly handle SQPOLL request cancelationsJens Axboe2020-11-042-13/+67
| * | | | | | | io-wq: cancel request if it's asking for files and we don't have themJens Axboe2020-11-041-0/+4
| |/ / / / / /
* | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-076-177/+177
|\ \ \ \ \ \ \
| * | | | | | | i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVEDMichael Wu2020-11-061-27/+18
| * | | | | | | i2c: designware: call i2c_dw_read_clear_intrbits_slave() onceMichael Wu2020-11-061-6/+1
| * | | | | | | i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORMGeert Uytterhoeven2020-11-061-1/+1
| * | | | | | | i2c: mlxbf: Update author and maintainer email infoKhalil Blaiech2020-11-062-2/+2
| * | | | | | | i2c: mlxbf: Update reference clock frequencyKhalil Blaiech2020-11-061-6/+4
| * | | | | | | i2c: mlxbf: Remove unecessary wrapper functionsKhalil Blaiech2020-11-061-111/+72
| * | | | | | | i2c: mlxbf: Fix resrticted cast warning of sparseKhalil Blaiech2020-11-061-2/+2
| * | | | | | | i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function callKhalil Blaiech2020-11-061-0/+9
| * | | | | | | i2c: sh_mobile: implement atomic transfersUlrich Hecht2020-11-061-20/+66
| * | | | | | | i2c: mediatek: move dma reset before i2c resetQii Wang2020-11-031-4/+4
| |/ / / / / /
* | | | | | | Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-078-23/+47
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt2020-11-063-9/+16
| * | | | | | RISC-V: Use non-PGD mappings for early DTB accessAnup Patel2020-11-061-0/+14
| * | | | | | riscv: uaccess: fix __put_kernel_nofault()Changbin Du2020-11-061-1/+1
| * | | | | | riscv: fix pfn_to_virt err in do_page_fault().Liu Shaohua2020-11-061-1/+3
| * | | | | | riscv: Set text_offset correctly for M-ModeSean Anderson2020-11-061-0/+5
| * | | | | | RISC-V: Remove any memblock representing unusable memory areaAtish Patra2020-11-051-11/+7
| * | | | | | risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta2020-11-041-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2020-11-075-18/+39
|\ \ \ \ \ \
| * | | | | | ceph: check session state after bumping session->s_seqJeff Layton2020-11-045-18/+39
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-11-0734-56/+65
|\ \ \ \ \ \
| * | | | | | selftests: binderfs: use SKIP instead of XFAILTommi Rantala2020-11-051-4/+4
| * | | | | | selftests: clone3: use SKIP instead of XFAILTommi Rantala2020-11-051-1/+1
| * | | | | | selftests: core: use SKIP instead of XFAIL in close_range_test.cTommi Rantala2020-11-051-4/+4
| * | | | | | selftests: proc: fix warning: _GNU_SOURCE redefinedTommi Rantala2020-11-053-3/+0
| * | | | | | selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.cTommi Rantala2020-10-281-1/+0
| * | | | | | selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to configTommi Rantala2020-10-281-0/+1
| * | | | | | selftests: pidfd: skip test on kcmp() ENOSYSTommi Rantala2020-10-281-1/+4
| * | | | | | selftests: pidfd: use ksft_test_result_skip() when skipping testTommi Rantala2020-10-281-1/+1
| * | | | | | selftests/harness: prettify SKIP message whitespace againTommi Rantala2020-10-271-1/+1
| * | | | | | selftests: pidfd: fix compilation errors due to wait.hTommi Rantala2020-10-272-2/+0
| * | | | | | selftests: filter kselftest headers from command in lib.mkTommi Rantala2020-10-271-1/+1
| * | | | | | selftests/ftrace: check for do_sys_openat2 in user-memory testColin Ian King2020-10-271-0/+4
| * | | | | | selftests/ftrace: Use $FUNCTION_FORK to reference kernel fork functionSteven Rostedt (VMware)2020-10-2719-37/+44
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-11-073-5/+15
|\ \ \ \ \ \
| * | | | | | scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy2020-11-031-0/+7
| * | | | | | scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()Hannes Reinecke2020-11-031-4/+5
| * | | | | | scsi: hpsa: Fix memory leak in hpsa_init_one()Keita Suzuki2020-10-301-1/+3
* | | | | | | Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2020-11-064-44/+44
|\ \ \ \ \ \ \
| * | | | | | | mtd: rawnand: stm32_fmc2: fix broken ECCChristophe Kerello2020-10-301-7/+8
| * | | | | | | mtd: spi-nor: Fix address width on flash chips > 16MBBert Vermeulen2020-10-281-3/+5
| * | | | | | | mtd: spi-nor: Don't copy self-pointing struct aroundAlexander Sverdlin2020-10-281-3/+2
| * | | | | | | mtd: rawnand: ifc: Move the ECC engine initialization to the right placeFabio Estevam2020-10-261-19/+24
| * | | | | | | mtd: rawnand: mxc: Move the ECC engine initialization to the right placeFabio Estevam2020-10-261-12/+5
| | |/ / / / / | |/| | | | |