summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-19prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett1-0/+2
2023-04-19mm/khugepaged: skip shmem with userfaultfdDavid Stevens1-1/+2
2023-04-19mm/hwpoison: introduce copy_mc_highpageJiaqi Yan1-13/+41
2023-04-19mm/khugepaged: recover from poisoned anonymous memoryJiaqi Yan1-1/+2
2023-04-19workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed1-2/+2
2023-04-19memcg: sleep during flushing stats in safe contextsYosry Ahmed1-2/+7
2023-04-19memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed1-2/+2
2023-04-19cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed1-1/+1
2023-04-19mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)1-5/+0
2023-04-19hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)1-6/+1
2023-04-19sched/isolation: add cpu_is_isolated() APIFrederic Weisbecker1-0/+12
2023-04-19mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov1-1/+2
2023-04-19mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-1/+0
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-18/+21
2023-04-19mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko1-9/+10
2023-04-19mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko1-9/+11
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-1/+2
2023-04-06sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T1-1/+1
2023-04-06sched/numa: implement access PID reset logicRaghavendra K T2-3/+4
2023-04-06sched/numa: enhance vma scanning logicRaghavendra K T2-0/+15
2023-04-06sched/numa: apply the scan delay to every new vmaMel Gorman2-0/+23
2023-04-06mm: separate vma->lock from vm_area_structSuren Baghdasaryan2-14/+15
2023-04-06mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-0/+2
2023-04-06mm: introduce per-VMA lock statisticsSuren Baghdasaryan2-0/+12
2023-04-06mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan2-1/+4
2023-04-06mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+3
2023-04-06mm: introduce vma detached flagSuren Baghdasaryan2-0/+14
2023-04-06mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-11/+30
2023-04-06mm: mark VMA as being written when changing vm_flagsSuren Baghdasaryan1-5/+5
2023-04-06mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan3-0/+103
2023-04-06mm: move mmap_lock assert function definitionsSuren Baghdasaryan1-12/+12
2023-04-06mm: rcu safe VMA freeingMichel Lespinasse1-3/+10
2023-04-06trace: cma: remove unnecessary event class cma_alloc_classWenchao Hao1-33/+25
2023-04-06mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-1/+2
2023-04-06iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes1-0/+2
2023-04-06mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov1-0/+2
2023-04-06mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes1-37/+2
2023-04-06mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2-8/+1
2023-04-06mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+2
2023-04-06mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)1-4/+0
2023-04-06mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)1-1/+0
2023-04-06mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)1-2/+0
2023-04-06mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)1-6/+0
2023-04-06init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-0/+1
2023-04-06mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)1-1/+1
2023-04-06mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)1-5/+0
2023-04-06mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)1-7/+0
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2-1/+9