summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-4/+4
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-6/+6
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-2/+2
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-11/+17
* userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu2020-04-071-0/+17
* mm: merge parameters for change_protection()Peter Xu2020-04-071-13/+16
* mm: code cleanup for MADV_FREEHuang Ying2020-04-071-1/+1
* mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman2020-03-061-2/+36
* autonuma: reduce cache footprint when scanning page tablesHuang Ying2019-12-011-4/+4
* mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-251-0/+2
* pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-15/+9
* mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-1/+1
* mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport2019-05-141-3/+2
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-2/+3
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
* mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-3/+3
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+2
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-7/+8
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-0/+49
* sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman2018-04-111-0/+9
* mm: Clear arch specific VM flags on protection changeKhalid Aziz2018-03-181-1/+1
* mm: Add address parameter to arch_validate_prot()Khalid Aziz2018-03-181-1/+1
* mm: numa: do not trap faults on shared data section pages.Henry Willard2018-01-311-0/+5
* mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual2018-01-041-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+14
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-2/+2
* mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-101-2/+2
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-021-0/+1
* mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi2017-07-061-2/+0
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-3/+23
* mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V2017-02-241-1/+1
* mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lockAndrea Arcangeli2017-02-221-31/+15
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens2016-12-121-0/+4
* mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes2016-12-121-1/+1
* mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen2016-12-121-0/+13
* mm/numa: Remove duplicated include from mprotect.cWei Yongjun2016-10-191-1/+0
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-5/+85
|\
| * x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-6/+55
| * x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen2016-09-091-1/+10
| * mm: Implement new pkey_mprotect() system callDave Hansen2016-09-091-4/+26
* | mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli2016-10-071-0/+1
* | mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli2016-10-071-1/+1
|/
* mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi2016-07-261-1/+1
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-231-1/+2
* mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski2016-03-221-5/+8
* mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-181-4/+4
* mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-181-1/+1