summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-08-18Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds13-160/+129
2024-08-17Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+5
2024-08-16mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang1-5/+11
2024-08-16alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan1-0/+2
2024-08-16alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan2-17/+2
2024-08-16mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov1-22/+20
2024-08-16mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-16/+13
2024-08-16mm/numa: no task_numa_fault() call if PTE is changedZi Yan1-17/+16
2024-08-16mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu1-9/+2
2024-08-16mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long1-9/+11
2024-08-16mm: don't account memmap per-nodePasha Tatashin7-55/+37
2024-08-16mm: add system wide stats items categoryPasha Tatashin1-3/+3
2024-08-16mm: don't account memmap on failurePasha Tatashin1-4/+1
2024-08-16mseal: fix is_madv_discard()Pedro Falcato1-3/+11
2024-08-13memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds3-17/+47
2024-08-08memcg: protect concurrent access to mem_cgroup_idrShakeel Butt1-2/+20
2024-08-08mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang1-3/+4
2024-08-08mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmemBaolin Wang1-6/+1
2024-08-08mm: list_lru: fix UAF for memory cgroupMuchun Song1-6/+22
2024-08-05Merge tag 'slab-fixes-for-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-07-30mm, slub: do not call do_slab_free for kfence objectRik van Riel1-0/+3
2024-07-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-2/+0
2024-07-27mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian1-7/+11
2024-07-27alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan1-0/+17
2024-07-27mm/huge_memory: avoid PMD-size page cache if neededGavin Shan1-2/+10
2024-07-27mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi1-1/+1
2024-07-27mm: fix old/young bit handling in the faulting pathRam Tummala1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados6-23/+23
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-15/+70
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds89-5949/+7093
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+9
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld8-15/+71
2024-07-19Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-15/+25
2024-07-19Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds5-109/+265
2024-07-19Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-54/+166
2024-07-18mm/mglru: fix ineffective protection calculationYu Zhao1-44/+38
2024-07-18mm/zswap: fix a white space issueDan Carpenter1-1/+1
2024-07-18mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin1-0/+3
2024-07-18mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin1-1/+1
2024-07-18mm/gup: clear the LRU flag of a page before adding to LRU batchyangge1-12/+31
2024-07-18mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin1-4/+14
2024-07-18mm: memcg1: convert charge move flags to unsigned long longRoman Gushchin1-2/+2
2024-07-18mm/mglru: fix overshooting shrinker memoryYu Zhao1-2/+8
2024-07-18mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao1-1/+0
2024-07-18mm/kmemleak: replace strncpy() with strscpy()Kees Cook1-3/+3
2024-07-18mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka2-7/+3
2024-07-18mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka2-14/+8
2024-07-18mm: ignore data-race in __swap_writepagePei Li1-1/+6
2024-07-17Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+5