index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mprotect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-18
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-05
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
1
-10
/
+41
2023-03-23
mm: fix error handling for map_deny_write_exec
Joey Gouly
1
-1
/
+1
2023-02-25
mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()
Liam R. Howlett
1
-0
/
+1
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-09
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
1
-25
/
+22
2023-02-02
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
1
-0
/
+5
2023-02-02
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
1
-1
/
+1
2023-01-18
mm/uffd: detect pgtable allocation failures
Peter Xu
1
-21
/
+42
2023-01-18
mm/mprotect: use long for page accountings and retval
Peter Xu
1
-13
/
+13
2023-01-18
mm/mprotect: drop pgprot_t parameter from change_protection()
David Hildenbrand
1
-3
/
+15
2023-01-18
mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()
Peter Xu
1
-4
/
+2
2023-01-18
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-11-30
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
1
-5
/
+2
2022-11-30
mm/mprotect: factor out check whether manual PTE write upgrades are required
David Hildenbrand
1
-13
/
+4
2022-11-30
mm/mprotect: minor can_change_pte_writable() cleanups
David Hildenbrand
1
-5
/
+14
2022-11-30
mm/mprotect: allow clean exclusive anon pages to be writable
Nadav Amit
1
-4
/
+3
2022-11-08
Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"
Peter Xu
1
-2
/
+0
2022-11-08
mm: mprotect: use VM_ACCESS_FLAGS
Kefeng Wang
1
-2
/
+1
2022-10-12
mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
Peter Xu
1
-0
/
+2
2022-09-26
mm/mprotect: use maple tree navigation instead of VMA linked list
Liam R. Howlett
1
-3
/
+5
2022-09-26
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
1
-0
/
+1
2022-09-11
memory tiering: hot page selection with hint page fault latency
Huang Ying
1
-1
/
+7
2022-08-28
mm/mprotect: only reference swap pfn page if type match
Peter Xu
1
-1
/
+2
2022-07-29
mm/mprotect: fix soft-dirty check in can_change_pte_writable()
Peter Xu
1
-1
/
+1
2022-07-17
mm/mprotect: remove the redundant initialization for error
Xiu Jianfeng
1
-1
/
+1
2022-07-17
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-1
/
+1
2022-07-03
mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...
David Hildenbrand
1
-15
/
+62
2022-05-13
mm/hugetlb: handle UFFDIO_WRITEPROTECT
Peter Xu
1
-1
/
+2
2022-05-13
mm/shmem: allows file-back mem to be uffd wr-protected on thps
Peter Xu
1
-1
/
+8
2022-05-13
mm/shmem: allow uffd wr-protect none pte for file-backed mem
Peter Xu
1
-2
/
+62
2022-05-13
mm: teach core mm about pte markers
Peter Xu
1
-0
/
+3
2022-05-13
mm/mprotect: do not flush when not required architecturally
Nadav Amit
1
-1
/
+2
2022-05-13
mm/mprotect: use mmu_gather
Nadav Amit
1
-42
/
+50
2022-05-09
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
1
-2
/
+6
2022-03-22
memory tiering: skip to scan fast memory
Huang Ying
1
-1
/
+12
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
1
-1
/
+1
2022-02-17
mm: don't try to NUMA-migrate COW pages that have other uses
Linus Torvalds
1
-1
/
+1
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
1
-1
/
+1
2021-11-06
mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()
Liu Song
1
-1
/
+4
2021-07-01
mm: device exclusive memory access
Alistair Popple
1
-0
/
+8
2021-07-01
mm/swapops: rework swap entry manipulation code
Alistair Popple
1
-4
/
+6
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-1
/
+1
2021-02-24
mm/mprotect.c: optimize error detection in do_mprotect_pkey()
Tianjia Zhang
1
-3
/
+4
2020-11-17
mm: Add 'mprotect' hook to struct vm_operations_struct
Sean Christopherson
1
-0
/
+7
[next]