aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-0/+126
2025-01-21cachestat: fix page cache statistics permission checkingLinus Torvalds1-0/+17
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticksLinus Torvalds2-45/+6
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+2
2025-01-21Merge tag 'slab-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds2-2/+882
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+2
2025-01-20Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+4
2025-01-17Merge branch 'slab/for-6.14/kfree_rcu_move' into slab/for-nextVlastimil Babka1-0/+880
2025-01-15mm: zswap: move allocations during CPU init outside the lockYosry Ahmed1-18/+24
2025-01-15mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vmaLiu Shixin1-2/+2
2025-01-15mm: shmem: use signed int for version handling in casefold optionKaran Sanghavi1-1/+1
2025-01-15mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_countzihan zhou1-0/+3
2025-01-13mm/slab: fix kernel-doc func param namesRandy Dunlap1-2/+2
2025-01-12mm: fix assertion in folio_end_read()Matthew Wilcox (Oracle)1-1/+1
2025-01-12mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom1-0/+3
2025-01-12vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den1-2/+13
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts3-2/+56
2025-01-12mm: zswap: properly synchronize freeing resources during CPU hotunplugYosry Ahmed1-14/+44
2025-01-12Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"Yosry Ahmed1-16/+3
2025-01-12mm: fix div by zero in bdi_ratio_from_pagesStefan Roesch1-2/+8
2025-01-12filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-12mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to "interleave_hit"Honggyu Kim1-1/+2
2025-01-12mm/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-30mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa1-6/+1
2024-12-30mm, madvise: fix potential workingset node list_lru leaksKairui Song3-9/+9
2024-12-30mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park1-0/+5
2024-12-30mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park1-1/+4
2024-12-30mm/list_lru: fix false warning of negative counterKairui Song1-1/+1
2024-12-30vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den1-1/+2
2024-12-30mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang1-1/+1
2024-12-30mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang1-2/+3
2024-12-30mm: zswap: fix race between [de]compression and CPU hotunplugYosry Ahmed1-3/+16
2024-12-30mm/kmemleak: fix sleeping function called from invalid context at print messageAlessandro Carminati1-1/+1
2024-12-30mm: hugetlb: independent PMD page table shared countLiu Shixin1-9/+7
2024-12-30mm/readahead: fix large folio support in async readaheadYafang Shao1-1/+5
2024-12-30mm: don't try THP alignment for FS without get_unmapped_areaKefeng Wang1-1/+1
2024-12-30mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim()Seiji Nishikawa1-1/+8
2024-12-30mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2-1/+5
2024-12-22tmpfs: use inode_set_cached_link()Mateusz Guzik1-2/+4
2024-12-18mm: huge_memory: handle strsep not finding delimiterLeo Stone1-1/+1
2024-12-18mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-4/+4
2024-12-18vmalloc: fix accounting with i915Matthew Wilcox (Oracle)1-2/+4
2024-12-18mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy()David Hildenbrand1-2/+4