index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-04-05
mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
David Hildenbrand (Arm)
-14
/
+16
2026-04-05
mm: rename zap_vma_pages() to zap_vma()
David Hildenbrand (Arm)
-5
/
+9
2026-04-05
mm/memory: inline unmap_page_range() into __zap_vma_range()
David Hildenbrand (Arm)
-20
/
+12
2026-04-05
mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
David Hildenbrand (Arm)
-4
/
+10
2026-04-05
mm/memory: convert details->even_cows into details->skip_cows
David Hildenbrand (Arm)
-8
/
+7
2026-04-05
mm/memory: move adjusting of address range to unmap_vmas()
David Hildenbrand (Arm)
-35
/
+23
2026-04-05
mm/memory: rename unmap_single_vma() to __zap_vma_range()
David Hildenbrand (Arm)
-3
/
+3
2026-04-05
mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
David Hildenbrand (Arm)
-22
/
+34
2026-04-05
mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
David Hildenbrand (Arm)
-1
/
+1
2026-04-05
mm/memory: simplify calculation in unmap_mapping_range_tree()
David Hildenbrand (Arm)
-12
/
+10
2026-04-05
mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
David Hildenbrand (Arm)
-16
/
+7
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
-22
/
+20
2026-04-05
mm/madvise: drop range checks in madvise_free_single_vma()
David Hildenbrand (Arm)
-9
/
+4
2026-04-05
kasan: docs: SLUB is the only remaining slab implementation
David Hildenbrand (Arm)
-3
/
+0
2026-04-05
vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRY
Michal Hocko
-5
/
+12
2026-04-05
mm/vmalloc: fix incorrect size reporting on allocation failure
Uladzislau Rezki (Sony)
-1
/
+1
2026-04-05
Documentation: fix a hugetlbfs reservation statement
Jane Chu
-1
/
+1
2026-04-05
mm: make ref_unless functions unless_zero only
Gladyshev Ilya
-7
/
+7
2026-04-05
mm/page_alloc: remove pcpu_spin_* wrappers
Vlastimil Babka
-15
/
+9
2026-04-05
mm/page_alloc: remove IRQ saving/restoring from pcp locking
Vlastimil Babka
-30
/
+16
2026-04-05
mm/page_alloc: effectively disable pcp with CONFIG_SMP=n
Vlastimil Babka
-58
/
+34
2026-04-05
mm/damon/test/core-kunit: add damon_apply_min_nr_regions() test
SeongJae Park
-0
/
+52
2026-04-05
mm/damon/vaddr: do not split regions for min_nr_regions
SeongJae Park
-144
/
+2
2026-04-05
mm/damon/core: split regions for min_nr_regions
SeongJae Park
-6
/
+39
2026-04-05
mm/kasan: fix double free for kasan pXds
Ritesh Harjani (IBM)
-4
/
+4
2026-04-05
mm: replace READ_ONCE() in pud_trans_unstable()
Anshuman Khandual
-1
/
+1
2026-04-05
mm/debug_vm_pgtable: replace WRITE_ONCE() with pxd_clear()
Anshuman Khandual
-2
/
+2
2026-04-05
mm/pagewalk: drop FW_MIGRATION
David Hildenbrand (Arm)
-39
/
+9
2026-04-05
khugepaged: remove redundant index check for pmd-folios
Dev Jain
-10
/
+4
2026-04-05
mm/damon/core: do non-safe region walk on kdamond_apply_schemes()
SeongJae Park
-11
/
+11
2026-04-05
mm/damon/core: set quota-score histogram with core filters
SeongJae Park
-0
/
+2
2026-04-05
mm/slab: use compound_head() in page_slab()
Kiryl Shutsemau
-13
/
+1
2026-04-05
hugetlb: update vmemmap_dedup.rst
Kiryl Shutsemau
-34
/
+26
2026-04-05
mm: remove the branch from compound_head()
Kiryl Shutsemau
-10
/
+17
2026-04-05
mm/hugetlb: remove hugetlb_optimize_vmemmap_key static key
Kiryl Shutsemau
-14
/
+2
2026-04-05
hugetlb: remove VMEMMAP_SYNCHRONIZE_RCU
Kiryl Shutsemau
-16
/
+4
2026-04-05
mm: drop fake head checks
Kiryl Shutsemau
-97
/
+4
2026-04-05
mm/hugetlb: remove fake head pages
Kiryl Shutsemau
-14
/
+145
2026-04-05
x86/vdso: undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32
Kiryl Shutsemau (Meta)
-0
/
+1
2026-04-05
mm/hugetlb: refactor code around vmemmap_walk
Kiryl Shutsemau
-135
/
+89
2026-04-05
mm/hugetlb: defer vmemmap population for bootmem hugepages
Kiryl Shutsemau (Meta)
-74
/
+18
2026-04-05
mm/sparse: check memmap alignment for compound_info_has_mask()
Kiryl Shutsemau
-0
/
+5
2026-04-05
mm: rework compound_head() for power-of-2 sizeof(struct page)
Kiryl Shutsemau
-16
/
+97
2026-04-05
LoongArch/mm: align vmemmap to maximal folio size
Kiryl Shutsemau
-1
/
+2
2026-04-05
riscv/mm: align vmemmap to maximal folio size
Kiryl Shutsemau
-1
/
+13
2026-04-05
mm: move set/clear_compound_head() next to compound_head()
Kiryl Shutsemau
-11
/
+11
2026-04-05
mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'
Kiryl Shutsemau
-28
/
+28
2026-04-05
Merge tag 'x86-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-6
/
+34
2026-04-05
mm: change the interface of prep_compound_tail()
Kiryl Shutsemau
-13
/
+15
2026-04-05
mm: move MAX_FOLIO_ORDER definition to mmzone.h
Kiryl Shutsemau
-31
/
+31
[prev]
[next]