summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-313-26/+88
|\
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-1127-87/+118
| |\
| * | sched/prio: Add 3 macros of MAX_NICE, MIN_NICE and NICE_WIDTH in prio.hDongsheng Yang2014-02-221-2/+6
| * | sched/prio: Use DEFAULT_PRIO to define NICE_TO_PRIO() and PRIO_TO_NICE()Dongsheng Yang2014-02-221-2/+2
| * | sched: Consider pi boosting in setscheduler()Thomas Gleixner2014-02-221-0/+7
| * | sched: Add better debug output for might_sleep()Thomas Gleixner2014-02-221-0/+3
| * | Merge branch 'linus' into sched/coreThomas Gleixner2014-02-2164-305/+444
| |\ \
| * | | sched/fair: Track cgroup depthPeter Zijlstra2014-02-101-0/+1
| * | | sched: Implement task_nice() as static inline functionDongsheng Yang2014-02-092-2/+10
| * | | sched: Expose some macros related to priorityDongsheng Yang2014-02-091-0/+18
| * | | sched: Move the priority specific bits into a new header fileDongsheng Yang2014-02-093-18/+26
| * | | Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar2014-02-02565-3829/+14948
| |\ \ \
| * | | | sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel2014-01-281-0/+2
| * | | | sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel2014-01-281-0/+7
| * | | | sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel2014-01-281-2/+7
| * | | | sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel2014-01-281-4/+4
| * | | | sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel2014-01-281-1/+0
| * | | | sched: Fix docbook parameter annotation error in wait.hMasanari Iida2014-01-251-2/+2
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-03-312-1/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-03-1125-83/+114
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-02-2756-293/+408
| |\ \ \ \ \
| * | | | | | perf/x86/uncore: add PCI ids for SNB/IVB/HSW IMCStephane Eranian2014-02-211-0/+3
| * | | | | | perf/x86: Warn to early_printk() in case irq_work is too slowPeter Zijlstra2014-02-211-1/+1
| * | | | | | perf/x86: Push the duration-logging printk() to IRQ contextPeter Zijlstra2014-02-091-0/+2
* | | | | | | Merge branch 'core-types-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-311-8/+9
|\ \ \ \ \ \ \
| * | | | | | | bitops: Fix signedness of compile-time hweight implementationsPaul Walmsley2014-02-091-8/+9
| |/ / / / / /
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-316-66/+177
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-03-252-0/+12
| |\ \ \ \ \ \ \
| | * | | | | | | rcu: Provide grace-period piggybacking APIPaul E. McKenney2014-03-202-0/+12
| * | | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-02-286-66/+165
| |\| | | | | | | | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Merge branch 'torture.2014.02.23a' into HEADPaul E. McKenney2014-02-261-0/+100
| | |\ \ \ \ \ \
| | | * | | | | | rcutorture: Stop generic kthreads in torture_cleanup()Paul E. McKenney2014-02-231-2/+0
| | | * | | | | | rcutorture: Abstract torture_stop_kthread()Paul E. McKenney2014-02-231-0/+3
| | | * | | | | | rcutorture: Abstract torture_create_kthread()Paul E. McKenney2014-02-231-1/+7
| | | * | | | | | rcutorture: Fix rcutorture shutdown racesPaul E. McKenney2014-02-231-1/+2
| | | * | | | | | rcutorture: Abstract torture_shutdown()Paul E. McKenney2014-02-231-1/+3
| | | * | | | | | rcutorture: Abstract stutter_wait()Paul E. McKenney2014-02-231-1/+6
| | | * | | | | | rcutorture: Privatize fullstopPaul E. McKenney2014-02-231-6/+2
| | | * | | | | | rcutorture: Abstract torture_shutdown_notify()Paul E. McKenney2014-02-231-2/+0
| | | * | | | | | rcutorture: Abstract torture-test cleanupPaul E. McKenney2014-02-231-3/+1
| | | * | | | | | rcutorture: Abstract torture-test initializationPaul E. McKenney2014-02-231-4/+5
| | | * | | | | | rcutorture: Abstract torture_onoff()Paul E. McKenney2014-02-231-0/+12
| | | * | | | | | rcutorture: Abstract torture_shuffle()Paul E. McKenney2014-02-231-0/+5
| | | * | | | | | rcutorture: Abstract torture_shutdown_absorb()Paul E. McKenney2014-02-231-0/+15
| | | * | | | | | rcutorture: Abstract TOROUT_STRING() and friendsPaul E. McKenney2014-02-231-0/+8
| | | * | | | | | rcutorture: Abstract torture_param()Paul E. McKenney2014-02-231-2/+7
| | | * | | | | | rcutorture: Abstract rcu_torture_random()Paul E. McKenney2014-02-231-0/+47
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney2014-02-265-66/+65
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | | * | | | | | rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney2014-02-173-6/+10
| | | | * | | | | | rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney2014-02-171-2/+4
| | | |/ / / / / / | | |/| | | | | |