Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | | sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check() | Oleg Nesterov | 2010-06-18 | |
| | * | | | | | | | | | sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand() | Oleg Nesterov | 2010-06-18 | |
| | * | | | | | | | | | sched: thread_group_cputime: Simplify, document the "alive" check | Oleg Nesterov | 2010-06-18 | |
| | * | | | | | | | | | sched: Remove the obsolete exit_state/signal hacks | Oleg Nesterov | 2010-06-18 | |
| | * | | | | | | | | | sched: task_tick_rt: Remove the obsolete ->signal != NULL check | Oleg Nesterov | 2010-06-18 | |
| | * | | | | | | | | | sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value lockless | Oleg Nesterov | 2010-06-18 | |
| | * | | | | | | | | | sched: Fix comments to make them DocBook happy | Michael Neuling | 2010-06-18 | |
| | * | | | | | | | | | sched: Fix fix_small_capacity | Michael Neuling | 2010-06-18 | |
| | * | | | | | | | | | Merge commit 'v2.6.35-rc3' into sched/core | Ingo Molnar | 2010-06-18 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | | | ||||
| | * | | | | | | | | | sched: Add asymmetric group packing option for sibling domain | Michael Neuling | 2010-06-09 | |
| | * | | | | | | | | | sched: Fix capacity calculations for SMT4 | Srivatsa Vaddagiri | 2010-06-09 | |
| | * | | | | | | | | | sched: Change nohz idle load balancing logic to push model | Venkatesh Pallipadi | 2010-06-09 | |
| | * | | | | | | | | | sched: Avoid side-effect of tickless idle on update_cpu_load | Venkatesh Pallipadi | 2010-06-09 | |
| | * | | | | | | | | | sched: Simplify the reacquire_kernel_lock() logic | Oleg Nesterov | 2010-06-09 | |
| | * | | | | | | | | | sched_clock: Add local_clock() API and improve documentation | Peter Zijlstra | 2010-06-09 | |
| | * | | | | | | | | | Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w... | Ingo Molnar | 2010-06-08 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | | ||||
| | | * | | | | | | | | sched: add hooks for workqueue | Tejun Heo | 2010-06-08 | |
| | | * | | | | | | | | sched: refactor try_to_wake_up() | Tejun Heo | 2010-06-08 | |
| | | * | | | | | | | | sched: adjust when cpu_active and cpuset configurations are updated during cp... | Tejun Heo | 2010-06-08 | |
| | | * | | | | | | | | sched: define and use CPU_PRI_* enums for cpu notifier priorities | Tejun Heo | 2010-06-08 | |
| * | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2010-08-05 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | tracing/kprobes: unregister_trace_probe needs to be called under mutex | Srikar Dronamraju | 2010-08-04 | |
| | * | | | | | | | | | | | Merge branch 'perf/nmi' into perf/core | Ingo Molnar | 2010-08-05 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||
| | | * | | | | | | | | | | kernel/watchdog: Initialize 'result' | Kulikov Vasiliy | 2010-07-07 | |
| | | * | | | | | | | | | | lockup_detector: Convert per_cpu to __get_cpu_var for readability | Don Zickus | 2010-05-19 | |
| | | * | | | | | | | | | | lockup_detector: Cross arch compile fixes | Don Zickus | 2010-05-15 | |
| | | * | | | | | | | | | | lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTOR | Frederic Weisbecker | 2010-05-15 | |
| | | * | | | | | | | | | | watchdog: Export touch_softlockup_watchdog | Ingo Molnar | 2010-05-13 | |
| | | * | | | | | | | | | | lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdog | Don Zickus | 2010-05-12 | |
| | | * | | | | | | | | | | lockup_detector: Remove nmi_watchdog.c file | Don Zickus | 2010-05-12 | |
| | | * | | | | | | | | | | lockup_detector: Remove old softlockup code | Don Zickus | 2010-05-12 | |
| | | * | | | | | | | | | | lockup_detector: Touch_softlockup cleanups and softlockup_tick removal | Don Zickus | 2010-05-12 | |
| | | * | | | | | | | | | | lockup_detector: Combine nmi_watchdog and softlockup detector | Don Zickus | 2010-05-12 | |
| | | * | | | | | | | | | | Merge commit 'v2.6.34-rc7' into perf/nmi | Frederic Weisbecker | 2010-05-12 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | nmi_watchdog: Tell the world we're active | Peter Zijlstra | 2010-03-02 | |
| | | * | | | | | | | | | | | nmi_watchdog: Clean up various small details | Don Zickus | 2010-02-25 | |
| | | * | | | | | | | | | | | nmi_watchdog: Properly configure for software events | Don Zickus | 2010-02-17 | |
| | | * | | | | | | | | | | | nmi_watchdog: support for oprofile | Don Zickus | 2010-02-17 | |
| | | * | | | | | | | | | | | nmi_watchdog: Fallback to software events when no hardware pmu detected | Don Zickus | 2010-02-14 | |
| | | * | | | | | | | | | | | nmi_watchdog: Compile and portability fixes | Don Zickus | 2010-02-14 | |
| | | * | | | | | | | | | | | nmi_watchdog: Config option to enable new nmi_watchdog | Don Zickus | 2010-02-08 | |
| | | * | | | | | | | | | | | nmi_watchdog: Add new, generic implementation, using perf events | Don Zickus | 2010-02-08 | |
| | * | | | | | | | | | | | | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 2010-08-02 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | | | perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint... | Frederic Weisbecker | 2010-08-01 | |
| | * | | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-07-23 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | trace: strlen() return doesn't account for the NULL | Dan Carpenter | 2010-07-22 | |
| | | * | | | | | | | | | | | | tracing: Shrink max latency ringbuffer if unnecessary | KOSAKI Motohiro | 2010-07-21 | |
| | | * | | | | | | | | | | | | tracing: Reduce latency and remove percpu trace_seq | Lai Jiangshan | 2010-07-20 | |
| | | * | | | | | | | | | | | | trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bit | Richard Kennedy | 2010-07-20 |