Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-03-31 | 3 | -26/+88 | |
|\ | ||||||
| * | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2014-03-11 | 27 | -87/+118 | |
| |\ | ||||||
| * | | sched/prio: Add 3 macros of MAX_NICE, MIN_NICE and NICE_WIDTH in prio.h | Dongsheng Yang | 2014-02-22 | 1 | -2/+6 | |
| * | | sched/prio: Use DEFAULT_PRIO to define NICE_TO_PRIO() and PRIO_TO_NICE() | Dongsheng Yang | 2014-02-22 | 1 | -2/+2 | |
| * | | sched: Consider pi boosting in setscheduler() | Thomas Gleixner | 2014-02-22 | 1 | -0/+7 | |
| * | | sched: Add better debug output for might_sleep() | Thomas Gleixner | 2014-02-22 | 1 | -0/+3 | |
| * | | Merge branch 'linus' into sched/core | Thomas Gleixner | 2014-02-21 | 64 | -305/+444 | |
| |\ \ | ||||||
| * | | | sched/fair: Track cgroup depth | Peter Zijlstra | 2014-02-10 | 1 | -0/+1 | |
| * | | | sched: Implement task_nice() as static inline function | Dongsheng Yang | 2014-02-09 | 2 | -2/+10 | |
| * | | | sched: Expose some macros related to priority | Dongsheng Yang | 2014-02-09 | 1 | -0/+18 | |
| * | | | sched: Move the priority specific bits into a new header file | Dongsheng Yang | 2014-02-09 | 3 | -18/+26 | |
| * | | | Merge branch 'linus' into sched/core, to resolve conflicts | Ingo Molnar | 2014-02-02 | 565 | -3829/+14948 | |
| |\ \ \ | ||||||
| * | | | | sched/numa: Normalize faults_cpu stats and weigh by CPU use | Rik van Riel | 2014-01-28 | 1 | -0/+2 | |
| * | | | | sched/numa, mm: Use active_nodes nodemask to limit numa migrations | Rik van Riel | 2014-01-28 | 1 | -0/+7 | |
| * | | | | sched/numa: Track from which nodes NUMA faults are triggered | Rik van Riel | 2014-01-28 | 1 | -2/+7 | |
| * | | | | sched/numa: Rename p->numa_faults to numa_faults_memory | Rik van Riel | 2014-01-28 | 1 | -4/+4 | |
| * | | | | sched/numa, mm: Remove p->numa_migrate_deferred | Rik van Riel | 2014-01-28 | 1 | -1/+0 | |
| * | | | | sched: Fix docbook parameter annotation error in wait.h | Masanari Iida | 2014-01-25 | 1 | -2/+2 | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-03-31 | 2 | -1/+6 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2014-03-11 | 25 | -83/+114 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2014-02-27 | 56 | -293/+408 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | perf/x86/uncore: add PCI ids for SNB/IVB/HSW IMC | Stephane Eranian | 2014-02-21 | 1 | -0/+3 | |
| * | | | | | | perf/x86: Warn to early_printk() in case irq_work is too slow | Peter Zijlstra | 2014-02-21 | 1 | -1/+1 | |
| * | | | | | | perf/x86: Push the duration-logging printk() to IRQ context | Peter Zijlstra | 2014-02-09 | 1 | -0/+2 | |
* | | | | | | | Merge branch 'core-types-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-03-31 | 1 | -8/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | bitops: Fix signedness of compile-time hweight implementations | Paul Walmsley | 2014-02-09 | 1 | -8/+9 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-03-31 | 6 | -66/+177 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2014-03-25 | 2 | -0/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rcu: Provide grace-period piggybacking API | Paul E. McKenney | 2014-03-20 | 2 | -0/+12 | |
| * | | | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2014-02-28 | 6 | -66/+165 | |
| |\| | | | | | | | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch 'torture.2014.02.23a' into HEAD | Paul E. McKenney | 2014-02-26 | 1 | -0/+100 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | rcutorture: Stop generic kthreads in torture_cleanup() | Paul E. McKenney | 2014-02-23 | 1 | -2/+0 | |
| | | * | | | | | | rcutorture: Abstract torture_stop_kthread() | Paul E. McKenney | 2014-02-23 | 1 | -0/+3 | |
| | | * | | | | | | rcutorture: Abstract torture_create_kthread() | Paul E. McKenney | 2014-02-23 | 1 | -1/+7 | |
| | | * | | | | | | rcutorture: Fix rcutorture shutdown races | Paul E. McKenney | 2014-02-23 | 1 | -1/+2 | |
| | | * | | | | | | rcutorture: Abstract torture_shutdown() | Paul E. McKenney | 2014-02-23 | 1 | -1/+3 | |
| | | * | | | | | | rcutorture: Abstract stutter_wait() | Paul E. McKenney | 2014-02-23 | 1 | -1/+6 | |
| | | * | | | | | | rcutorture: Privatize fullstop | Paul E. McKenney | 2014-02-23 | 1 | -6/+2 | |
| | | * | | | | | | rcutorture: Abstract torture_shutdown_notify() | Paul E. McKenney | 2014-02-23 | 1 | -2/+0 | |
| | | * | | | | | | rcutorture: Abstract torture-test cleanup | Paul E. McKenney | 2014-02-23 | 1 | -3/+1 | |
| | | * | | | | | | rcutorture: Abstract torture-test initialization | Paul E. McKenney | 2014-02-23 | 1 | -4/+5 | |
| | | * | | | | | | rcutorture: Abstract torture_onoff() | Paul E. McKenney | 2014-02-23 | 1 | -0/+12 | |
| | | * | | | | | | rcutorture: Abstract torture_shuffle() | Paul E. McKenney | 2014-02-23 | 1 | -0/+5 | |
| | | * | | | | | | rcutorture: Abstract torture_shutdown_absorb() | Paul E. McKenney | 2014-02-23 | 1 | -0/+15 | |
| | | * | | | | | | rcutorture: Abstract TOROUT_STRING() and friends | Paul E. McKenney | 2014-02-23 | 1 | -0/+8 | |
| | | * | | | | | | rcutorture: Abstract torture_param() | Paul E. McKenney | 2014-02-23 | 1 | -2/+7 | |
| | | * | | | | | | rcutorture: Abstract rcu_torture_random() | Paul E. McKenney | 2014-02-23 | 1 | -0/+47 | |
| | | | | | | | | | ||||||
| | | \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ | Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in... | Paul E. McKenney | 2014-02-26 | 5 | -66/+65 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | | | * | | | | | | rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALL | Paul E. McKenney | 2014-02-17 | 3 | -6/+10 | |
| | | | * | | | | | | rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALL | Paul E. McKenney | 2014-02-17 | 1 | -2/+4 | |
| | | |/ / / / / / | | |/| | | | | | |