summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-06-07drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation supportMaciej W. Rozycki1-0/+4
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-24/+31
2014-06-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds5-0/+28
2014-06-06Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+12
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+10
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2-1/+15
2014-06-05Merge branch 'devel-stable' into for-nextRussell King3-0/+23
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King3-0/+6
2014-06-05Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds44-207/+467
2014-06-05init/main.c: remove an ifdefAndrew Morton1-0/+4
2014-06-05kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov1-6/+0
2014-06-05kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-2/+13
2014-06-05Documentation: expand/clarify debug documentationDan Streetman1-0/+6
2014-06-05printk: Add printk_deferred_onceJohn Stultz1-0/+11
2014-06-05printk: rename printk_sched to printk_deferredJohn Stultz1-3/+3
2014-06-05kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov1-1/+0
2014-06-05compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan1-2/+11
2014-06-05mm/zbud.c: make size unsigned like unique callsiteFabian Frederick1-1/+1
2014-06-05hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi1-2/+2
2014-06-05mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov1-4/+3
2014-06-05mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan1-4/+4
2014-06-05include/linux/gfp.h: exclude duplicate headerAndy Shevchenko1-1/+0
2014-06-05mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman3-6/+103
2014-06-05mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman1-0/+1
2014-06-05mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman3-4/+4
2014-06-05mm: page_alloc: use unsigned int for order in more placesMel Gorman1-4/+4
2014-06-05mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman2-22/+20
2014-06-05mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman2-7/+36
2014-06-05mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-3/+26
2014-06-05include/linux/jump_label.h: expose the reference countMel Gorman1-7/+13
2014-06-05memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov2-2/+2
2014-06-05swap: change swap_list_head to plist, add swap_avail_headDan Streetman2-2/+3
2014-06-05lib/plist: add plist_requeueDan Streetman1-0/+2
2014-06-05lib/plist: add helper functionsDan Streetman1-0/+43
2014-06-05swap: change swap_info singly-linked list to list_headDan Streetman2-7/+2
2014-06-05mm/compaction: do not count migratepages when unnecessaryVlastimil Babka1-4/+21
2014-06-05mm, compaction: embed migration mode in compact_controlDavid Rientjes1-2/+2
2014-06-05mm, compaction: add per-zone migration pfn cache for async compactionDavid Rientjes1-2/+3
2014-06-05mm, migration: add destination page freeing callbackDavid Rientjes1-4/+7
2014-06-05memcg: get rid of memcg_create_cache_nameVladimir Davydov2-3/+2
2014-06-05mm: update comment for DEFAULT_MAX_MAP_COUNTKirill A. Shutemov1-0/+4
2014-06-05mm/rmap.c: make page_referenced_one() and try_to_unmap_one() staticKirill A. Shutemov1-4/+0
2014-06-05mm: shrinker: add nid to tracepoint outputDave Hansen1-4/+11
2014-06-05mm: shrinker trace points: fix negativesDave Hansen1-3/+3
2014-06-05include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flagsWang Sheng-Hui1-3/+3
2014-06-05mm: introdule compound_head_by_tail()Jianyu Zhan1-12/+17
2014-06-05mm: constify nmask argument to set_mempolicy()Rasmus Villemoes1-1/+1
2014-06-05mm: constify nmask argument to mbind()Rasmus Villemoes1-1/+1
2014-06-05fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox1-0/+4
2014-06-05fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox1-0/+2