summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-17Merge tag 'for-5.19/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-9/+18
2022-06-17Merge tag 'hwmon-for-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+8
2022-06-17Merge tag 'linux-watchdog-5.19-rc3' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds1-0/+1
2022-06-17Merge tag 'v5.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-1/+7
2022-06-17Merge tag 'char-misc-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-43/+56
2022-06-17Merge tag 'staging-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-363/+11
2022-06-17Merge tag 'tty-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-5/+12
2022-06-17Merge tag 'usb-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-54/+80
2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek6-1/+50
2022-06-17docs/zh_CN/LoongArch: Fix notes rendering by using reST directivesYanteng Si2-12/+16
2022-06-17docs/LoongArch: Fix notes rendering by using reST directivesYanteng Si2-15/+22
2022-06-17LoongArch: vmlinux.lds.S: Add missing ELF_DETAILSYouling Tang1-0/+1
2022-06-17io_uring: recycle provided buffer if we punt to io-wqJens Axboe1-0/+1
2022-06-17Merge tag 'drm-fixes-2022-06-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds17-115/+141
2022-06-17Merge tag 'exynos-drm-fixes-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/...Dave Airlie2-33/+15
2022-06-17Merge tag 'amd-drm-fixes-5.19-2022-06-15' of https://gitlab.freedesktop.org/a...Dave Airlie2-6/+4
2022-06-17Merge tag 'drm-intel-fixes-2022-06-16' of git://anongit.freedesktop.org/drm/d...Dave Airlie8-47/+62
2022-06-17dm mirror log: round up region bitmap size to BITS_PER_LONGMikulas Patocka1-2/+1
2022-06-17dm: fix narrow race for REQ_NOWAIT bios being issued despite no supportMikulas Patocka1-1/+6
2022-06-17dm: fix use-after-free in dm_put_live_table_bioMikulas Patocka1-6/+7
2022-06-17Merge tag 'drm-misc-fixes-2022-06-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie5-29/+60
2022-06-17smb3: add trace point for SMB2_set_eofSteve French2-0/+40
2022-06-17block/bfq: Enable I/O statisticsBart Van Assche1-0/+3
2022-06-17Merge tag 'audit-pr-20220616' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-06-17Merge tag 'selinux-pr-20220616' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+4
2022-06-17RISC-V: Some Svpbmt fixesPalmer Dabbelt3-6/+9
2022-06-17riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbolHeiko Stuebner1-2/+7
2022-06-17riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner1-4/+1
2022-06-17riscv: fix dependency for t-head errataHeiko Stuebner1-0/+1
2022-06-17Merge tag 'dt-fixes-for-palmer-5.19-rc3' of ssh://gitolite.kernel.org/pub/scm...Palmer Dabbelt1-0/+9
2022-06-16blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei1-2/+3
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei6-19/+13
2022-06-16blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei1-1/+3
2022-06-16block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche1-0/+2
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds36-752/+433
2022-06-16net: axienet: add missing error return code in axienet_probe()Yang Yingliang1-0/+1
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong10-611/+83
2022-06-16arm64/cpufeature: Unexport set_cpu_feature()Mark Brown1-1/+0
2022-06-16ext4: improve write performance with disabled delallocJan Kara1-1/+1
2022-06-16ext4: fix warning when submitting superblock in ext4_commit_super()Zhang Yi1-6/+16
2022-06-16io_uring: do not use prio task_work_add in uring_cmdDylan Yudaken1-1/+1
2022-06-16ext4, doc: remove unnecessary escapingWang Jianjian17-810/+810
2022-06-16ext4: fix incorrect comment in ext4_bio_write_page()Wang Jianjian1-1/+1
2022-06-16fs: fix jbd2_journal_try_to_free_buffers() kernel-doc commentYang Li1-1/+1
2022-06-16io_uring: commit non-pollable provided mapped buffers upfrontJens Axboe1-1/+1
2022-06-16init: Initialize noop_backing_dev_info earlyJan Kara3-9/+6
2022-06-16ext2: fix fs corruption when trying to remove a non-empty directory with IO e...Ye Bin1-6/+3
2022-06-16xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong1-1/+2
2022-06-16xfs: fix variable state usageDarrick J. Wong1-2/+1
2022-06-16xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong6-22/+34