summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-11-03Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/s...Linus Torvalds9-122/+118
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao2-45/+52
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao1-9/+5
2024-11-03memcg_write_event_control(): switch to CLASS(fd)Al Viro1-29/+15
2024-11-03convert cachestat(2)Al Viro1-12/+5
2024-11-03fdget(), trivial conversionsAl Viro2-19/+8
2024-11-01mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizesVlastimil Babka1-1/+2
2024-11-01mm: shrinker: avoid memleak in alloc_shrinker_infoChen Ridong1-3/+5
2024-11-01vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price1-1/+1
2024-10-31kasan: remove vmalloc_percpu testAndrey Konovalov1-27/+0
2024-10-31mm, swap: avoid over reclaim of full clustersKairui Song1-19/+30
2024-10-31mm: fix PSWPIN counter for large folios swap-inBarry Song1-2/+2
2024-10-31mm: avoid VM_BUG_ON when try to map an anon large folio to zero page.Zi Yan1-1/+2
2024-10-31mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard1-14/+19
2024-10-30Merge tag 'slab-for-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-10-29mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin1-1/+1
2024-10-29mm: avoid unconditional one-tick sleep when swapcache_prepare failsBarry Song1-2/+13
2024-10-29mm: split critical region in remap_file_pages() and invoke LSMs in betweenKirill A. Shutemov1-17/+52
2024-10-29mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()Lorenzo Stoakes3-9/+31
2024-10-29mm: numa_clear_kernel_node_hotplug: Add NUMA_NO_NODE check for node idNobuhiro Iwamatsu1-1/+1
2024-10-29mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2
2024-10-29mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAILJann Horn1-9/+3
2024-10-29resource: remove dependency on SPARSEMEM from GET_FREE_REGIONHuang Ying1-1/+0
2024-10-29mm/mmap: fix race in mmap_region() with ftruncate()Liam R. Howlett1-5/+7
2024-10-29mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming1-5/+5
2024-10-29mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present checkDavid Hildenbrand1-5/+11
2024-10-28mm/gup: Add folio_add_pins()Steve Sistare1-0/+24
2024-10-28tmpfs: Expose filesystem features via sysfsAndré Almeida1-0/+37
2024-10-28tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirsAndré Almeida1-6/+64
2024-10-28tmpfs: Add casefold lookup supportAndré Almeida1-4/+123
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov16-56/+82
2024-10-22mm/page-writeback.c: Fix comment of wb_domain_writeout_add()Tang Yizhou1-1/+1
2024-10-22mm/page-writeback.c: Update comment for BANDWIDTH_INTERVALTang Yizhou1-1/+1
2024-10-21LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao2-1/+12
2024-10-18mm: fix follow_pfnmap API lockdep assertLinus Torvalds1-1/+2
2024-10-17mm/mglru: only clear kswapd_failures if reclaimableWei Xu1-2/+2
2024-10-17mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin1-1/+1
2024-10-17mm: swap: prevent possible data-race in __try_to_reclaim_swapJeongjun Park1-3/+4
2024-10-17mm: khugepaged: fix the incorrect statistics when collapsing large file foliosBaolin Wang1-2/+2
2024-10-17mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand1-0/+9
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang2-18/+2
2024-10-17mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi1-1/+1
2024-10-17mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()Jinjie Ruan1-0/+1
2024-10-17mm: remove unused stub for can_swapin_thp()Andy Shevchenko1-5/+0
2024-10-17mm/mremap: fix move_normal_pmd/retract_page_tables raceJann Horn1-2/+9
2024-10-17mm/mmap: correct error handling in mmap_region()Lorenzo Stoakes1-11/+21
2024-10-16mm/bpf: Add bpf_get_kmem_cache() kfuncNamhyung Kim1-0/+19
2024-10-16mm/damon/core: Use generic upper bound recommondation for usleep_range()Anna-Maria Behnsen1-2/+1
2024-10-16timers: Rename usleep_idle_range() to usleep_range_idle()Anna-Maria Behnsen1-1/+1
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner1-1/+1