aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-09mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-7/+13
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-3/+3
2015-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-47/+62
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-3/+3
2015-07-02writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo1-6/+16
2015-07-02writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo1-41/+46
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-81/+453
2015-07-01Add __init attribute to new_kmalloc_cacheChristoph Lameter1-1/+1
2015-06-30mm: meminit: finish initialisation of struct pages before basic setupMel Gorman3-37/+39
2015-06-30mm: meminit: remove mminit_verify_page_linksMel Gorman3-17/+0
2015-06-30mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman1-22/+24
2015-06-30mm: meminit: free pages in large chunks where possibleMel Gorman1-6/+49
2015-06-30mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman1-5/+24
2015-06-30mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman4-6/+130
2015-06-30mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is setMel Gorman3-3/+111
2015-06-30mm: meminit: inline some helper functionsMel Gorman1-37/+52
2015-06-30mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman1-15/+25
2015-06-30mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman5-11/+14
2015-06-30mm: meminit: only set page reserved in the memblock regionNathan Zimmer2-1/+19
2015-06-30mm: meminit: move page initialization into a separate functionRobin Holt1-33/+46
2015-06-30memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt1-0/+32
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter1-16/+16
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-58/+30
2015-06-25kasan: remove duplicate definition of the macro KASAN_FREE_PAGEWang Long1-1/+0
2015-06-25zpool: remove zpool_evict()Dan Streetman3-33/+22
2015-06-25zpool: change pr_info to pr_debugDan Streetman1-3/+3
2015-06-25zswap: runtime enable/disableDan Streetman1-7/+5
2015-06-25zsmalloc: remove obsolete ZSMALLOC_DEBUGMarcin Jabrzyk1-4/+0
2015-06-25mm/hugetlb: remove unused arch hook prepare/release_hugepageDominik Dingel1-10/+0
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds10-647/+1579
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds33-871/+1009
2015-06-24mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2-5/+6
2015-06-24mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka1-16/+22
2015-06-24tmpfs: truncate prealloc blocks past i_sizeJosef Bacik1-1/+1
2015-06-24mm/memory hotplug: print the last vmemmap region at the end of hot add memoryZhu Guihua1-0/+1
2015-06-24mm/mmap.c: optimization of do_mmap_pgoff functionPiotr Kwapulinski1-3/+3
2015-06-24mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas1-34/+56
2015-06-24mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas1-4/+11
2015-06-24mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas1-2/+0
2015-06-24mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas1-13/+26
2015-06-24mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-06-24memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo1-8/+21
2015-06-24memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo1-9/+1
2015-06-24frontswap: allow multiple backendsDan Streetman1-84/+131
2015-06-24mm/memblock: allocate boot time data structures from mirrored memoryTony Luck2-12/+76
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based on attributeTony Luck4-25/+45
2015-06-24mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko1-3/+4
2015-06-24mm/cma.c: fix typos in commentsShailendra Verma1-2/+2