index
:
kernel/git/stable/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
madvise.c
Age
Commit message (
Expand
)
Author
2026-05-28
mm/madvise: reject invalid process_madvise() advice for zero-length vectors
fujunjie
2026-04-05
mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Lorenzo Stoakes (Oracle)
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
2026-04-05
mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
David Hildenbrand (Arm)
2026-04-05
mm/memory: convert details->even_cows into details->skip_cows
David Hildenbrand (Arm)
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
2026-04-05
mm/madvise: drop range checks in madvise_free_single_vma()
David Hildenbrand (Arm)
2026-03-06
Require (reasonably) normal mappings for MADV_DOFORK
Linus Torvalds
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-12
mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
Lorenzo Stoakes
2026-01-31
mm, swap: cleanup swap entry management workflow
Kairui Song
2026-01-31
mm/vma: add and use vma_assert_stabilised()
Lorenzo Stoakes
2026-01-20
mm: fix minor spelling mistakes in comments
Kevin Lourenco
2026-01-20
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
2025-11-29
mm: declare VMA flags by bit
Lorenzo Stoakes
2025-11-24
mm: remove non_swap_entry() and use softleaf helpers instead
Lorenzo Stoakes
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
2025-11-24
mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
Lorenzo Stoakes
2025-11-24
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
2025-11-20
mm/madvise: allow guard page install/remove under VMA lock
Lorenzo Stoakes
2025-11-20
mm: rename walk_page_range_mm()
Lorenzo Stoakes
2025-11-20
mm: set the VM_MAYBE_GUARD flag on guard region install
Lorenzo Stoakes
2025-11-20
mm: update vma_modify_flags() to handle residual flags, document
Lorenzo Stoakes
2025-10-03
mm: clean up is_guard_pte_marker()
Lance Yang
2025-08-02
mm/mseal: small cleanups
Lorenzo Stoakes
2025-08-02
mm/mseal: update madvise() logic
Lorenzo Stoakes
2025-07-24
fs/proc/task_mmu: read proc/pid/maps under per-vma lock
Suren Baghdasaryan
2025-07-24
mm/vma: refactor vma_modify_flags_name() to vma_modify_name()
Lorenzo Stoakes
2025-07-19
mm: remove boolean output parameters from folio_pte_batch_ext()
David Hildenbrand
2025-07-19
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
2025-07-19
mm: convert FPB_IGNORE_* into FPB_RESPECT_*
David Hildenbrand
2025-07-13
mm, madvise: use standard madvise locking in madvise_set_anon_name()
Vlastimil Babka
2025-07-13
mm, madvise: move madvise_set_anon_name() down the file
Vlastimil Babka
2025-07-13
mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
Vlastimil Babka
2025-07-13
mm, madvise: simplify anon_name handling
Vlastimil Babka
2025-07-13
mm/madvise: eliminate very confusing manipulation of prev VMA
Lorenzo Stoakes
2025-07-13
mm/madvise: thread all madvise state through madv_behavior
Lorenzo Stoakes
2025-07-13
mm/madvise: thread VMA range state through madvise_behavior
Lorenzo Stoakes
2025-07-13
mm/madvise: thread mm_struct through madvise_behavior
Lorenzo Stoakes
2025-07-13
mm/madvise: remove the visitor pattern and thread anon_vma state
Lorenzo Stoakes
2025-07-09
mm: remove devmap related functions and page table bits
Alistair Popple
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2025-07-09
mm: madvise: use per_vma lock for MADV_FREE
Barry Song
2025-07-09
mm: use per_vma lock for MADV_DONTNEED
Barry Song
2025-07-09
mm: madvise: use walk_page_range_vma() instead of walk_page_range()
Barry Song
2025-06-11
mm: close theoretical race where stale TLB entries could linger
Ryan Roberts
2025-06-05
mm/madvise: handle madvise_lock() failure during race unwinding
SeongJae Park
2025-05-11
mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]
SeongJae Park
2025-05-11
mm/madvise: batch tlb flushes for MADV_FREE
SeongJae Park
[next]