summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-01-13mm: abstract get_arg_page() stack expansion and mmap read lockLorenzo Stoakes
2025-01-13mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move brk() internals to mm/vma.cLorenzo Stoakes
2025-01-13mm/page_alloc: add some detailed comments in can_steal_fallbackgaoxiang17
2025-01-13mm:kasan: fix sparse warnings: Should it be static?Nihar Chaithanya
2025-01-13mm: swap_cgroup: get rid of __lookup_swap_cgroup()Roman Gushchin
2025-01-13mm: swap_cgroup: allocate swap_cgroup map using vcalloc()Roman Gushchin
2025-01-13mm: remove the non-useful else after a break in a if statementKeren Sun
2025-01-13mm: remove unnecessary whitespace before a quoted newlineKeren Sun
2025-01-13mm: prefer 'unsigned int' to bare use of 'unsigned'Keren Sun
2025-01-13filemap: remove unused folio_add_wait_queueDr. David Alan Gilbert
2025-01-13mm/rodata_test: verify test data is unchanged, rather than non-zeroPetr Tesarik
2025-01-13mm/rodata_test: use READ_ONCE() to read const variablePetr Tesarik
2025-01-13mm: shmem: add a kernel command line to change the default huge policy for tmpfsBaolin Wang
2025-01-13mm: shmem: add large folio support for tmpfsBaolin Wang
2025-01-13mm: shmem: change shmem_huge_global_enabled() to return huge order bitmapBaolin Wang
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra
2025-01-13mm/memory: fix a comment typo in lock_mm_and_find_vma()Chin Yik Ming
2025-01-13mm: change type of cma_area_count to unsigned intJiale Yang
2025-01-13mm/hugetlb_cgroup: avoid useless return in void functionPintu Kumar
2025-01-13mm: mmap_lock: optimize mmap_lock tracepointsShakeel Butt
2025-01-13mm/damon/core: remove duplicate list_empty quota->goals checkHonggyu Kim
2025-01-13slab: allocate frozen pagesMatthew Wilcox (Oracle)
2025-01-13mm/mempolicy: add alloc_frozen_pages()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: add __alloc_frozen_pages()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to end of __alloc_pages()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_slowpath()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_direct_...Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_direct_...Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_may_oom()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_cpuset_...Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of get_page_from_freelist()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of prep_new_page()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: export free_frozen_pages() instead of free_unref_page()Matthew Wilcox (Oracle)
2025-01-13mm: make alloc_pages_mpol() staticMatthew Wilcox (Oracle)
2025-01-13mm/page_alloc: cache page_zone() result in free_unref_page()Matthew Wilcox (Oracle)
2025-01-13mm: migrate: remove unused argument vma from migrate_misplaced_folio()Donet Tom
2025-01-13mm/zswap: add LRU_STOP to comment about dropping the lru lockAlice Ryhl
2025-01-13mm/slab: fix kernel-doc func param namesRandy Dunlap
2025-01-12mm: kmemleak: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-01-12mm: fix assertion in folio_end_read()Matthew Wilcox (Oracle)
2025-01-12mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom
2025-01-12vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts
2025-01-12mm: zswap: properly synchronize freeing resources during CPU hotunplugYosry Ahmed
2025-01-12Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"Yosry Ahmed
2025-01-12mm: fix div by zero in bdi_ratio_from_pagesStefan Roesch
2025-01-12filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen
2025-01-12mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to "interleave_hit"Honggyu Kim