index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2023-01-19
mm/uffd: detect pgtable allocation failures
Peter Xu
1
-21
/
+42
2023-01-19
mm/mprotect: use long for page accountings and retval
Peter Xu
1
-13
/
+13
2023-01-19
mm/mprotect: drop pgprot_t parameter from change_protection()
David Hildenbrand
1
-3
/
+15
2023-01-19
mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()
Peter Xu
1
-4
/
+2
2023-01-19
mm: fix a few rare cases of using swapin error pte marker
Peter Xu
1
-1
/
+7
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-12-15
mm: Rename pmd_read_atomic()
Peter Zijlstra
1
-1
/
+1
2022-12-01
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
1
-5
/
+2
2022-12-01
mm/mprotect: factor out check whether manual PTE write upgrades are required
David Hildenbrand
1
-13
/
+4
2022-12-01
mm/mprotect: minor can_change_pte_writable() cleanups
David Hildenbrand
1
-5
/
+14
2022-12-01
mm/mprotect: allow clean exclusive anon pages to be writable
Nadav Amit
1
-4
/
+3
2022-11-09
Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"
Peter Xu
1
-2
/
+0
2022-11-09
mm: mprotect: use VM_ACCESS_FLAGS
Kefeng Wang
1
-2
/
+1
2022-10-13
mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
Peter Xu
1
-0
/
+2
2022-09-27
mm/mprotect: use maple tree navigation instead of VMA linked list
Liam R. Howlett
1
-3
/
+5
2022-09-27
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
1
-0
/
+1
2022-09-12
memory tiering: hot page selection with hint page fault latency
Huang Ying
1
-1
/
+7
2022-08-29
mm/mprotect: only reference swap pfn page if type match
Peter Xu
1
-1
/
+2
2022-07-30
mm/mprotect: fix soft-dirty check in can_change_pte_writable()
Peter Xu
1
-1
/
+1
[next]