summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm: Count the number of pages affected in change_protection()Peter Zijlstra2012-12-111-14/+44
* | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-121-1/+1
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-1/+1
|\
| * mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov2012-03-211-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-1/+1
|\ \ | |/ |/|
| * mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-141-1/+1
* | vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds2012-03-061-1/+2
|/
* thp: mprotect: transparent huge page supportJohannes Weiner2011-01-131-1/+7
* thp: mprotect: pass vma down to page table walkersJohannes Weiner2011-01-131-6/+9
* thp: split_huge_page_mm/vmaAndrea Arcangeli2011-01-131-0/+1
* perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg2010-11-091-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-2/+2
* perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra2009-06-081-0/+2
* Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2009-02-101-2/+3
* [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-141-2/+2
* mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro2009-01-061-4/+2
* mm: update my addressAlan Cox2009-01-051-1/+1
OpenPOWER on IntegriCloud