summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-254-36/+67
| * tracing: add trace event for memory-failureXie XiuQi2015-06-253-0/+89
| * memory-failure: change type of action_result's param 3 to enumXie XiuQi2015-06-252-2/+3
| * memory-failure: export page_type and action resultXie XiuQi2015-06-252-101/+101
| * 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-255-114/+46Star
| * 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-255-15/+14Star
| * 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-253-7/+48
| * mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi2015-06-251-63/+25Star
| * mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang2015-06-251-6/+6
| * mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan2015-06-251-1/+2
| * mm/page_alloc.c: cleanup obsolete KM_USER*Anisse Astier2015-06-251-15/+2Star
| * mm: avoid tail page refcounting on non-THP compound pagesKirill A. Shutemov2015-06-251-1/+1
| * mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov2015-06-251-1/+0Star
| * mm: only define hashdist variable when neededRasmus Villemoes2015-06-252-5/+5
| * mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen2015-06-2512-41/+0Star
| * powerpc/mm: tracking vDSO remapLaurent Dufour2015-06-252-1/+35
| * mm: new arch_remap() hookLaurent Dufour2015-06-252-6/+20
| * mm: new mm hook frameworkLaurent Dufour2015-06-2531-0/+466
| * mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-2511-52/+5Star
| * mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov2015-06-251-0/+11
| * thp: cleanup how khugepaged enters freezerJiri Kosina2015-06-251-3/+1Star
| * mm, hwpoison: remove obsolete "Notebook" todo listAndi Kleen2015-06-251-7/+0Star
| * mm, hwpoison: add comment describing when to add new casesAndi Kleen2015-06-251-0/+8
| * linux/slab.h: fix three off-by-one typos in commentRasmus Villemoes2015-06-251-2/+2
| * slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders2015-06-254-15/+24
| * mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo2015-06-252-23/+61
| * xtensa: use for_each_sg()Akinobu Mita2015-06-251-7/+12
| * procfs: treat parked tasks as sleeping for task stateChris Metcalf2015-06-251-0/+8
| * watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-256-5/+112
| * smpboot: allow excluding cpus from the smpboot threadsChris Metcalf2015-06-252-1/+63
| * sparc: use for_each_sg()Akinobu Mita2015-06-251-3/+5
| * parisc: use for_each_sg()Akinobu Mita2015-06-251-11/+16
| * ocfs2: mark local functions as staticJoseph Qi2015-06-252-6/+6
| * ocfs2: use swap() in ocfs2_double_lock()Fabian Frederick2015-06-251-9/+2Star
| * ocfs2: use swap() in swap_refcount_rec()Fabian Frederick2015-06-251-4/+2Star
| * ocfs2: use swap() in dx_leaf_sort_swap()Fabian Frederick2015-06-251-4/+1Star
| * ocfs2: fix wrong check in ocfs2_direct_IO_get_blocksJoseph Qi2015-06-252-3/+15
| * ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Xue jiufei2015-06-251-3/+1Star