summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-10-16mm: memory: add vm_normal_folio_pmd()Kefeng Wang-0/+12
2023-10-06mm/filemap: increase usage of folio_next_index() helperMinjie Du-1/+1
2023-10-06kselftest: vm: add tests for no-inherit memory-deny-write-executeFlorent Revest-6/+108
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest-7/+39
2023-10-06mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned longFlorent Revest-2/+2
2023-10-06kselftest: vm: check errnos in mdwe_testFlorent Revest-0/+8
2023-10-06kselftest: vm: fix mdwe's mmap_FIXED test caseFlorent Revest-6/+3
2023-10-06kselftest: vm: fix tabs/spaces inconsistency in the mdwe testFlorent Revest-3/+3
2023-10-06delayacct: add memory reclaim delay in get_page_from_freelistliwenyu-0/+2
2023-10-06mm: document mmu_notifier_invalidate_range_start_nonblock()Jann Horn-1/+8
2023-10-06memcg: remove unused do_memsw_account in memcg1_stat_formatLiu Shixin-7/+2
2023-10-06memcg: expose swapcache stat for memcg v1Liu Shixin-0/+7
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang-2/+31
2023-10-06acpi,mm: fix typo sibiling -> siblingLi Zhijian-7/+7
2023-10-04mm: mlock: update mlock_pte_range to handle large folioYin Fengwei-2/+64
2023-10-04mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei-21/+68
2023-10-04mm: add functions folio_in_range() and folio_within_vma()Yin Fengwei-0/+50
2023-10-04mm/damon/core-test: fix memory leak in damon_new_ctx()Jinjie Ruan-0/+4
2023-10-04mm/damon/core-test: fix memory leak in damon_new_region()Jinjie Ruan-1/+3
2023-10-04mm/writeback: update filemap_dirty_folio() commentJianguo Bao-1/+1
2023-10-04Docs/ABI/damon: update for DAMOS apply intervalsSeongJae Park-0/+7
2023-10-04Docs/admin-guide/mm/damon/usage: update for DAMOS apply intervalsSeongJae Park-3/+6
2023-10-04selftests/damon/sysfs: test DAMOS apply intervalsSeongJae Park-0/+1
2023-10-04mm/damon/sysfs-schemes: support DAMOS apply intervalSeongJae Park-4/+34
2023-10-04Docs/mm/damon/design: document DAMOS apply intervalsSeongJae Park-1/+2
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park-11/+87
2023-10-04mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepointSeongJae Park-1/+1
2023-10-04mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>...SeongJae Park-1/+1
2023-10-04mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accessesSeongJae Park-2/+3
2023-10-04hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)-14/+15
2023-10-04hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)-15/+11
2023-10-04hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)-6/+6
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif-15/+69
2023-10-04memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif-5/+37
2023-10-04memblock: pass memblock_type to memblock_setclr_flagUsama Arif-8/+8
2023-10-04mm: hugetlb_vmemmap: use nid of the head page to reallocate itUsama Arif-1/+1
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park-3/+1
2023-10-04mm/damon/core: skip updating nr_accesses_bp for each aggregation intervalSeongJae Park-2/+0
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park-13/+36
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park-0/+16
2023-10-04mm/damon/core-test: add a unit test for damon_moving_sum()SeongJae Park-0/+16
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park-0/+42
2023-10-04mm/damon/vaddr: call damon_update_region_access_rate() alwaysSeongJae Park-3/+7
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park-9/+24
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park-51/+59
2023-10-04mips: use nth_page() in place of direct struct page manipulationZi Yan-1/+1
2023-10-04fs: use nth_page() in place of direct struct page manipulationZi Yan-2/+2
2023-10-04mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan-1/+1
2023-10-04mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan-1/+1
2023-10-04mm/cma: use nth_page() in place of direct struct page manipulationZi Yan-1/+1