summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-04Linux 5.12-rc6v5.12-rc6Linus Torvalds1-1/+1
2021-04-04firewire: nosy: Fix a use-after-free bug in nosy_ioctl()Zheyu Ma1-2/+7
2021-04-03Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-1/+0
2021-04-03Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2021-04-04soc: litex: Remove duplicated header file inclusionZhen Lei1-1/+0
2021-04-03Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+9
2021-04-03Merge tag 'riscv-for-linus-5.12-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-5/+9
2021-04-03Merge tag 'powerpc-5.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-5/+46
2021-04-03Merge tag 'hyperv-fixes-signed-20210402' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+0
2021-04-03Merge tag 'driver-core-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2021-04-03Merge tag 'char-misc-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-21/+48
2021-04-03Merge tag 'staging-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2021-04-03Merge tag 'tty-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-83/+0
2021-04-03Merge tag 'usb-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-67/+112
2021-04-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+14
2021-04-02io_uring: fix !CONFIG_BLOCK compilation failureJens Axboe1-0/+5
2021-04-02Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds7-35/+29
2021-04-02Merge tag 'io_uring-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2-22/+32
2021-04-02Merge tag 'acpi-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds8-24/+82
2021-04-02Merge tag 'pm-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-4/+10
2021-04-02block: remove the unused RQF_ALLOCED flagChristoph Hellwig2-3/+0
2021-04-02block: update a few comments in uapi/linux/blkpg.hChristoph Hellwig1-26/+2
2021-04-02Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2021-04-02io_uring: move reissue into regular IO pathJens Axboe1-4/+13
2021-04-02Merge branches 'acpi-tables' and 'acpi-scan'Rafael J. Wysocki5-23/+73
2021-04-02Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+2
2021-04-02block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov1-0/+4
2021-04-01riscv: Make NUMA depend on MMUKefeng Wang1-1/+1
2021-04-01riscv: remove unneeded semicolonYang Li1-1/+1
2021-04-01riscv,entry: fix misaligned base for excp_vect_tableZihao Yu1-0/+1
2021-04-01riscv: evaluate put_user() arg before enabling user accessBen Dooks1-2/+5
2021-04-01riscv: Drop const annotation for spKefeng Wang1-1/+1
2021-04-01Merge tag 'lto-v5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+2
2021-04-01kbuild: lto: Merge module sections if and only if CONFIG_LTO_CLANG is enabledSean Christopherson1-0/+2
2021-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-53/+139
2021-04-01Merge tag 'drm-fixes-2021-04-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-45/+72
2021-04-02Merge tag 'imx-drm-fixes-2021-04-01' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2-2/+12
2021-04-02Merge tag 'drm/tegra/for-5.12-rc6' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie4-22/+34
2021-04-01tracing: Fix stack trace event sizeSteven Rostedt (VMware)1-1/+2
2021-04-01Merge tag 'sound-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-1/+12
2021-04-01Merge tag 'tomoyo-pr-20210401' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds1-1/+1
2021-04-01Merge tag 'xarray-5.12' of git://git.infradead.org/users/willy/xarrayLinus Torvalds7-21/+45
2021-04-01io_uring: fix EIOCBQUEUED iter revertPavel Begunkov1-4/+0
2021-04-01io_uring/io-wq: protect against sprintf overflowPavel Begunkov2-3/+3
2021-04-01io_uring: don't mark S_ISBLK async work as unboundedJens Axboe1-1/+1
2021-04-01null_blk: fix command timeout completion handlingDamien Le Moal2-5/+22
2021-04-01idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)1-1/+10
2021-04-01idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)1-2/+2
2021-04-01idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)1-0/+4
2021-04-01radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)3-0/+6