index
:
kernel/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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mprotect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-12
mm: pass page directly instead of using folio_page
Dev Jain
1
-13
/
+10
2025-08-02
mm/mseal: small cleanups
Lorenzo Stoakes
1
-1
/
+1
2025-07-25
mm: optimize mprotect() by PTE batching
Dev Jain
1
-12
/
+113
2025-07-25
mm: split can_change_pte_writable() into private and shared parts
Dev Jain
1
-14
/
+36
2025-07-25
mm: add batched versions of ptep_modify_prot_start/commit
Dev Jain
1
-2
/
+2
2025-07-25
mm: optimize mprotect() for MM_CP_PROT_NUMA by batch-skipping PTEs
Dev Jain
1
-13
/
+42
2025-07-25
mm: refactor MM_CP_PROT_NUMA skipping case into new function
Dev Jain
1
-46
/
+55
2025-07-10
mm: remove redundant pXd_devmap calls
Alistair Popple
1
-1
/
+1
2025-07-10
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-4
/
+4
2025-05-13
mm/huge_memory: remove useless folio pointers passing
Gavin Guo
1
-1
/
+1
2025-03-18
mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
David Hildenbrand
1
-1
/
+1
2025-03-17
mm: use READ/WRITE_ONCE() for vma->vm_flags on migrate, mprotect
Lorenzo Stoakes
1
-3
/
+3
2025-03-17
mm: use single SWP_DEVICE_EXCLUSIVE entry type
David Hildenbrand
1
-8
/
+0
2024-11-11
mm: add PTE_MARKER_GUARD PTE marker
Lorenzo Stoakes
1
-2
/
+4
2024-11-06
mm: refactor map_deny_write_exec()
Lorenzo Stoakes
1
-1
/
+1
2024-09-04
mm/mprotect: replace can_modify_mm with can_modify_vma
Pedro Falcato
1
-9
/
+3
2024-09-02
mm/mprotect: fix dax pud handlings
Peter Xu
1
-8
/
+31
2024-09-02
mm/mprotect: push mmu notifier to PUDs
Peter Xu
1
-16
/
+16
2024-09-02
memory tiering: introduce folio_use_access_time() check
Zi Yan
1
-2
/
+1
2024-07-04
mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protect
Barry Song
1
-1
/
+1
2024-07-04
mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...
David Hildenbrand
1
-0
/
+2
2024-05-24
mseal: add mseal syscall
Jeff Xu
1
-0
/
+10
2024-04-26
mm: support multi-size THP numa balancing
Baolin Wang
1
-1
/
+2
2024-02-22
mprotect: use pfn_swap_entry_folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-10-26
mm: mprotect: use a folio in change_pte_range()
Kefeng Wang
1
-7
/
+9
2023-10-19
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
1
-25
/
+4
2023-10-19
mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()
Lorenzo Stoakes
1
-2
/
+11
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-08-22
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-0
/
+1
2023-08-21
mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once
Suren Baghdasaryan
1
-0
/
+1
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+1
2023-08-18
mm/mprotect: fix obsolete function name in change_pte_range()
Miaohe Lin
1
-1
/
+1
2023-08-18
mm: make PTE_MARKER_SWAPIN_ERROR more general
Axel Rasmussen
1
-2
/
+2
2023-07-12
mm: Make pte_mkwrite() take a VMA
Rick Edgecombe
1
-1
/
+1
2023-06-24
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-1
/
+1
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-3
/
+5
2023-06-20
mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
Hugh Dickins
1
-57
/
+17
2023-06-20
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
1
-5
/
+0
2023-06-19
mm/mprotect: fix do_mprotect_pkey() limit check
Liam R. Howlett
1
-1
/
+1
2023-04-19
mm/userfaultfd: don't consider uffd-wp bit of writable migration entries
David Hildenbrand
1
-2
/
+0
2023-04-16
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
1
-1
/
+1
2023-04-16
mm/mprotect: fix do_mprotect_pkey() return on error
Liam R. Howlett
1
-1
/
+1
2023-04-06
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
1
-10
/
+41
2023-03-24
mm: fix error handling for map_deny_write_exec
Joey Gouly
1
-1
/
+1
2023-02-26
mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()
Liam R. Howlett
1
-0
/
+1
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-10
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
1
-25
/
+22
2023-02-03
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
1
-0
/
+5
2023-02-03
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
1
-1
/
+1
[next]