summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...David Hildenbrand2023-12-291-2/+44
* mm/rmap: introduce and use hugetlb_try_share_anon_rmap()David Hildenbrand2023-12-291-0/+25
* mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand2023-12-292-3/+27
* mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand2023-12-291-0/+8
* mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand2023-12-291-0/+7
* mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand2023-12-291-2/+2
* mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov2023-12-292-2/+3
* mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla2023-12-291-3/+11
* mm: remove VM_EXEC requirement for THP eligibilityFangrui Song2023-12-291-1/+0
* lib/stackdepot: fix comment in include/linux/stackdepot.hAndrey Konovalov2023-12-291-2/+0
* kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov2023-12-291-8/+27
* mempool: introduce mempool_use_prealloc_onlyAndrey Konovalov2023-12-291-0/+1
* kasan: save alloc stack traces for mempoolAndrey Konovalov2023-12-291-3/+4
* kasan: save free stack traces for slab mempoolsAndrey Konovalov2023-12-291-2/+3
* kasan: introduce kasan_mempool_unpoison_pagesAndrey Konovalov2023-12-291-0/+25
* kasan: introduce kasan_mempool_poison_pagesAndrey Konovalov2023-12-291-0/+27
* kasan: introduce kasan_mempool_unpoison_objectAndrey Konovalov2023-12-291-0/+31
* kasan: add return value for kasan_mempool_poison_objectAndrey Konovalov2023-12-291-5/+12
* kasan: document kasan_mempool_poison_objectAndrey Konovalov2023-12-291-0/+18
* kasan: move kasan_mempool_poison_objectAndrey Konovalov2023-12-291-8/+8
* kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov2023-12-291-4/+4
* fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-3/+1
* fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-2/+2
* fs: remove clean_page_buffers()Matthew Wilcox (Oracle)2023-12-291-1/+0
* 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-121-4/+4
| * mm/mglru: respect min_ttl_ms with memcgsYu Zhao2023-12-121-13/+17
| * mm/mglru: fix underprotected page cacheYu Zhao2023-12-121-9/+14
| * mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2023-12-121-0/+2
| * mm: fix VMA heap bounds checkingKefeng Wang2023-12-121-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