aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-04-11Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtlsk-v4.1-16.04-rtAlex Shi
2016-04-08Merge branch 'v4.1/topic/KASAN' into linux-linaro-lsk-v4.1Alex Shi
2016-04-08mm: add utility for early copy from unmapped ramMark Salter
2016-04-07Merge remote-tracking branch 'v4.1/topic/ro-vDSO' into linux-linaro-lsk-v4.1Alex Shi
2016-04-01debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2016-03-28Merge tag 'v4.1.20' into v4.1-rtSteven Rostedt (Red Hat)
2016-03-18 Merge tag 'v4.1.20' into linux-linaro-lsk-v4.1lsk-v4.1-16.03Alex Shi
2016-03-14 Merge tag 'v4.1.19' into linux-linaro-lsk-v4.1Alex Shi
2016-03-10Merge tag 'v4.1.19' into v4.1-rtSteven Rostedt (Red Hat)
2016-03-10Merge tag 'v4.1.18' into v4.1-rtSteven Rostedt (Red Hat)
2016-03-09mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman
2016-03-09mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2016-03-04mm: fix regression in remap_file_pages() emulationKirill A. Shutemov
2016-03-01Merge branch 'writeback-cg' into linux-4.1.yAlex Shi
2016-03-01mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2016-03-01writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo
2016-03-01writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo
2016-03-01bdi: fix wrong error return value in cgwb_create()Tejun Heo
2016-03-01writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2016-03-01writeback: make writeback_control track the inode being written backTejun Heo
2016-03-01writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo
2016-03-01mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo
2016-03-01writeback: implement memcg writeback domain based throttlingTejun Heo
2016-03-01writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo
2016-03-01writeback: implement memcg wb_domainTejun Heo
2016-03-01writeback: update wb_over_bg_thresh() to use wb_domain aware operationsTejun Heo
2016-03-01writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo
2016-03-01writeback: separate out domain_dirty_limits()Tejun Heo
2016-03-01writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a p...Tejun Heo
2016-03-01writeback: add dirty_throttle_control->domTejun Heo
2016-03-01writeback: add dirty_throttle_control->wb_completionsTejun Heo
2016-03-01writeback: add dirty_throttle_control->pos_ratioTejun Heo
2016-03-01writeback: make __wb_calc_thresh() take dirty_throttle_controlTejun Heo
2016-03-01writeback: add dirty_throttle_control->wb_bg_threshTejun Heo
2016-03-01writeback: consolidate dirty throttle parameters into dirty_throttle_controlTejun Heo
2016-03-01writeback: move global_dirty_limit into wb_domainTejun Heo
2016-03-01writeback: implement wb_domainTejun Heo
2016-03-01writeback: reorganize [__]wb_update_bandwidth()Tejun Heo
2016-03-01writeback: clean up wb_dirty_limit()Tejun Heo
2016-03-01memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o...Tejun Heo
2016-03-01writeback: implement bdi_wait_for_completion()Tejun Heo
2016-03-01writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo
2016-03-01writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo
2016-03-01writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback'sTejun Heo
2016-03-01writeback: remove bdi_start_writeback()Tejun Heo
2016-03-01writeback: make bdi->min/max_ratio handling cgroup writeback awareTejun Heo
2016-03-01writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo
2016-03-01writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo
2016-03-01writeback: implement WB_has_dirty_io wb_state flagTejun Heo
2016-03-01writeback: implement and use inode_congested()Tejun Heo