summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-2874-4378/+5473
|\
| * mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying2023-04-271-4/+8
| * shmem: restrict noswap option to initial user namespaceChristian Brauner2023-04-271-0/+4
| * mm/khugepaged: fix conflicting mods to collapse_file()Hugh Dickins2023-04-271-22/+1
| * sparse: remove unnecessary 0 values from rcLi zeming2023-04-211-1/+1
| * mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds2023-04-211-6/+13
| * mm: do not increment pgfault stats when page fault handler retriesSuren Baghdasaryan2023-04-211-19/+27
| * zsmalloc: allow only one active pool compaction contextSergey Senozhatsky2023-04-211-0/+12
| * mm: add new KSM process and sysfs knobsStefan Roesch2023-04-211-0/+21
| * 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-192-9/+70
| * mm: memory-failure: refactor add_to_kill()Longlong Xia2023-04-191-8/+21
| * memfd: pass argument of memfd_fcntl as intLuca Vizzarro2023-04-191-5/+1
| * mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh2023-04-191-72/+40
| * mm: workingset: update description of the source fileYang Yang2023-04-191-6/+17
| * printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2023-04-193-60/+6
| * mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-193-9/+5
| * mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state()Yosry Ahmed2023-04-191-12/+12
| * mm: vmscan: ignore non-LRU-based reclaim in memcg reclaimYosry Ahmed2023-04-191-7/+42
| * mm: apply __must_check to vmap_pages_range_noflush()Alexander Potapenko2023-04-191-5/+5
| * mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin2023-04-192-24/+52
| * memcg: page_cgroup_ino() get memcg from the page's folioYosry Ahmed2023-04-191-1/+2
| * mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-191-0/+6
| * mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V2023-04-192-6/+7
| * mm/vmscan: simplify shrink_node()Haifeng Xu2023-04-191-6/+6
| * mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...David Hildenbrand2023-04-191-3/+2
| * mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...David Hildenbrand2023-04-191-7/+2
| * mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand2023-04-192-6/+2
| * mm: backing-dev: set variables dev_attr_min,max_bytes storage-class-specifier...Tom Rix2023-04-191-2/+2
| * userfaultfd: convert mfill_atomic() to use a folioZhangPeng2023-04-192-28/+28
| * mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng2023-04-192-20/+19
| * userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng2023-04-192-21/+21
| * userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng2023-04-193-19/+15
| * userfaultfd: use kmap_local_page() in copy_huge_page_from_user()ZhangPeng2023-04-191-8/+6
| * userfaultfd: convert mfill_atomic_pte_copy() to use a folioZhangPeng2023-04-191-16/+16
| * mm, page_alloc: use check_pages_enabled static key to check tail pagesVlastimil Babka2023-04-192-6/+6
| * mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand2023-04-192-4/+0
| * mm: mlock: use folios_put() in mlock_folio_batch()Qi Zheng2023-04-191-1/+1
| * mm/madvise: use vma_lookup() instead of find_vma()ZhangPeng2023-04-191-13/+1
| * memcg v1: provide read access to memory.pressure_levelFlorian Schmidt2023-04-191-0/+11
| * mm/khugepaged: maintain page cache uptodate flagDavid Stevens2023-04-191-52/+33
| * mm/khugepaged: skip shmem with userfaultfdDavid Stevens2023-04-191-20/+79