aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-09-11page_alloc: remove inactive initializationLi kunyu1-1/+1
2022-09-11mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang2-5/+21
2022-09-11mm/mempolicy: fix lock contention on mems_allowedAbel Wu1-1/+3
2022-09-11mm/cma_debug: show complete cma name in debugfs directoriesCharan Teja Kalla1-4/+1
2022-09-11mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig3-9/+6
2022-09-11zsmalloc: remove unnecessary size_class NULL checkAlexey Romanov1-7/+0
2022-09-11zsmalloc: zs_object_copy: add clarifying commentAlexey Romanov1-0/+7
2022-09-11mm/vmscan: define macros for refaults in struct lruvecYang Yang1-4/+4
2022-09-11mm/damon/dbgfs: use kmalloc for allocating only one elementKenneth Lee1-1/+1
2022-09-11mm/filemap.c: convert page_endio() to use a folioShaoqin Huang1-7/+9
2022-09-11mm: memory-failure: cleanup try_to_split_thp_page()Kefeng Wang1-11/+12
2022-09-11mm: align larger anonymous mappings on THP boundariesRik van Riel1-0/+3
2022-09-11mm/page_ext: remove unused variable in offline_page_extCharan Teja Kalla1-3/+3
2022-09-11mm/madvise: add MADV_COLLAPSE to process_madvise()Zach O'Keefe1-2/+2
2022-09-11mm/khugepaged: rename prefix of shared collapse functionsZach O'Keefe1-33/+35
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2-1/+123
2022-09-11mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe5-39/+66
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe3-21/+22
2022-09-11mm/khugepaged: add flag to predicate khugepaged-only behaviorZach O'Keefe1-25/+58
2022-09-11mm/khugepaged: propagate enum scan_result codes back to callersZach O'Keefe1-116/+117
2022-09-11mm/khugepaged: dedup and simplify hugepage alloc and chargingZach O'Keefe1-43/+35
2022-09-11mm/khugepaged: add struct collapse_controlZach O'Keefe1-37/+50
2022-09-11mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMAYang Shi1-94/+26
2022-09-11mm: fix dereferencing possible ERR_PTRBinyi Han1-1/+1
2022-09-11vmscan: check folio_test_private(), not folio_get_private()Matthew Wilcox (Oracle)1-2/+2
2022-09-11mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)1-1/+1
2022-09-11mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman1-5/+14
2022-09-11mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple1-2/+7
2022-09-11mm/migrate_device.c: add missing flush_cache_page()Alistair Popple1-1/+1
2022-09-11mm/migrate_device.c: flush TLB while holding PTLAlistair Popple1-2/+3
2022-09-11mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams1-10/+12
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams1-1/+1
2022-09-11mm/page_alloc: fix race condition between build_all_zonelists and page allocationMel Gorman1-10/+43
2022-09-08mm/slub: fix to return errno if kmalloc() failsChao Yu1-1/+4
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-2/+2
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price2-11/+14
2022-09-01Merge tag 'slab-for-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-16/+29
2022-09-01mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab_mutex/cpu_hotplug_lockWaiman Long1-16/+29
2022-09-01mm/sl[au]b: check if large object is valid in __ksize()Hyeonggon Yoo1-1/+6
2022-09-01mm/slab_common: move declaration of __ksize() to mm/slab.hHyeonggon Yoo3-11/+3
2022-09-01mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo4-29/+22
2022-09-01mm/slab_common: unify NUMA and UMA version of tracepointsHyeonggon Yoo4-31/+25
2022-09-01mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()Hyeonggon Yoo3-62/+27
2022-09-01mm/sl[au]b: generalize kmalloc subsystemHyeonggon Yoo5-200/+107
2022-08-31mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-13/+16
2022-08-28cgroup: Fix build failure when CONFIG_SHRINKER_DEBUGTejun Heo1-1/+1
2022-08-28mm/mprotect: only reference swap pfn page if type matchPeter Xu1-1/+2
2022-08-28mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty1-0/+3
2022-08-28bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin1-0/+2
2022-08-28mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky1-1/+1