Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | ring-buffer: Make non-consuming read less expensive with lots of cpus. | David Miller | 2010-04-27 | 2 | -13/+62 | |
| * | | | | | | | | | | | | | | | | | | tracing: Add graph output support for irqsoff tracer | Jiri Olsa | 2010-04-27 | 4 | -29/+313 | |
| * | | | | | | | | | | | | | | | | | | tracing: Have graph flags passed in to ouput functions | Jiri Olsa | 2010-04-26 | 2 | -56/+73 | |
| * | | | | | | | | | | | | | | | | | | tracing: Add ftrace events for graph tracer | Jiri Olsa | 2010-04-26 | 1 | -1/+27 | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2010-04-23 | 2 | -14/+42 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | tracing: Dump either the oops's cpu source or all cpus buffers | Frederic Weisbecker | 2010-04-21 | 2 | -14/+42 | |
| * | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.34-rc5' into tracing/core | Ingo Molnar | 2010-04-21 | 3 | -2/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | / / / / | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2010-04-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | tracing: Fix uninitialized variable of tracing/trace output | Lai Jiangshan | 2010-04-05 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-05-18 | 23 | -1046/+1001 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca... | Ingo Molnar | 2010-05-18 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | | | sched, wait: Use wrapper functions | Changli Gao | 2010-05-11 | 2 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Remove a stale comment | Li Zefan | 2010-05-10 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Intoduce get_cpu_iowait_time_us() | Arjan van de Ven | 2010-05-09 | 2 | -0/+29 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Eliminate the ts->idle_lastupdate field | Arjan van de Ven | 2010-05-09 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Fold updating of the last_update_time_info into update_ts_time_stats() | Arjan van de Ven | 2010-05-09 | 1 | -11/+11 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Update the idle statistics in get_cpu_idle_time_us() | Arjan van de Ven | 2010-05-09 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Introduce a function to update the idle statistics | Arjan van de Ven | 2010-05-09 | 1 | -10/+19 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Add a comment to get_cpu_idle_time_us() | Arjan van de Ven | 2010-05-09 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m... | Ingo Molnar | 2010-05-08 | 7 | -386/+507 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | cpu_stop: add dummy implementation for UP | Tejun Heo | 2010-05-08 | 2 | -1/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | rcu: need barrier() in UP synchronize_sched_expedited() | Paul E. McKenney | 2010-05-07 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | sched: correctly place paranioa memory barriers in synchronize_sched_expedited() | Paul E. McKenney | 2010-05-06 | 1 | -10/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | sched: kill paranoia check in synchronize_sched_expedited() | Tejun Heo | 2010-05-06 | 1 | -37/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | sched: replace migration_thread with cpu_stop | Tejun Heo | 2010-05-06 | 4 | -240/+127 | |
| | * | | | | | | | | | | | | | | | | | | | | stop_machine: reimplement using cpu_stop | Tejun Heo | 2010-05-06 | 3 | -140/+40 | |
| | * | | | | | | | | | | | | | | | | | | | | cpu_stop: implement stop_cpu[s]() | Tejun Heo | 2010-05-06 | 1 | -5/+367 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Remove rq argument to the tracepoints | Peter Zijlstra | 2010-05-07 | 4 | -12/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.34-rc6' into sched/core | Ingo Molnar | 2010-05-07 | 3 | -3/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | sched: Fix select_idle_sibling() logic in select_task_rq_fair() | Suresh Siddha | 2010-04-23 | 1 | -42/+40 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Pre-compute cpumask_weight(sched_domain_span(sd)) | Peter Zijlstra | 2010-04-23 | 2 | -7/+8 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Cure load average vs NO_HZ woes | Peter Zijlstra | 2010-04-23 | 2 | -15/+68 | |
| * | | | | | | | | | | | | | | | | | | | | sched: Fix UP update_avg() build warning | Mike Galbraith | 2010-04-15 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-04-15 | 59 | -193/+309 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | sched: Add enqueue/dequeue flags | Peter Zijlstra | 2010-04-02 | 4 | -37/+30 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Fix nr_uninterruptible count | Peter Zijlstra | 2010-04-02 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Optimize task_rq_lock() | Peter Zijlstra | 2010-04-02 | 1 | -8/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Fix TASK_WAKING vs fork deadlock | Peter Zijlstra | 2010-04-02 | 4 | -47/+34 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Make select_fallback_rq() cpuset friendly | Oleg Nesterov | 2010-04-02 | 2 | -3/+43 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: _cpu_down(): Don't play with current->cpus_allowed | Oleg Nesterov | 2010-04-02 | 2 | -13/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: sched_exec(): Remove the select_fallback_rq() logic | Oleg Nesterov | 2010-04-02 | 1 | -17/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: move_task_off_dead_cpu(): Remove retry logic | Oleg Nesterov | 2010-04-02 | 1 | -7/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq() | Oleg Nesterov | 2010-04-02 | 1 | -15/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke... | Oleg Nesterov | 2010-04-02 | 2 | -33/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Remove remaining USER_SCHED code | Li Zefan | 2010-04-02 | 6 | -40/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-04-02 | 77 | -789/+2950 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | sched: Remove some dead code | Dan Carpenter | 2010-03-16 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Remove AFFINE_WAKEUPS feature | Mike Galbraith | 2010-03-11 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Remove ASYM_GRAN feature | Mike Galbraith | 2010-03-11 | 2 | -23/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | sched: Remove SYNC_WAKEUPS feature | Mike Galbraith | 2010-03-11 | 2 | -11/+0 |