summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2016-02-111-2/+4
* mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-151-2/+3
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-151-1/+1
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-2/+6
* userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli2015-09-041-1/+2
* mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov2015-06-241-0/+11
* mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman2015-03-251-0/+3
* mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman2015-02-121-0/+4
* mm: numa: do not trap faults on the huge zero pageMel Gorman2015-02-121-1/+13
* mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman2015-02-121-1/+1
* mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman2015-02-121-28/+10
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-101-1/+1
* mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2014-10-141-15/+5
* mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel2014-04-071-3/+12
* mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman2014-04-071-2/+34
* mm,numa: reorganize change_pmd_range()Rik van Riel2014-04-071-3/+4
* mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2014-02-171-3/+1
* mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V2014-02-171-14/+7
* mm: numa: do not automatically migrate KSM pagesMel Gorman2014-01-211-1/+2
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-181-0/+2
* mm: numa: clear numa hinting information on mprotectMel Gorman2013-12-181-0/+2
* mm: numa: do not clear PTE for pte_numa updateMel Gorman2013-12-181-2/+7
* mm: numa: return the number of base pages altered by protection changesMel Gorman2013-11-131-3/+7
* Merge branch 'linus' into sched/coreIngo Molnar2013-11-011-2/+5
|\
| * mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman2013-10-291-1/+1
OpenPOWER on IntegriCloud