summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "vmstat: disable vmstat_work on vmstat_cpu_down_prep()"Linus Torvalds12 days1-2/+1
* mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa2024-12-311-6/+1
* mm, madvise: fix potential workingset node list_lru leaksKairui Song2024-12-313-9/+9
* mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park2024-12-311-0/+5
* mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park2024-12-311-1/+4
* mm/list_lru: fix false warning of negative counterKairui Song2024-12-311-1/+1
* vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den2024-12-311-1/+2
* mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang2024-12-311-1/+1
* mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang2024-12-311-2/+3
* mm: zswap: fix race between [de]compression and CPU hotunplugYosry Ahmed2024-12-311-3/+16
* mm/kmemleak: fix sleeping function called from invalid context at print messageAlessandro Carminati2024-12-311-1/+1
* mm: hugetlb: independent PMD page table shared countLiu Shixin2024-12-311-9/+7
* mm/readahead: fix large folio support in async readaheadYafang Shao2024-12-311-1/+5
* mm: don't try THP alignment for FS without get_unmapped_areaKefeng Wang2024-12-311-1/+1
* mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa2024-12-311-1/+8
* mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2024-12-312-1/+5
* mm: huge_memory: handle strsep not finding delimiterLeo Stone2024-12-191-1/+1
* mm: convert partially_mapped set/clear operations to be atomicUsama Arif2024-12-191-4/+4
* vmalloc: fix accounting with i915Matthew Wilcox (Oracle)2024-12-191-2/+4
* mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...David Hildenbrand2024-12-191-2/+4
* mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2024-12-193-15/+10
* mm: add RCU annotation to pte_offset_map(_lock)Petr Malat2024-12-191-1/+1
* mm: correctly reference merged VMALorenzo Stoakes2024-12-191-1/+4
* mm: use aligned address in copy_user_gigantic_page()Kefeng Wang2024-12-192-5/+5
* mm: use aligned address in clear_gigantic_page()Kefeng Wang2024-12-191-1/+2
* mm: shmem: fix ShmemHugePages at swapoutHugh Dickins2024-12-191-10/+12
* Merge tag 'slab-for-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-12-131-3/+18
|\
| * memcg: slub: fix SUnreclaim for post charged objectsShakeel Butt2024-12-101-3/+18
* | Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds2024-12-0811-15/+32
|\ \
| * | mm/filemap: don't call folio_test_locked() without a reference in next_uptoda...David Hildenbrand2024-12-061-2/+2
| * | mm: correct typo in MMAP_STATE() macroLorenzo Stoakes2024-12-061-1/+1
| * | mm: respect mmap hint address when aligning for THPKalesh Singh2024-12-061-0/+1
| * | mm: memcg: declare do_memsw_account inlineJohn Sperbeck2024-12-061-1/+1
| * | mm/codetag: swap tags when migrate pagesDavid Wang2024-12-061-1/+1
| * | mm: open-code page_folio() in dump_page()Matthew Wilcox (Oracle)2024-12-061-2/+5
| * | mm: fix vrealloc()'s KASAN poisoning logicAndrii Nakryiko2024-12-061-1/+2
| * | Revert "readahead: properly shorten readahead when falling back to do_page_ca...Jan Kara2024-12-061-3/+2
| * | kasan: make report_lock a raw spinlockJared Kangas2024-12-061-3/+3
| * | mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MMDavid Hildenbrand2024-12-061-0/+4
| * | mm/gup: handle NULL pages in unpin_user_pages()John Hubbard2024-12-061-1/+10
| |/
* | Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-061-2/+2
|\ \
| * | memblock: allow zero threshold in validate_numa_converage()Mike Rapoport (Microsoft)2024-12-011-2/+2
| |/
* / module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
|/
* Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-301-1/+1
|\
| * Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada2024-11-271-1/+1
* | Merge tag 'memblock-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-271-2/+5
|\ \
| * | memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLEHua Su2024-10-281-0/+3
| * | mm: Use str_on_off() helper function in report_meminit()Thorsten Blum2024-10-181-2/+2
* | | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-261-1/+2
|\ \ \
| * | | rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich2024-10-151-1/+1