aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-93/+93
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent1-1/+1
2017-04-20Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman1-23/+20
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-8/+5
2017-04-20block: Remove unused functionsJan Kara1-50/+6
2017-04-20bdi: Export bdi_alloc_node() and bdi_put()Jan Kara1-0/+2
2017-04-20block: Unregister bdi on last reference dropJan Kara1-0/+2
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara1-5/+15
2017-04-19mm: make mm_percpu_wq non freezableMichal Hocko1-2/+1
2017-04-13zsmalloc: expand class bitMinchan Kim1-1/+1
2017-04-13thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov1-2/+1
2017-04-13thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov1-1/+33
2017-04-13thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov1-26/+26
2017-04-13z3fold: fix page locking in z3fold_alloc()Vitaly Wool1-2/+7
2017-04-08mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko4-26/+32
2017-04-08mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes1-0/+2
2017-04-08mm, thp: fix setting of defer+madvise thp defrag modeDavid Rientjes1-6/+6
2017-04-08mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov1-1/+1
2017-04-08mm: fix page_vma_mapped_walk() for ksm pagesHugh Dickins1-7/+8
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-2/+0
2017-03-31mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz1-1/+3
2017-03-31kasan: report only the first error by defaultMark Rutland2-5/+36
2017-03-31mm: fix section name for .data..ro_after_initKees Cook1-1/+1
2017-03-31mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi1-2/+4
2017-03-31mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner1-1/+1
2017-03-31mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-2/+2
2017-03-31mm: move mm_percpu_wq initialization earlierMichal Hocko1-3/+1
2017-03-31mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi1-2/+5
2017-03-22bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()Jan Kara1-3/+3
2017-03-22bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara1-21/+1
2017-03-22bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara1-0/+22
2017-03-22bdi: Unify bdi->wb_list handling for root wb_writebackJan Kara1-6/+28
2017-03-22bdi: Make wb->bdi a proper referenceJan Kara1-2/+11
2017-03-22bdi: Mark congested->bdi as internalJan Kara1-5/+5
2017-03-21mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying1-2/+0
2017-03-19mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds1-1/+1
2017-03-16mm: add private lock to serialize memory hotplug operationsHeiko Carstens1-1/+5
2017-03-16mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov1-1/+2
2017-03-16z3fold: fix spinlock unlocking in page reclaimVitaly Wool1-0/+1
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-5/+7
2017-03-13mm, gup: fix typo in gup_p4d_range()Kirill A. Shutemov1-1/+1
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds16-104/+495
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-28/+117
2017-03-09kasan: fix races in quarantine_remove_cache()Dmitry Vyukov1-6/+36
2017-03-09kasan: resched in quarantine_remove_cache()Dmitry Vyukov1-1/+8
2017-03-09mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan1-3/+8
2017-03-09thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov1-5/+4
2017-03-09rmap: fix NULL-pointer dereference on THP munlockingKirill A. Shutemov1-6/+7
2017-03-09mm/memblock.c: fix memblock_next_valid_pfn()AKASHI Takahiro1-1/+4