2025-03-17 |
Kairui Song | mm, swap: simplify folio swap allocation |
commit | commitdiff | tree |
2025-03-17 |
Kairui Song | mm, swap: remove swap slot cache |
commit | commitdiff | tree |
2025-03-17 |
Kairui Song | mm, swap: use percpu cluster as allocation fast path |
commit | commitdiff | tree |
2025-03-17 |
Kairui Song | mm, swap: don't update the counter up-front |
commit | commitdiff | tree |
2025-03-17 |
Kairui Song | mm, swap: avoid redundant swap device pinning |
commit | commitdiff | tree |
2025-03-17 |
Kairui Song | mm, swap: drop the flag TTRS_DIRECT |
commit | commitdiff | tree |
2025-03-17 |
Kairui Song | mm, swap: avoid reclaiming irrelevant swap cache |
commit | commitdiff | tree |
2025-03-17 |
Jane Chu | mm: make page_mapped_in_vma() hugetlb walk aware |
commit | commitdiff | tree |
2025-03-17 |
Johannes Weiner | mm: page_alloc: group fallback functions together |
commit | commitdiff | tree |
2025-03-17 |
Johannes Weiner | mm: page_alloc: remove remnants of unlocked migratetype... |
commit | commitdiff | tree |
2025-03-17 |
Johannes Weiner | mm: page_alloc: don't steal single pages from biggest... |
commit | commitdiff | tree |
2025-03-17 |
Lorenzo Stoakes | tools/selftests: add guard region test for /proc/$pid... |
commit | commitdiff | tree |
2025-03-17 |
Lorenzo Stoakes | fs/proc/task_mmu: add guard region bit to pagemap |
commit | commitdiff | tree |
2025-03-17 |
Kemeng Shi | mm: swap: remove stale comment of swap_reclaim_full_clu... |
commit | commitdiff | tree |
2025-03-17 |
Kemeng Shi | mm, swap: correct comment in swap_usage_sub() |
commit | commitdiff | tree |
2025-03-17 |
Kemeng Shi | mm, swap: remove setting SWAP_MAP_BAD for discard cluster |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm/mlock: print error on failure |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: skip mlock tests if nobody user can't... |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: ensure uffd-wp-mremap gets pages of each... |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: drop unnecessary sudo usage |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: skip gup_longterm tests on weird filesystems |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: skip map_populate on weird filesystems |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: don't fail uffd-stress if too many CPUs |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: print some details when uffd-stress gets... |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm/uffd: rename nr_cpus -> nr_parallel |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: skip uffd-wp-mremap if userfaultfd not... |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: skip uffd-stress if userfaultfd not available |
commit | commitdiff | tree |
2025-03-17 |
Brendan Jackman | selftests/mm: report errno when things fail in gup_longterm |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: add might_sleep to zcomp API |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: do not leak page on writeback_store error path |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: do not leak page on recompress_store error path |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: permit reclaim in zstd custom allocator |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: switch to new zsmalloc object mapping API |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zsmalloc: introduce new object mapping API |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zsmalloc: sleepable zspage reader-lock |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zsmalloc: rename pool lock |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: move post-processing target allocation |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: rework recompression loop |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: filter out recomp targets based on priority |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: limit max recompress prio to num_active_comps |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: remove writestall zram_stats member |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: add GFP_NOWARN to incompressible zsmalloc handle... |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: remove second stage of handle allocation |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: remove max_comp_streams device attr |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: remove unused crypto include |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: permit preemption with active compression stream |
commit | commitdiff | tree |
2025-03-17 |
Sergey Senozhatsky | zram: sleepable entry locking |
commit | commitdiff | tree |
2025-03-17 |
Liu Ye | mm/folio_queue: delete __folio_order and use folio_orde... |
commit | commitdiff | tree |
2025-03-17 |
Colin Ian King | mm/mincore: improve performance by adding an unlikely... |
commit | commitdiff | tree |
2025-03-17 |
SeongJae Park | Docs/mm/damon/design: document unmapped DAMOS filter... |
commit | commitdiff | tree |
2025-03-17 |
SeongJae Park | mm/damon: implement a new DAMOS filter type for unmappe... |
commit | commitdiff | tree |
2025-03-17 |
Thorsten Blum | arm/pgtable: remove duplicate included header file |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: move hugetlb CMA code in to its own file |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: enable bootmem allocation from CMA areas |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: add hugetlb_cma_only cmdline option |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/cma: introduce interface for early reservations |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/cma: introduce a cma validate function |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/cma: simplify zone intersection check |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | x86/mm: set ARCH_WANT_HUGETLB_VMEMMAP_PREINIT |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | x86/setup: call hugetlb_bootmem_alloc early |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: do pre-HVO for bootmem allocated pages |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb_vmemmap: fix hugetlb_vmemmap_restore_folios... |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: add pre-HVO framework |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: move huge_boot_pages list init to hugetlb_b... |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: deal with multiple calls to hugetlb_bootmem... |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/sparse: add vmemmap_*_hvo functions |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: check bootmem pages for zone intersections |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm: define __init_reserved_page_zone function |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: set migratetype for bootmem folios |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/sparse: allow for alternate vmemmap section init... |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/bootmem_info: export register_page_bootmem_memmap |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | x86/mm: make register_page_bootmem_memmap handle PTE... |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: convert cmdline parameters from setup to... |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: use online nodes for bootmem allocation |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/hugetlb: remove redundant __ClearPageReserved |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm, hugetlb: use cma_declare_contiguous_multi |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/cma: introduce cma_intersects function |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm, cma: support multiple contiguous ranges, if requested |
commit | commitdiff | tree |
2025-03-17 |
Frank van der... | mm/cma: export total and free number of pages for CMA... |
commit | commitdiff | tree |
2025-03-17 |
SeongJae Park | Docs/mm/damon/design: categorize DAMOS filter types... |
commit | commitdiff | tree |
2025-03-17 |
SeongJae Park | Docs/mm/damon/design: clarify handling layer based... |
commit | commitdiff | tree |
2025-03-17 |
SeongJae Park | Docs/damon: move DAMOS filter type names and meaning... |
commit | commitdiff | tree |
2025-03-17 |
SeongJae Park | Docs/mm/damon/design: document hugepage_size filter |
commit | commitdiff | tree |
2025-03-17 |
SeongJae Park | Docs/mm/damon/design: fix typo on DAMOS filters usage... |
commit | commitdiff | tree |
2025-03-17 |
Ryan Roberts | mm/ioremap: pass pgprot_t to ioremap_prot() instead... |
commit | commitdiff | tree |
2025-03-17 |
Ujwal Kundur | selftests/mm: fix spelling |
commit | commitdiff | tree |
2025-03-17 |
Suchit K | Documentation/mm: fix spelling mistake |
commit | commitdiff | tree |
2025-03-17 |
Matthew Wilcox... | fs: remove folio_file_mapping() |
commit | commitdiff | tree |
2025-03-17 |
Matthew Wilcox... | fs: remove page_file_mapping() |
commit | commitdiff | tree |
2025-03-17 |
Matthew Wilcox... | fs: convert block_commit_write() to take a folio |
commit | commitdiff | tree |
2025-03-17 |
Marcelo Moreira | Docs/mm/damon: fix spelling and grammar in monitoring_i... |
commit | commitdiff | tree |
2025-03-17 |
Suren Baghdasaryan | docs/mm: document latest changes to vm_lock |
commit | commitdiff | tree |
2025-03-17 |
Suren Baghdasaryan | mm: make vma cache SLAB_TYPESAFE_BY_RCU |
commit | commitdiff | tree |
2025-03-17 |
Suren Baghdasaryan | mm: prepare lock_vma_under_rcu() for vma reuse possibility |
commit | commitdiff | tree |
2025-03-17 |
Suren Baghdasaryan | mm: remove extra vma_numab_state_init() call |
commit | commitdiff | tree |
2025-03-17 |
Suren Baghdasaryan | mm/debug: print vm_refcnt state when dumping the vma |
commit | commitdiff | tree |
2025-03-17 |
Suren Baghdasaryan | mm: move lesser used vma_area_struct members into the... |
commit | commitdiff | tree |
2025-03-17 |
Suren Baghdasaryan | mm: replace vm_lock and detached flag with a reference... |
commit | commitdiff | tree |
2025-03-17 |
Suren Baghdasaryan | refcount: introduce __refcount_{add|inc}_not_zero_limit... |
commit | commitdiff | tree |
2025-03-17 |
Suren Baghdasaryan | refcount: provide ops for cases when object's memory... |
commit | commitdiff | tree |
next |