summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-06-25mm: nommu: refactor debug and warning printsLeon Romanovsky
2015-06-25mm: clarify that the function operates on hugepage pteAneesh Kumar K.V
2015-06-25powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V
2015-06-25mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V
2015-06-25tracing: add trace event for memory-failureXie XiuQi
2015-06-25memory-failure: change type of action_result's param 3 to enumXie XiuQi
2015-06-25memory-failure: export page_type and action resultXie XiuQi
2015-06-25mm, memcg: Try charging a page before setting page up to dateMel Gorman
2015-06-25hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko
2015-06-25mm: page_alloc: inline should_alloc_retry()Johannes Weiner
2015-06-25mm: oom_kill: simplify OOM killer lockingJohannes Weiner
2015-06-25mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner
2015-06-25mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner
2015-06-25mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner
2015-06-25mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner
2015-06-25mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner
2015-06-25mm/memory hotplug: init the zone's size when calculating node totalpagesGu Zheng
2015-06-25mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi
2015-06-25rmap: fix theoretical race between do_wp_page and shrink_active_listVladimir Davydov
2015-06-25mm/memory-failure: me_huge_page() does nothing for thpNaoya Horiguchi
2015-06-25mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi
2015-06-25mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi
2015-06-25mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi
2015-06-25mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang
2015-06-25mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan
2015-06-25mm/page_alloc.c: cleanup obsolete KM_USER*Anisse Astier
2015-06-25mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov
2015-06-25mm: only define hashdist variable when neededRasmus Villemoes
2015-06-25mm: new arch_remap() hookLaurent Dufour
2015-06-25mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen
2015-06-25mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov
2015-06-25thp: cleanup how khugepaged enters freezerJiri Kosina
2015-06-25mm, hwpoison: remove obsolete "Notebook" todo listAndi Kleen
2015-06-25mm, hwpoison: add comment describing when to add new casesAndi Kleen
2015-06-25slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders
2015-06-25mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-18mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins
2015-06-10zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky
2015-06-10mm: memcontrol: fix false-positive VM_BUG_ON() on -rtJohannes Weiner
2015-06-10memcg: do not call reclaim if !__GFP_WAITVladimir Davydov
2015-06-10mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand
2015-05-15mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman
2015-05-15CMA: page_isolation: check buddy before accessing itHui Zhu
2015-05-15gfp: add __GFP_NOACCOUNTVladimir Davydov
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-11don't pass nameidata to ->follow_link()Al Viro