aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-06-04mm/zbud.c: make size unsigned like unique callsiteFabian Frederick
2014-06-04hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi
2014-06-04mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov
2014-06-04mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan
2014-06-04include/linux/gfp.h: exclude duplicate headerAndy Shevchenko
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-04mm: page_alloc: use unsigned int for order in more placesMel Gorman
2014-06-04mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2014-06-04mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman
2014-06-04mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman
2014-06-04include/linux/jump_label.h: expose the reference countMel Gorman
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov
2014-06-04swap: change swap_list_head to plist, add swap_avail_headDan Streetman
2014-06-04lib/plist: add plist_requeueDan Streetman
2014-06-04lib/plist: add helper functionsDan Streetman
2014-06-04swap: change swap_info singly-linked list to list_headDan Streetman
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes
2014-06-04mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes
2014-06-04mm, migration: add destination page freeing callbackDavid Rientjes
2014-06-04memcg: get rid of memcg_create_cache_nameVladimir Davydov
2014-06-04mm: update comment for DEFAULT_MAX_MAP_COUNTKirill A. Shutemov
2014-06-04mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov
2014-06-04include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flagsWang Sheng-Hui
2014-06-04mm: introdule compound_head_by_tail()Jianyu Zhan
2014-06-04mm: constify nmask argument to set_mempolicy()Rasmus Villemoes
2014-06-04mm: constify nmask argument to mbind()Rasmus Villemoes
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox
2014-06-04fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox
2014-06-04memcg, slab: simplify synchronization schemeVladimir Davydov
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov
2014-06-04mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov
2014-06-04mm: page_alloc: do not cache reclaim distancesMel Gorman
2014-06-04mm: disable zone_reclaim_mode by defaultMel Gorman
2014-06-04hugetlb: add hstate_is_gigantic()Luiz Capitulino
2014-06-04mm: pass VM_BUG_ON() reason to dump_page()Dave Hansen
2014-06-04include/linux/mmdebug.h: add VM_WARN_ON() and VM_WARN_ON_ONCE()Andrew Morton
2014-06-04cma: add placement specifier for "cma=" kernel parameterAkinobu Mita
2014-06-04memblock: introduce memblock_alloc_range()Akinobu Mita
2014-06-04x86: enable DMA CMA with swiotlbAkinobu Mita
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman
2014-06-04fs/libfs.c: add generic data flush to fsyncFabian Frederick