summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-12-30mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa
2024-12-30mm, madvise: fix potential workingset node list_lru leaksKairui Song
2024-12-30mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park
2024-12-30mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park
2024-12-30mm/list_lru: fix false warning of negative counterKairui Song
2024-12-30vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den
2024-12-30mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang
2024-12-30mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang
2024-12-30mm: zswap: fix race between [de]compression and CPU hotunplugYosry Ahmed
2024-12-30mm/kmemleak: fix sleeping function called from invalid context at print messageAlessandro Carminati
2024-12-30mm: hugetlb: independent PMD page table shared countLiu Shixin
2024-12-30mm/readahead: fix large folio support in async readaheadYafang Shao
2024-12-30mm: don't try THP alignment for FS without get_unmapped_areaKefeng Wang
2024-12-30mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa
2024-12-30mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes
2024-12-18mm: huge_memory: handle strsep not finding delimiterLeo Stone
2024-12-18mm: convert partially_mapped set/clear operations to be atomicUsama Arif
2024-12-18vmalloc: fix accounting with i915Matthew Wilcox (Oracle)
2024-12-18mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...David Hildenbrand
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan
2024-12-18mm: add RCU annotation to pte_offset_map(_lock)Petr Malat
2024-12-18mm: correctly reference merged VMALorenzo Stoakes
2024-12-18mm: use aligned address in copy_user_gigantic_page()Kefeng Wang
2024-12-18mm: use aligned address in clear_gigantic_page()Kefeng Wang
2024-12-18mm: shmem: fix ShmemHugePages at swapoutHugh Dickins
2024-12-13Merge tag 'slab-for-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-12-10memcg: slub: fix SUnreclaim for post charged objectsShakeel Butt
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-06Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-05mm/filemap: don't call folio_test_locked() without a reference in next_uptoda...David Hildenbrand
2024-12-05mm: correct typo in MMAP_STATE() macroLorenzo Stoakes
2024-12-05mm: respect mmap hint address when aligning for THPKalesh Singh
2024-12-05mm: memcg: declare do_memsw_account inlineJohn Sperbeck
2024-12-05mm/codetag: swap tags when migrate pagesDavid Wang
2024-12-05mm: open-code page_folio() in dump_page()Matthew Wilcox (Oracle)
2024-12-05mm: fix vrealloc()'s KASAN poisoning logicAndrii Nakryiko
2024-12-05Revert "readahead: properly shorten readahead when falling back to do_page_ca...Jan Kara
2024-12-05kasan: make report_lock a raw spinlockJared Kangas
2024-12-05mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MMDavid Hildenbrand
2024-12-05mm/gup: handle NULL pages in unpin_user_pages()John Hubbard
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-01memblock: allow zero threshold in validate_numa_converage()Mike Rapoport (Microsoft)
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-27Merge tag 'memblock-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-27Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds