aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-26mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim3-20/+14
2016-07-26mm/page_owner: copy last_migrate_reason in copy_page_owner()Joonsoo Kim1-0/+1
2016-07-26mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim3-5/+9
2016-07-26mm/compaction: split freepages without holding the zone lockJoonsoo Kim3-42/+33
2016-07-26zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim1-6/+6
2016-07-26zram: use __GFP_MOVABLE for memory allocationMinchan Kim1-2/+4
2016-07-26zsmalloc: page migration supportMinchan Kim2-116/+654
2016-07-26zsmalloc: use freeobj for indexMinchan Kim1-66/+73
2016-07-26zsmalloc: separate free_zspage from putback_zspageMinchan Kim1-16/+11
2016-07-26zsmalloc: introduce zspage structureMinchan Kim2-290/+242
2016-07-26zsmalloc: factor page chain functionality outMinchan Kim1-24/+35
2016-07-26zsmalloc: use accessorMinchan Kim1-22/+60
2016-07-26zsmalloc: use bit_spin_lockMinchan Kim1-7/+3
2016-07-26zsmalloc: keep max_object in size_classMinchan Kim1-17/+15
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim7-145/+86
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim14-53/+416
2016-07-26mm: use put_page() to free page instead of putback_lru_page()Minchan Kim1-24/+40
2016-07-26zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky1-4/+4
2016-07-26zram: add more compression algorithmsSergey Senozhatsky1-0/+9
2016-07-26zram: delete custom lzo/lz4Sergey Senozhatsky8-174/+2
2016-07-26zram: cosmetic: cleanup documentationSergey Senozhatsky1-46/+45
2016-07-26zram: use crypto api to check alg availabilitySergey Senozhatsky4-33/+60
2016-07-26zram: switch to crypto compress APISergey Senozhatsky4-52/+69
2016-07-26zram: rename zstrm find-release functionsSergey Senozhatsky3-8/+8
2016-07-26powerpc/mm: check for irq disabled() only if DEBUG_VM is enabledAneesh Kumar K.V1-4/+2
2016-07-26include/linux/mmdebug.h: add VM_WARN which maps to WARN()Aneesh Kumar K.V1-0/+2
2016-07-26mm: oom: add memcg to oom_controlVladimir Davydov5-22/+25
2016-07-26mm: zap ZONE_OOM_LOCKEDVladimir Davydov2-3/+2
2016-07-26memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab1-11/+17
2016-07-26memory-hotplug: more general validation of zone during onlineReza Arbab2-7/+37
2016-07-26memory-hotplug: add move_pfn_range()Reza Arbab1-10/+28
2016-07-26mm/init: fix zone boundary creationOliver O'Halloran1-7/+10
2016-07-26mm/memcontrol.c: remove the useless parameter for mc_handle_swap_pteLi RongQing1-3/+3
2016-07-26mm/slab: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-26mm: faster kmalloc_array(), kcalloc()Alexey Dobriyan1-0/+2
2016-07-26slab: do not panic on invalid gfp_maskMichal Hocko2-4/+7
2016-07-26slab: make GFP_SLAB_BUG_MASK information more human readableMichal Hocko2-2/+4
2016-07-26mm: SLUB freelist randomizationThomas Garnier3-9/+133
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier4-61/+82
2016-07-26fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster2-6/+25
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner6-25/+110
2016-07-26ocfs2/cluster: clean up unnecessary assignment for 'ret'piaojun1-6/+2
2016-07-26ocfs2: remove obscure BUG_ON in dlmglueJoseph Qi1-9/+0
2016-07-26ocfs2: cleanup implemented prototypesJoseph Qi2-8/+0
2016-07-26ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi2-25/+2
2016-07-26ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locksJoseph Qi1-3/+1
2016-07-26ocfs2: improve recovery performanceJunxiao Bi1-20/+21
2016-07-26ocfs2: fix a redundant re-initializationEric Ren1-2/+0
2016-07-26debugobjects.h: fix trivial kernel doc warningRandy Dunlap1-1/+1
2016-07-26m32r: add __ucmpdi2 to fix build failureSudip Mukherjee4-2/+45