summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-21hugetlb: pte_alloc_huge() to replace huge pte_alloc_map()Hugh Dickins1-0/+17
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch1-0/+5
2023-04-21mm: add new api to enable ksm per processStefan Roesch3-2/+22
2023-04-21mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang1-1/+0
2023-04-21fs/buffer: add folio_create_empty_buffers helperPankaj Raghav1-0/+2
2023-04-21buffer: add folio_alloc_buffers() helperPankaj Raghav1-0/+2
2023-04-21fs/buffer: add folio_set_bh helperPankaj Raghav1-0/+2
2023-04-18mm: ksm: support hwpoison for ksm pageLonglong Xia2-0/+18
2023-04-18memfd: pass argument of memfd_fcntl as intLuca Vizzarro1-2/+2
2023-04-18mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh1-6/+2
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed1-1/+16
2023-04-18mm: kmsan: apply __must_check to non-void functionsAlexander Potapenko1-21/+22
2023-04-18mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin1-3/+3
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-1/+1
2023-04-18mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V1-0/+16
2023-04-18userfaultfd: convert mfill_atomic() to use a folioZhangPeng1-2/+2
2023-04-18mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng1-4/+3
2023-04-18userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng1-2/+2
2023-04-18userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng1-4/+3
2023-04-18smaps: fix defined but not used smaps_shmem_walk_opsSteven Price1-0/+7
2023-04-18prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett1-0/+2
2023-04-18mm/khugepaged: skip shmem with userfaultfdDavid Stevens1-1/+2
2023-04-18mm/hwpoison: introduce copy_mc_highpageJiaqi Yan1-13/+41
2023-04-18mm/khugepaged: recover from poisoned anonymous memoryJiaqi Yan1-1/+2
2023-04-18workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed1-2/+2
2023-04-18memcg: sleep during flushing stats in safe contextsYosry Ahmed1-2/+7
2023-04-18memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed1-2/+2
2023-04-18cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed1-1/+1
2023-04-18mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)1-5/+0
2023-04-18hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)1-6/+1
2023-04-18sched/isolation: add cpu_is_isolated() APIFrederic Weisbecker1-0/+12
2023-04-18mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov1-1/+2
2023-04-18mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-1/+0
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-18/+21
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko1-9/+10
2023-04-18mm: 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-05sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T1-1/+1
2023-04-05sched/numa: implement access PID reset logicRaghavendra K T2-3/+4
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T2-0/+15
2023-04-05sched/numa: apply the scan delay to every new vmaMel Gorman2-0/+23
2023-04-05mm: separate vma->lock from vm_area_structSuren Baghdasaryan2-14/+15
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-0/+2
2023-04-05mm: introduce per-VMA lock statisticsSuren Baghdasaryan2-0/+12
2023-04-05mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan2-1/+4
2023-04-05mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+3
2023-04-05mm: introduce vma detached flagSuren Baghdasaryan2-0/+14
2023-04-05mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-11/+30
2023-04-05mm: mark VMA as being written when changing vm_flagsSuren Baghdasaryan1-5/+5
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan3-0/+103