index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-16
mm/slab: Allow cache creation to proceed even if sysfs registration fails
Hyeonggon Yoo
1
-8
/
+18
2024-11-16
mm/slub: Avoid list corruption when removing a slab from the full list
yuan.gao
2
-1
/
+13
2024-11-16
mm/slub: Improve redzone check and zeroing for krealloc()
Feng Tang
1
-22
/
+58
2024-11-16
mm/slub: Consider kfence case for get_orig_size()
Feng Tang
1
-0
/
+3
2024-11-14
cma: enforce non-zero pageblock_order during cma_init_reserved_mem()
Ritesh Harjani (IBM)
1
-0
/
+9
2024-11-14
mm/kfence: add a new kunit test test_use_after_free_read_nofault()
Nirjhar Roy
1
-0
/
+17
2024-11-14
memcg/hugetlb: add hugeTLB counters to memcg
Joshua Hahn
3
-0
/
+16
2024-11-14
vmstat: call fold_vm_zone_numa_events() before show per zone NUMA event
MengEn Sun
1
-0
/
+1
2024-11-14
mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
Jinjiang Tu
1
-1
/
+2
2024-11-14
mm/mremap: fix address wraparound in move_page_tables()
Jann Horn
1
-1
/
+1
2024-11-14
mm, swap: fix allocation and scanning race with swapoff
Kairui Song
1
-3
/
+19
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
23
-205
/
+397
2024-11-14
Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...
Catalin Marinas
1
-0
/
+6
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
30
-377
/
+636
2024-11-13
Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...
Linus Torvalds
10
-59
/
+122
2024-11-12
mm: zero range of eof folio exposed by inode size extension
Brian Foster
1
-0
/
+15
2024-11-12
mm: swapfile: fix cluster reclaim work crash on rotational devices
Johannes Weiner
1
-1
/
+1
2024-11-12
mm/thp: fix deferred split queue not partially_mapped: fix
Hugh Dickins
1
-1
/
+3
2024-11-12
mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM cases
John Hubbard
1
-39
/
+77
2024-11-12
Merge branch 'iommufd/arm-smmuv3-nested' of iommu/linux into iommufd for-next
Jason Gunthorpe
6
-9
/
+16
2024-11-11
mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcount
Vlastimil Babka
1
-31
/
+8
2024-11-11
mm: define general function pXd_init()
Bibo Mao
2
-24
/
+0
2024-11-11
kmemleak: iommu/iova: fix transient kmemleak false positive
Catalin Marinas
1
-0
/
+39
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
3
-11
/
+10
2024-11-11
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
4
-97
/
+132
2024-11-11
mm/list_lru: simplify reparenting and initial allocation
Kairui Song
2
-108
/
+77
2024-11-11
mm/list_lru: code clean up for reparenting
Kairui Song
2
-29
/
+17
2024-11-11
mm/list_lru: don't export list_lru_add
Kairui Song
1
-1
/
+0
2024-11-11
mm/list_lru: don't pass unnecessary key parameters
Kairui Song
2
-6
/
+7
2024-11-11
kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_caller
Nihar Chaithanya
1
-0
/
+31
2024-11-11
nommu: pass NULL argument to vma_iter_prealloc()
Hajime Tazaki
1
-1
/
+1
2024-11-11
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Roman Gushchin
2
-14
/
+15
2024-11-11
kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOW
Sabyrzhan Tasbolatov
1
-1
/
+1
2024-11-11
kasan: use EXPORT_SYMBOL_IF_KUNIT to export symbols
Sabyrzhan Tasbolatov
3
-11
/
+15
2024-11-11
mm: remove unnecessary page_table_lock on stack expansion
Lorenzo Stoakes
1
-32
/
+6
2024-11-11
mm: huge_memory: use strscpy() instead of strcpy()
Maíra Canal
1
-2
/
+2
2024-11-11
mm: shmem: override mTHP shmem default with a kernel parameter
Maíra Canal
1
-1
/
+104
2024-11-11
mm: move ``get_order_from_str()`` to internal.h
Maíra Canal
2
-23
/
+37
2024-11-11
mm: shmem: control THP support through the kernel command line
Maíra Canal
1
-23
/
+49
2024-11-11
vma: detect infinite loop in vma tree
Liam R. Howlett
1
-1
/
+5
2024-11-11
mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
Yunsheng Lin
1
-3
/
+3
2024-11-11
mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
Yunsheng Lin
1
-22
/
+48
2024-11-11
mm: page_frag: use initial zero offset for page_frag_alloc_align()
Yunsheng Lin
1
-23
/
+23
2024-11-11
mm: move the page fragment allocator from page_alloc into its own file
Yunsheng Lin
3
-136
/
+146
2024-11-11
mm/memory-failure: replace sprintf() with sysfs_emit()
zhangguopeng
1
-1
/
+1
2024-11-11
memcg: add flush tracepoint
JP Kobryn
1
-1
/
+6
2024-11-11
memcg: rename do_flush_stats and add force flag
JP Kobryn
1
-9
/
+8
2024-11-11
mm: delete the unused put_pages_list()
Hugh Dickins
1
-31
/
+0
2024-11-11
mm: madvise: implement lightweight guard page mechanism
Lorenzo Stoakes
2
-0
/
+240
2024-11-11
mm: add PTE_MARKER_GUARD PTE marker
Lorenzo Stoakes
3
-5
/
+23
[prev]
[next]