summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-06-04mm/mglru: remove no longer used reclaim argument for folio protectionKairui Song1-7/+4
2026-06-04mm/mglru: simplify and improve dirty writeback handlingKairui Song1-25/+16
2026-06-04mm/mglru: use the common routine for dirty/writeback reactivationKairui Song1-19/+0
2026-06-04mm/mglru: remove redundant swap constrained check upon isolationKairui Song1-6/+0
2026-06-04mm/mglru: don't abort scan immediately right after agingKairui Song1-3/+9
2026-06-04mm/mglru: use a smaller batch for reclaimKairui Song1-1/+1
2026-06-04mm/mglru: avoid reclaim type fall back when isolation makes no progressBarry Song (Xiaomi)1-2/+7
2026-06-04mm/mglru: scan and count the exact number of foliosKairui Song1-29/+29
2026-06-04mm/mglru: restructure the reclaim loopKairui Song1-36/+36
2026-06-04mm/mglru: relocate the LRU scan batch limit to callersKairui Song1-7/+9
2026-06-04mm/mglru: rename variables related to aging and rotationKairui Song1-7/+7
2026-06-04mm/mglru: consolidate common code for retrieving evictable sizeKairui Song1-22/+14
2026-06-04userfaultfd: make functions that are not used outside uffd staticMike Rapoport (Microsoft)1-12/+12
2026-06-04userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.cMike Rapoport (Microsoft)1-0/+2215
2026-06-04mm/page_alloc: remove VM_BUG_ON()s from pindex helpersBrendan Jackman1-8/+1
2026-06-04mm/mglru: use folio_mark_accessed to replace folio_set_activeBarry Song (Xiaomi)3-8/+24
2026-06-04kasan/test: only do kmalloc_double_kzfree for generic modeWang Wensheng1-0/+10
2026-06-04mm/damon/core: trace esz at first setupSeongJae Park1-0/+2
2026-06-04mm/damon/tests/core-kunit: add damon_set_regions() test casesSeongJae Park1-22/+120
2026-06-04mm/damon/core: remove damon_verify_nr_regions()SeongJae Park1-19/+0
2026-06-04mm/damon/core: add kdamond_call() debug_sanity checkSeongJae Park1-0/+33
2026-06-04mm/damon/core: hide damon_destroy_region()SeongJae Park1-1/+2
2026-06-04mm/damon/core: hide damon_insert_region()SeongJae Park1-0/+11
2026-06-04mm/damon/core: hide damon_add_region()SeongJae Park1-1/+1
2026-06-04mm/damon/tests/vaddr-kunit: replace damon_add_region() with damon_set_regions()SeongJae Park1-7/+20
2026-06-04mm/damon/core: do not use region out of a loop in damon_set_regions()SeongJae Park1-2/+9
2026-06-04mm/damon/core: safely handle no region case in damon_set_regions()SeongJae Park1-0/+13
2026-06-04mm/vma: eliminate mmap_action->error_hook, introduce error_overrideLorenzo Stoakes1-8/+21
2026-06-04mm/vma: remove mmap_action->success_hookLorenzo Stoakes1-2/+0
2026-06-04drivers/char/mem: eliminate unnecessary use of success_hookLorenzo Stoakes2-0/+4
2026-06-04mm/page_alloc: fix defrag_mode for non-reclaimable allocationsDmitry Ilvokhin1-1/+12
2026-06-04buffer: Remove submit_bh()Matthew Wilcox (Oracle)1-1/+1
2026-06-04mm: track DONTCACHE dirty pages per bdi_writebackJeff Layton2-2/+19
2026-06-04mm: preserve PG_dropbehind flag during folio splitJeff Layton1-0/+1
2026-06-04libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callersJohn Hubbard1-2/+0
2026-06-03mm/mincore: handle non-swap entries before !CONFIG_SWAP guardUsama Arif1-5/+5
2026-06-03mm/list_lru: drain before clearing xarray entry on reparentShakeel Butt1-9/+12
2026-06-03mm/huge_memory: use correct flags for device private PMD entryLorenzo Stoakes1-12/+33
2026-06-03mm/damon/lru_sort: handle ctx allocation failureSeongJae Park1-0/+4
2026-06-03mm/damon/reclaim: handle ctx allocation failureSeongJae Park1-0/+4
2026-06-03mm/cma_sysfs: skip inactive CMA areas in sysfsKaitao Cheng1-2/+6
2026-06-03mm: simplify the mempool_alloc_bulk APIChristoph Hellwig1-17/+10
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig3-37/+41
2026-06-02mm/damon/core: clarify next_intervals_tune_sis update pathniecheng1-0/+3
2026-06-02mm/damon/vaddr: attempt per-vma lock during page table walkKefeng Wang1-26/+43
2026-06-02mm/memory-failure: use zone_pcp_disable() for poison handlingKaitao Cheng1-15/+3
2026-06-02mm/vmalloc: free unused pages on vrealloc() shrinkShivam Kalra1-4/+52
2026-06-02mm/vmalloc: use physical page count in vread_iter() for VM_ALLOC areasShivam Kalra1-1/+12
2026-06-02mm/vmalloc: use physical page count for vrealloc() grow-in-place checkShivam Kalra1-1/+7
2026-06-02mm/vmalloc: extract vm_area_free_pages() helper from vfree()Shivam Kalra1-7/+27