summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-04-19mm/vmscan: simplify shrink_node()Haifeng Xu1-6/+6
2023-04-19mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...David Hildenbrand1-3/+2
2023-04-19mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...David Hildenbrand1-7/+2
2023-04-19mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand2-6/+2
2023-04-19mm: backing-dev: set variables dev_attr_min,max_bytes storage-class-specifier...Tom Rix1-2/+2
2023-04-19userfaultfd: convert mfill_atomic() to use a folioZhangPeng2-28/+28
2023-04-19mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng2-20/+19
2023-04-19userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng2-21/+21
2023-04-19userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng3-19/+15
2023-04-19userfaultfd: use kmap_local_page() in copy_huge_page_from_user()ZhangPeng1-8/+6
2023-04-19userfaultfd: convert mfill_atomic_pte_copy() to use a folioZhangPeng1-16/+16
2023-04-19mm, page_alloc: use check_pages_enabled static key to check tail pagesVlastimil Babka2-6/+6
2023-04-19mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand2-4/+0
2023-04-19mm: mlock: use folios_put() in mlock_folio_batch()Qi Zheng1-1/+1
2023-04-19mm/madvise: use vma_lookup() instead of find_vma()ZhangPeng1-13/+1
2023-04-19memcg v1: provide read access to memory.pressure_levelFlorian Schmidt1-0/+11
2023-04-19mm/khugepaged: maintain page cache uptodate flagDavid Stevens1-52/+33
2023-04-19mm/khugepaged: skip shmem with userfaultfdDavid Stevens1-20/+79
2023-04-19mm/khugepaged: refactor collapse_file control flowDavid Stevens1-117/+113
2023-04-19mm/khugepaged: drain lru after swapping in shmemDavid Stevens1-0/+2
2023-04-19mm/khugepaged: recover from poisoned file-backed memoryJiaqi Yan1-31/+56
2023-04-19mm/khugepaged: recover from poisoned anonymous memoryJiaqi Yan1-13/+99
2023-04-19memcg: do not modify rstat tree for zero updatesYosry Ahmed1-0/+3
2023-04-19vmscan: memcg: sleep when flushing stats during reclaimYosry Ahmed1-1/+1
2023-04-19workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed2-4/+5
2023-04-19memcg: sleep during flushing stats in safe contextsYosry Ahmed3-11/+38
2023-04-19memcg: replace stats_flush_lock with an atomicYosry Ahmed1-7/+11
2023-04-19memcg: do not flush stats in irq contextYosry Ahmed1-1/+15
2023-04-19memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed2-2/+2
2023-04-19cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed1-1/+1
2023-04-19mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()Peng Zhang3-23/+59
2023-04-19mm/zswap: delay the initialization of zswapLiu Shixin1-17/+54
2023-04-19mm/zswap: replace zswap_init_{started/failed} with zswap_init_stateLiu Shixin1-25/+30
2023-04-19mm/zswap: remove zswap_entry_cache_{create,destroy} helper functionLiu Shixin1-13/+3
2023-04-19mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)1-6/+6
2023-04-19kmemleak-test: fix kmemleak_test.c build logicHao Ge1-8/+0
2023-04-19mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)1-8/+63
2023-04-19mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)1-0/+5
2023-04-19kmsan: fix a stale comment in kmsan_save_stack_with_flags()Zhen Lei1-1/+1
2023-04-19hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)1-7/+11
2023-04-19memcg: do not drain charge pcp caches on remote isolated cpusMichal Hocko1-1/+2
2023-04-19mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov1-0/+20
2023-04-19zsmalloc: reset compaction source zspage pointer after putback_zspage()Sergey Senozhatsky1-1/+1
2023-04-19mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-2/+2
2023-04-19mm: avoid passing 0 to __ffs()Kirill A. Shutemov2-2/+22
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton5-25/+134
2023-04-19mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman1-0/+3
2023-04-19mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett1-5/+43
2023-04-19mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2-10/+49
2023-04-19mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2-10/+23