summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* zpool: remove zpool_evict()Dan Streetman2015-06-263-33/+22Star
* zpool: change pr_info to pr_debugDan Streetman2015-06-261-3/+3
* zswap: runtime enable/disableDan Streetman2015-06-261-7/+5Star
* zsmalloc: remove obsolete ZSMALLOC_DEBUGMarcin Jabrzyk2015-06-261-4/+0Star
* mm/hugetlb: remove unused arch hook prepare/release_hugepageDominik Dingel2015-06-261-10/+0Star
* 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
| * mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-254-15/+19
| * powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2015-06-251-0/+17
| * mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-251-1/+1
| * tracing: add trace event for memory-failureXie XiuQi2015-06-252-0/+4
| * memory-failure: change type of action_result's param 3 to enumXie XiuQi2015-06-251-1/+2
| * memory-failure: export page_type and action resultXie XiuQi2015-06-251-101/+67Star
| * mm, memcg: Try charging a page before setting page up to dateMel Gorman2015-06-251-4/+6
| * hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko2015-06-251-3/+13
| * mm: page_alloc: inline should_alloc_retry()Johannes Weiner2015-06-251-72/+32Star
| * mm: oom_kill: simplify OOM killer lockingJohannes Weiner2015-06-253-111/+42Star
| * mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner2015-06-251-2/+0Star
| * mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner2015-06-251-5/+1Star
| * mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner2015-06-251-2/+1Star
| * mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2015-06-252-10/+8Star
| * mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner2015-06-251-2/+0Star
| * mm/memory hotplug: init the zone's size when calculating node totalpagesGu Zheng2015-06-251-24/+22Star
| * mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi2015-06-251-8/+11
| * rmap: fix theoretical race between do_wp_page and shrink_active_listVladimir Davydov2015-06-251-1/+6
| * mm/memory-failure: me_huge_page() does nothing for thpNaoya Horiguchi2015-06-251-0/+4
| * mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi2015-06-252-25/+6Star
| * mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi2015-06-252-7/+47
| * mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi2015-06-251-63/+25Star