aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-24rmap: fix theoretical race between do_wp_page and shrink_active_listVladimir Davydov1-1/+6
2015-06-24mm/memory-failure: me_huge_page() does nothing for thpNaoya Horiguchi1-0/+4
2015-06-24mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi2-25/+6
2015-06-24mm/memory-failure: introduce get_hwpoison_page() for consistent refcount handlingNaoya Horiguchi2-7/+47
2015-06-24mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi1-63/+25
2015-06-24mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang1-6/+6
2015-06-24mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable pagesNishanth Aravamudan1-1/+2
2015-06-24mm/page_alloc.c: cleanup obsolete KM_USER*Anisse Astier1-15/+2
2015-06-24mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov1-1/+0
2015-06-24mm: only define hashdist variable when neededRasmus Villemoes1-1/+1
2015-06-24mm: new arch_remap() hookLaurent Dufour1-6/+11
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-0/+5
2015-06-24mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov1-0/+11
2015-06-24thp: cleanup how khugepaged enters freezerJiri Kosina1-3/+1
2015-06-24mm, hwpoison: remove obsolete "Notebook" todo listAndi Kleen1-7/+0
2015-06-24mm, hwpoison: add comment describing when to add new casesAndi Kleen1-0/+8
2015-06-24slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders4-15/+24
2015-06-24mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo1-23/+39
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+98
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+6
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+13
2015-06-17mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins1-1/+7
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+8
2015-06-10zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky1-1/+2
2015-06-10mm: memcontrol: fix false-positive VM_BUG_ON() on -rtJohannes Weiner1-3/+1
2015-06-10memcg: do not call reclaim if !__GFP_WAITVladimir Davydov1-0/+2
2015-06-10mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+1
2015-06-04bdi: fix wrong error return value in cgwb_create()Tejun Heo1-1/+3
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat updatesTejun Heo2-7/+23
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo1-0/+2
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo1-30/+0
2015-06-02mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support is in useTejun Heo1-10/+41
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo2-22/+179
2015-06-02writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo1-0/+12
2015-06-02writeback: implement memcg wb_domainTejun Heo3-1/+72
2015-06-02writeback: update wb_over_bg_thresh() to use wb_domain aware operationsTejun Heo1-5/+12
2015-06-02writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo1-0/+23
2015-06-02writeback: separate out domain_dirty_limits()Tejun Heo1-25/+86
2015-06-02writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a parameterTejun Heo1-16/+21
2015-06-02writeback: add dirty_throttle_control->domTejun Heo1-6/+24
2015-06-02writeback: add dirty_throttle_control->wb_completionsTejun Heo1-2/+4
2015-06-02writeback: add dirty_throttle_control->pos_ratioTejun Heo1-15/+21
2015-06-02writeback: make __wb_calc_thresh() take dirty_throttle_controlTejun Heo1-7/+14
2015-06-02writeback: add dirty_throttle_control->wb_bg_threshTejun Heo1-16/+11
2015-06-02writeback: consolidate dirty throttle parameters into dirty_throttle_controlTejun Heo1-111/+101
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo1-23/+23
2015-06-02writeback: implement wb_domainTejun Heo1-45/+27
2015-06-02writeback: reorganize [__]wb_update_bandwidth()Tejun Heo1-23/+22
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo2-18/+18