summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
AgeCommit message (Expand)AuthorLines
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman-0/+4
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman-1/+13
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman-1/+1
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman-28/+10
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov-1/+1
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner-15/+5
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel-3/+12
2014-04-07mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman-2/+34
2014-04-07mm,numa: reorganize change_pmd_range()Rik van Riel-3/+4
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V-3/+1
2014-02-17mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V-14/+7
2014-01-21mm: numa: do not automatically migrate KSM pagesMel Gorman-1/+2
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel-0/+2
2013-12-18mm: numa: clear numa hinting information on mprotectMel Gorman-0/+2
2013-12-18mm: numa: do not clear PTE for pte_numa updateMel Gorman-2/+7
2013-11-13mm: numa: return the number of base pages altered by protection changesMel Gorman-3/+7
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar-2/+5
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman-1/+1
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov-2/+5
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman-45/+2
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra-14/+14
2013-10-09mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsMel Gorman-2/+5
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman-9/+17
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman-3/+1
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman-4/+10
2013-10-09mm: Do not flush TLB during protection change if !pte_present && !migration_e...Mel Gorman-1/+2
2013-10-09mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman-1/+1
2012-12-18mm/mprotect.c: coding-style cleanupsAndrew Morton-14/+16
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-24/+111
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov-1/+1
2012-12-11mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman-5/+20
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman-16/+56
2012-12-11mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersIngo Molnar-1/+3
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra-14/+44
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-1/+1
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1/+1
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds-1/+2
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro-1/+1
2011-01-13thp: mprotect: transparent huge page supportJohannes Weiner-1/+7
2011-01-13thp: mprotect: pass vma down to page table walkersJohannes Weiner-6/+9
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli-0/+1
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar-2/+2
2009-06-08perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra-0/+2
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman-2/+3
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens-2/+2
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro-4/+2
2009-01-05mm: update my addressAlan Cox-1/+1