summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback'sTejun Heo2015-06-021-3/+9
| * | | writeback: remove bdi_start_writeback()Tejun Heo2015-06-021-2/+2
| * | | writeback: make bdi->min/max_ratio handling cgroup writeback awareTejun Heo2015-06-021-4/+46
| * | | writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo2015-06-022-8/+7Star
| * | | writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo2015-06-021-0/+3
| * | | writeback: implement WB_has_dirty_io wb_state flagTejun Heo2015-06-021-1/+1
| * | | writeback: implement and use inode_congested()Tejun Heo2015-06-023-8/+7Star
| * | | writeback: make congestion functions per bdi_writebackTejun Heo2015-06-021-11/+11
| * | | writeback: let balance_dirty_pages() work on the matching cgroup bdi_writebackTejun Heo2015-06-021-5/+13
| * | | writeback: attribute stats to the matching per-cgroup bdi_writebackTejun Heo2015-06-021-9/+15
| * | | writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo2015-06-023-4/+423
| * | | bdi: separate out congested state into a separate structTejun Heo2015-06-021-2/+5
| * | | writeback: add @gfp to wb_init()Tejun Heo2015-06-021-4/+5
| * | | bdi: make inode_to_bdi() inlineTejun Heo2015-06-021-0/+1
| * | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
| * | | writeback: reorganize mm/backing-dev.cTejun Heo2015-06-021-87/+87
| * | | writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo2015-06-021-31/+28Star
| * | | writeback: s/bdi/wb/ in mm/page-writeback.cTejun Heo2015-06-021-136/+134Star
| * | | writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-022-155/+152Star
| * | | writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo2015-06-022-51/+64
| * | | writeback: move backing_dev_info->state into bdi_writebackTejun Heo2015-06-021-10/+10
| * | | memcg: implement mem_cgroup_css_from_page()Tejun Heo2015-06-021-0/+33
| * | | memcg: add mem_cgroup_root_cssTejun Heo2015-06-021-0/+2
| * | | memcg: add per cgroup dirty page accountingGreg Thelen2015-06-026-27/+111
| * | | page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo2015-06-022-10/+21
* | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+1
|\| | | | |/ / |/| |
| * | suspend: simplify block I/O handlingChristoph Hellwig2015-05-191-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-2533-871/+1009
|\ \ \
| * | | mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2015-06-252-5/+6
| * | | mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka2015-06-251-16/+22
| * | | tmpfs: truncate prealloc blocks past i_sizeJosef Bacik2015-06-251-1/+1
| * | | mm/memory hotplug: print the last vmemmap region at the end of hot add memoryZhu Guihua2015-06-251-0/+1
| * | | mm/mmap.c: optimization of do_mmap_pgoff functionPiotr Kwapulinski2015-06-251-3/+3
| * | | mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas2015-06-251-34/+56
| * | | mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas2015-06-251-4/+11
| * | | mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas2015-06-251-2/+0Star
| * | | mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas2015-06-251-13/+26
| * | | mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-06-251-3/+16
| * | | memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo2015-06-251-8/+21
| * | | memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo2015-06-251-9/+1Star
| * | | frontswap: allow multiple backendsDan Streetman2015-06-251-84/+131
| * | | mm/memblock: allocate boot time data structures from mirrored memoryTony Luck2015-06-252-12/+76
| * | | mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-254-25/+45
| * | | mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-251-3/+4
| * | | mm/cma.c: fix typos in commentsShailendra Verma2015-06-251-2/+2
| * | | mm/oom_kill.c: print points as unsigned intWang Long2015-06-251-1/+1
| * | | mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz2015-06-251-4/+35
| * | | mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz2015-06-251-24/+48
| * | | mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz2015-06-251-2/+50
| * | | mm: nommu: refactor debug and warning printsLeon Romanovsky2015-06-251-92/+20Star