summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-06-06ceph: update inode fields according to issued capsYan, Zheng
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds
2014-06-05net: phy: fix sparse warning in fixed.cKonrad Zapalowicz
2014-06-05cpufreq: add support for intermediate (stable) frequenciesViresh Kumar
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-05block: add notion of a chunk size for request mergingJens Axboe
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-06-05Merge branch 'devel-stable' into for-nextRussell King
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King
2014-06-05perf: Disable sampled events if no PMU interruptVince Weaver
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar
2014-06-05Merge branch 'perf/uprobes' into perf/coreIngo Molnar
2014-06-05sched: Rename capacity related flagsNicolas Pitre
2014-06-05sched: Final power vs. capacity cleanupsNicolas Pitre
2014-06-05sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter
2014-06-05locking/rwsem: Fix warnings for CONFIG_RWSEM_GENERIC_SPINLOCKDavidlohr Bueso
2014-06-05locking/rwsem: Support optimistic spinningDavidlohr Bueso
2014-06-04isdn/capi: move capi_info2str to capidrv.cPaul Bolle
2014-06-04gre: Call gso_make_checksumTom Herbert
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert
2014-06-04net: Support for multiple checksums with gsoTom Herbert
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-04init/main.c: remove an ifdefAndrew Morton
2014-06-04kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...Oleg Nesterov
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov
2014-06-04Documentation: expand/clarify debug documentationDan Streetman
2014-06-04printk: Add printk_deferred_onceJohn Stultz
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz
2014-06-04kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov
2014-06-04compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan
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