summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-06zsmalloc: make common caches globalSergey Senozhatsky
2026-02-06mm: add SPDX id lines to some mm source filesTim Bird
2026-02-06mm/zswap: use %pe to print error pointersSahil Chandna
2026-02-06mm/vmscan: use %pe to print error pointersSahil Chandna
2026-02-06mm/readahead: fix typo in commentWilson Zeng
2026-02-06mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file()Shakeel Butt
2026-02-06mm: refactor vma_map_pages to use vm_insert_pagesJustin Green
2026-02-06mm/damon: unify address range representation with damon_addr_rangeEnze Li
2026-02-06mm/cma: replace snprintf with strscpy in cma_new_areaThorsten Blum
2026-02-06mm: zswap: use SG list decompression APIs from zsmallocYosry Ahmed
2026-01-31mm, swap: remove no longer needed _swap_info_getKairui Song
2026-01-31mm, swap: drop the SWAP_HAS_CACHE flagKairui Song
2026-01-31mm, swap: clean up and improve swap entries freeingKairui Song
2026-01-31mm, swap: check swap table directly for checking cacheKairui Song
2026-01-31mm, swap: add folio to swap cache directly on allocationKairui Song
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song
2026-01-31mm, swap: remove workaround for unsynchronized swap map cache stateKairui Song
2026-01-31mm, swap: use swap cache as the swap in synchronize layerKairui Song
2026-01-31mm, swap: split locked entry duplicating into a standalone helperKairui Song
2026-01-31mm, swap: consolidate cluster reclaim and usability checkKairui Song
2026-01-31mm, swap: swap entry of a bad slot should not be considered as swapped outKairui Song
2026-01-31mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham
2026-01-31mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IOKairui Song
2026-01-31mm, swap: free the swap cache after folio is mappedKairui Song
2026-01-31mm, swap: simplify the code and reduce indentionKairui Song
2026-01-31mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devicesKairui Song
2026-01-31mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IOKairui Song
2026-01-31mm, swap: split swap cache preparation loop into a standalone helperKairui Song
2026-01-31mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folioKairui Song
2026-01-31selftests/mm: have the harness run each test category separatelyMark Brown
2026-01-31percpu: add double free check to pcpu_free_area()Dennis Zhou
2026-01-31hugetlb: increase hugepage reservations when using node-specific "hugepages="...Li Zhe
2026-01-31kasan: remove unnecessary sync argument from start_report()Maninder Singh
2026-01-31mm/pagewalk: use min() to simplify the codezenghongling
2026-01-31mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes
2026-01-31mm/vma: update vma_assert_locked() to use lockdepLorenzo Stoakes
2026-01-31mm/vma: improve and document __is_vma_write_locked()Lorenzo Stoakes
2026-01-31mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes
2026-01-31mm/vma: clean up __vma_enter/exit_locked()Lorenzo Stoakes
2026-01-31mm/vma: de-duplicate __vma_enter_locked() error pathLorenzo Stoakes
2026-01-31mm/vma: add+use vma lockdep acquire/release definesLorenzo Stoakes
2026-01-31mm/vma: rename is_vma_write_only(), separate out shared refcount putLorenzo Stoakes
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes
2026-01-31Docs/mm/damon/maintainer-profile: remove damon-tests/perf suggestionSeongJae Park
2026-01-31Docs/mm/damon/maintainer-profile: fix wrong MAITNAINERS section nameSeongJae Park
2026-01-31Docs/admin-guide/mm/damon/usage: update stats update process for refresh_msSeongJae Park
2026-01-31Docs/admin-guide/mm/damon/usage: introduce DAMON modules at the beginningSeongJae Park
2026-01-31Docs/mm/damon/design: add reference to DAMON_STAT usageSeongJae Park
2026-01-31Docs/mm/damon/design: document DAMON sample modulesSeongJae Park