summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-26mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan1-10/+14
2023-10-26bootmem: use kmemleak_free_part_phys in free_bootmem_pageLiu Shixin1-1/+1
2023-10-26mm: remove page_cpupid_xchg_last()Kefeng Wang1-12/+7
2023-10-26mm: make finish_mkwrite_fault() staticKefeng Wang1-1/+0
2023-10-26mm: add folio_xchg_last_cpupid()Kefeng Wang1-0/+5
2023-10-26mm: remove xchg_page_access_time()Kefeng Wang1-8/+4
2023-10-26mm: add folio_xchg_access_time()Kefeng Wang1-0/+5
2023-10-26mm: remove page_cpupid_last()Kefeng Wang1-11/+6
2023-10-26mm: add folio_last_cpupid()Kefeng Wang1-0/+5
2023-10-26mm_types: add virtual and _last_cpupid into struct folioKefeng Wang1-4/+18
2023-10-26mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin1-1/+10
2023-10-26mm: kmem: scoped objcg protectionRoman Gushchin2-0/+13
2023-10-26mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin1-1/+7
2023-10-26mm: kmem: add direct objcg pointer to task_structRoman Gushchin1-0/+4
2023-10-26mm, pcp: reduce detecting time of consecutive high order page freeingHuang Ying1-1/+1
2023-10-26mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying1-0/+1
2023-10-26mm: tune PCP high automaticallyHuang Ying1-0/+1
2023-10-26mm: add framework for PCP high auto-tuningHuang Ying1-1/+4
2023-10-26mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying1-1/+2
2023-10-26mm, pcp: reduce lock contention for draining high-order pagesHuang Ying2-0/+7
2023-10-26cacheinfo: calculate size of per-CPU data cache sliceHuang Ying1-0/+1
2023-10-26mm, pcp: avoid to drain PCP when process exitHuang Ying1-1/+11
2023-10-26buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-3/+1
2023-10-26buffer: add get_nth_bh()Matthew Wilcox (Oracle)1-0/+22
2023-10-26buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)1-2/+2
2023-10-19mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-7/+8
2023-10-19mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2-2/+13
2023-10-19mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-9/+0
2023-10-19mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-0/+60
2023-10-19mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes3-23/+28
2023-10-19sched: remove wait bookmarksMatthew Wilcox (Oracle)1-6/+3
2023-10-19mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke1-0/+1
2023-10-19hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2-0/+14
2023-10-19memcontrol: only transfer the memcg data for migrationNhat Pham1-0/+7
2023-10-19memcontrol: add helpers for hugetlb memcg accountingNhat Pham1-0/+21
2023-10-19mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden1-11/+0
2023-10-19mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)1-0/+19
2023-10-19mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-6/+0
2023-10-19bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-28/+20
2023-10-19mm: add folio_end_read()Matthew Wilcox (Oracle)1-0/+1
2023-10-19mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-3/+9
2023-10-19mm: make __access_remote_vm() staticLorenzo Stoakes1-2/+0
2023-10-19mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand1-1/+1
2023-10-19percpu_counter: extend _limited_add() to negative amountsHugh Dickins1-2/+9
2023-10-19shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins1-0/+23
2023-10-19shmem: shrink shmem_inode_info: dir_offsets in a unionHugh Dickins1-6/+10
2023-10-19fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum3-0/+67
2023-10-19userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu2-2/+28
2023-10-19mm/memcg: annotate struct mem_cgroup_threshold_ary with __counted_byKees Cook1-1/+1
2023-10-19Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2-5/+42