aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2015-06-24mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi
2015-06-24mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi
2015-06-24mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang
2015-06-24mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan
2015-06-24mm/page_alloc.c: cleanup obsolete KM_USER*Anisse Astier
2015-06-24mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov
2015-06-24mm: only define hashdist variable when neededRasmus Villemoes
2015-06-24mm: new arch_remap() hookLaurent Dufour
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen
2015-06-24mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov
2015-06-24thp: cleanup how khugepaged enters freezerJiri Kosina
2015-06-24mm, hwpoison: remove obsolete "Notebook" todo listAndi Kleen
2015-06-24mm, hwpoison: add comment describing when to add new casesAndi Kleen
2015-06-24slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders
2015-06-24mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-17mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins
2015-06-16mm/page_owner.c: use late_initcall to hook in enablingPaul Gortmaker
2015-06-16mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-10zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky
2015-06-10mm: memcontrol: fix false-positive VM_BUG_ON() on -rtJohannes Weiner
2015-06-10memcg: do not call reclaim if !__GFP_WAITVladimir Davydov
2015-06-10mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-04bdi: fix wrong error return value in cgwb_create()Tejun Heo
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo
2015-06-02mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo
2015-06-02writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo
2015-06-02writeback: implement memcg wb_domainTejun Heo
2015-06-02writeback: update wb_over_bg_thresh() to use wb_domain aware operationsTejun Heo
2015-06-02writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo
2015-06-02writeback: separate out domain_dirty_limits()Tejun Heo
2015-06-02writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a p...Tejun Heo
2015-06-02writeback: add dirty_throttle_control->domTejun Heo
2015-06-02writeback: add dirty_throttle_control->wb_completionsTejun Heo
2015-06-02writeback: add dirty_throttle_control->pos_ratioTejun Heo
2015-06-02writeback: make __wb_calc_thresh() take dirty_throttle_controlTejun Heo
2015-06-02writeback: add dirty_throttle_control->wb_bg_threshTejun Heo
2015-06-02writeback: consolidate dirty throttle parameters into dirty_throttle_controlTejun Heo
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo
2015-06-02writeback: implement wb_domainTejun Heo