summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: apply __must_check to vmap_pages_range_noflush()Alexander Potapenko2023-04-181-5/+5
* mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin2023-04-182-24/+52
* memcg: page_cgroup_ino() get memcg from the page's folioYosry Ahmed2023-04-181-1/+2
* mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-181-0/+6
* mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V2023-04-182-6/+7
* mm/vmscan: simplify shrink_node()Haifeng Xu2023-04-181-6/+6
* mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...David Hildenbrand2023-04-181-3/+2
* mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...David Hildenbrand2023-04-181-7/+2
* mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand2023-04-182-6/+2
* mm: backing-dev: set variables dev_attr_min,max_bytes storage-class-specifier...Tom Rix2023-04-181-2/+2
* userfaultfd: convert mfill_atomic() to use a folioZhangPeng2023-04-182-28/+28
* mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng2023-04-182-20/+19
* userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng2023-04-182-21/+21
* userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng2023-04-183-19/+15
* userfaultfd: use kmap_local_page() in copy_huge_page_from_user()ZhangPeng2023-04-181-8/+6
* userfaultfd: convert mfill_atomic_pte_copy() to use a folioZhangPeng2023-04-181-16/+16
* mm, page_alloc: use check_pages_enabled static key to check tail pagesVlastimil Babka2023-04-182-6/+6
* mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand2023-04-182-4/+0
* mm: mlock: use folios_put() in mlock_folio_batch()Qi Zheng2023-04-181-1/+1
* mm/madvise: use vma_lookup() instead of find_vma()ZhangPeng2023-04-181-13/+1
* memcg v1: provide read access to memory.pressure_levelFlorian Schmidt2023-04-181-0/+11
* mm/khugepaged: maintain page cache uptodate flagDavid Stevens2023-04-181-52/+33
* mm/khugepaged: skip shmem with userfaultfdDavid Stevens2023-04-181-20/+79
* mm/khugepaged: refactor collapse_file control flowDavid Stevens2023-04-181-117/+113
* mm/khugepaged: drain lru after swapping in shmemDavid Stevens2023-04-181-0/+2
* mm/khugepaged: recover from poisoned file-backed memoryJiaqi Yan2023-04-181-31/+56
* mm/khugepaged: recover from poisoned anonymous memoryJiaqi Yan2023-04-181-13/+99
* memcg: do not modify rstat tree for zero updatesYosry Ahmed2023-04-181-0/+3
* vmscan: memcg: sleep when flushing stats during reclaimYosry Ahmed2023-04-181-1/+1
* workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed2023-04-182-4/+5
* memcg: sleep during flushing stats in safe contextsYosry Ahmed2023-04-183-11/+38
* memcg: replace stats_flush_lock with an atomicYosry Ahmed2023-04-181-7/+11
* memcg: do not flush stats in irq contextYosry Ahmed2023-04-181-1/+15
* memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed2023-04-182-2/+2
* cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed2023-04-181-1/+1
* mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()Peng Zhang2023-04-183-23/+59
* mm/zswap: delay the initialization of zswapLiu Shixin2023-04-181-17/+54
* mm/zswap: replace zswap_init_{started/failed} with zswap_init_stateLiu Shixin2023-04-181-25/+30
* mm/zswap: remove zswap_entry_cache_{create,destroy} helper functionLiu Shixin2023-04-181-13/+3
* mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)2023-04-181-6/+6
* kmemleak-test: fix kmemleak_test.c build logicHao Ge2023-04-181-8/+0
* mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)2023-04-181-8/+63
* mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)2023-04-181-0/+5
* kmsan: fix a stale comment in kmsan_save_stack_with_flags()Zhen Lei2023-04-181-1/+1
* hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)2023-04-181-7/+11
* memcg: do not drain charge pcp caches on remote isolated cpusMichal Hocko2023-04-181-1/+2
* mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov2023-04-181-0/+20
* zsmalloc: reset compaction source zspage pointer after putback_zspage()Sergey Senozhatsky2023-04-181-1/+1
* mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann2023-04-181-2/+2
* mm: avoid passing 0 to __ffs()Kirill A. Shutemov2023-04-182-2/+22