summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park1-0/+2
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park1-1/+4
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park1-2/+12
2023-10-04mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka2-8/+2
2023-10-04buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)1-2/+0
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)1-3/+3
2023-10-04buffer: convert sb_getblk() to call __getblk()Matthew Wilcox (Oracle)1-4/+3
2023-10-04buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()Matthew Wilcox (Oracle)1-14/+22
2023-10-04buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)1-0/+2
2023-10-04buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park1-0/+39
2023-10-04mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang1-2/+2
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand1-1/+1
2023-10-04mm: shrinker: make global slab shrink locklessQi Zheng1-0/+24
2023-10-04mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}Qi Zheng2-11/+18
2023-10-04mm: shrinker: remove old APIsQi Zheng1-8/+0
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng1-1/+1
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng1-1/+1
2023-10-04mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng1-5/+14