summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas2015-06-241-2/+0
* mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas2015-06-241-13/+26
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-06-241-3/+16
* memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo2015-06-241-8/+21
* memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo2015-06-241-9/+1
* frontswap: allow multiple backendsDan Streetman2015-06-241-84/+131
* mm/memblock: allocate boot time data structures from mirrored memoryTony Luck2015-06-242-12/+76
* mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-244-25/+45
* mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-241-3/+4
* mm/cma.c: fix typos in commentsShailendra Verma2015-06-241-2/+2
* mm/oom_kill.c: print points as unsigned intWang Long2015-06-241-1/+1
* mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz2015-06-241-4/+35
* mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz2015-06-241-24/+48
* mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz2015-06-241-2/+50
* mm: nommu: refactor debug and warning printsLeon Romanovsky2015-06-241-92/+20
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-244-15/+19
* powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2015-06-241-0/+17
* mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-241-1/+1
* tracing: add trace event for memory-failureXie XiuQi2015-06-242-0/+4
* memory-failure: change type of action_result's param 3 to enumXie XiuQi2015-06-241-1/+2
* memory-failure: export page_type and action resultXie XiuQi2015-06-241-101/+67
* mm, memcg: Try charging a page before setting page up to dateMel Gorman2015-06-241-4/+6
* hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko2015-06-241-3/+13
* mm: page_alloc: inline should_alloc_retry()Johannes Weiner2015-06-241-72/+32
* mm: oom_kill: simplify OOM killer lockingJohannes Weiner2015-06-243-111/+42
* mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner2015-06-241-2/+0
* mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner2015-06-241-5/+1
* mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner2015-06-241-2/+1
* mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2015-06-242-10/+8
* mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner2015-06-241-2/+0
* mm/memory hotplug: init the zone's size when calculating node totalpagesGu Zheng2015-06-241-24/+22
* mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi2015-06-241-8/+11
* rmap: fix theoretical race between do_wp_page and shrink_active_listVladimir Davydov2015-06-241-1/+6
* mm/memory-failure: me_huge_page() does nothing for thpNaoya Horiguchi2015-06-241-0/+4
* mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi2015-06-242-25/+6
* mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi2015-06-242-7/+47
* mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi2015-06-241-63/+25
* mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang2015-06-241-6/+6
* mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan2015-06-241-1/+2
* mm/page_alloc.c: cleanup obsolete KM_USER*Anisse Astier2015-06-241-15/+2
* mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov2015-06-241-1/+0
* mm: only define hashdist variable when neededRasmus Villemoes2015-06-241-1/+1
* mm: new arch_remap() hookLaurent Dufour2015-06-241-6/+11
* mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-0/+5
* mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov2015-06-241-0/+11
* thp: cleanup how khugepaged enters freezerJiri Kosina2015-06-241-3/+1
* mm, hwpoison: remove obsolete "Notebook" todo listAndi Kleen2015-06-241-7/+0
* mm, hwpoison: add comment describing when to add new casesAndi Kleen2015-06-241-0/+8
* slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders2015-06-244-15/+24
* mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo2015-06-241-23/+39