summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-18kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann1-3/+3
2023-10-18kasan: print the original fault addr when access invalid shadowHaibo Li1-3/+3
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel1-2/+33
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-0/+6
2023-10-17dax, kmem: calculate abstract distance with general interfaceHuang Ying1-0/+2
2023-10-17acpi, hmat: calculate abstract distance with HMATHuang Ying1-0/+18
2023-10-17memory tiering: add abstract distance calculation algorithms managementHuang Ying1-0/+19
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar2-30/+14
2023-10-17mm/ksm: support fork/exec for prctlStefan Roesch1-5/+8
2023-10-17sched/numa, mm: make numa migrate functions to take a folioKefeng Wang1-3/+3
2023-10-17mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang1-2/+3
2023-10-17mm: memory: add vm_normal_folio_pmd()Kefeng Wang1-0/+2
2023-10-07mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2-0/+11
2023-10-07mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned longFlorent Revest1-1/+1
2023-10-07mm: document mmu_notifier_invalidate_range_start_nonblock()Jann Horn1-1/+8
2023-10-07mm: add statistics for PUD level pagetableBaolin Wang2-1/+22
2023-10-07acpi,mm: fix typo sibiling -> siblingLi Zhijian1-1/+1
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park1-2/+15
2023-10-04mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepointSeongJae Park1-1/+1
2023-10-04memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif1-0/+9
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park1-2/+0
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park1-3/+9
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park1-0/+5