summaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-35/+27
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds71-2629/+3016
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+24
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-136/+172
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+19
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+2
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+6
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+15
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-60/+28
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-10/+255
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+2
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-2/+4
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds4-7/+22
2024-11-16mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-11-14cma: enforce non-zero pageblock_order during cma_init_reserved_mem()Ritesh Harjani (IBM)1-0/+9
2024-11-14mm/kfence: add a new kunit test test_use_after_free_read_nofault()Nirjhar Roy1-0/+17
2024-11-14memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn3-0/+16
2024-11-14vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun1-0/+1
2024-11-14mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu1-1/+2
2024-11-14mm/mremap: fix address wraparound in move_page_tables()Jann Horn1-1/+1
2024-11-14mm, swap: fix allocation and scanning race with swapoffKairui Song1-3/+19
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-205/+397
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas1-0/+6
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov30-377/+636
2024-11-13Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...Linus Torvalds10-59/+122
2024-11-12mm: zero range of eof folio exposed by inode size extensionBrian Foster1-0/+15
2024-11-12mm: swapfile: fix cluster reclaim work crash on rotational devicesJohannes Weiner1-1/+1
2024-11-12mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins1-1/+3
2024-11-12mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard1-39/+77
2024-11-12Merge branch 'iommufd/arm-smmuv3-nested' of iommu/linux into iommufd for-nextJason Gunthorpe6-9/+16
2024-11-11mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcountVlastimil Babka1-31/+8
2024-11-11mm: define general function pXd_init()Bibo Mao2-24/+0
2024-11-11kmemleak: iommu/iova: fix transient kmemleak false positiveCatalin Marinas1-0/+39
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song3-11/+10
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song4-97/+132
2024-11-11mm/list_lru: simplify reparenting and initial allocationKairui Song2-108/+77
2024-11-11mm/list_lru: code clean up for reparentingKairui Song2-29/+17
2024-11-11mm/list_lru: don't export list_lru_addKairui Song1-1/+0
2024-11-11mm/list_lru: don't pass unnecessary key parametersKairui Song2-6/+7
2024-11-11kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_callerNihar Chaithanya1-0/+31
2024-11-11nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki1-1/+1
2024-11-11mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin2-14/+15
2024-11-11kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOWSabyrzhan Tasbolatov1-1/+1
2024-11-11kasan: use EXPORT_SYMBOL_IF_KUNIT to export symbolsSabyrzhan Tasbolatov3-11/+15
2024-11-11mm: remove unnecessary page_table_lock on stack expansionLorenzo Stoakes1-32/+6
2024-11-11mm: huge_memory: use strscpy() instead of strcpy()Maíra Canal1-2/+2
2024-11-11mm: shmem: override mTHP shmem default with a kernel parameterMaíra Canal1-1/+104
2024-11-11mm: move ``get_order_from_str()`` to internal.hMaíra Canal2-23/+37
2024-11-11mm: shmem: control THP support through the kernel command lineMaíra Canal1-23/+49