summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-10-25mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)
2023-10-25mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan
2023-10-25bootmem: use kmemleak_free_part_phys in free_bootmem_pageLiu Shixin
2023-10-25mm: remove page_cpupid_xchg_last()Kefeng Wang
2023-10-25mm: make finish_mkwrite_fault() staticKefeng Wang
2023-10-25mm: add folio_xchg_last_cpupid()Kefeng Wang
2023-10-25mm: remove xchg_page_access_time()Kefeng Wang
2023-10-25mm: add folio_xchg_access_time()Kefeng Wang
2023-10-25mm: remove page_cpupid_last()Kefeng Wang
2023-10-25mm: add folio_last_cpupid()Kefeng Wang
2023-10-25mm_types: add virtual and _last_cpupid into struct folioKefeng Wang
2023-10-25mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin
2023-10-25mm: kmem: scoped objcg protectionRoman Gushchin
2023-10-25mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin
2023-10-25mm: kmem: add direct objcg pointer to task_structRoman Gushchin
2023-10-25mm, pcp: reduce detecting time of consecutive high order page freeingHuang Ying
2023-10-25mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying
2023-10-25mm: tune PCP high automaticallyHuang Ying
2023-10-25mm: add framework for PCP high auto-tuningHuang Ying
2023-10-25mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying
2023-10-25mm, pcp: reduce lock contention for draining high-order pagesHuang Ying
2023-10-25cacheinfo: calculate size of per-CPU data cache sliceHuang Ying
2023-10-25mm, pcp: avoid to drain PCP when process exitHuang Ying
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25buffer: add get_nth_bh()Matthew Wilcox (Oracle)
2023-10-25buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-18mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes
2023-10-18sched: remove wait bookmarksMatthew Wilcox (Oracle)
2023-10-18mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham
2023-10-18memcontrol: only transfer the memcg data for migrationNhat Pham
2023-10-18memcontrol: add helpers for hugetlb memcg accountingNhat Pham
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18mm: add folio_end_read()Matthew Wilcox (Oracle)
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand
2023-10-18percpu_counter: extend _limited_add() to negative amountsHugh Dickins
2023-10-18shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins
2023-10-18shmem: shrink shmem_inode_info: dir_offsets in a unionHugh Dickins
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum
2023-10-18userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu
2023-10-18mm/memcg: annotate struct mem_cgroup_threshold_ary with __counted_byKees Cook