summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prlimit: do not grab the tasklist_lockBarret Rhoden2022-03-083-15/+24
* prlimit: make do_prlimit() staticBarret Rhoden2022-03-082-59/+59
* Linux 5.17-rc7v5.17-rc7Linus Torvalds2022-03-061-1/+1
* Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-0613-28/+230
|\
| * btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana2022-03-041-0/+28
| * btrfs: add missing run of delayed items after unlink during log replayFilipe Manana2022-03-021-0/+18
| * btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang2022-03-021-1/+8
| * btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval2022-03-021-1/+31
| * btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-027-1/+91
| * btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue2022-03-021-9/+9
| * btrfs: do not WARN_ON() if we have PageError setJosef Bacik2022-03-021-3/+13
| * btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana2022-03-021-12/+31
| * btrfs: subpage: fix a wrong check on subpage->writersQu Wenruo2022-03-021-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-064-14/+20
|\ \
| * | KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_runPaolo Bonzini2022-03-021-12/+13
| * | KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()Like Xu2022-03-021-1/+1
| * | KVM: x86: Yield to IPI target vCPU only if it is busyLi RongQing2022-02-251-1/+1
| * | x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64Dexuan Cui2022-02-251-1/+1
| * | x86/kvm: Don't waste memory if kvmclock is disabledWanpeng Li2022-02-251-0/+3
| * | x86/kvm: Don't use PV TLB/yield when mwait is advertisedWanpeng Li2022-02-251-0/+2
* | | Merge tag 'powerpc-5.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-062-2/+2
|\ \ \
| * | | powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not setMurilo Opsfelder Araujo2022-03-052-2/+2
* | | | Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-063-6/+6
|\ \ \ \
| * | | | tracing: Fix return value of __setup handlersRandy Dunlap2022-03-042-3/+3
| * | | | tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-011-3/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-03-056-61/+51
|\ \ \ \ \
| * | | | | HID: add mapping for KEY_ALL_APPLICATIONSWilliam Mahon2022-03-033-2/+7
| * | | | | HID: add mapping for KEY_DICTATEWilliam Mahon2022-03-033-0/+3
| * | | | | Input: elan_i2c - fix regulator enable count imbalance after suspend/resumeHans de Goede2022-03-011-7/+7
| * | | | | Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()Hans de Goede2022-03-011-40/+22
| * | | | | Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt()...Hans de Goede2022-02-281-1/+15
| * | | | | Input: goodix - use the new soc_intel_is_byt() helperHans de Goede2022-02-281-16/+2
| * | | | | Merge tag 'v5.17-rc4' into for-linusDmitry Torokhov2022-02-2818653-474395/+1144039
| |\ \ \ \ \
| * | | | | | Input: samsung-keypad - properly state IOMEM dependencyDavid Gow2022-02-271-1/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-0518-137/+194
|\ \ \ \ \ \ \
| * | | | | | | configs/debug: set CONFIG_DEBUG_INFO=y properlyQian Cai2022-03-051-1/+1
| * | | | | | | proc: fix documentation and description of pagemapYun Zhou2022-03-052-2/+3
| * | | | | | | kselftest/vm: fix tests build with old libcChengming Zhou2022-03-051-0/+1
| * | | | | | | memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-051-12/+28
| * | | | | | | mm: fix use-after-free when anon vma name is used after vma is freedSuren Baghdasaryan2022-03-051-1/+7
| * | | | | | | mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan2022-03-052-6/+15
| * | | | | | | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-0512-114/+125
| * | | | | | | selftests/vm: cleanup hugetlb file after mremap testMike Kravetz2022-03-052-8/+21
* | | | | | | | Merge tag 's390-5.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-056-7/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/extable: fix exception table sortingHeiko Carstens2022-03-011-2/+7
| * | | | | | | | s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens2022-03-014-5/+18
| * | | | | | | | s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens2022-03-011-0/+35
| * | | | | | | | s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZEAlexander Egorenkov2022-03-011-0/+2
* | | | | | | | | Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-041-8/+18
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | blktrace: fix use after free for struct blk_traceYu Kuai2022-02-281-8/+18