aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman1-0/+9
2018-03-18mm: Clear arch specific VM flags on protection changeKhalid Aziz1-1/+1
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz1-1/+1
2018-01-31mm: numa: do not trap faults on shared data section pages.Henry Willard1-0/+5
2018-01-04mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+14
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-2/+2
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-2/+2
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman1-0/+1
2017-07-06mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi1-2/+0
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-3/+23
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V1-1/+1
2017-02-22mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lockAndrea Arcangeli1-31/+15
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens1-0/+4
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes1-1/+1
2016-12-12mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen1-0/+13
2016-10-19mm/numa: Remove duplicated include from mprotect.cWei Yongjun1-1/+0
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+85
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli1-0/+1
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli1-1/+1
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-6/+55
2016-09-09x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen1-1/+10
2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen1-4/+26
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi1-1/+1
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko1-1/+2
2016-03-22mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski1-5/+8
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen1-4/+4
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-1/+1
2016-02-11mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov1-2/+4
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams1-2/+3
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-1/+1
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-2/+6
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli1-1/+2
2015-06-24mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov1-0/+11
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman1-0/+3
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman1-0/+4
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman1-1/+13
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-1/+1
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-28/+10
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-1/+1
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner1-15/+5
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel1-3/+12
2014-04-07mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman1-2/+34
2014-04-07mm,numa: reorganize change_pmd_range()Rik van Riel1-3/+4
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V1-3/+1
2014-02-17mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V1-14/+7
2014-01-21mm: numa: do not automatically migrate KSM pagesMel Gorman1-1/+2
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+2
2013-12-18mm: numa: clear numa hinting information on mprotectMel Gorman1-0/+2
2013-12-18mm: numa: do not clear PTE for pte_numa updateMel Gorman1-2/+7
2013-11-13mm: numa: return the number of base pages altered by protection changesMel Gorman1-3/+7
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar1-2/+5
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov1-2/+5
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman1-45/+2
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra1-14/+14
2013-10-09mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsMel Gorman1-2/+5
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-9/+17
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman1-3/+1
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman1-4/+10
2013-10-09mm: Do not flush TLB during protection change if !pte_present && !migration_e...Mel Gorman1-1/+2
2013-10-09mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2012-12-18mm/mprotect.c: coding-style cleanupsAndrew Morton1-14/+16
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-24/+111
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-1/+1
2012-12-11mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman1-5/+20
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman1-16/+56
2012-12-11mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersIngo Molnar1-1/+3
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra1-14/+44
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds1-1/+2
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-1/+1
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 imp...Tejun 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-rc2v2.6.12-rc2Linus Torvalds1-0/+282