index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
Kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
mm/Kconfig: make MEMORY_FAILURE select MIGRATION
Xie Yuanbin
1
-0
/
+1
2026-08-24
drivers/base, mm: move arch_numa.c to mm/
Mike Rapoport (Microsoft)
1
-0
/
+7
2026-08-24
mm/Kconfig: make FLATMEM depend on !NUMA
Sang-Heon Jeon
1
-0
/
+2
2026-08-24
mm/kconfig: drop redundant dependency wrappers
Kaitao Cheng
1
-9
/
+1
2026-08-24
mm/kconfig: drop redundant memory hotplug dependencies
Kaitao Cheng
1
-3
/
+1
2026-08-04
mm/hmm: make CONFIG_HMM_MIRROR select CONFIG_MMU_NOTIFIER
Andrew Morton
1
-0
/
+1
2026-08-04
mm/bootmem_info: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
David Hildenbrand (Arm)
1
-7
/
+0
2026-08-04
x86/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
David Hildenbrand (Arm)
1
-1
/
+0
2026-08-04
userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
Kiryl Shutsemau (Meta)
1
-0
/
+9
2026-07-30
mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVES
Usama Arif
1
-1
/
+1
2026-06-23
Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-11
/
+0
2026-06-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2026-06-21
mm: remove READ_ONLY_THP_FOR_FS Kconfig option
Zi Yan
1
-11
/
+0
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-5
/
+2
2026-06-02
powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
David Hildenbrand (Arm)
1
-1
/
+1
2026-05-28
treewide: fix indentation and whitespace in Kconfig files
Anand Moon
1
-2
/
+2
2026-05-28
mm/thp: dead code cleanup in Kconfig
Julian Braha
1
-4
/
+1
2026-05-14
slab: support for compiler-assisted type-based slab cache partitioning
Marco Elver
1
-10
/
+63
2026-04-20
Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux
Linus Torvalds
1
-0
/
+1
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-18
/
+15
2026-04-05
mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATION
David Hildenbrand (Arm)
1
-12
/
+12
2026-04-05
mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
David Hildenbrand (Arm)
1
-6
/
+3
2026-04-05
mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAP
David Hildenbrand (Arm)
1
-1
/
+1
2026-03-25
slab,rcu: disable KVFREE_RCU_BATCHED for strict grace period
Jann Horn
1
-0
/
+1
2026-03-21
um: Fix potential race condition in TLB sync
Tiwei Bie
1
-0
/
+1
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-17
/
+31
2026-02-11
Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
1
-11
/
+0
2026-02-06
mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
1
-7
/
+2
2026-02-06
mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
Qi Zheng
1
-0
/
+3
2026-01-31
mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
David Hildenbrand (Red Hat)
1
-2
/
+2
2026-01-31
mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
David Hildenbrand (Red Hat)
1
-2
/
+2
2026-01-31
mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
David Hildenbrand (Red Hat)
1
-9
/
+6
2026-01-29
slab: remove SLUB_CPU_PARTIAL
Vlastimil Babka
1
-11
/
+0
2026-01-20
mm: add basic tests for lazy_mmu
Kevin Brodsky
1
-0
/
+12
2026-01-20
mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
Kevin Brodsky
1
-0
/
+7
2026-01-05
x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumers
Dan Williams
1
-3
/
+7
2025-11-24
mm/memory-failure: remove the selection of RAS
Xie Yuanbin
1
-1
/
+0
2025-11-16
mm: handle poisoning of pfn without struct pages
Ankit Agrawal
1
-0
/
+1
2025-11-16
mm: shmem/tmpfs hugepage defaults config choice
Dmitry Ilvokhin
1
-0
/
+91
2025-11-16
mm: introduce deferred freeing for kernel page tables
Dave Hansen
1
-0
/
+3
2025-11-16
mm: remove the BOUNCE config option
Huacai Chen
1
-9
/
+0
2025-11-15
mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
David Hildenbrand (Red Hat)
1
-0
/
+7
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-41
/
+30
2025-09-29
slab: Introduce kmalloc_nolock() and kfree_nolock().
Alexei Starovoitov
1
-0
/
+1
2025-09-28
mm/memory-failure: don't select MEMORY_ISOLATION
Xie Yuanbin
1
-1
/
+0
2025-09-21
mm: stop making SPARSEMEM_VMEMMAP user-selectable
David Hildenbrand
1
-2
/
+1
2025-09-21
mm: remove unused zpool layer
Johannes Weiner
1
-38
/
+11
2025-09-13
mm: add persistent huge zero folio
Pankaj Raghav
1
-0
/
+16
2025-09-13
mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
1
-0
/
+2
2025-08-02
mm: remove mm/io-mapping.c
Lorenzo Stoakes
1
-4
/
+0
[next]