aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crashDan Williams1-0/+10
2017-04-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation"Ingo Molnar2-6/+6
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro1-4/+4
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro1-4/+3
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-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar20-104/+185
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-04-05mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott1-11/+0
2017-04-04usercopy: Move enum for arch_within_stack_frames()Sahara1-7/+1
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner3-6/+8
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar12-21/+61
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com3-10/+13
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro28-157/+657
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-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra1-1/+4
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-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2-6/+6