aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13thp: mprotect: transparent huge page supportJohannes Weiner1-1/+7
2011-01-13thp: mprotect: pass vma down to page table walkersJohannes Weiner1-6/+9
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli1-0/+1
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-2/+2
2009-06-08perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra1-0/+2
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman1-2/+3
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens1-2/+2
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro1-4/+2
2009-01-05mm: update my addressAlan Cox1-1/+1
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+3
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft1-4/+2
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt1-6/+4
2008-07-09mm: Allow architectures to define additional protection bitsDave Kleikamp1-1/+1
2008-06-25mm: add a ptep_modify_prot transaction abstractionJeremy Fitzhardinge1-6/+4
2008-05-14mprotect: prevent alteration of the PAT bitsVenki Pallipadi1-1/+10
2007-10-23fix mprotect vma_wants_writenotify protHugh Dickins1-1/+1
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li1-4/+2
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki1-1/+0
2007-07-19mm: variable length argument supportOllie Wild1-1/+1
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchZachary Amsden1-0/+2
2006-09-26[PATCH] mm: optimize the new mprotect() code a bitPeter Zijlstra1-10/+24
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra1-13/+8
2006-06-23[PATCH] add page_mkwrite() vm_operations methodDavid Howells1-2/+9
2006-06-23[PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter1-3/+20
2006-06-23[PATCH] likely cleanup: remove unlikely in sys_mprotect()Hua Zhong1-2/+1
2006-03-22[PATCH] Enable mprotect on huge pagesZhang, Yanmin1-7/+5
2005-11-22[PATCH] unpaged: private write VM_RESERVEDHugh Dickins1-8/+0
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins1-4/+3
2005-10-29[PATCH] core remove PageReservedNick Piggin1-0/+8
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins1-2/+2
2005-09-21[PATCH] mm: add a note about partially hardcoded VM_* flagsPaolo 'Blaisorblade' Giarrusso1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+282