summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-07mm: add statistics for PUD level pagetableBaolin Wang6-2/+31
2023-10-07acpi,mm: fix typo sibiling -> siblingLi Zhijian3-7/+7
2023-10-07mm/migrate: fix do_pages_move for compat pointersGregory Price1-2/+12
2023-10-07riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is setAlexandre Ghiti1-6/+13
2023-10-07riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panickingAlexandre Ghiti1-1/+1
2023-10-07mmap: fix error paths with dup_anon_vma()Liam R. Howlett1-8/+22
2023-10-07mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett1-2/+8
2023-10-07mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott1-3/+3
2023-10-07mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett1-1/+3
2023-10-07mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi1-1/+1
2023-10-04mm: mlock: update mlock_pte_range to handle large folioYin Fengwei1-2/+64
2023-10-04mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei2-21/+68
2023-10-04mm: add functions folio_in_range() and folio_within_vma()Yin Fengwei1-0/+50
2023-10-04mm/damon/core-test: fix memory leak in damon_new_ctx()Jinjie Ruan1-0/+4
2023-10-04mm/damon/core-test: fix memory leak in damon_new_region()Jinjie Ruan1-1/+3
2023-10-04mm/writeback: update filemap_dirty_folio() commentJianguo Bao1-1/+1
2023-10-04Docs/ABI/damon: update for DAMOS apply intervalsSeongJae Park1-0/+7
2023-10-04Docs/admin-guide/mm/damon/usage: update for DAMOS apply intervalsSeongJae Park1-3/+6
2023-10-04selftests/damon/sysfs: test DAMOS apply intervalsSeongJae Park1-0/+1
2023-10-04mm/damon/sysfs-schemes: support DAMOS apply intervalSeongJae Park1-4/+34
2023-10-04Docs/mm/damon/design: document DAMOS apply intervalsSeongJae Park1-1/+2
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park6-11/+87
2023-10-04mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepointSeongJae Park1-1/+1
2023-10-04mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>...SeongJae Park1-1/+1
2023-10-04mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accessesSeongJae Park1-2/+3
2023-10-04hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)1-14/+15
2023-10-04hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)1-15/+11
2023-10-04hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)1-6/+6
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif5-15/+69
2023-10-04memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif2-5/+37
2023-10-04memblock: pass memblock_type to memblock_setclr_flagUsama Arif1-8/+8
2023-10-04mm: hugetlb_vmemmap: use nid of the head page to reallocate itUsama Arif1-1/+1
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park2-3/+1
2023-10-04mm/damon/core: skip updating nr_accesses_bp for each aggregation intervalSeongJae Park1-2/+0
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park4-13/+36
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park3-0/+16
2023-10-04mm/damon/core-test: add a unit test for damon_moving_sum()SeongJae Park1-0/+16
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park2-0/+42
2023-10-04mm/damon/vaddr: call damon_update_region_access_rate() alwaysSeongJae Park1-3/+7
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park4-9/+24
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park2-51/+59
2023-10-04mips: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04fs: use nth_page() in place of direct struct page manipulationZi Yan1-2/+2
2023-10-04mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04mm/cma: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka4-14/+7
2023-10-04trace-vmscan-postprocess: sync with tracepoints updatesVlastimil Babka1-23/+17
2023-10-04buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)2-27/+11
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)2-5/+11