summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown
2024-09-09mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERNSeongJae Park
2024-09-09mm: Kconfig: fixup zsmalloc configurationSergey Senozhatsky
2024-09-09filemap: fix the last_index of mm_filemap_get_pagesTakaya Saeki
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel
2024-09-09zram: support priority parameter in recompressionSergey Senozhatsky
2024-09-09Documentation/zram: add documentation for algorithm parametersSergey Senozhatsky
2024-09-09zram: add dictionary support to zstd backendSergey Senozhatsky
2024-09-09zram: add dictionary support to lz4hcSergey Senozhatsky
2024-09-09zram: add dictionary support to lz4Sergey Senozhatsky
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky
2024-09-09zram: add support for dict comp configSergey Senozhatsky
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky
2024-09-09zram: recalculate zstd compression params onceSergey Senozhatsky
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky
2024-09-09zram: add 842 compression backend supportSergey Senozhatsky
2024-09-09zram: add zlib compression backend supportSergey Senozhatsky
2024-09-09zram: pass estimated src size hint to zstdSergey Senozhatsky
2024-09-09zram: add zstd compression backend supportSergey Senozhatsky
2024-09-09zram: add lz4hc compression backend supportSergey Senozhatsky
2024-09-09zram: add lz4 compression backend supportSergey Senozhatsky
2024-09-09zram: add lzo and lzorle compression backends supportSergey Senozhatsky
2024-09-09zram: introduce custom comp backends APISergey Senozhatsky
2024-09-09lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()Sergey Senozhatsky
2024-09-09lib: lz4hc: export LZ4_resetStreamHC symbolSergey Senozhatsky
2024-09-09lib: zstd: export API needed for dictionary supportSergey Senozhatsky
2024-09-09maple_tree: fix comment typo on ma_flag of allocation treeWei Yang
2024-09-09mm: fix folio_alloc_noprof()Kent Overstreet
2024-09-09maple_tree: cleanup function descriptionsWei Yang
2024-09-09mm: page_alloc: simpify page del and expandHuan Yang
2024-09-09selftests/mm: relax test to fail after 100 migration failuresDev Jain
2024-09-09mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li
2024-09-09mm: add sysfs entry to disable splitting underused THPsUsama Arif
2024-09-09mm: split underused THPsUsama Arif
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
2024-09-09mm: selftest to verify zero-filled pages are mapped to zeropageAlexander Zhu
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao
2024-09-09mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song
2024-09-09mm: document __GFP_NOFAIL must be blockableBarry Song
2024-09-09vduse: avoid using __GFP_NOFAILJason Wang
2024-09-09mm/hugetlb: sort out global lock annotationsMateusz Guzik
2024-09-09mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins
2024-09-09mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins
2024-09-09maple_tree: dump error message based on formatWei Yang
2024-09-09maple_tree: arange64 node is not a leaf nodeWei Yang
2024-09-09Docs/damon/maintainer-profile: document Google calendar for bi-weekly meetupsSeongJae Park