summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park2023-10-261-0/+7
* mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)2023-10-261-14/+0
* mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan2023-10-261-10/+14
* bootmem: use kmemleak_free_part_phys in free_bootmem_pageLiu Shixin2023-10-261-1/+1
* mm: remove page_cpupid_xchg_last()Kefeng Wang2023-10-261-12/+7
* mm: make finish_mkwrite_fault() staticKefeng Wang2023-10-261-1/+0
* mm: add folio_xchg_last_cpupid()Kefeng Wang2023-10-261-0/+5
* mm: remove xchg_page_access_time()Kefeng Wang2023-10-261-8/+4
* mm: add folio_xchg_access_time()Kefeng Wang2023-10-261-0/+5
* mm: remove page_cpupid_last()Kefeng Wang2023-10-261-11/+6
* mm: add folio_last_cpupid()Kefeng Wang2023-10-261-0/+5
* mm_types: add virtual and _last_cpupid into struct folioKefeng Wang2023-10-261-4/+18
* mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin2023-10-261-1/+10
* mm: kmem: scoped objcg protectionRoman Gushchin2023-10-262-0/+13
* mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin2023-10-261-1/+7
* mm: kmem: add direct objcg pointer to task_structRoman Gushchin2023-10-261-0/+4
* mm, pcp: reduce detecting time of consecutive high order page freeingHuang Ying2023-10-261-1/+1
* mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying2023-10-261-0/+1
* mm: tune PCP high automaticallyHuang Ying2023-10-261-0/+1
* mm: add framework for PCP high auto-tuningHuang Ying2023-10-261-1/+4
* mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying2023-10-261-1/+2
* mm, pcp: reduce lock contention for draining high-order pagesHuang Ying2023-10-262-0/+7
* cacheinfo: calculate size of per-CPU data cache sliceHuang Ying2023-10-261-0/+1
* mm, pcp: avoid to drain PCP when process exitHuang Ying2023-10-261-1/+11
* buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-261-3/+1
* buffer: add get_nth_bh()Matthew Wilcox (Oracle)2023-10-261-0/+22
* buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)2023-10-261-2/+2
* mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes2023-10-181-7/+8
* mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2023-10-182-2/+13
* mm: make vma_merge() and split_vma() internalLorenzo Stoakes2023-10-181-9/+0
* mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes2023-10-181-0/+60
* mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes2023-10-183-23/+28
* sched: remove wait bookmarksMatthew Wilcox (Oracle)2023-10-181-6/+3
* mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke2023-10-181-0/+1
* hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2023-10-182-0/+14
* memcontrol: only transfer the memcg data for migrationNhat Pham2023-10-181-0/+7
* memcontrol: add helpers for hugetlb memcg accountingNhat Pham2023-10-181-0/+21
* mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden2023-10-181-11/+0
* mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)2023-10-181-0/+19
* mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-6/+0
* bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-28/+20
* mm: add folio_end_read()Matthew Wilcox (Oracle)2023-10-181-0/+1
* mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes2023-10-181-3/+9
* mm: make __access_remote_vm() staticLorenzo Stoakes2023-10-181-2/+0
* mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand2023-10-181-1/+1
* percpu_counter: extend _limited_add() to negative amountsHugh Dickins2023-10-181-2/+9
* shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins2023-10-181-0/+23
* shmem: shrink shmem_inode_info: dir_offsets in a unionHugh Dickins2023-10-181-6/+10
* fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum2023-10-183-0/+67
* userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu2023-10-182-2/+28