summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-29mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov
2023-12-29mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla
2023-12-29mm: remove VM_EXEC requirement for THP eligibilityFangrui Song
2023-12-29lib/stackdepot: fix comment in include/linux/stackdepot.hAndrey Konovalov
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov
2023-12-29mempool: introduce mempool_use_prealloc_onlyAndrey Konovalov
2023-12-29kasan: save alloc stack traces for mempoolAndrey Konovalov
2023-12-29kasan: save free stack traces for slab mempoolsAndrey Konovalov
2023-12-29kasan: introduce kasan_mempool_unpoison_pagesAndrey Konovalov
2023-12-29kasan: introduce kasan_mempool_poison_pagesAndrey Konovalov
2023-12-29kasan: introduce kasan_mempool_unpoison_objectAndrey Konovalov
2023-12-29kasan: add return value for kasan_mempool_poison_objectAndrey Konovalov
2023-12-29kasan: document kasan_mempool_poison_objectAndrey Konovalov
2023-12-29kasan: move kasan_mempool_poison_objectAndrey Konovalov
2023-12-29kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov
2023-12-29fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29fs: remove clean_page_buffers()Matthew Wilcox (Oracle)
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)
2023-12-29mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)
2023-12-29mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou
2023-12-29mm/ksm: add tracepoint for ksm advisorStefan Roesch
2023-12-29mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli
2023-12-20gfp: gfp_types.h: fix typos & punctuationRandy Dunlap
2023-12-20mm/damon: update email of SeongJaeSeongJae Park
2023-12-20mm: thp: support allocation of anonymous multi-size THPRyan Roberts
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts
2023-12-20mm: memcg: restore subtree stats flushingYosry Ahmed
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-12mm/mglru: reclaim offlined memcgs harderYu Zhao
2023-12-12mm/mglru: respect min_ttl_ms with memcgsYu Zhao
2023-12-12mm/mglru: fix underprotected page cacheYu Zhao
2023-12-12mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park
2023-12-12mm: fix VMA heap bounds checkingKefeng Wang
2023-12-12mm/rmap: fix misplaced parenthesis of a likely()Steven Rostedt (Google)
2023-12-12mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang
2023-12-12mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park
2023-12-12zswap: shrink zswap pool based on memory pressureNhat Pham
2023-12-12mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo
2023-12-12memcontrol: implement mem_cgroup_tryget_online()Nhat Pham
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-12-12maple_tree: use maple state end for write operationsLiam R. Howlett
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett
2023-12-10mm: list_lru: Update kernel documentation to follow the requirementsAndy Shevchenko