Age | Commit message (Expand) | Author | Files | Lines |
2023-04-19 | mm: memory-failure: refactor add_to_kill() | Longlong Xia | 1 | -8/+21 |
2023-04-19 | memfd: pass argument of memfd_fcntl as int | Luca Vizzarro | 1 | -5/+1 |
2023-04-19 | mm: Multi-gen LRU: remove wait_event_killable() | Kalesh Singh | 1 | -72/+40 |
2023-04-19 | mm: workingset: update description of the source file | Yang Yang | 1 | -6/+17 |
2023-04-19 | printk: export console trace point for kcsan/kasan/kfence/kmsan | Pavankumar Kondeti | 3 | -60/+6 |
2023-04-19 | mm: vmscan: refactor updating current->reclaim_state | Yosry Ahmed | 3 | -9/+5 |
2023-04-19 | mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state() | Yosry Ahmed | 1 | -12/+12 |
2023-04-19 | mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim | Yosry Ahmed | 1 | -7/+42 |
2023-04-19 | mm: apply __must_check to vmap_pages_range_noflush() | Alexander Potapenko | 1 | -5/+5 |
2023-04-19 | mm: hwpoison: support recovery from HugePage copy-on-write faults | Liu Shixin | 2 | -24/+52 |
2023-04-19 | memcg: page_cgroup_ino() get memcg from the page's folio | Yosry Ahmed | 1 | -1/+2 |
2023-04-19 | mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP | Aneesh Kumar K.V | 1 | -0/+6 |
2023-04-19 | mm/vmemmap/devdax: fix kernel crash when probing devdax devices | Aneesh Kumar K.V | 2 | -6/+7 |
2023-04-19 | mm/vmscan: simplify shrink_node() | Haifeng Xu | 1 | -6/+6 |
2023-04-19 | mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i... | David Hildenbrand | 1 | -3/+2 |
2023-04-19 | mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ... | David Hildenbrand | 1 | -7/+2 |
2023-04-19 | mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ... | David Hildenbrand | 2 | -6/+2 |
2023-04-19 | mm: backing-dev: set variables dev_attr_min,max_bytes storage-class-specifier... | Tom Rix | 1 | -2/+2 |
2023-04-19 | userfaultfd: convert mfill_atomic() to use a folio | ZhangPeng | 2 | -28/+28 |
2023-04-19 | mm: convert copy_user_huge_page() to copy_user_large_folio() | ZhangPeng | 2 | -20/+19 |
2023-04-19 | userfaultfd: convert mfill_atomic_hugetlb() to use a folio | ZhangPeng | 2 | -21/+21 |
2023-04-19 | userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user() | ZhangPeng | 3 | -19/+15 |
2023-04-19 | userfaultfd: use kmap_local_page() in copy_huge_page_from_user() | ZhangPeng | 1 | -8/+6 |
2023-04-19 | userfaultfd: convert mfill_atomic_pte_copy() to use a folio | ZhangPeng | 1 | -16/+16 |
2023-04-19 | mm, page_alloc: use check_pages_enabled static key to check tail pages | Vlastimil Babka | 2 | -6/+6 |
2023-04-19 | mm/userfaultfd: don't consider uffd-wp bit of writable migration entries | David Hildenbrand | 2 | -4/+0 |
2023-04-19 | mm: mlock: use folios_put() in mlock_folio_batch() | Qi Zheng | 1 | -1/+1 |
2023-04-19 | mm/madvise: use vma_lookup() instead of find_vma() | ZhangPeng | 1 | -13/+1 |
2023-04-19 | memcg v1: provide read access to memory.pressure_level | Florian Schmidt | 1 | -0/+11 |
2023-04-19 | mm/khugepaged: maintain page cache uptodate flag | David Stevens | 1 | -52/+33 |
2023-04-19 | mm/khugepaged: skip shmem with userfaultfd | David Stevens | 1 | -20/+79 |
2023-04-19 | mm/khugepaged: refactor collapse_file control flow | David Stevens | 1 | -117/+113 |
2023-04-19 | mm/khugepaged: drain lru after swapping in shmem | David Stevens | 1 | -0/+2 |
2023-04-19 | mm/khugepaged: recover from poisoned file-backed memory | Jiaqi Yan | 1 | -31/+56 |
2023-04-19 | mm/khugepaged: recover from poisoned anonymous memory | Jiaqi Yan | 1 | -13/+99 |
2023-04-19 | memcg: do not modify rstat tree for zero updates | Yosry Ahmed | 1 | -0/+3 |
2023-04-19 | vmscan: memcg: sleep when flushing stats during reclaim | Yosry Ahmed | 1 | -1/+1 |
2023-04-19 | workingset: memcg: sleep when flushing stats in workingset_refault() | Yosry Ahmed | 2 | -4/+5 |
2023-04-19 | memcg: sleep during flushing stats in safe contexts | Yosry Ahmed | 3 | -11/+38 |
2023-04-19 | memcg: replace stats_flush_lock with an atomic | Yosry Ahmed | 1 | -7/+11 |
2023-04-19 | memcg: do not flush stats in irq context | Yosry Ahmed | 1 | -1/+15 |
2023-04-19 | memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited" | Yosry Ahmed | 2 | -2/+2 |
2023-04-19 | cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic" | Yosry Ahmed | 1 | -1/+1 |
2023-04-19 | mm: kfence: improve the performance of __kfence_alloc() and __kfence_free() | Peng Zhang | 3 | -23/+59 |
2023-04-19 | mm/zswap: delay the initialization of zswap | Liu Shixin | 1 | -17/+54 |
2023-04-19 | mm/zswap: replace zswap_init_{started/failed} with zswap_init_state | Liu Shixin | 1 | -25/+30 |
2023-04-19 | mm/zswap: remove zswap_entry_cache_{create,destroy} helper function | Liu Shixin | 1 | -13/+3 |
2023-04-19 | mm: vmalloc: rename addr_to_vb_xarray() function | Uladzislau Rezki (Sony) | 1 | -6/+6 |
2023-04-19 | kmemleak-test: fix kmemleak_test.c build logic | Hao Ge | 1 | -8/+0 |
2023-04-19 | mm: vmalloc: remove a global vmap_blocks xarray | Uladzislau Rezki (Sony) | 1 | -8/+63 |