summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-08-15Merge 4.9.120 into android-4.9Greg Kroah-Hartman106-393/+2714
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen5-7/+113
2017-08-11Merge 4.9.42 into android-4.9Greg Kroah-Hartman103-377/+794
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman7-1/+49
2017-01-27ANDROID: mm: add a field to store names for private anonymous memoryColin Cross12-28/+281
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 Torvalds25-50/+2127
2016-10-08mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli3-29/+139
2016-10-08mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli5-11/+13
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen12-27/+221
2016-09-09x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen3-1/+13
2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen4-23/+45
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi4-3/+6
2016-05-24mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko8-21/+55
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 Hansen8-7/+154
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen7-11/+12
2016-02-12mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2-2/+6
2016-01-16mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams7-27/+47
2016-01-16thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov10-35/+25
2016-01-15mm: rework virtual memory accountingKonstantin Khlebnikov9-58/+54
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli6-19/+36
2015-06-25mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov1-0/+11
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman3-6/+14
2015-02-13mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman2-6/+12
2015-02-13mm: numa: do not trap faults on the huge zero pageMel Gorman4-4/+27
2015-02-13mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman8-38/+21
2015-02-13mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman11-57/+40
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov13-71/+49
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner6-38/+68
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel2-3/+14
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.V4-10/+64
2014-02-17mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V1-14/+7
2014-01-22mm: numa: do not automatically migrate KSM pagesMel Gorman1-1/+2
2013-12-19mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel8-7/+69
2013-12-19mm: numa: clear numa hinting information on mprotectMel Gorman2-0/+4
2013-12-19mm: 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 Gorman3-3/+9
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar506-2851/+4225
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2013-10-17mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov3-2/+9
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman2-144/+4
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra13-109/+125
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 Gorman12-82/+149
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman5-29/+18
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman2-7/+26
2013-10-09mm: Do not flush TLB during protection change if !pte_present && !migration_e...Mel Gorman1-1/+2
[next]