summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-10-18kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann
2023-10-18kasan: print the original fault addr when access invalid shadowHaibo Li
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel
2023-10-16dax, kmem: calculate abstract distance with general interfaceHuang Ying
2023-10-16acpi, hmat: calculate abstract distance with HMATHuang Ying
2023-10-16memory tiering: add abstract distance calculation algorithms managementHuang Ying
2023-10-16mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar
2023-10-16mm/ksm: support fork/exec for prctlStefan Roesch
2023-10-16sched/numa, mm: make numa migrate functions to take a folioKefeng Wang
2023-10-16mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang
2023-10-16mm: memory: add vm_normal_folio_pmd()Kefeng Wang
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest
2023-10-06mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned longFlorent Revest
2023-10-06mm: document mmu_notifier_invalidate_range_start_nonblock()Jann Horn
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang
2023-10-06acpi,mm: fix typo sibiling -> siblingLi Zhijian
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2023-10-04mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepointSeongJae Park
2023-10-04memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park