aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-24kvmalloc: use vmalloc_huge for vmalloc allocationsGravatar Linus Torvalds 1-2/+9
2022-04-24page_alloc: use vmalloc_huge for large system hashGravatar Song Liu 1-1/+1
2022-04-23Merge tag '5.18-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 8-66/+52
2022-04-23Merge tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 9-27/+24
2022-04-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-3/+12
2022-04-23Merge tag 'for-linus-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-4/+9
2022-04-23Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 12-358/+94
2022-04-23Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-1/+36
2022-04-23Merge tag 'block-5.18-2022-04-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+2
2022-04-23Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+7
2022-04-23Merge tag 'perf-tools-fixes-for-v5.18-2022-04-22' of git://git.kernel.org/pub...Gravatar Linus Torvalds 4-1/+23
2022-04-23sparc: cacheflush_32.h needs struct pageGravatar Randy Dunlap 1-0/+1
2022-04-23Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 12-358/+94
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-26/+101
2022-04-22Merge tag 'ata-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Gravatar Linus Torvalds 1-0/+2
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 36-252/+316
2022-04-22perf test: Fix error message for test case 71 on s390, where it is not supportedGravatar Thomas Richter 1-0/+4
2022-04-22perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventGravatar Leo Yan 1-0/+14
2022-04-22perf script: Always allow field 'data_src' for auxtraceGravatar Leo Yan 1-1/+1
2022-04-22perf clang: Fix header include for LLVM >= 14Gravatar Guilherme Amadio 1-0/+4
2022-04-22gpio: Request interrupts after IRQ is initializedGravatar Mario Limonciello 1-2/+2
2022-04-22Merge tag 'riscv-for-linus-5.18-rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-1/+3
2022-04-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-11/+18
2022-04-22arm/xen: Fix some refcount leaksGravatar Miaoqian Lin 1-2/+7
2022-04-22Merge tag 'xarray-5.18a' of git://git.infradead.org/users/willy/xarrayGravatar Linus Torvalds 3-2/+11
2022-04-22Merge tag '5.18-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-10/+31
2022-04-22Merge tag 'fs.fixes.v5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+13
2022-04-22Merge tag 'sound-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 35-177/+300
2022-04-22XArray: Disallow sibling entries of nodesGravatar Matthew Wilcox (Oracle) 1-0/+2
2022-04-22tools: Add kmem_cache_alloc_lru()Gravatar Matthew Wilcox (Oracle) 2-2/+9
2022-04-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 18-87/+327
2022-04-22mm/vmalloc: huge vmalloc backing pages should be split rather than compoundGravatar Nicholas Piggin 1-15/+21
2022-04-22arm64: mm: fix p?d_leaf()Gravatar Muchun Song 1-2/+2
2022-04-21Merge tag 'drm-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 3-24/+33
2022-04-21mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Gravatar Alistair Popple 1-1/+13
2022-04-21kcov: don't generate a warning on vm_insert_page()'s failureGravatar Aleksandr Nogikh 1-2/+5
2022-04-21MAINTAINERS: add Vincenzo Frascino to KASAN reviewersGravatar Vincenzo Frascino 1-0/+1
2022-04-21oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupGravatar Nico Pache 2-14/+41
2022-04-21selftest/vm: add skip support to mremap_testGravatar Sidhartha Kumar 1-3/+8
2022-04-21selftest/vm: support xfail in mremap_testGravatar Sidhartha Kumar 1-1/+1
2022-04-21selftest/vm: verify remap destination address in mremap_testGravatar Sidhartha Kumar 1-3/+39
2022-04-21selftest/vm: verify mmap addr in mremap_testGravatar Sidhartha Kumar 1-1/+40
2022-04-21mm, hugetlb: allow for "high" userspace addressesGravatar Christophe Leroy 3-12/+13
2022-04-21userfaultfd: mark uffd_wp regardless of VM_WRITE flagGravatar Nadav Amit 1-6/+9
2022-04-21memcg: sync flush only if periodic flush is delayedGravatar Shakeel Butt 3-2/+17
2022-04-21mm/memory-failure.c: skip huge_zero_page in memory_failure()Gravatar Xu Yu 1-0/+13
2022-04-21mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Gravatar Naoya Horiguchi 4-42/+127
2022-04-22ata: pata_marvell: Check the 'bmdma_addr' beforing readingGravatar Zheyu Ma 1-0/+2
2022-04-22Merge tag 'drm-msm-fixes-2022-04-20' of https://gitlab.freedesktop.org/drm/ms...Gravatar Dave Airlie 1-1/+1
2022-04-21Merge tag 'dmaengine-fix-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-34/+53