summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+17
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+19
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-45/+291
2014-01-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-32/+21
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-91/+104
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+19
2014-01-20Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2014-01-20Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+14
2014-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2-654/+19
2014-01-16Merge branch 'perf/urgent' into perf/coreIngo Molnar17-23/+171
2014-01-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+19
2014-01-16Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-01-15crash_dump: fix compilation error (on MIPS at least)Qais Yousef1-0/+2
2014-01-15hwmon: (sht15) add include guardVivien Didelot1-0/+5
2014-01-15hwmon: (max197) add include guardVivien Didelot1-0/+5
2014-01-15hwmon: (s3c) Trivial cleanup in hwmon-s3c.hSachin Kamat1-6/+4
2014-01-14i2c: Re-instate body of i2c_parent_is_i2c_adapter()Stephen Warren1-1/+1
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2-0/+30
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra3-4/+30
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra1-1/+3
2014-01-13sched/preempt: Take away preempt_enable_no_resched() from modulesPeter Zijlstra2-3/+24
2014-01-13locking: Optimize lock_bh functionsPeter Zijlstra4-21/+34
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra1-13/+0
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli2-0/+14
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2-1/+12
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra3-13/+19
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson1-0/+1
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli1-0/+1
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2-1/+69
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2-0/+68
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar24-57/+174
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar14-14/+149
2014-01-12Merge branch 'linus' into timers/coreIngo Molnar34-88/+231
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+9
2014-01-12perf/x86: Fix active_entry initializationStephane Eranian1-4/+2
2014-01-12seqlock: Use raw_ prefix instead of _no_lockdepJohn Stultz1-8/+19
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-4/+8
2014-01-05Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar38-89/+261
2014-01-03ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao1-0/+13
2014-01-01vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-0/+9
2013-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+14
2013-12-27net: Add some clarification to skb_tx_timestamp() comment.David S. Miller1-0/+4
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2013-12-24auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASEArd Biesheuvel1-1/+1
2013-12-22aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-1/+2
2013-12-21efi: Export EFI runtime memory mapping to sysfsDave Young1-0/+13
2013-12-21efi: Export more EFI table variables to sysfsDave Young1-0/+3
2013-12-21pstore: Don't allow high traffic options on fragile devicesLuck, Tony1-0/+3
2013-12-21mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov3-5/+6