index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mprotect.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-10
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-25
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
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
1
-1
/
+2
2019-03-05
mm: update ptep_modify_prot_commit to take old pte value as arg
Aneesh Kumar K.V
1
-3
/
+3
2019-03-05
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
Aneesh Kumar K.V
1
-2
/
+2
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
1
-7
/
+8
2018-06-20
x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
Andi Kleen
1
-0
/
+49
2018-04-11
sched/numa: avoid trapping faults and attempting migration of file-backed dir...
Mel Gorman
1
-0
/
+9
2018-03-18
mm: Clear arch specific VM flags on protection change
Khalid Aziz
1
-1
/
+1
2018-03-18
mm: Add address parameter to arch_validate_prot()
Khalid Aziz
1
-1
/
+1
2018-01-31
mm: numa: do not trap faults on shared data section pages.
Henry Willard
1
-0
/
+5
2018-01-04
mm/mprotect: add a cond_resched() inside change_pmd_range()
Anshuman Khandual
1
-2
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-08
mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory
Jérôme Glisse
1
-0
/
+14
2017-09-08
mm: thp: check pmd migration entry in common path
Zi Yan
1
-2
/
+2
2017-08-10
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
1
-2
/
+2
2017-08-02
mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...
Mel Gorman
1
-0
/
+1
2017-07-06
mm: drop NULL return check of pte_offset_map_lock()
Naoya Horiguchi
1
-2
/
+0
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
1
-3
/
+23
2017-02-24
mm/autonuma: let architecture override how the write bit should be stashed in...
Aneesh Kumar K.V
1
-1
/
+1
2017-02-22
mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lock
Andrea Arcangeli
1
-31
/
+15
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-12
mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selected
Heiko Carstens
1
-0
/
+4
2016-12-12
mm, thp: avoid unlikely branches for split_huge_pmd
David Rientjes
1
-1
/
+1
2016-12-12
mm/mprotect.c: don't touch single threaded PTEs which are on the right node
Andi Kleen
1
-0
/
+13
2016-10-19
mm/numa: Remove duplicated include from mprotect.c
Wei Yongjun
1
-1
/
+0
2016-10-10
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+85
2016-10-07
mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk
Andrea Arcangeli
1
-0
/
+1
2016-10-07
mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE
Andrea Arcangeli
1
-1
/
+1
2016-09-09
x86/pkeys: Allocation/free syscalls
Dave Hansen
1
-6
/
+55
2016-09-09
x86/pkeys: Make mprotect_key() mask off additional vm_flags
Dave Hansen
1
-1
/
+10
2016-09-09
mm: Implement new pkey_mprotect() system call
Dave Hansen
1
-4
/
+26
2016-07-26
mm: thp: check pmd_trans_unstable() after split_huge_pmd()
Naoya Horiguchi
1
-1
/
+1
2016-05-23
mm: make mmap_sem for write waits killable for mm syscalls
Michal Hocko
1
-1
/
+2
2016-03-22
mm/mprotect.c: don't imply PROT_EXEC on non-exec fs
Piotr Kwapulinski
1
-5
/
+8
2016-02-18
mm/core, x86/mm/pkeys: Add execute-only protection keys support
Dave Hansen
1
-4
/
+4
2016-02-18
mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()
Dave Hansen
1
-1
/
+1
[next]