summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-28Linux 5.12-rc5v5.12-rc5Linus Torvalds1-1/+1
2021-03-28Merge tag 'perf-tools-fixes-for-v5.12-2020-03-28' of git://git.kernel.org/pub...Linus Torvalds11-45/+105
2021-03-28Merge tag 'auxdisplay-for-linus-v5.12-rc6' of git://github.com/ojeda/linuxLinus Torvalds1-10/+8
2021-03-28Merge tag 'x86-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2021-03-28Merge tag 'locking-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-03-28Merge tag '5.12-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-22/+60
2021-03-28Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds6-76/+94
2021-03-28Merge tag 'block-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds4-5/+35
2021-03-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-28/+74
2021-03-27io_uring: remove unsued assignment to pointer ioColin Ian King1-1/+0
2021-03-27io_uring: don't cancel extra on files matchPavel Begunkov1-2/+0
2021-03-27io_uring: don't cancel-track common timeoutsPavel Begunkov1-1/+2
2021-03-27io_uring: do post-completion chore on t-out cancelPavel Begunkov1-20/+22
2021-03-27io_uring: fix timeout cancel return codePavel Begunkov1-4/+4
2021-03-27Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe1-2/+1
2021-03-27Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe1-1/+1
2021-03-27Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe2-3/+3
2021-03-27Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe1-3/+0
2021-03-27kernel: stop masking signals in create_io_thread()Jens Axboe1-8/+8
2021-03-27io_uring: handle signals for IO threads like a normal threadJens Axboe2-9/+20
2021-03-27block: don't create too many partitionsMing Lei1-0/+7
2021-03-26smb3: fix cached file size problems in duplicate extents (reflink)Steve French1-3/+15
2021-03-26cifs: Silently ignore unknown oplock break handleVincent Whitchurch1-2/+2
2021-03-26cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg1-0/+1
2021-03-26cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N1-2/+1
2021-03-26kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe1-1/+9
2021-03-26Merge tag 'for-5.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-13/+46
2021-03-26dm ioctl: fix out of bounds array access when no devicesMikulas Patocka1-1/+1
2021-03-26Merge tag 'acpi-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds5-8/+36
2021-03-26Merge tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-7/+40
2021-03-26Merge tag 'soc-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds24-120/+136
2021-03-26Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-21/+18
2021-03-26Merge tag 'drm-fixes-2021-03-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds41-266/+617
2021-03-26remove Dan Murphy from TI from MAINTAINERSPavel Machek1-4/+0
2021-03-26Merge branches 'acpi-video' and 'acpi-scan'Rafael J. Wysocki4-6/+35
2021-03-26Merge branch 'pm-em'Rafael J. Wysocki1-1/+1
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N5-15/+41
2021-03-26perf test: Change to use bash for daemon testLeo Yan1-1/+1
2021-03-26Merge tag 'drm-msm-fixes-2021-02-25' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie12-60/+119
2021-03-25Merge tag 'integrity-v5.12-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-17/+48
2021-03-26Merge tag 'amd-drm-fixes-5.12-2021-03-24' of https://gitlab.freedesktop.org/a...Dave Airlie17-142/+365
2021-03-26Merge branch 'linux-5.12' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+12
2021-03-26Merge tag 'drm-intel-fixes-2021-03-25-1' of git://anongit.freedesktop.org/drm...Dave Airlie9-37/+113
2021-03-26Merge tag 'drm-misc-fixes-2021-03-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+2
2021-03-25io_uring: maintain CQE order of a failed linkPavel Begunkov1-2/+2
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-42/+230
2021-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-4/+6
2021-03-25Merge tag 'mfd-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-2/+4
2021-03-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds15-20/+83