summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-07-03mm: split huge PUD on wp_huge_pud fallbackGowans, James
2022-07-03mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()David Hildenbrand
2022-07-03mm: sparsemem: fix missing higher order allocation splittingMuchun Song
2022-07-03mm/damon: use set_huge_pte_at() to make huge pte oldBaolin Wang
2022-07-03mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pagesAxel Rasmussen
2022-07-01usercopy: use unsigned long instead of uintptr_tJason A. Donenfeld
2022-06-29filemap: Use filemap_read_folio() in do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-29filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-29filemap: Move 'filler' case to the end of do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-29filemap: Remove find_get_pages_range() and associated functionsMatthew Wilcox (Oracle)
2022-06-29shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29vmscan: Add check_move_unevictable_folios()Matthew Wilcox (Oracle)
2022-06-29filemap: Add filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)
2022-06-29hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)
2022-06-29mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)
2022-06-29mm: Account dirty folios properly during splitsMatthew Wilcox (Oracle)
2022-06-27mm: ioremap: Add ioremap/iounmap_allowed()Kefeng Wang
2022-06-27mm: ioremap: Setup phys_addr of struct vm_structKefeng Wang
2022-06-27mm: ioremap: Use more sensible name in ioremap_prot()Kefeng Wang
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-23filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)
2022-06-20filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)
2022-06-20filemap: Correct the conditions for marking a folio as accessedMatthew Wilcox (Oracle)
2022-06-20Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi
2022-06-16mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.pyYang Yang
2022-06-16mm/kfence: select random number before taking raw lockJason A. Donenfeld
2022-06-16mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is in...SeongJae Park
2022-06-16mm: lru_cache_disable: use synchronize_rcu_expeditedMarcelo Tosatti
2022-06-16mm/page_isolation.c: fix one kernel-doc commentYang Li
2022-06-16init: Initialize noop_backing_dev_info earlyJan Kara
2022-06-15memblock: Disable mirror feature if kernelcore is not specifiedMa Wupeng
2022-06-15mm: Limit warning message in vmemmap_verify() to onceMa Wupeng
2022-06-15mm: Ratelimited mirrored memory related warning messagesMa Wupeng
2022-06-13mm: create security context for memfd_secret inodesChristian Göttsche
2022-06-13usercopy: Make usercopy resilient against ridiculously large copiesMatthew Wilcox (Oracle)
2022-06-13usercopy: Cast pointer to an integer onceMatthew Wilcox (Oracle)
2022-06-13usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)
2022-06-13mm/slub: add missing TID updates on slab deactivationJann Horn
2022-06-13mm/slub: Move the stackdepot related allocation out of IRQ-off section.Sebastian Andrzej Siewior
2022-06-09mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)
2022-06-09filemap: Cache the value of vm_flagsMatthew Wilcox (Oracle)
2022-06-09filemap: Don't release a locked folioMatthew Wilcox (Oracle)
2022-06-05Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-05Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-06-03mm/vmstat: replace cpumask_weight with cpumask_empty where appropriateYury Norov