index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
madvise.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-03
mm: clean up is_guard_pte_marker()
Lance Yang
1
-2
/
+2
2025-08-02
mm/mseal: small cleanups
Lorenzo Stoakes
1
-1
/
+1
2025-08-02
mm/mseal: update madvise() logic
Lorenzo Stoakes
1
-1
/
+70
2025-07-24
fs/proc/task_mmu: read proc/pid/maps under per-vma lock
Suren Baghdasaryan
1
-1
/
+2
2025-07-24
mm/vma: refactor vma_modify_flags_name() to vma_modify_name()
Lorenzo Stoakes
1
-4
/
+4
2025-07-19
mm: remove boolean output parameters from folio_pte_batch_ext()
David Hildenbrand
1
-21
/
+5
2025-07-19
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
1
-2
/
+2
2025-07-19
mm: convert FPB_IGNORE_* into FPB_RESPECT_*
David Hildenbrand
1
-2
/
+1
2025-07-13
mm, madvise: use standard madvise locking in madvise_set_anon_name()
Vlastimil Babka
1
-4
/
+9
2025-07-13
mm, madvise: move madvise_set_anon_name() down the file
Vlastimil Babka
1
-32
/
+32
2025-07-13
mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
Vlastimil Babka
1
-2
/
+50
2025-07-13
mm, madvise: simplify anon_name handling
Vlastimil Babka
1
-24
/
+13
2025-07-13
mm/madvise: eliminate very confusing manipulation of prev VMA
Lorenzo Stoakes
1
-37
/
+40
2025-07-13
mm/madvise: thread all madvise state through madv_behavior
Lorenzo Stoakes
1
-136
/
+145
2025-07-13
mm/madvise: thread VMA range state through madvise_behavior
Lorenzo Stoakes
1
-46
/
+57
2025-07-13
mm/madvise: thread mm_struct through madvise_behavior
Lorenzo Stoakes
1
-53
/
+57
2025-07-13
mm/madvise: remove the visitor pattern and thread anon_vma state
Lorenzo Stoakes
1
-83
/
+83
2025-07-09
mm: remove devmap related functions and page table bits
Alistair Popple
1
-4
/
+4
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-2
/
+2
2025-07-09
mm: madvise: use per_vma lock for MADV_FREE
Barry Song
1
-6
/
+19
2025-07-09
mm: use per_vma lock for MADV_DONTNEED
Barry Song
1
-48
/
+150
2025-07-09
mm: madvise: use walk_page_range_vma() instead of walk_page_range()
Barry Song
1
-5
/
+5
2025-06-11
mm: close theoretical race where stale TLB entries could linger
Ryan Roberts
1
-0
/
+2
2025-06-05
mm/madvise: handle madvise_lock() failure during race unwinding
SeongJae Park
1
-1
/
+4
2025-05-11
mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]
SeongJae Park
1
-3
/
+8
2025-05-11
mm/madvise: batch tlb flushes for MADV_FREE
SeongJae Park
1
-11
/
+46
2025-05-11
mm/madvise: define and use madvise_behavior struct for madvise_do_behavior()
SeongJae Park
1
-12
/
+25
2025-03-17
mm/madvise: remove len parameter of madvise_do_behavior()
SeongJae Park
1
-6
/
+4
2025-03-17
mm/madvise: deduplicate madvise_do_behavior() skip case handlings
SeongJae Park
1
-23
/
+34
2025-03-17
mm/madvise: split out populate behavior check logic
SeongJae Park
1
-7
/
+13
2025-03-17
mm/madvise: use is_memory_failure() from madvise_do_behavior()
SeongJae Park
1
-22
/
+27
2025-03-17
mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
David Hildenbrand
1
-3
/
+3
2025-03-16
mm: allow guard regions in file-backed and read-only mappings
Lorenzo Stoakes
1
-7
/
+1
2025-03-16
mm/madvise: remove redundant mmap_lock operations from process_madvise()
SeongJae Park
1
-3
/
+25
2025-03-16
mm/madvise: split out madvise() behavior execution
SeongJae Park
1
-23
/
+30
2025-03-16
mm/madvise: split out madvise input validity check
SeongJae Park
1
-10
/
+22
2025-03-16
mm/madvise: split out mmap locking operations for madvise()
SeongJae Park
1
-13
/
+49
2025-02-17
mm,madvise,hugetlb: check for 0-length range after end address adjustment
Ricardo CaƱuelo Navarro
1
-1
/
+10
2025-01-13
mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)
Qi Zheng
1
-1
/
+6
2024-11-11
mm: madvise: implement lightweight guard page mechanism
Lorenzo Stoakes
1
-0
/
+239
2024-11-05
mm/madvise: unrestrict process_madvise() for current process
Lorenzo Stoakes
1
-19
/
+36
2024-11-05
mm: refactor mm_access() to not return NULL
Lorenzo Stoakes
1
-2
/
+2
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-10
/
+3
2024-09-17
mm/madvise: process_madvise() drop capability check if same mm
Lorenzo Stoakes
1
-1
/
+1
2024-09-03
mseal: replace can_modify_mm_madv with a vma variant
Pedro Falcato
1
-10
/
+3
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+4
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
1
-1
/
+4
2024-07-03
mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)
Jane Chu
1
-1
/
+1
2024-05-23
mseal: add mseal syscall
Jeff Xu
1
-0
/
+12
2024-05-07
mm/vmscan: remove ignore_references argument of reclaim_pages()
SeongJae Park
1
-2
/
+2
[next]