summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-24alloc_tag: add size-based filtering to ioctlAbhishek Bapat
2026-08-24alloc_tag: add ioctl filters to /proc/allocinfoAbhishek Bapat
2026-08-24alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
2026-08-24mm: fix CONFIG_STACK_GROWSUP typo in tools/testing/vma/include/dup.hEthan Nelson-Moore
2026-08-24selftests/mm: fix read_file() return value checkHongfu Li
2026-08-24mm/hugetlb_cma: support percentage-based hugetlb_cma reservationSourav Panda
2026-08-24mm: make VM_FAULT_RESULT_TRACE compatible with sparseBart Van Assche
2026-08-24drivers/base, mm: move arch_numa.c to mm/Mike Rapoport (Microsoft)
2026-08-24mm/zswap: support batch writeback in shrink_memcg()Hao Jia
2026-08-24mm/zswap: fix global shrinker when memory cgroup is disabledHao Jia
2026-08-24selftests/mm: retry migration failures for the full runtimeMuhammad Usama Anjum
2026-08-24selftests/mm: skip hard dirty page-cache test on NFSMuhammad Usama Anjum
2026-08-24selftests/mm: skip guard hole-punch test if MADV_REMOVE is unsupportedMuhammad Usama Anjum
2026-08-24selftests/mm: skip COW tmpfile cases when fallocate() is unsupportedMuhammad Usama Anjum
2026-08-24mm/execmem: fix fallback_end description in kernel-docHenry Elderman
2026-08-24maple_tree: remove unused mas_is_root_limits()Zhan Xusheng
2026-08-24selftests/mm/vm_util.c: correct __pagemap_scan_get_categories return valueAudra Mitchell
2026-08-24mm: debug_page_alloc: fix NULL buf in debug_guardpage_minorder_setupYe Liu
2026-08-24selftests/mm: drop duplicate test_seal_mprotect_two_vma_with_gap() callHongfu Li
2026-08-24selftests: mm: add mTHP collapse test casesBaolin Wang
2026-08-24selftests: mm: implement the mTHP-sized hugepage check helpersBaolin Wang
2026-08-24selftests: mm: move gather_after_split_folio_orders() into vm_util.c fileBaolin Wang
2026-08-24selftests: mm: extend the check_huge() to support mTHP checkBaolin Wang
2026-08-24zram: switch to unsigned long indexingSergey Senozhatsky
2026-08-24mm/show_mem: fix format string inconsistencies and type mismatchesYe Liu
2026-08-24mm/sparse: keep mem_section_usage_size() internalMuchun Song
2026-08-24alloc_tag: expose boot-time compression configurationAbhishek Bapat
2026-08-24mm: debug_page_alloc: fix type mismatch for debug_guardpage_minorderYe Liu
2026-08-24zram: fix out-of-bounds access in read_block_state()Longlong Xia
2026-08-24zram: fix out-of-bounds access in writeback_store()Longlong Xia
2026-08-24zram: reset per-priority params when changing algorithm before initHaoqin Huang
2026-08-24zram: validate parameters in each backend's setup_paramsHaoqin Huang
2026-08-24zram: add pr_fmt to backend filesHaoqin Huang
2026-08-24zram: reject zero-size dictionaryHaoqin Huang
2026-08-24zram: do not release zstd global params from error pathsHaoqin Huang
2026-08-24mm/page_ext: remove pgdat_page_ext_init()Sang-Heon Jeon
2026-08-24mm/Kconfig: make FLATMEM depend on !NUMASang-Heon Jeon
2026-08-24mm: add some missing includes to mm-local headersLorenzo Stoakes (ARM)
2026-08-24mm/vmalloc: do not warn on -ENOMEM from va_alloc()Uladzislau Rezki (Sony)
2026-08-24ksm: update comments and docs to reference folio->mappingHongfu Li
2026-08-24mm/ksm: avoid missing ksmd wakeups in ksm_enterLonglong Xia
2026-08-24selftests/mm: use pattern matching in .gitignorePratyush Mallick
2026-08-24selftests/mm: read memory information without popenWarren Xiong
2026-08-24selftests/mm: rename local_config.h to local_config.h_genPratyush Mallick
2026-08-24tmpfs/ramfs: let memfd_create() work on nommuDaniel Palmer
2026-08-24mm/page_alloc: only update lowmem_reserve_ratio on sysctl writeJianlin Shi
2026-08-24mm/swap: reject swapon() on filesystem-level encrypted filesEric Biggers
2026-08-24mm/vmalloc: make vm_struct.nr_pages an unsigned longArtem Lytkin
2026-08-24mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()David Hildenbrand (Arm)
2026-08-24mm/gup: fix always draining LRU caches in collect_longterm_unpinnable_folios()David Hildenbrand (Arm)