summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-10zram: add lz4hc compression backend supportSergey Senozhatsky5-2/+100
2024-09-10zram: add lz4 compression backend supportSergey Senozhatsky5-0/+98
2024-09-10zram: add lzo and lzorle compression backends supportSergey Senozhatsky7-0/+140
2024-09-10zram: introduce custom comp backends APISergey Senozhatsky5-160/+78
2024-09-10lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()Sergey Senozhatsky1-0/+2
2024-09-10lib: lz4hc: export LZ4_resetStreamHC symbolSergey Senozhatsky1-0/+1
2024-09-10lib: zstd: export API needed for dictionary supportSergey Senozhatsky3-0/+252
2024-09-10maple_tree: fix comment typo on ma_flag of allocation treeWei Yang1-3/+3
2024-09-10mm: fix folio_alloc_noprof()Kent Overstreet1-1/+1
2024-09-10maple_tree: cleanup function descriptionsWei Yang1-58/+47
2024-09-10mm: page_alloc: simpify page del and expandHuan Yang1-10/+25
2024-09-10selftests/mm: relax test to fail after 100 migration failuresDev Jain1-6/+11
2024-09-10mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li1-8/+3
2024-09-10mm: add sysfs entry to disable splitting underused THPsUsama Arif2-0/+36
2024-09-10mm: split underused THPsUsama Arif6-3/+69
2024-09-10mm: introduce a pageflag for partially mapped foliosUsama Arif8-21/+56
2024-09-10mm: selftest to verify zero-filled pages are mapped to zeropageAlexander Zhu3-0/+94
2024-09-10mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao4-16/+75
2024-09-10mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song2-26/+27
2024-09-10mm: document __GFP_NOFAIL must be blockableBarry Song1-1/+4
2024-09-10vduse: avoid using __GFP_NOFAILJason Wang2-8/+12
2024-09-10mm/hugetlb: sort out global lock annotationsMateusz Guzik1-3/+3
2024-09-10mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins1-25/+20
2024-09-10mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins1-1/+1
2024-09-10maple_tree: dump error message based on formatWei Yang1-2/+8
2024-09-10maple_tree: arange64 node is not a leaf nodeWei Yang1-5/+1
2024-09-10Docs/damon/maintainer-profile: document Google calendar for bi-weekly meetupsSeongJae Park1-2/+4
2024-09-10Docs/damon/maintainer-profile: add links in placeSeongJae Park1-40/+44
2024-09-10Docs/damon: use damonitor GitHub organization instead of awslabsSeongJae Park8-23/+23
2024-09-10Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"SeongJae Park1-11/+4
2024-09-10mm/damon/core: remove per-scheme region priority histogram bufferSeongJae Park1-1/+0
2024-09-10mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park1-3/+6
2024-09-10mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park2-0/+7
2024-09-10mm: remove putback_lru_page()Kefeng Wang2-6/+0
2024-09-10mm: remove isolate_lru_page()Kefeng Wang9-33/+25
2024-09-10mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang1-19/+22
2024-09-10mm: migrate_device: use more folio in migrate_device_unmap()Kefeng Wang1-10/+10
2024-09-10mm: migrate_device: use a folio in migrate_device_range()Kefeng Wang1-4/+5
2024-09-10mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang3-17/+17
2024-09-10swap: convert swapon() to use a folioMatthew Wilcox (Oracle)1-9/+7
2024-09-10mm: count the number of partially mapped anonymous THPs per sizeBarry Song3-0/+14
2024-09-10mm: count the number of anonymous THPs per sizeBarry Song6-6/+37
2024-09-10mm: tidy up shmem mTHP controls and statsRyan Roberts1-28/+112
2024-09-10mm: cleanup count_mthp_stat() definitionRyan Roberts3-43/+35
2024-09-04mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolationKefeng Wang1-28/+15
2024-09-04mm: migrate: add isolate_folio_to_list()Kefeng Wang3-35/+42
2024-09-04mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()Kefeng Wang1-10/+10
2024-09-04mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang2-17/+35
2024-09-04mm: memory_hotplug: remove head variable in do_migrate_range()Kefeng Wang1-8/+14