summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-07-27khugepaged: recheck pmd after mmap_sem re-acquiredKirill A. Shutemov1-0/+6
2016-07-27mm, thp: fix locking inconsistency in collapse_huge_pageEbru Akagunduz1-4/+10
2016-07-27mm, thp: make swapin readahead under down_read of mmap_semEbru Akagunduz1-29/+62
2016-07-27mm: make swapin readahead to improve thp collapse rateEbru Akagunduz3-4/+45
2016-07-27mm: make optimistic check for swapin readaheadEbru Akagunduz1-3/+42
2016-07-27mm/memblock.c:memblock_add_range(): if nr_new is 0 just returnnimisolo1-0/+3
2016-07-27mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-7/+6
2016-07-27mm, oom_reaper: make sure that mmput_async is called only when memory was reapedMichal Hocko1-7/+18
2016-07-27mm: add NR_ZSMALLOC to vmstatMinchan Kim2-2/+9
2016-07-27mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka2-21/+16
2016-07-27mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa2-3/+3
2016-07-27mm: memcontrol: teach uncharge_list to deal with kmem pagesVladimir Davydov1-18/+24
2016-07-27mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov4-60/+20
2016-07-27mm: memcontrol: cleanup kmem charge functionsVladimir Davydov3-27/+73
2016-07-27mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V3-3/+11
2016-07-27mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-6/+13
2016-07-27mm/hugetlb: simplify hugetlb unmapAneesh Kumar K.V1-33/+21
2016-07-27mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi4-3/+6
2016-07-27mm/page_isolation: clean up confused codeJoonsoo Kim1-3/+3
2016-07-27mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim4-19/+18
2016-07-27mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim1-19/+123
2016-07-27mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim2-13/+9
2016-07-27mm/page_owner: copy last_migrate_reason in copy_page_owner()Joonsoo Kim1-0/+1
2016-07-27mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim3-5/+9
2016-07-27mm/compaction: split freepages without holding the zone lockJoonsoo Kim2-41/+33
2016-07-27zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim1-6/+6
2016-07-27zsmalloc: page migration supportMinchan Kim1-116/+653
2016-07-27zsmalloc: use freeobj for indexMinchan Kim1-66/+73
2016-07-27zsmalloc: separate free_zspage from putback_zspageMinchan Kim1-16/+11
2016-07-27zsmalloc: introduce zspage structureMinchan Kim2-290/+242
2016-07-27zsmalloc: factor page chain functionality outMinchan Kim1-24/+35
2016-07-27zsmalloc: use accessorMinchan Kim1-22/+60
2016-07-27zsmalloc: use bit_spin_lockMinchan Kim1-7/+3
2016-07-27zsmalloc: keep max_object in size_classMinchan Kim1-17/+15
2016-07-27mm: balloon: use general non-lru movable page featureMinchan Kim4-102/+20
2016-07-27mm: migrate: support non-lru movable page migrationMinchan Kim5-40/+249
2016-07-27mm: use put_page() to free page instead of putback_lru_page()Minchan Kim1-24/+40
2016-07-27mm: oom: add memcg to oom_controlVladimir Davydov3-19/+19
2016-07-27mm: zap ZONE_OOM_LOCKEDVladimir Davydov1-2/+2
2016-07-27memory-hotplug: more general validation of zone during onlineReza Arbab1-7/+35
2016-07-27memory-hotplug: add move_pfn_range()Reza Arbab1-10/+28
2016-07-27mm/init: fix zone boundary creationOliver O'Halloran1-7/+10
2016-07-27mm/memcontrol.c: remove the useless parameter for mc_handle_swap_pteLi RongQing1-3/+3
2016-07-27mm/slab: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-27slab: do not panic on invalid gfp_maskMichal Hocko2-4/+7
2016-07-27slab: make GFP_SLAB_BUG_MASK information more human readableMichal Hocko2-2/+4
2016-07-27mm: SLUB freelist randomizationThomas Garnier1-7/+126
2016-07-27mm: reorganize SLAB freelist randomizationThomas Garnier3-60/+81
2016-07-27fs/fs-writeback.c: add a new writeback list for syncDave Chinner1-0/+18
2016-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10