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
*
Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-04
1
-1
/
+1
|
\
|
*
mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
David Howells
2024-08-30
1
-1
/
+1
*
|
Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-09-04
6
-40
/
+43
|
\
\
|
*
|
mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_area
Adrian Huang
2024-09-01
1
-1
/
+4
|
*
|
codetag: debug: mark codetags for poisoned page as empty
Hao Ge
2024-09-01
1
-0
/
+7
|
*
|
mm/memcontrol: respect zswap.writeback setting from parent cg too
Mike Yuan
2024-09-01
1
-3
/
+9
|
*
|
Revert "mm: skip CMA pages when they are not available"
Usama Arif
2024-09-01
1
-22
/
+2
|
*
|
mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook
Hao Ge
2024-09-01
1
-0
/
+4
|
*
|
userfaultfd: don't BUG_ON() if khugepaged yanks our page table
Jann Horn
2024-09-01
1
-3
/
+4
|
*
|
userfaultfd: fix checks for huge PMDs
Jann Horn
2024-09-01
1
-10
/
+12
|
*
|
mm: vmalloc: ensure vmap_block is initialised before adding to queue
Will Deacon
2024-09-01
1
-1
/
+1
*
|
|
Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-01
2
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
x86/kaslr: Expose and use the end of the physical memory address space
Thomas Gleixner
2024-08-20
2
-2
/
+2
*
|
|
mm: Fix missing folio invalidation calls during truncation
David Howells
2024-08-24
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-08-17
13
-160
/
+129
|
\
\
|
*
|
mm/migrate: fix deadlock in migrate_pages_batch() on large folios
Gao Xiang
2024-08-15
1
-5
/
+11
|
*
|
alloc_tag: mark pages reserved during CMA activation as not tagged
Suren Baghdasaryan
2024-08-15
1
-0
/
+2
|
*
|
alloc_tag: introduce clear_page_tag_ref() helper function
Suren Baghdasaryan
2024-08-15
2
-17
/
+2
|
*
|
mm: fix endless reclaim on machines with unaccepted memory
Kirill A. Shutemov
2024-08-15
1
-22
/
+20
|
*
|
mm/numa: no task_numa_fault() call if PMD is changed
Zi Yan
2024-08-15
1
-16
/
+13
|
*
|
mm/numa: no task_numa_fault() call if PTE is changed
Zi Yan
2024-08-15
1
-17
/
+16
|
*
|
mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...
Hailong Liu
2024-08-15
1
-9
/
+2
|
*
|
mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu
Waiman Long
2024-08-15
1
-9
/
+11
|
*
|
mm: don't account memmap per-node
Pasha Tatashin
2024-08-15
7
-55
/
+37
|
*
|
mm: add system wide stats items category
Pasha Tatashin
2024-08-15
1
-3
/
+3
|
*
|
mm: don't account memmap on failure
Pasha Tatashin
2024-08-15
1
-4
/
+1
|
*
|
mseal: fix is_madv_discard()
Pedro Falcato
2024-08-15
1
-3
/
+11
|
|
/
*
|
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-08-16
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
memcg_write_event_control(): fix a user-triggerable oops
Al Viro
2024-08-12
1
-2
/
+5
*
|
Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-08-08
3
-17
/
+47
|
\
\
|
*
|
memcg: protect concurrent access to mem_cgroup_idr
Shakeel Butt
2024-08-07
1
-2
/
+20
|
*
|
mm: shmem: fix incorrect aligned index when checking conflicts
Baolin Wang
2024-08-07
1
-3
/
+4
|
*
|
mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem
Baolin Wang
2024-08-07
1
-6
/
+1
|
*
|
mm: list_lru: fix UAF for memory cgroup
Muchun Song
2024-08-07
1
-6
/
+22
|
|
/
*
|
Merge tag 'slab-fixes-for-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-08-05
1
-0
/
+3
|
\
\
|
*
|
mm, slub: do not call do_slab_free for kfence object
Rik van Riel
2024-07-30
1
-0
/
+3
|
|
/
*
/
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
[next]