summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-08-27mm, slab: move kfence_shutdown_cache() outside slab_mutexVlastimil Babka1-6/+2
2024-08-27mm, slab: unlink slabinfo, sysfs and debugfs immediatelyVlastimil Babka1-31/+26
2024-08-27mm, slab: dissolve shutdown_cache() into its callerVlastimil Babka1-22/+18
2024-08-26Reenable NUMA policy support in the slab allocatorChristoph Lameter1-1/+5
2024-08-26mm, slub: print CPU id (and its node) on slab OOMAxel Rasmussen1-2/+3
2024-08-26slab: Warn on duplicate cache names when DEBUG_VM=yPedro Falcato1-0/+17
2024-08-24mm: Fix missing folio invalidation calls during truncationDavid Howells1-2/+2
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2-2/+2
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-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2-7/+5
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2-3/+2
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