summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-628/+468
2015-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-11-07mm: use 'unsigned int' for page orderKirill A. Shutemov3-24/+28
2015-11-07mm: make compound_head() robustKirill A. Shutemov9-54/+39
2015-11-07mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2-5/+14
2015-11-07zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov1-6/+5
2015-11-07slab, slub: use page->rcu_head instead of page->lru plus castKirill A. Shutemov2-18/+4
2015-11-07zsmalloc: reduce size_class memory usageSergey Senozhatsky1-4/+13
2015-11-07mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu1-3/+0
2015-11-07zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Sergey Senozhatsky1-3/+0
2015-11-07zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky1-1/+1
2015-11-07zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu1-1/+1
2015-11-07zsmalloc: add comments for ->inuse to zspageHui Zhu1-0/+1
2015-11-07mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY3-8/+8
2015-11-07zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman1-6/+8
2015-11-07zswap: use charp for zswap param stringsDan Streetman1-40/+40
2015-11-07mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov1-1/+1
2015-11-07mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton1-1/+1
2015-11-07thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin1-5/+3
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko2-4/+4
2015-11-07mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman3-0/+23
2015-11-07mm, page_alloc: only enforce watermarks for order-0 allocationsMel Gorman1-14/+39
2015-11-07mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman2-8/+131
2015-11-07mm, page_alloc: remove MIGRATE_RESERVEMel Gorman3-142/+9
2015-11-07mm, page_alloc: delete the zonelist_cacheMel Gorman1-212/+0
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman6-12/+13
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman11-46/+58
2015-11-07mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman2-4/+8
2015-11-07mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman2-4/+5
2015-11-07mm/oom_kill.c: introduce is_sysrq_oom helperYaowei Bai1-4/+13
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds46-797/+1097
2015-11-06mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson1-13/+38
2015-11-06mm: introduce VM_LOCKONFAULTEric B Munson6-7/+14
2015-11-06mm: mlock: add new mlock system callEric B Munson1-0/+8
2015-11-06mm: mlock: refactor mlock, munlock, and munlockall codeEric B Munson1-13/+17
2015-11-06kasan: always taint kernel on reportAndrey Ryabinin1-0/+1
2015-11-06mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin1-1/+3
2015-11-06kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu1-2/+22
2015-11-06kasan: Fix a type conversion errorWang Long1-1/+1
2015-11-06kasan: update reference to kasan prototype repoAndrey Konovalov2-2/+2
2015-11-06kasan: update log messagesAndrey Konovalov2-3/+3
2015-11-06kasan: accurately determine the type of the bad accessAndrey Konovalov1-3/+14
2015-11-06kasan: update reported bug types for kernel memory accessesAndrey Konovalov1-7/+11
2015-11-06kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov3-37/+24
2015-11-06mm/kasan: prevent deadlock in kasan reportingAneesh Kumar K.V1-2/+10
2015-11-06mm/kasan: don't use kasan shadow pointer in generic functionsAneesh Kumar K.V1-2/+8
2015-11-06mm/kasan: MODULE_VADDR is not available on all archsAneesh Kumar K.V1-3/+6
2015-11-06mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V2-2/+2
2015-11-06tmpfs: avoid a little creat and stat slowdownHugh Dickins1-8/+14
2015-11-06memcg: fix thresholds for 32b architectures.Michal Hocko1-6/+5