summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel2014-04-081-3/+12
* mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman2014-04-081-2/+34
* mm,numa: reorganize change_pmd_range()Rik van Riel2014-04-081-3/+4
* mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2014-02-171-3/+1Star
* mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V2014-02-171-14/+7Star
* mm: numa: do not automatically migrate KSM pagesMel Gorman2014-01-221-1/+2
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-191-0/+2
* mm: numa: clear numa hinting information on mprotectMel Gorman2013-12-191-0/+2
* mm: numa: do not clear PTE for pte_numa updateMel Gorman2013-12-191-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-171-2/+5
* | mm: numa: Do not batch handle PMD pagesMel Gorman2013-10-091-45/+2Star
* | 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/+1Star
* | 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-191-14/+16
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-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-131-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-221-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-071-1/+2
|/
* thp: mprotect: transparent huge page supportJohannes Weiner2011-01-141-1/+7
* thp: mprotect: pass vma down to page table walkersJohannes Weiner2011-01-141-6/+9
* thp: split_huge_page_mm/vmaAndrea Arcangeli2011-01-141-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/+0Star
* 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-071-4/+2Star
* mm: update my addressAlan Cox2009-01-061-1/+1
* mmu-notifiers: coreAndrea Arcangeli2008-07-291-0/+3
* mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft2008-07-241-4/+2Star
* Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-151-6/+4Star
|\
| * mm: add a ptep_modify_prot transaction abstractionJeremy Fitzhardinge2008-06-251-6/+4Star
* | mm: Allow architectures to define additional protection bitsDave Kleikamp2008-07-091-1/+1
|/
* mprotect: prevent alteration of the PAT bitsVenki Pallipadi2008-05-151-1/+10