summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov2013-10-161-2/+5
* | mm: numa: Do not batch handle PMD pagesMel Gorman2013-10-091-45/+2
* | mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-091-14/+14
* | mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsMel Gorman2013-10-091-2/+5
* | sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-091-9/+17
* | mm: numa: Scan pages with elevated page_mapcountMel Gorman2013-10-091-3/+1
* | mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman2013-10-091-4/+10
* | mm: Do not flush TLB during protection change if !pte_present && !migration_e...Mel Gorman2013-10-091-1/+2
* | mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman2013-10-091-1/+1
|/
* mm/mprotect.c: coding-style cleanupsAndrew Morton2012-12-181-14/+16
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-24/+111
|\
| * mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman2012-12-111-5/+20
| * mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman2012-12-111-16/+56
| * mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersIngo Molnar2012-12-111-1/+3
OpenPOWER on IntegriCloud