Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | 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 | |
| | * | | | | | | | | sched: Remove WAKEUP_SYNC feature | Mike Galbraith | 2010-03-11 | 2 | -9/+0 | |
| | * | | | | | | | | sched: Remove FAIR_SLEEPERS feature | Mike Galbraith | 2010-03-11 | 2 | -8/+1 | |
| | * | | | | | | | | sched: Remove NORMALIZED_SLEEPER | Mike Galbraith | 2010-03-11 | 2 | -17/+0 | |
| | * | | | | | | | | sched: Fix select_idle_sibling() | Mike Galbraith | 2010-03-11 | 1 | -4/+10 | |
| | * | | | | | | | | sched: Tweak sched_latency and min_granularity | Mike Galbraith | 2010-03-11 | 1 | -6/+6 | |
| | * | | | | | | | | sched: Cleanup/optimize clock updates | Mike Galbraith | 2010-03-11 | 2 | -18/+16 | |
| | * | | | | | | | | sched: Remove avg_overlap | Mike Galbraith | 2010-03-11 | 4 | -68/+0 | |
| | * | | | | | | | | sched: Remove avg_wakeup | Mike Galbraith | 2010-03-11 | 4 | -60/+4 | |
| | * | | | | | | | | sched: Rate-limit nohz | Mike Galbraith | 2010-03-11 | 2 | -0/+15 | |
| | * | | | | | | | | sched: Implement group scheduler statistics in one struct | Lucas De Marchi | 2010-03-11 | 4 | -134/+81 | |
| * | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-18 | 16 | -902/+829 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-05-18 | 6 | -22/+126 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge commit 'v2.6.34-rc7' into oprofile | Ingo Molnar | 2010-05-10 | 9 | -15/+47 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | Merge commit 'tip/tracing/core' into oprofile/core | Robert Richter | 2010-04-23 | 6 | -22/+126 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2010-04-08 | 58 | -190/+306 | |
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | ring-buffer: Add lost event count to end of sub buffer | Steven Rostedt | 2010-03-31 | 1 | -4/+33 | |
| | | * | | | | | | | | tracing: Show the lost events in the trace_pipe output | Steven Rostedt | 2010-03-31 | 1 | -8/+22 | |
| | | * | | | | | | | | ring-buffer: Add place holder recording of dropped events | Steven Rostedt | 2010-03-31 | 5 | -12/+73 | |
| | | * | | | | | | | | tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not set | Steven Rostedt | 2010-03-31 | 1 | -2/+3 | |
| | | * | | | | | | | | tracing: Remove side effect from module tracepoints that caused a GPF | Li Zefan | 2010-03-31 | 1 | -2/+1 | |
| | | | |_|_|_|/ / / | | | |/| | | | | | | ||||||
| * | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-05-18 | 11 | -78/+230 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | rcu: remove all rcu head initializations, except on_stack initializations | Paul E. McKenney | 2010-05-11 | 4 | -0/+14 | |
| | * | | | | | | | | | rcu: fix build bug in RCU_FAST_NO_HZ builds | Paul E. McKenney | 2010-05-10 | 1 | -2/+2 | |
| | * | | | | | | | | | rcu: RCU_FAST_NO_HZ must check RCU dyntick state | Paul E. McKenney | 2010-05-10 | 1 | -2/+10 | |
| | * | | | | | | | | | rcu: reduce the number of spurious RCU_SOFTIRQ invocations | Paul E. McKenney | 2010-05-10 | 3 | -6/+10 | |
| | * | | | | | | | | | rcu: permit discontiguous cpu_possible_mask CPU numbering | Paul E. McKenney | 2010-05-10 | 1 | -1/+1 | |
| | * | | | | | | | | | rcu: improve RCU CPU stall-warning messages | Paul E. McKenney | 2010-05-10 | 2 | -9/+12 | |
| | * | | | | | | | | | rcu: print boot-time console messages if RCU configs out of ordinary | Paul E. McKenney | 2010-05-10 | 2 | -8/+42 | |
| | * | | | | | | | | | rcu: disable CPU stall warnings upon panic | Paul E. McKenney | 2010-05-10 | 1 | -0/+24 | |
| | * | | | | | | | | | rcu: slim down rcutiny by removing rcu_scheduler_active and friends | Paul E. McKenney | 2010-05-10 | 4 | -19/+65 | |
| | * | | | | | | | | | rcu: refactor RCU's context-switch handling | Paul E. McKenney | 2010-05-10 | 4 | -11/+21 | |
| | * | | | | | | | | | rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk | Paul E. McKenney | 2010-05-10 | 1 | -6/+7 | |
| | * | | | | | | | | | rcu: shrink rcutiny by making synchronize_rcu_bh() be inline | Paul E. McKenney | 2010-05-10 | 1 | -7/+2 | |
| | * | | | | | | | | | rcu: ignore offline CPUs in last non-dyntick-idle CPU check | Lai Jiangshan | 2010-05-10 | 1 | -1/+1 | |
| | * | | | | | | | | | rcu: move some code from macro to function | Lai Jiangshan | 2010-05-10 | 1 | -9/+9 | |
| | * | | | | | | | | | rcu: make dead code really dead | Lai Jiangshan | 2010-05-10 | 1 | -2/+2 | |
| | * | | | | | | | | | rcu: substitute set_need_resched for sending resched IPIs | Paul E. McKenney | 2010-05-10 | 1 | -0/+10 |