summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman
2016-02-27mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2016-02-24thp: call pmdp_invalidate() with correct virtual addressKirill A. Shutemov
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-02-18mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov
2016-02-18mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar
2016-02-18mm: fix regression in remap_file_pages() emulationKirill A. Shutemov
2016-02-18thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V
2016-02-11mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta
2016-02-11mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta
2016-02-11mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes
2016-02-11mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov
2016-02-11mm: fix filemap.c kernel doc warningRandy Dunlap
2016-02-05thp: make deferred_split_scan() work againKirill A. Shutemov
2016-02-05mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka
2016-02-05mm/hugetlb: fix gigantic page initialization/allocationMike Kravetz
2016-02-05mm: downgrade VM_BUG in isolate_lru_page() to warningKirill A. Shutemov
2016-02-05mempolicy: do not try to queue pages from !vma_migratable()Kirill A. Shutemov
2016-02-05mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa
2016-02-05vmstat: make vmstat_update deferrableMichal Hocko
2016-02-05mm, vmstat: make quiet_vmstat lighterMichal Hocko
2016-02-05mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INITVlastimil Babka
2016-02-05memblock: don't mark memblock_phys_mem_size() as __initDavid Gibson
2016-02-05mm: validate_mm browse_rb SMP race conditionAndrea Arcangeli
2016-02-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-02-03mm: retire GUP WARN_ON_ONCE that outlived its usefulnessHugh Dickins
2016-02-03mm: fix memory leak in copy_huge_pmd()Matthew Wilcox
2016-02-03mm/vmpressure.c: fix subtree pressure detectionVladimir Davydov
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov
2016-02-03mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2016-02-03thp: limit number of object to scan on deferred_split_scan()Kirill A. Shutemov
2016-02-03thp: change deferred_split_count() to return number of THP in queueKirill A. Shutemov
2016-02-03thp: make split_queue per-nodeKirill A. Shutemov
2016-02-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-01-31mm: fix pfn_t to page conversion in vm_insert_mixedDan Williams
2016-01-29Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-27cleancache: constify cleancache_ops structureJulia Lawall
2016-01-24vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-22dax: add support for fsync/syncRoss Zwisler
2016-01-22mm: add find_get_entries_tag()Ross Zwisler
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler
2016-01-22make sure that freeing shmem fast symlinks is RCU-delayedAl Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21mm: fix kernel crash in khugepaged threadyalin wang