summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli2016-05-183-23/+83
* zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky2016-05-181-2/+5
* writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran2016-05-111-2/+4
* mm: update min_free_kbytes from khugepaged after core initializationJason Baron2016-05-111-1/+1
* mm/zswap: provide unique zpool nameDan Streetman2016-05-111-1/+7
* mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins2016-05-111-9/+1
* mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim2016-05-041-1/+7
* mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim2016-05-041-1/+1
* numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-05-041-0/+40
* mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-05-041-4/+2
* memcg: relocate charge moving from ->attach to ->post_attachTejun Heo2016-05-041-18/+19
* slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2016-05-041-11/+11
* mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-04-201-4/+4
* mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka2016-04-121-13/+33
* mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner2016-04-121-4/+34
* mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner2016-04-121-0/+6
* mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson2016-03-111-1/+1
* mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlersJan Stancek2016-03-091-2/+2
* mm, thp: fix migration of PTE-mapped transparent huge pagesKirill A. Shutemov2016-03-091-1/+1
* kasan: add functions to clear stack poisonMark Rutland2016-03-091-0/+20
* mm: __delete_from_page_cache show Bad page if mappedHugh Dickins2016-03-091-1/+24
* mm/hugetlb: hugetlb_no_page: rate-limit warning messageGeoffrey Thomas2016-03-091-1/+1
* dax: move writeback calls into the filesystemsRoss Zwisler2016-02-271-8/+4
* mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman2016-02-271-1/+1
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2016-02-271-2/+12
* thp: call pmdp_invalidate() with correct virtual addressKirill A. Shutemov2016-02-241-4/+5
* Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-02-201-0/+1
|\
| * powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-151-0/+1
* | mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov2016-02-185-27/+29
* | mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar2016-02-181-2/+4
* | mm: fix regression in remap_file_pages() emulationKirill A. Shutemov2016-02-181-5/+29
* | thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov2016-02-181-1/+2
* | mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta2016-02-111-2/+2
* | mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta2016-02-111-1/+3
* | mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes2016-02-111-1/+1
* | mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2016-02-112-2/+6
* | mm: fix filemap.c kernel doc warningRandy Dunlap2016-02-111-0/+1
* | thp: make deferred_split_scan() work againKirill A. Shutemov2016-02-051-1/+1
* | mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-051-30/+25
* | mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2016-02-052-2/+2
* | mm/hugetlb: fix gigantic page initialization/allocationMike Kravetz2016-02-051-2/+3
* | mm: downgrade VM_BUG in isolate_lru_page() to warningKirill A. Shutemov2016-02-051-1/+1
* | mempolicy: do not try to queue pages from !vma_migratable()Kirill A. Shutemov2016-02-051-9/+5
* | mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa2016-02-051-1/+1
* | vmstat: make vmstat_update deferrableMichal Hocko2016-02-051-1/+1
* | mm, vmstat: make quiet_vmstat lighterMichal Hocko2016-02-051-22/+46
* | mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INITVlastimil Babka2016-02-051-4/+5
* | memblock: don't mark memblock_phys_mem_size() as __initDavid Gibson2016-02-051-1/+1
* | mm: validate_mm browse_rb SMP race conditionAndrea Arcangeli2016-02-051-2/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-036-73/+103
|\ \