summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2025-01-15mm: zswap: move allocations during CPU init outside the lockYosry Ahmed-18/+24
2025-01-15mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vmaLiu Shixin-2/+2
2025-01-15mm: shmem: use signed int for version handling in casefold optionKaran Sanghavi-1/+1
2025-01-15mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_c...zihan zhou-0/+3
2025-01-12mm: fix assertion in folio_end_read()Matthew Wilcox (Oracle)-1/+1
2025-01-12mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom-0/+3
2025-01-12vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den-2/+13
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts-2/+56
2025-01-12mm: zswap: properly synchronize freeing resources during CPU hotunplugYosry Ahmed-14/+44
2025-01-12Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"Yosry Ahmed-16/+3
2025-01-12mm: fix div by zero in bdi_ratio_from_pagesStefan Roesch-2/+8
2025-01-12filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen-1/+1
2025-01-12mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to "interleave_hit"Honggyu Kim-1/+2
2025-01-12mm/kmemleak: fix percpu memory leak detection failureGuo Weikang-1/+1
2025-01-06Revert "vmstat: disable vmstat_work on vmstat_cpu_down_prep()"Linus Torvalds-2/+1
2024-12-30mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa-6/+1
2024-12-30mm, madvise: fix potential workingset node list_lru leaksKairui Song-9/+9
2024-12-30mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park-0/+5
2024-12-30mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park-1/+4
2024-12-30mm/list_lru: fix false warning of negative counterKairui Song-1/+1
2024-12-30vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den-1/+2
2024-12-30mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang-1/+1
2024-12-30mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang-2/+3
2024-12-30mm: zswap: fix race between [de]compression and CPU hotunplugYosry Ahmed-3/+16
2024-12-30mm/kmemleak: fix sleeping function called from invalid context at print messageAlessandro Carminati-1/+1
2024-12-30mm: hugetlb: independent PMD page table shared countLiu Shixin-9/+7
2024-12-30mm/readahead: fix large folio support in async readaheadYafang Shao-1/+5
2024-12-30mm: don't try THP alignment for FS without get_unmapped_areaKefeng Wang-1/+1
2024-12-30mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa-1/+8
2024-12-30mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes-1/+5
2024-12-18mm: huge_memory: handle strsep not finding delimiterLeo Stone-1/+1
2024-12-18mm: convert partially_mapped set/clear operations to be atomicUsama Arif-4/+4
2024-12-18vmalloc: fix accounting with i915Matthew Wilcox (Oracle)-2/+4
2024-12-18mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...David Hildenbrand-2/+4
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan-15/+10
2024-12-18mm: add RCU annotation to pte_offset_map(_lock)Petr Malat-1/+1
2024-12-18mm: correctly reference merged VMALorenzo Stoakes-1/+4
2024-12-18mm: use aligned address in copy_user_gigantic_page()Kefeng Wang-5/+5
2024-12-18mm: use aligned address in clear_gigantic_page()Kefeng Wang-1/+2
2024-12-18mm: shmem: fix ShmemHugePages at swapoutHugh Dickins-10/+12
2024-12-13Merge tag 'slab-for-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+18
2024-12-10memcg: slub: fix SUnreclaim for post charged objectsShakeel Butt-3/+18
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds-15/+32
2024-12-06Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2024-12-05mm/filemap: don't call folio_test_locked() without a reference in next_uptoda...David Hildenbrand-2/+2
2024-12-05mm: correct typo in MMAP_STATE() macroLorenzo Stoakes-1/+1
2024-12-05mm: respect mmap hint address when aligning for THPKalesh Singh-0/+1
2024-12-05mm: memcg: declare do_memsw_account inlineJohn Sperbeck-1/+1
2024-12-05mm/codetag: swap tags when migrate pagesDavid Wang-1/+1
2024-12-05mm: open-code page_folio() in dump_page()Matthew Wilcox (Oracle)-2/+5