index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mprotect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/hugetlb: handle UFFDIO_WRITEPROTECT
Peter Xu
2022-05-13
1
-1
/
+2
*
mm/shmem: allows file-back mem to be uffd wr-protected on thps
Peter Xu
2022-05-13
1
-1
/
+8
*
mm/shmem: allow uffd wr-protect none pte for file-backed mem
Peter Xu
2022-05-13
1
-2
/
+62
*
mm: teach core mm about pte markers
Peter Xu
2022-05-13
1
-0
/
+3
*
mm/mprotect: do not flush when not required architecturally
Nadav Amit
2022-05-13
1
-1
/
+2
*
mm/mprotect: use mmu_gather
Nadav Amit
2022-05-13
1
-42
/
+50
*
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
2022-05-09
1
-2
/
+6
*
memory tiering: skip to scan fast memory
Huang Ying
2022-03-22
1
-1
/
+12
*
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
2022-03-05
1
-1
/
+1
*
mm: don't try to NUMA-migrate COW pages that have other uses
Linus Torvalds
2022-02-17
1
-1
/
+1
*
mm: add a field to store names for private anonymous memory
Colin Cross
2022-01-15
1
-1
/
+1
*
mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()
Liu Song
2021-11-06
1
-1
/
+4
*
mm: device exclusive memory access
Alistair Popple
2021-07-01
1
-0
/
+8
*
mm/swapops: rework swap entry manipulation code
Alistair Popple
2021-07-01
1
-4
/
+6
*
mm: fix typos in comments
Ingo Molnar
2021-05-07
1
-1
/
+1
*
mm/mprotect.c: optimize error detection in do_mprotect_pkey()
Tianjia Zhang
2021-02-24
1
-3
/
+4
*
mm: Add 'mprotect' hook to struct vm_operations_struct
Sean Christopherson
2020-11-17
1
-0
/
+7
*
mm: Introduce arch_validate_flags()
Catalin Marinas
2020-09-04
1
-0
/
+6
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-4
/
+4
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-6
/
+6
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
2020-04-10
1
-2
/
+2
*
userfaultfd: wp: support swap and page migration
Peter Xu
2020-04-07
1
-11
/
+17
*
userfaultfd: wp: apply _PAGE_UFFD_WP bit
Peter Xu
2020-04-07
1
-0
/
+17
*
mm: merge parameters for change_protection()
Peter Xu
2020-04-07
1
-13
/
+16
*
mm: code cleanup for MADV_FREE
Huang Ying
2020-04-07
1
-1
/
+1
*
mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...
Mel Gorman
2020-03-06
1
-2
/
+36
*
autonuma: reduce cache footprint when scanning page tables
Huang Ying
2019-12-01
1
-4
/
+4
*
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
2019-09-25
1
-0
/
+2
*
pagewalk: separate function pointers from iterator data
Christoph Hellwig
2019-09-07
1
-15
/
+9
*
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
2019-09-07
1
-1
/
+1
*
mm/mprotect.c: fix compilation warning because of unused 'mm' variable
Mike Rapoport
2019-05-14
1
-3
/
+2
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
1
-2
/
+3
*
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
2019-05-14
1
-1
/
+2
*
mm: update ptep_modify_prot_commit to take old pte value as arg
Aneesh Kumar K.V
2019-03-05
1
-3
/
+3
*
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
Aneesh Kumar K.V
2019-03-05
1
-2
/
+2
*
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
2018-12-28
1
-7
/
+8
*
x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
Andi Kleen
2018-06-20
1
-0
/
+49
*
sched/numa: avoid trapping faults and attempting migration of file-backed dir...
Mel Gorman
2018-04-11
1
-0
/
+9
*
mm: Clear arch specific VM flags on protection change
Khalid Aziz
2018-03-18
1
-1
/
+1
*
mm: Add address parameter to arch_validate_prot()
Khalid Aziz
2018-03-18
1
-1
/
+1
*
mm: numa: do not trap faults on shared data section pages.
Henry Willard
2018-01-31
1
-0
/
+5
*
mm/mprotect: add a cond_resched() inside change_pmd_range()
Anshuman Khandual
2018-01-04
1
-2
/
+4
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory
Jérôme Glisse
2017-09-08
1
-0
/
+14
*
mm: thp: check pmd migration entry in common path
Zi Yan
2017-09-08
1
-2
/
+2
*
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
2017-08-10
1
-2
/
+2
*
mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...
Mel Gorman
2017-08-02
1
-0
/
+1
*
mm: drop NULL return check of pte_offset_map_lock()
Naoya Horiguchi
2017-07-06
1
-2
/
+0
*
mm: convert generic code to 5-level paging
Kirill A. Shutemov
2017-03-09
1
-3
/
+23
[next]