aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-03-29mm: clean up populate_vma_page_range() FOLL_* flag handlingLinus Torvalds
2024-03-26mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devicesJohannes Weiner
2024-03-26userfaultfd: fix deadlock warning when locking src and dst VMAsLokesh Gidra
2024-03-26tmpfs: fix race on handling dquot rbtreeCarlos Maiolino
2024-03-26mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner
2024-03-26mm: zswap: fix kernel BUG in sg_init_oneBarry Song
2024-03-26mm: cachestat: fix two shmem bugsJohannes Weiner
2024-03-26mm,page_owner: fix recursionOscar Salvador
2024-03-26mm/memory: fix missing pte marker for !page on pte zapsPeter Xu
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13mempool: kvmalloc poolKent Overstreet
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-13mm/zswap: remove the memcpy if acomp is not sleepableBarry Song
2024-03-13memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang
2024-03-13mm: prohibit the last subpage from reusing the entire large folioBarry Song
2024-03-12Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12mm/huge_memory: skip invalid debugfs new_order input for folio splitZi Yan
2024-03-12mm/huge_memory: check new folio order when split a folioZi Yan
2024-03-12mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park
2024-03-12mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton
2024-03-12mm: fix list corruption in put_pages_listMatthew Wilcox (Oracle)
2024-03-12mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka
2024-03-12Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linusVlastimil Babka
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov
2024-03-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds
2024-03-06mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov
2024-03-06filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng
2024-03-06mm,page_owner: drop unnecessary checkOscar Salvador
2024-03-06mm,page_owner: check for null stack_record before bumping its refcountOscar Salvador
2024-03-06mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts
2024-03-06mm/kasan: use pXd_leaf() in shadow_mapped()Peter Xu
2024-03-06mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou
2024-03-06mm: memory: fix shift-out-of-bounds in fault_around_bytes_setKefeng Wang
2024-03-06mm: page_alloc: use div64_ul() instead of do_div()Thorsten Blum
2024-03-06mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)
2024-03-06mm: make folio_pte_batch available outside of mm/memory.cBarry Song