summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov
2016-07-26mm: memcontrol: cleanup kmem charge functionsVladimir Davydov
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V
2016-07-26mm/hugetlb: simplify hugetlb unmapAneesh Kumar K.V
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi
2016-07-26mm/page_isolation: clean up confused codeJoonsoo Kim
2016-07-26mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim
2016-07-26mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim
2016-07-26mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim
2016-07-26mm/page_owner: copy last_migrate_reason in copy_page_owner()Joonsoo Kim
2016-07-26mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim
2016-07-26mm/compaction: split freepages without holding the zone lockJoonsoo Kim
2016-07-26zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim
2016-07-26zsmalloc: page migration supportMinchan Kim
2016-07-26zsmalloc: use freeobj for indexMinchan Kim
2016-07-26zsmalloc: separate free_zspage from putback_zspageMinchan Kim
2016-07-26zsmalloc: introduce zspage structureMinchan Kim
2016-07-26zsmalloc: factor page chain functionality outMinchan Kim
2016-07-26zsmalloc: use accessorMinchan Kim
2016-07-26zsmalloc: use bit_spin_lockMinchan Kim
2016-07-26zsmalloc: keep max_object in size_classMinchan Kim
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-07-26mm: use put_page() to free page instead of putback_lru_page()Minchan Kim
2016-07-26mm: oom: add memcg to oom_controlVladimir Davydov
2016-07-26mm: zap ZONE_OOM_LOCKEDVladimir Davydov
2016-07-26memory-hotplug: more general validation of zone during onlineReza Arbab
2016-07-26memory-hotplug: add move_pfn_range()Reza Arbab
2016-07-26mm/init: fix zone boundary creationOliver O'Halloran
2016-07-26mm/memcontrol.c: remove the useless parameter for mc_handle_swap_pteLi RongQing
2016-07-26mm/slab: use list_move instead of list_del/list_addWei Yongjun
2016-07-26slab: do not panic on invalid gfp_maskMichal Hocko
2016-07-26slab: make GFP_SLAB_BUG_MASK information more human readableMichal Hocko
2016-07-26mm: SLUB freelist randomizationThomas Garnier
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner
2016-07-15mm: workingset: printk missing log level, use pr_info()Anton Blanchard
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins
2016-07-15mm: rmap: call page_check_address() with sync enabled to avoid racy checkNaoya Horiguchi
2016-07-15mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi
2016-07-15mm, meminit: ensure node is online before checking whether pages are uninitia...Mel Gorman
2016-07-15mm, meminit: always return a valid node from early_pfn_to_nidMel Gorman
2016-07-15kasan/quarantine: fix bugs on qlist_move_cache()Joonsoo Kim
2016-07-15madvise_free, thp: fix madvise_free_huge_pmd return value after splittingHuang Ying
2016-07-15mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes
2016-07-10tmpfs: fix regression hang in fallocate undoHugh Dickins
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov