index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
2024-07-28
1
-2
/
+0
*
mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...
Li Zhijian
2024-07-26
1
-7
/
+11
*
alloc_tag: outline and export free_reserved_page()
Suren Baghdasaryan
2024-07-26
1
-0
/
+17
*
mm/huge_memory: avoid PMD-size page cache if needed
Gavin Shan
2024-07-26
1
-2
/
+10
*
mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...
Yang Shi
2024-07-26
1
-1
/
+1
*
mm: fix old/young bit handling in the faulting path
Ram Tummala
2024-07-26
1
-1
/
+1
*
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
6
-23
/
+23
*
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-07-24
8
-15
/
+70
|
\
|
*
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
2024-07-19
8
-15
/
+71
*
|
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-21
89
-5949
/
+7093
|
\
\
|
*
|
mm/mglru: fix ineffective protection calculation
Yu Zhao
2024-07-17
1
-44
/
+38
|
*
|
mm/zswap: fix a white space issue
Dan Carpenter
2024-07-17
1
-1
/
+1
|
*
|
mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folio
Miaohe Lin
2024-07-17
1
-0
/
+3
|
*
|
mm/hugetlb: fix possible recursive locking detected warning
Miaohe Lin
2024-07-17
1
-1
/
+1
|
*
|
mm/gup: clear the LRU flag of a page before adding to LRU batch
yangge
2024-07-17
1
-12
/
+31
|
*
|
mm/numa_balancing: teach mpol_to_str about the balancing mode
Tvrtko Ursulin
2024-07-17
1
-4
/
+14
|
*
|
mm: memcg1: convert charge move flags to unsigned long long
Roman Gushchin
2024-07-17
1
-2
/
+2
|
*
|
mm/mglru: fix overshooting shrinker memory
Yu Zhao
2024-07-17
1
-2
/
+8
|
*
|
mm/mglru: fix div-by-zero in vmpressure_calc_level()
Yu Zhao
2024-07-17
1
-1
/
+0
|
*
|
mm/kmemleak: replace strncpy() with strscpy()
Kees Cook
2024-07-17
1
-3
/
+3
|
*
|
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
2024-07-17
2
-7
/
+3
|
*
|
mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
Vlastimil Babka
2024-07-17
2
-14
/
+8
|
*
|
mm: ignore data-race in __swap_writepage
Pei Li
2024-07-17
1
-1
/
+6
|
*
|
mm: shmem: rename mTHP shmem counters
Ryan Roberts
2024-07-12
2
-10
/
+10
|
*
|
mm: swap_state: use folio_alloc_mpol() in __read_swap_cache_async()
Kefeng Wang
2024-07-12
1
-2
/
+1
|
*
|
mm/migrate: putback split folios when numa hint migration fails
Peter Xu
2024-07-12
1
-9
/
+2
|
*
|
mm/truncate: batch-clear shadow entries
Yu Zhao
2024-07-12
1
-37
/
+31
|
*
|
mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUND
Miaohe Lin
2024-07-12
1
-16
/
+3
|
*
|
mm: simplify folio_migrate_mapping()
Hugh Dickins
2024-07-12
1
-2
/
+1
|
*
|
mm/page_alloc: put __free_pages_core() in __meminit section
Wei Yang
2024-07-12
2
-2
/
+3
|
*
|
mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem
Bang Li
2024-07-12
2
-12
/
+10
|
*
|
mm: fix khugepaged activation policy
Ryan Roberts
2024-07-12
2
-7
/
+33
|
*
|
memory tier: consolidate the initialization of memory tiers
Ho-Ren (Jack) Chuang
2024-07-12
1
-33
/
+21
|
*
|
mm/page_counter: move calculating protection values to page_counter
Maarten Lankhorst
2024-07-12
2
-151
/
+176
|
*
|
mm: unexport vmf_insert_mixed_mkwrite
Christoph Hellwig
2024-07-12
1
-1
/
+0
|
*
|
mm: remove CONFIG_ARCH_HAS_HUGEPD
Christophe Leroy
2024-07-12
3
-252
/
+9
|
*
|
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
2024-07-12
9
-33
/
+33
|
*
|
zsmalloc: rename class stat mutators
Sergey Senozhatsky
2024-07-12
1
-19
/
+19
|
*
|
mm: add per-order mTHP split counters
Lance Yang
2024-07-12
1
-2
/
+10
|
*
|
mm/zsmalloc: move record_obj() into obj_malloc()
Chengming Zhou
2024-07-12
1
-9
/
+6
|
*
|
mm/zsmalloc: clarify class per-fullness zspage counts
Chengming Zhou
2024-07-12
1
-0
/
+1
|
*
|
mm/gup: introduce memfd_pin_folios() for pinning memfd folios
Vivek Kasireddy
2024-07-12
2
-0
/
+184
|
*
|
mm/gup: introduce check_and_migrate_movable_folios()
Vivek Kasireddy
2024-07-12
1
-47
/
+77
|
*
|
mm/gup: introduce unpin_folio/unpin_folios helpers
Vivek Kasireddy
2024-07-12
1
-0
/
+47
|
*
|
mm/zswap: use only one pool in zswap
Chengming Zhou
2024-07-12
1
-41
/
+20
|
*
|
mm/zsmalloc: change back to per-size_class lock
Chengming Zhou
2024-07-12
1
-35
/
+50
|
*
|
mm/hugetlb.c: undo errant change
Andrew Morton
2024-07-12
1
-0
/
+1
|
*
|
mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNC
Barry Song
2024-07-10
1
-1
/
+1
|
*
|
mm/page_alloc: remove prefetchw() on freeing page to buddy system
Wei Yang
2024-07-10
1
-11
/
+2
|
*
|
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
2024-07-10
10
-86
/
+36
[next]