aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-04compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan1-2/+11
2014-06-04mm/zbud.c: make size unsigned like unique callsiteFabian Frederick1-1/+1
2014-06-04hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi1-2/+2
2014-06-04mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov1-4/+3
2014-06-04mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and correct comments.Jianyu Zhan1-4/+4
2014-06-04include/linux/gfp.h: exclude duplicate headerAndy Shevchenko1-1/+0
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman3-6/+103
2014-06-04mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman1-0/+1
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman3-4/+4
2014-06-04mm: page_alloc: use unsigned int for order in more placesMel Gorman1-4/+4
2014-06-04mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman2-22/+20
2014-06-04mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman2-7/+36
2014-06-04mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-3/+26
2014-06-04include/linux/jump_label.h: expose the reference countMel Gorman1-7/+13
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov2-2/+2
2014-06-04swap: change swap_list_head to plist, add swap_avail_headDan Streetman2-2/+3
2014-06-04lib/plist: add plist_requeueDan Streetman1-0/+2
2014-06-04lib/plist: add helper functionsDan Streetman1-0/+43
2014-06-04swap: change swap_info singly-linked list to list_headDan Streetman2-7/+2
2014-06-04mm/compaction: do not count migratepages when unnecessaryVlastimil Babka1-4/+21
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes1-2/+2
2014-06-04mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes1-2/+3
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes1-4/+7
2014-06-04memcg: get rid of memcg_create_cache_nameVladimir Davydov2-3/+2
2014-06-04mm: update comment for DEFAULT_MAX_MAP_COUNTKirill A. Shutemov1-0/+4
2014-06-04mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov1-4/+0
2014-06-04mm: shrinker: add nid to tracepoint outputDave Hansen1-4/+11
2014-06-04mm: shrinker trace points: fix negativesDave Hansen1-3/+3
2014-06-04include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flagsWang Sheng-Hui1-3/+3
2014-06-04mm: introdule compound_head_by_tail()Jianyu Zhan1-12/+17
2014-06-04mm: constify nmask argument to set_mempolicy()Rasmus Villemoes1-1/+1
2014-06-04mm: constify nmask argument to mbind()Rasmus Villemoes1-1/+1
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox1-0/+4
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox1-0/+2
2014-06-04fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox1-2/+0
2014-06-04memcg, slab: simplify synchronization schemeVladimir Davydov2-14/+2
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov1-2/+2
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov2-3/+0
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov2-3/+3
2014-06-04mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-17/+2
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov2-14/+8
2014-06-04mm: page_alloc: do not cache reclaim distancesMel Gorman1-1/+0
2014-06-04mm: disable zone_reclaim_mode by defaultMel Gorman1-1/+2
2014-06-04hugetlb: add hstate_is_gigantic()Luiz Capitulino1-0/+5
2014-06-04mm: pass VM_BUG_ON() reason to dump_page()Dave Hansen1-2/+9
2014-06-04include/linux/mmdebug.h: add VM_WARN_ON() and VM_WARN_ON_ONCE()Andrew Morton1-0/+4
2014-06-04cma: add placement specifier for "cma=" kernel parameterAkinobu Mita1-3/+6
2014-06-04memblock: introduce memblock_alloc_range()Akinobu Mita1-0/+2
2014-06-04x86: enable DMA CMA with swiotlbAkinobu Mita1-0/+2
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso2-0/+10