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.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
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
2022-07-18
mm/mprotect: remove the redundant initialization for error
Xiu Jianfeng
1
-1
/
+1
2022-07-18
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-1
/
+1
2022-07-04
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-10
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
1
-2
/
+6
2022-03-23
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-25
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
2020-09-04
mm: Introduce arch_validate_flags()
Catalin Marinas
1
-0
/
+6
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-4
/
+4
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-6
/
+6
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-04-11
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
1
-2
/
+2
2020-04-07
userfaultfd: wp: support swap and page migration
Peter Xu
1
-11
/
+17
2020-04-07
userfaultfd: wp: apply _PAGE_UFFD_WP bit
Peter Xu
1
-0
/
+17
2020-04-07
mm: merge parameters for change_protection()
Peter Xu
1
-13
/
+16
2020-04-07
mm: code cleanup for MADV_FREE
Huang Ying
1
-1
/
+1
2020-03-06
mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...
Mel Gorman
1
-2
/
+36
2019-12-01
autonuma: reduce cache footprint when scanning page tables
Huang Ying
1
-4
/
+4
2019-09-26
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
1
-0
/
+2
2019-09-07
pagewalk: separate function pointers from iterator data
Christoph Hellwig
1
-15
/
+9
2019-09-07
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
1
-1
/
+1
2019-05-14
mm/mprotect.c: fix compilation warning because of unused 'mm' variable
Mike Rapoport
1
-3
/
+2
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
1
-2
/
+3
[next]