summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-18selftests/clone3: Fix broken test under !CONFIG_TIME_NSTiezhu Yang1-1/+6
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett3-12/+65
2023-10-18selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda1-0/+1
2023-10-18mailmap: correct email aliasing for Oleksij RempelOleksij Rempel1-2/+2
2023-10-18mailmap: map Bartosz's old address to the current oneBartosz Golaszewski1-0/+1
2023-10-18mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park1-2/+5
2023-10-18MAINTAINERS: Ondrej has movedOndrej Jirman2-1/+2
2023-10-18kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann2-4/+6
2023-10-18kasan: print the original fault addr when access invalid shadowHaibo Li2-6/+4
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel3-19/+63
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel2-4/+43
2023-10-18hugetlbfs: clear resv_map pointer if mmap failsRik van Riel1-3/+4
2023-10-18mm: zswap: fix pool refcount bug around shrink_worker()Johannes Weiner1-2/+2
2023-10-07mm/migrate: fix do_pages_move for compat pointersGregory Price1-2/+12
2023-10-07riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is setAlexandre Ghiti1-6/+13
2023-10-07riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panickingAlexandre Ghiti1-1/+1
2023-10-07mmap: fix error paths with dup_anon_vma()Liam R. Howlett1-8/+22
2023-10-07mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett1-2/+8
2023-10-07mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott1-3/+3
2023-10-07mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett1-1/+3
2023-10-07mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi1-1/+1
2023-10-02Linux 6.6-rc4Linus Torvalds1-1/+1
2023-10-01Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-15/+41
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds38-169/+455
2023-10-01Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-212/+102
2023-10-01Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-4/+5
2023-10-01Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+26
2023-10-01Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-10-01Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+17
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-10-01Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds29-90/+179
2023-10-01Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-8/+56
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)1-1/+1
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave1-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2-16/+38
2023-09-30Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+11
2023-09-30Merge tag 'i2c-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-12/+12
2023-09-30Merge tag 'acpi-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+5
2023-09-30Merge tag 'powerpc-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-31/+14
2023-09-30Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+2
2023-09-30Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2023-09-30Crash: add lock to serialize crash hotplug handlingBaoquan He1-0/+17
2023-09-30selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2-4/+4
2023-09-30mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi1-20/+19