aboutsummaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-13thp: mprotect: transparent huge page supportGravatar Johannes Weiner 1-1/+7
2011-01-13thp: mprotect: pass vma down to page table walkersGravatar Johannes Weiner 1-6/+9
2011-01-13thp: split_huge_page_mm/vmaGravatar Andrea Arcangeli 1-0/+1
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Gravatar Pekka Enberg 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-2/+2
2009-06-08perf_counter: Add mmap event hooks to mprotect()Gravatar Peter Zijlstra 1-0/+2
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTGravatar Mel Gorman 1-2/+3
2009-01-14[CVE-2009-0029] System call wrappers part 13Gravatar Heiko Carstens 1-2/+2
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONGravatar KOSAKI Motohiro 1-4/+2
2009-01-05mm: update my addressGravatar Alan Cox 1-1/+1
2008-07-28mmu-notifiers: coreGravatar Andrea Arcangeli 1-0/+3
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsGravatar Andy Whitcroft 1-4/+2
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildGravatar Benjamin Herrenschmidt 1-6/+4
2008-07-09mm: Allow architectures to define additional protection bitsGravatar Dave Kleikamp 1-1/+1
2008-06-25mm: add a ptep_modify_prot transaction abstractionGravatar Jeremy Fitzhardinge 1-6/+4
2008-05-14mprotect: prevent alteration of the PAT bitsGravatar Venki Pallipadi 1-1/+10
2007-10-23fix mprotect vma_wants_writenotify protGravatar Hugh Dickins 1-1/+1
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Gravatar Coly Li 1-4/+2
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteGravatar KAMEZAWA Hiroyuki 1-1/+0
2007-07-19mm: variable length argument supportGravatar Ollie Wild 1-1/+1
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchGravatar Zachary Amsden 1-0/+2
2006-09-26[PATCH] mm: optimize the new mprotect() code a bitGravatar Peter Zijlstra 1-10/+24
2006-09-26[PATCH] mm: tracking shared dirty pagesGravatar Peter Zijlstra 1-13/+8
2006-06-23[PATCH] add page_mkwrite() vm_operations methodGravatar David Howells 1-2/+9
2006-06-23[PATCH] Swapless page migration: add R/W migration entriesGravatar Christoph Lameter 1-3/+20
2006-06-23[PATCH] likely cleanup: remove unlikely in sys_mprotect()Gravatar Hua Zhong 1-2/+1
2006-03-22[PATCH] Enable mprotect on huge pagesGravatar Zhang, Yanmin 1-7/+5
2005-11-22[PATCH] unpaged: private write VM_RESERVEDGravatar Hugh Dickins 1-8/+0
2005-10-29[PATCH] mm: pte_offset_map_lock loopsGravatar Hugh Dickins 1-4/+3
2005-10-29[PATCH] core remove PageReservedGravatar Nick Piggin 1-0/+8
2005-10-29[PATCH] mm: vm_stat_account unshackledGravatar Hugh Dickins 1-2/+2
2005-09-21[PATCH] mm: add a note about partially hardcoded VM_* flagsGravatar Paolo 'Blaisorblade' Giarrusso 1-1/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+282