summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-01-14filemap: remove unused folio_add_wait_queueDr. David Alan Gilbert1-19/+0
2025-01-14mm/rodata_test: verify test data is unchanged, rather than non-zeroPetr Tesarik1-3/+4
2025-01-14mm/rodata_test: use READ_ONCE() to read const variablePetr Tesarik1-2/+2
2025-01-14mm: shmem: add a kernel command line to change the default huge policy for tmpfsBaolin Wang1-1/+22
2025-01-14mm: shmem: add large folio support for tmpfsBaolin Wang1-18/+81
2025-01-14mm: shmem: change shmem_huge_global_enabled() to return huge order bitmapBaolin Wang1-20/+20
2025-01-14kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra2-13/+7
2025-01-14mm/memory: fix a comment typo in lock_mm_and_find_vma()Chin Yik Ming1-1/+1
2025-01-14mm: change type of cma_area_count to unsigned intJiale Yang1-1/+1
2025-01-14mm/hugetlb_cgroup: avoid useless return in void functionPintu Kumar1-1/+0
2025-01-14mm: mmap_lock: optimize mmap_lock tracepointsShakeel Butt1-47/+3
2025-01-14mm/damon/core: remove duplicate list_empty quota->goals checkHonggyu Kim1-5/+2
2025-01-14slab: allocate frozen pagesMatthew Wilcox (Oracle)1-3/+3
2025-01-14mm/mempolicy: add alloc_frozen_pages()Matthew Wilcox (Oracle)2-17/+44
2025-01-14mm/page_alloc: add __alloc_frozen_pages()Matthew Wilcox (Oracle)2-4/+18
2025-01-14mm/page_alloc: move set_page_refcounted() to end of __alloc_pages()Matthew Wilcox (Oracle)1-6/+4
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_slowpath()Matthew Wilcox (Oracle)1-21/+9
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_direct_...Matthew Wilcox (Oracle)1-2/+3
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_direct_...Matthew Wilcox (Oracle)1-3/+6
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_may_oom()Matthew Wilcox (Oracle)1-6/+4
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_cpuset_...Matthew Wilcox (Oracle)1-4/+5
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of get_page_from_freelist()Matthew Wilcox (Oracle)1-8/+17
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of prep_new_page()Matthew Wilcox (Oracle)1-2/+6
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()Matthew Wilcox (Oracle)3-3/+5
2025-01-14mm/page_alloc: export free_frozen_pages() instead of free_unref_page()Matthew Wilcox (Oracle)4-14/+14
2025-01-14mm: make alloc_pages_mpol() staticMatthew Wilcox (Oracle)1-4/+4
2025-01-14mm/page_alloc: cache page_zone() result in free_unref_page()Matthew Wilcox (Oracle)1-2/+2
2025-01-14mm: migrate: remove unused argument vma from migrate_misplaced_folio()Donet Tom3-4/+3
2025-01-14mm/zswap: add LRU_STOP to comment about dropping the lru lockAlice Ryhl1-1/+1
2025-01-13mm/slab: fix kernel-doc func param namesRandy Dunlap1-2/+2
2025-01-13mm: kmemleak: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+2
2025-01-13mm: fix assertion in folio_end_read()Matthew Wilcox (Oracle)1-1/+1
2025-01-13mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom1-0/+3
2025-01-13vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den1-2/+13
2025-01-13mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts3-2/+56
2025-01-13mm: zswap: properly synchronize freeing resources during CPU hotunplugYosry Ahmed1-14/+44
2025-01-13Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"Yosry Ahmed1-16/+3
2025-01-13mm: fix div by zero in bdi_ratio_from_pagesStefan Roesch1-2/+8
2025-01-13filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-13mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to "interleave_hit"Honggyu Kim1-1/+2
2025-01-13mm/kmemleak: fix percpu memory leak detection failureGuo Weikang1-1/+1
2025-01-11mm/slab: Move kvfree_rcu() into SLABUladzislau Rezki (Sony)1-0/+880
2025-01-08mm: Create/affine kswapd to its preferred nodeFrederic Weisbecker1-5/+3
2025-01-08mm: Create/affine kcompactd to its preferred nodeFrederic Weisbecker1-40/+3
2025-01-06kernel/cgroup: Add "dmem" memory accounting cgroupMaarten Lankhorst1-2/+2
2025-01-06Revert "vmstat: disable vmstat_work on vmstat_cpu_down_prep()"Linus Torvalds1-2/+1
2025-01-04Revert "libfs: Add simple_offset_empty()"Chuck Lever1-2/+2
2024-12-31mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa1-6/+1
2024-12-31mm, madvise: fix potential workingset node list_lru leaksKairui Song3-9/+9
2024-12-31mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park1-0/+5