summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mm: add new api to enable ksm per processStefan Roesch2023-04-212-17/+90
| * | | | | mm: shrinkers: fix debugfs file permissionsJohn Keeping2023-04-211-2/+2
| * | | | | mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand2023-04-212-6/+3
| * | | | | migrate_pages_batch: fix statistics for longterm pin retryHuang Ying2023-04-211-0/+3
| * | | | | userfaultfd: use helper function range_in_vma()ZhangPeng2023-04-211-5/+1
| * | | | | mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang2023-04-211-1/+2
| * | | | | mm/hugetlb: fix uffd-wp bit lost when unsharing happensPeter Xu2023-04-211-2/+5
| * | | | | mm/hugetlb: fix uffd-wp during fork()Peter Xu2023-04-211-9/+15
| * | | | | kasan: fix lockdep report invalid wait contextZqiang2023-04-211-26/+8
| * | | | | mm: ksm: support hwpoison for ksm pageLonglong Xia2023-04-182-9/+70
| * | | | | mm: memory-failure: refactor add_to_kill()Longlong Xia2023-04-181-8/+21
| * | | | | memfd: pass argument of memfd_fcntl as intLuca Vizzarro2023-04-181-5/+1
| * | | | | mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh2023-04-181-72/+40
| * | | | | mm: workingset: update description of the source fileYang Yang2023-04-181-6/+17
| * | | | | printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2023-04-183-60/+6
| * | | | | mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-183-9/+5
| * | | | | mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state()Yosry Ahmed2023-04-181-12/+12
| * | | | | mm: vmscan: ignore non-LRU-based reclaim in memcg reclaimYosry Ahmed2023-04-181-7/+42
| * | | | | 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