summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-27mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka4-37/+38
2016-07-27mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa3-4/+4
2016-07-27af_unix: charge buffers to kmemcgVladimir Davydov1-0/+1
2016-07-27pipe: account to kmemcgVladimir Davydov1-6/+26
2016-07-27arch: x86: charge page tables to kmemcgVladimir Davydov2-5/+17
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 Davydov7-72/+31
2016-07-27mm: memcontrol: cleanup kmem charge functionsVladimir Davydov4-123/+80
2016-07-27mm: clean up non-standard page->_mapcount usersVladimir Davydov3-41/+40
2016-07-27mm: remove pointless struct in struct page definitionVladimir Davydov1-36/+32
2016-07-27mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V9-9/+93
2016-07-27mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V7-30/+94
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 Kim3-21/+126
2016-07-27tools/vm/page_owner: increase temporary buffer sizeJoonsoo Kim1-2/+7
2016-07-27mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim3-20/+14
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 Kim3-42/+33
2016-07-27zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim1-6/+6
2016-07-27zram: use __GFP_MOVABLE for memory allocationMinchan Kim1-2/+4
2016-07-27zsmalloc: page migration supportMinchan Kim2-116/+654
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 Kim7-145/+86
2016-07-27mm: migrate: support non-lru movable page migrationMinchan Kim14-53/+416
2016-07-27mm: use put_page() to free page instead of putback_lru_page()Minchan Kim1-24/+40
2016-07-27zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky1-4/+4
2016-07-27zram: add more compression algorithmsSergey Senozhatsky1-0/+9
2016-07-27zram: delete custom lzo/lz4Sergey Senozhatsky8-174/+2
2016-07-27zram: cosmetic: cleanup documentationSergey Senozhatsky1-46/+45
2016-07-27zram: use crypto api to check alg availabilitySergey Senozhatsky4-33/+60
2016-07-27zram: switch to crypto compress APISergey Senozhatsky4-52/+69
2016-07-27zram: rename zstrm find-release functionsSergey Senozhatsky3-8/+8
2016-07-27powerpc/mm: check for irq disabled() only if DEBUG_VM is enabledAneesh Kumar K.V1-4/+2
2016-07-27include/linux/mmdebug.h: add VM_WARN which maps to WARN()Aneesh Kumar K.V1-0/+2
2016-07-27mm: oom: add memcg to oom_controlVladimir Davydov5-22/+25
2016-07-27mm: zap ZONE_OOM_LOCKEDVladimir Davydov2-3/+2
2016-07-27memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab1-11/+17
2016-07-27memory-hotplug: more general validation of zone during onlineReza Arbab2-7/+37
2016-07-27memory-hotplug: add move_pfn_range()Reza Arbab1-10/+28
2016-07-27mm/init: fix zone boundary creationOliver O'Halloran1-7/+10