summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* mmu-notifiers: coreAndrea Arcangeli2008-07-281-0/+3
* mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft2008-07-241-4/+2
* Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-151-6/+4
|\
| * mm: add a ptep_modify_prot transaction abstractionJeremy Fitzhardinge2008-06-251-6/+4
* | mm: Allow architectures to define additional protection bitsDave Kleikamp2008-07-091-1/+1
|/
* mprotect: prevent alteration of the PAT bitsVenki Pallipadi2008-05-141-1/+10
* fix mprotect vma_wants_writenotify protHugh Dickins2007-10-231-1/+1
* setup vma->vm_page_prot by vm_get_page_prot()Coly Li2007-10-191-4/+2
* flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki2007-10-161-1/+0
* mm: variable length argument supportOllie Wild2007-07-191-1/+1
* [PATCH] paravirt: lazy mmu mode hooks.patchZachary Amsden2006-10-011-0/+2
* [PATCH] mm: optimize the new mprotect() code a bitPeter Zijlstra2006-09-261-10/+24
* [PATCH] mm: tracking shared dirty pagesPeter Zijlstra2006-09-261-13/+8
* [PATCH] add page_mkwrite() vm_operations methodDavid Howells2006-06-231-2/+9
* [PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter2006-06-231-3/+20
* [PATCH] likely cleanup: remove unlikely in sys_mprotect()Hua Zhong2006-06-231-2/+1
* [PATCH] Enable mprotect on huge pagesZhang, Yanmin2006-03-221-7/+5
* [PATCH] unpaged: private write VM_RESERVEDHugh Dickins2005-11-221-8/+0
OpenPOWER on IntegriCloud