summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2-5/+13
2016-02-18mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen1-0/+2
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen3-3/+3
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2-2/+10
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen3-8/+20
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2-3/+19
2016-02-18mm/gup: Factor out VMA fault permission checkingDave Hansen1-3/+13
2016-02-18mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen1-0/+3
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen4-7/+9
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen3-36/+94
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen3-9/+31
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2-6/+32
2016-02-12mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta1-2/+2
2016-02-12mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta1-1/+3
2016-02-12mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes1-1/+1
2016-02-12mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2-2/+6
2016-02-12mm: fix filemap.c kernel doc warningRandy Dunlap1-0/+1
2016-02-06thp: make deferred_split_scan() work againKirill A. Shutemov1-1/+1
2016-02-06mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-30/+25
2016-02-06mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2-2/+2
2016-02-06mm/hugetlb: fix gigantic page initialization/allocationMike Kravetz1-2/+3
2016-02-06mm: downgrade VM_BUG in isolate_lru_page() to warningKirill A. Shutemov1-1/+1
2016-02-06mempolicy: do not try to queue pages from !vma_migratable()Kirill A. Shutemov1-9/+5
2016-02-06mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa1-1/+1
2016-02-06vmstat: make vmstat_update deferrableMichal Hocko1-1/+1
2016-02-06mm, vmstat: make quiet_vmstat lighterMichal Hocko1-22/+46
2016-02-06mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INITVlastimil Babka1-4/+5
2016-02-06memblock: don't mark memblock_phys_mem_size() as __initDavid Gibson1-1/+1
2016-02-06mm: validate_mm browse_rb SMP race conditionAndrea Arcangeli1-2/+5
2016-02-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-73/+103
2016-02-03mm: retire GUP WARN_ON_ONCE that outlived its usefulnessHugh Dickins2-8/+1
2016-02-03mm: fix memory leak in copy_huge_pmd()Matthew Wilcox1-7/+10
2016-02-03mm/vmpressure.c: fix subtree pressure detectionVladimir Davydov1-2/+1
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov1-4/+19
2016-02-03mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov2-6/+33
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner1-26/+1
2016-02-03thp: limit number of object to scan on deferred_split_scan()Kirill A. Shutemov1-4/+6
2016-02-03thp: change deferred_split_count() to return number of THP in queueKirill A. Shutemov1-7/+8
2016-02-03thp: make split_queue per-nodeKirill A. Shutemov2-23/+31
2016-02-02Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+7
2016-01-31mm: fix pfn_t to page conversion in vm_insert_mixedDan Williams1-2/+7
2016-01-30Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar59-2442/+3803
2016-01-27cleancache: constify cleancache_ops structureJulia Lawall1-2/+2
2016-01-24vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter1-11/+1
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-19/+18
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-11/+7
2016-01-23dax: add support for fsync/syncRoss Zwisler1-0/+6
2016-01-23mm: add find_get_entries_tag()Ross Zwisler1-0/+68
2016-01-23dax: support dirty DAX entries in radix treeRoss Zwisler4-39/+60