summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner2-9/+77
2016-07-15mm: workingset: printk missing log level, use pr_info()Anton Blanchard1-1/+1
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins3-9/+5
2016-07-15mm: rmap: call page_check_address() with sync enabled to avoid racy checkNaoya Horiguchi1-1/+2
2016-07-15mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi1-19/+12
2016-07-15mm, meminit: ensure node is online before checking whether pages are uninitia...Mel Gorman1-1/+3
2016-07-15mm, meminit: always return a valid node from early_pfn_to_nidMel Gorman1-1/+1
2016-07-15kasan/quarantine: fix bugs on qlist_move_cache()Joonsoo Kim1-18/+11
2016-07-15madvise_free, thp: fix madvise_free_huge_pmd return value after splittingHuang Ying1-6/+1
2016-07-15mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes1-22/+14
2016-07-11tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov1-0/+10
2016-06-25mm/page_owner: avoid null pointer dereferenceSudip Mukherjee1-2/+4
2016-06-25mm, compaction: abort free scanner if split failsDavid Rientjes1-18/+21
2016-06-25mm: prevent KASAN false positives in kmemleakDmitry Vyukov1-0/+2
2016-06-25mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer1-0/+1
2016-06-25mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-6/+5
2016-06-25memcg: css_alloc should return an ERR_PTR value on errorTejun Heo1-1/+1
2016-06-25memcg: mem_cgroup_migrate() may be called with irq disabledTejun Heo1-2/+3
2016-06-25hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov1-2/+1
2016-06-25Revert "mm: disable fault around on emulated access bit architecture"Kirill A. Shutemov1-8/+0