summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-06-24mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz
2015-06-24mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz
2015-06-24mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz
2015-06-24mm: nommu: refactor debug and warning printsLeon Romanovsky
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V
2015-06-24mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V
2015-06-24tracing: add trace event for memory-failureXie XiuQi
2015-06-24memory-failure: change type of action_result's param 3 to enumXie XiuQi
2015-06-24memory-failure: export page_type and action resultXie XiuQi
2015-06-24mm, memcg: Try charging a page before setting page up to dateMel Gorman
2015-06-24hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko
2015-06-24mm: page_alloc: inline should_alloc_retry()Johannes Weiner
2015-06-24mm: oom_kill: simplify OOM killer lockingJohannes Weiner
2015-06-24mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner
2015-06-24mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner
2015-06-24mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner
2015-06-24mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner
2015-06-24mm/memory hotplug: init the zone's size when calculating node totalpagesGu Zheng
2015-06-24mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi
2015-06-24rmap: fix theoretical race between do_wp_page and shrink_active_listVladimir Davydov
2015-06-24mm/memory-failure: me_huge_page() does nothing for thpNaoya Horiguchi
2015-06-24mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi
2015-06-24mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi
2015-06-24mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi
2015-06-24mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang
2015-06-24mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan
2015-06-24mm/page_alloc.c: cleanup obsolete KM_USER*Anisse Astier
2015-06-24mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov
2015-06-24mm: only define hashdist variable when neededRasmus Villemoes
2015-06-24mm: new arch_remap() hookLaurent Dufour
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen
2015-06-24mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov
2015-06-24thp: cleanup how khugepaged enters freezerJiri Kosina
2015-06-24mm, hwpoison: remove obsolete "Notebook" todo listAndi Kleen
2015-06-24mm, hwpoison: add comment describing when to add new casesAndi Kleen
2015-06-24slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders
2015-06-24mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi
2015-06-23vfs: add file_path() helperMiklos Szeredi
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-17mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins
2015-06-16mm/page_owner.c: use late_initcall to hook in enablingPaul Gortmaker
2015-06-16mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-10zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky