summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li
2017-05-03mm/page-writeback.c: use setup_deferrable_timerGeliang Tang
2017-05-03mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner
2017-05-03Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner
2017-05-03mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner
2017-05-03mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner
2017-05-03mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner
2017-05-03mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner
2017-05-03mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner
2017-05-03slab: avoid IPIs when creating kmem cachesGreg Thelen
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-01mm: remove AVR32 arch special handling in mm/KconfigHans-Christian Noren Egtvedt
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams
2017-04-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent
2017-04-20Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara
2017-04-20block: Remove unused functionsJan Kara
2017-04-20bdi: Export bdi_alloc_node() and bdi_put()Jan Kara
2017-04-20block: Unregister bdi on last reference dropJan Kara
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara
2017-04-19mm: make mm_percpu_wq non freezableMichal Hocko
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-04-13zsmalloc: expand class bitMinchan Kim
2017-04-13thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov
2017-04-13thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov
2017-04-13thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov
2017-04-13z3fold: fix page locking in z3fold_alloc()Vitaly Wool
2017-04-08mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko
2017-04-08mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes
2017-04-08mm, thp: fix setting of defer+madvise thp defrag modeDavid Rientjes
2017-04-08mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov
2017-04-08mm: fix page_vma_mapped_walk() for ksm pagesHugh Dickins
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-05mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott
2017-04-04usercopy: Move enum for arch_within_stack_frames()Sahara
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar