summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-043-3/+3
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
| * vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-1/+1
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-031-47/+62
|\ \
| * | writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo2015-07-021-6/+16
| * | writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo2015-07-021-41/+46
* | | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-022-3/+3
|\ \ \ | |/ / |/| |
| * | mm/page_owner.c: use late_initcall to hook in enablingPaul Gortmaker2015-06-161-1/+1
| * | mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker2015-06-161-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-017-81/+453
|\ \ \
| * | | mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-303-37/+39
| * | | mm: meminit: remove mminit_verify_page_linksMel Gorman2015-06-303-17/+0
| * | | mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman2015-06-301-22/+24
| * | | mm: meminit: free pages in large chunks where possibleMel Gorman2015-06-301-6/+49
| * | | mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman2015-06-301-5/+24
| * | | mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman2015-06-304-6/+130
| * | | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-303-3/+111
| * | | mm: meminit: inline some helper functionsMel Gorman2015-06-301-37/+52
| * | | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-301-15/+25
| * | | mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman2015-06-305-11/+14
| * | | mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-06-302-1/+19
| * | | mm: meminit: move page initialization into a separate functionRobin Holt2015-06-301-33/+46
| * | | memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-06-301-0/+32
* | | | Add __init attribute to new_kmalloc_cacheChristoph Lameter2015-07-011-1/+1
|/ / /
* | | Fix kmalloc slab creation sequenceChristoph Lameter2015-06-291-16/+16
* | | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-1/+1
|\ \ \
| * | | tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-131-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-266-58/+30
|\ \ \ \
| * | | | kasan: remove duplicate definition of the macro KASAN_FREE_PAGEWang Long2015-06-251-1/+0
| * | | | zpool: remove zpool_evict()Dan Streetman2015-06-253-33/+22
| * | | | zpool: change pr_info to pr_debugDan Streetman2015-06-251-3/+3
| * | | | zswap: runtime enable/disableDan Streetman2015-06-251-7/+5
| * | | | zsmalloc: remove obsolete ZSMALLOC_DEBUGMarcin Jabrzyk2015-06-251-4/+0
| * | | | mm/hugetlb: remove unused arch hook prepare/release_hugepageDominik Dingel2015-06-251-10/+0
* | | | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-2510-647/+1579
|\ \ \ \ \
| * | | | | bdi: fix wrong error return value in cgwb_create()Tejun Heo2015-06-041-1/+3
| * | | | | writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo2015-06-022-7/+23
| * | | | | writeback: make writeback_control track the inode being written backTejun Heo2015-06-021-0/+2
| * | | | | writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo2015-06-021-30/+0
| * | | | | mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo2015-06-021-10/+41
| * | | | | writeback: implement memcg writeback domain based throttlingTejun Heo2015-06-022-22/+179
| * | | | | writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo2015-06-021-0/+12
| * | | | | writeback: implement memcg wb_domainTejun Heo2015-06-023-1/+72
| * | | | | writeback: update wb_over_bg_thresh() to use wb_domain aware operationsTejun Heo2015-06-021-5/+12
| * | | | | writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo2015-06-021-0/+23
| * | | | | writeback: separate out domain_dirty_limits()Tejun Heo2015-06-021-25/+86
| * | | | | writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a p...Tejun Heo2015-06-021-16/+21
| * | | | | writeback: add dirty_throttle_control->domTejun Heo2015-06-021-6/+24
| * | | | | writeback: add dirty_throttle_control->wb_completionsTejun Heo2015-06-021-2/+4
OpenPOWER on IntegriCloud