summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | mm: page_alloc: use unsigned int for order in more placesMel Gorman2014-06-051-4/+4
| * | | | | | | mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman2014-06-052-22/+20
| * | | | | | | mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman2014-06-052-7/+36
| * | | | | | | mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman2014-06-051-3/+26
| * | | | | | | include/linux/jump_label.h: expose the reference countMel Gorman2014-06-051-7/+13
| * | | | | | | memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov2014-06-052-2/+2
| * | | | | | | swap: change swap_list_head to plist, add swap_avail_headDan Streetman2014-06-052-2/+3
| * | | | | | | lib/plist: add plist_requeueDan Streetman2014-06-051-0/+2
| * | | | | | | lib/plist: add helper functionsDan Streetman2014-06-051-0/+43
| * | | | | | | swap: change swap_info singly-linked list to list_headDan Streetman2014-06-052-7/+2
| * | | | | | | mm/compaction: do not count migratepages when unnecessaryVlastimil Babka2014-06-051-4/+21
| * | | | | | | mm, compaction: embed migration mode in compact_controlDavid Rientjes2014-06-051-2/+2
| * | | | | | | mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes2014-06-051-2/+3
| * | | | | | | mm, migration: add destination page freeing callbackDavid Rientjes2014-06-051-4/+7
| * | | | | | | memcg: get rid of memcg_create_cache_nameVladimir Davydov2014-06-052-3/+2
| * | | | | | | mm: update comment for DEFAULT_MAX_MAP_COUNTKirill A. Shutemov2014-06-051-0/+4
| * | | | | | | mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov2014-06-051-4/+0
| * | | | | | | mm: shrinker: add nid to tracepoint outputDave Hansen2014-06-051-4/+11
| * | | | | | | mm: shrinker trace points: fix negativesDave Hansen2014-06-051-3/+3
| * | | | | | | include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flagsWang Sheng-Hui2014-06-051-3/+3
| * | | | | | | mm: introdule compound_head_by_tail()Jianyu Zhan2014-06-051-12/+17
| * | | | | | | mm: constify nmask argument to set_mempolicy()Rasmus Villemoes2014-06-051-1/+1
| * | | | | | | mm: constify nmask argument to mbind()Rasmus Villemoes2014-06-051-1/+1
| * | | | | | | fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox2014-06-051-0/+4
| * | | | | | | fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox2014-06-051-0/+2
| * | | | | | | fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox2014-06-051-2/+0
| * | | | | | | memcg, slab: simplify synchronization schemeVladimir Davydov2014-06-052-14/+2
| * | | | | | | memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov2014-06-051-2/+2
| * | | | | | | memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov2014-06-052-3/+0
| * | | | | | | memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-052-3/+3
| * | | | | | | mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan2014-06-051-17/+2
| * | | | | | | mem-hotplug: implement get/put_online_memsVladimir Davydov2014-06-052-14/+8
| * | | | | | | mm: page_alloc: do not cache reclaim distancesMel Gorman2014-06-051-1/+0
| * | | | | | | mm: disable zone_reclaim_mode by defaultMel Gorman2014-06-051-1/+2
| * | | | | | | hugetlb: add hstate_is_gigantic()Luiz Capitulino2014-06-051-0/+5
| * | | | | | | mm: pass VM_BUG_ON() reason to dump_page()Dave Hansen2014-06-051-2/+9
| * | | | | | | include/linux/mmdebug.h: add VM_WARN_ON() and VM_WARN_ON_ONCE()Andrew Morton2014-06-051-0/+4
| * | | | | | | cma: add placement specifier for "cma=" kernel parameterAkinobu Mita2014-06-051-3/+6
| * | | | | | | memblock: introduce memblock_alloc_range()Akinobu Mita2014-06-051-0/+2
| * | | | | | | x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-051-0/+2
| * | | | | | | mm,vmacache: add debug dataDavidlohr Bueso2014-06-052-0/+10
| * | | | | | | mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-055-18/+8
| * | | | | | | sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov2014-06-051-11/+4
| * | | | | | | x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-052-3/+7
| * | | | | | | fs/libfs.c: add generic data flush to fsyncFabian Frederick2014-06-052-0/+10
| * | | | | | | hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-052-8/+11
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-054-42/+48
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'irqchip-3.16' of git://git.infradead.org/users/jcooper/linux into ...Thomas Gleixner2014-05-271-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | irqchip: gic: Use mask field in GICC_IARHaojian Zhuang2014-05-191-0/+2
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'irq/for-net' into irq/coreThomas Gleixner2014-05-211-20/+26
| |\ \ \ \ \ \ \ \