summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-10mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park
2021-12-10timers: implement usleep_idle_range()SeongJae Park
2021-12-10filemap: remove PageHWPoison check from next_uptodate_page()Matthew Wilcox (Oracle)
2021-12-10mailmap: update email address for Guo RenGuo Ren
2021-12-10MAINTAINERS: update kdump maintainersDave Young
2021-12-10Increase default MLOCK_LIMIT to 8 MiBDrew DeVault
2021-12-10Merge tag 'thermal-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-12-10Merge tag 'acpi-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-12-10Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-12-10Merge tag 'hwmon-for-v5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-10Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-12-10i2c: mpc: Use atomic read and fix break conditionChris Packham
2021-12-10io-wq: check for wq exit after adding new worker task_workJens Axboe
2021-12-10io_uring: ensure task_work gets run as part of cancelationsJens Axboe
2021-12-10Merge tag 'pci-v5.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-12-10Merge tag 'mmc-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2021-12-10Merge tag 'libata-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-12-10Merge tag 'sound-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-12-10Merge tag 'drm-fixes-2021-12-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-12-10Revert "mtd_blkdevs: don't scan partitions for plain mtdblock"Jens Axboe
2021-12-10block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso
2021-12-10Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe
2021-12-10md: fix double free of mddev->private in autorun_array()zhangyue
2021-12-10md: fix update super 1.0 on rdev size changeMarkus Hochholdinger
2021-12-10nfsd: fix use-after-free due to delegation raceJ. Bruce Fields
2021-12-10nfsd: Fix nsfd startup race (again)Alexander Sverdlin
2021-12-10clocksource/drivers/arm_arch_timer: Force inlining of erratum_set_next_event_...Marc Zyngier
2021-12-10clocksource/drivers/dw_apb_timer_of: Fix probe failureAlexey Sheplyakov
2021-12-10selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/OSean Christopherson
2021-12-10KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exitSean Christopherson
2021-12-10KVM: X86: Raise #GP when clearing CR0_PG in 64 bit modeLai Jiangshan
2021-12-10xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-12-10xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng
2021-12-10Merge tag 'nvme-5.16-2021-12-10' of git://git.infradead.org/nvme into block-5.16Jens Axboe
2021-12-10irqchip/irq-bcm7120-l2: Add put_device() after of_find_device_by_node()Ye Guojin
2021-12-10selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini
2021-12-10KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI reqSean Christopherson
2021-12-10KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hyper...Vitaly Kuznetsov
2021-12-10Merge tag 'amd-drm-fixes-5.16-2021-12-08' of https://gitlab.freedesktop.org/a...Dave Airlie
2021-12-10Merge tag 'drm-intel-fixes-2021-12-09' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2021-12-10Merge tag 'drm-misc-fixes-2021-12-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-12-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-12-09percpu_ref: Replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-09Merge tag 'mtd/fixes-for-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2021-12-09Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"Douglas Anderson
2021-12-09aio: Fix incorrect usage of eventfd_signal_allowed()Xie Yongji