summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: remove page_swap_info()Matthew Wilcox (Oracle)2023-12-291-2/+1
* mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)2023-12-291-1/+1
* mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)2023-12-291-2/+2
* mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou2023-12-291-1/+0
* mm/ksm: add tracepoint for ksm advisorStefan Roesch2023-12-291-0/+33
* mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)2023-12-292-5/+0
* mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)2023-12-291-3/+3
* userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli2023-12-293-1/+44
* gfp: gfp_types.h: fix typos & punctuationRandy Dunlap2023-12-201-6/+6
* mm/damon: update email of SeongJaeSeongJae Park2023-12-201-1/+1
* mm: thp: support allocation of anonymous multi-size THPRyan Roberts2023-12-201-2/+4
* mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts2023-12-201-26/+155
* mm: memcg: restore subtree stats flushingYosry Ahmed2023-12-201-4/+4
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-204-28/+39
|\
| * mm/mglru: reclaim offlined memcgs harderYu Zhao2023-12-131-4/+4
| * mm/mglru: respect min_ttl_ms with memcgsYu Zhao2023-12-131-13/+17
| * mm/mglru: fix underprotected page cacheYu Zhao2023-12-131-9/+14
| * mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2023-12-131-0/+2
| * mm: fix VMA heap bounds checkingKefeng Wang2023-12-131-4/+4
* | mm/rmap: fix misplaced parenthesis of a likely()Steven Rostedt (Google)2023-12-121-2/+2
* | mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang2023-12-121-2/+2
* | mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park2023-12-121-0/+20
* | zswap: shrink zswap pool based on memory pressureNhat Pham2023-12-122-2/+25
* | mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo2023-12-121-0/+1
* | zswap: make shrinking memcg-awareDomenico Cerasuolo2023-12-122-0/+7
* | memcontrol: implement mem_cgroup_tryget_online()Nhat Pham2023-12-121-0/+10
* | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-3/+51
* | maple_tree: use maple state end for write operationsLiam R. Howlett2023-12-121-1/+0
* | maple_tree: separate ma_state node from statusLiam R. Howlett2023-12-122-38/+52
* | maple_tree: add end of node tracking to the maple stateLiam R. Howlett2023-12-121-0/+1
* | maple_tree: move debug check to __mas_set_range()Liam R. Howlett2023-12-121-126/+129
* | mm: list_lru: Update kernel documentation to follow the requirementsAndy Shevchenko2023-12-111-17/+19
* | pgtable: rename ptdesc _refcount field to __page_refcountAlexander Gordeev2023-12-111-3/+3
* | pgtable: fix s390 ptdesc field commentsAlexander Gordeev2023-12-111-2/+2
* | mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar2023-12-112-12/+26
* | lib/stackdepot: allow users to evict stack tracesAndrey Konovalov2023-12-111-0/+14
* | lib/stackdepot: add refcount for recordsAndrey Konovalov2023-12-111-3/+10
* | lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov2023-12-111-11/+25
* | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-112-2/+3
* | gfp: include __GFP_NOWARN in GFP_NOWAITMatthew Wilcox (Oracle)2023-12-111-2/+3
* | mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)2023-12-111-2/+2
* | mm: remove test_set_page_writeback()Matthew Wilcox (Oracle)2023-12-111-5/+0
* | mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)2023-12-111-0/+38
* | mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)2023-12-111-0/+38
* | fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin2023-12-111-0/+1
* | NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni2023-12-111-0/+1
* | fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang2023-12-111-0/+11
* | maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang2023-12-111-0/+3
* | maple_tree: introduce {mtree,mas}_lock_nested()Peng Zhang2023-12-111-0/+4
* | mm/vmstat: move pgdemote_* to per-node statsLi Zhijian2023-12-112-3/+4
|/