Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | sched: Fix UP update_avg() build warning | Mike Galbraith | 2010-04-15 | |
| * | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-04-15 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | sched: Add enqueue/dequeue flags | Peter Zijlstra | 2010-04-02 | |
| * | | | | | | | | | | sched: Fix nr_uninterruptible count | Peter Zijlstra | 2010-04-02 | |
| * | | | | | | | | | | sched: Optimize task_rq_lock() | Peter Zijlstra | 2010-04-02 | |
| * | | | | | | | | | | sched: Fix TASK_WAKING vs fork deadlock | Peter Zijlstra | 2010-04-02 | |
| * | | | | | | | | | | sched: Make select_fallback_rq() cpuset friendly | Oleg Nesterov | 2010-04-02 | |
| * | | | | | | | | | | sched: _cpu_down(): Don't play with current->cpus_allowed | Oleg Nesterov | 2010-04-02 | |
| * | | | | | | | | | | sched: sched_exec(): Remove the select_fallback_rq() logic | Oleg Nesterov | 2010-04-02 | |
| * | | | | | | | | | | sched: move_task_off_dead_cpu(): Remove retry logic | Oleg Nesterov | 2010-04-02 | |
| * | | | | | | | | | | sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq() | Oleg Nesterov | 2010-04-02 | |
| * | | | | | | | | | | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke... | Oleg Nesterov | 2010-04-02 | |
| * | | | | | | | | | | sched: Remove remaining USER_SCHED code | Li Zefan | 2010-04-02 | |
| * | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-04-02 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | sched: Remove some dead code | Dan Carpenter | 2010-03-16 | |
| * | | | | | | | | | | | sched: Remove AFFINE_WAKEUPS feature | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Remove ASYM_GRAN feature | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Remove SYNC_WAKEUPS feature | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Remove WAKEUP_SYNC feature | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Remove FAIR_SLEEPERS feature | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Remove NORMALIZED_SLEEPER | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Fix select_idle_sibling() | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Tweak sched_latency and min_granularity | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Cleanup/optimize clock updates | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Remove avg_overlap | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Remove avg_wakeup | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Rate-limit nohz | Mike Galbraith | 2010-03-11 | |
| * | | | | | | | | | | | sched: Implement group scheduler statistics in one struct | Lucas De Marchi | 2010-03-11 | |
* | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | perf: Fix exit() vs event-groups | Peter Zijlstra | 2010-05-11 | |
| * | | | | | | | | | | | | perf: Fix exit() vs PERF_FORMAT_GROUP | Peter Zijlstra | 2010-05-11 | |
| * | | | | | | | | | | | | Revert "perf: Fix exit() vs PERF_FORMAT_GROUP" | Ingo Molnar | 2010-05-11 | |
| * | | | | | | | | | | | | tracing: Drop the nested field from lock_release event | Frederic Weisbecker | 2010-05-09 | |
| * | | | | | | | | | | | | tracing: Drop lock_acquired waittime field | Frederic Weisbecker | 2010-05-09 | |
| * | | | | | | | | | | | | kprobes: Move enable/disable_kprobe() out from debugfs code | Masami Hiramatsu | 2010-05-08 | |
| * | | | | | | | | | | | | perf_event: Make software events work again | Paul Mackerras | 2010-05-08 | |
| * | | | | | | | | | | | | perf: Add group scheduling transactional APIs | Lin Ming | 2010-05-07 | |
| * | | | | | | | | | | | | perf: Annotate perf_event_read_group() vs perf_event_release_kernel() | Peter Zijlstra | 2010-05-07 | |
| * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-05-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | perf: Fix exit() vs PERF_FORMAT_GROUP | Peter Zijlstra | 2010-05-07 | |
| * | | | | | | | | | | | | | perf: Fix check at end of event search | Dan Carpenter | 2010-05-06 | |
| * | | | | | | | | | | | | | hw_breakpoints: Fix percpu build failure | Frederic Weisbecker | 2010-05-04 | |
| * | | | | | | | | | | | | | hw-breakpoints: Get the number of available registers on boot dynamically | Frederic Weisbecker | 2010-04-30 | |
| * | | | | | | | | | | | | | hw-breakpoints: Handle breakpoint weight in allocation constraints | Frederic Weisbecker | 2010-04-30 | |
| * | | | | | | | | | | | | | hw-breakpoints: Separate constraint space for data and instruction breakpoints | Frederic Weisbecker | 2010-04-30 | |
| * | | | | | | | | | | | | | hw-breakpoints: Change/Enforce some breakpoints policies | Frederic Weisbecker | 2010-04-30 | |
| * | | | | | | | | | | | | | hw-breakpoints: Check disabled breakpoints again | Frederic Weisbecker | 2010-04-30 | |
| * | | | | | | | | | | | | | Merge commit 'v2.6.34-rc6' into perf/core | Ingo Molnar | 2010-04-30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | perf: Enhance perf to allow for guest statistic collection from host | Zhang, Yanmin | 2010-04-19 |