aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-24mm/oom_kill.c: print points as unsigned intWang Long1-1/+1
2015-06-24mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz1-4/+35
2015-06-24mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz1-24/+48
2015-06-24mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz1-2/+50
2015-06-24mm: nommu: refactor debug and warning printsLeon Romanovsky1-92/+20
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V4-15/+19
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V1-0/+17
2015-06-24mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V1-1/+1
2015-06-24tracing: add trace event for memory-failureXie XiuQi2-0/+4
2015-06-24memory-failure: change type of action_result's param 3 to enumXie XiuQi1-1/+2
2015-06-24memory-failure: export page_type and action resultXie XiuQi1-101/+67
2015-06-24mm, memcg: Try charging a page before setting page up to dateMel Gorman1-4/+6
2015-06-24hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko1-3/+13
2015-06-24mm: page_alloc: inline should_alloc_retry()Johannes Weiner1-72/+32
2015-06-24mm: oom_kill: simplify OOM killer lockingJohannes Weiner3-111/+42
2015-06-24mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner1-2/+0
2015-06-24mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner1-5/+1
2015-06-24mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner1-2/+1
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2-10/+8
2015-06-24mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner1-2/+0
2015-06-24mm/memory hotplug: init the zone's size when calculating node totalpagesGu Zheng1-24/+22
2015-06-24mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi1-8/+11