summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-27Merge tag 'memblock-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-27Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-11-20slab: Fix too strict alignment check in create_cache()Geert Uytterhoeven
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-16mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton
2024-11-16Merge branch 'slab/for-6.13/features' into slab/for-nextVlastimil Babka
2024-11-16mm/slab: Allow cache creation to proceed even if sysfs registration failsHyeonggon Yoo
2024-11-16mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao
2024-11-16mm/slub: Improve redzone check and zeroing for krealloc()Feng Tang
2024-11-16mm/slub: Consider kfence case for get_orig_size()Feng Tang
2024-11-14cma: enforce non-zero pageblock_order during cma_init_reserved_mem()Ritesh Harjani (IBM)
2024-11-14mm/kfence: add a new kunit test test_use_after_free_read_nofault()Nirjhar Roy
2024-11-14memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn
2024-11-14vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun
2024-11-14mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu
2024-11-14mm/mremap: fix address wraparound in move_page_tables()Jann Horn
2024-11-14mm, swap: fix allocation and scanning race with swapoffKairui Song
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-11-13Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-12mm: zero range of eof folio exposed by inode size extensionBrian Foster
2024-11-12mm: swapfile: fix cluster reclaim work crash on rotational devicesJohannes Weiner
2024-11-12mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins
2024-11-12mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard
2024-11-12Merge branch 'iommufd/arm-smmuv3-nested' of iommu/linux into iommufd for-nextJason Gunthorpe
2024-11-11mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcountVlastimil Babka
2024-11-11mm: define general function pXd_init()Bibo Mao
2024-11-11kmemleak: iommu/iova: fix transient kmemleak false positiveCatalin Marinas
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song
2024-11-11mm/list_lru: simplify reparenting and initial allocationKairui Song
2024-11-11mm/list_lru: code clean up for reparentingKairui Song