Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | sched, kvm: Fix race condition involving sched_in_preempt_notifers | Tejun Heo | 2009-11-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | sched: Fix/add missing update_rq_clock() calls | Mike Galbraith | 2009-11-12 | 1 | -5/+12 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | sched: Limit the number of scheduler debug messages | Mike Travis | 2009-11-26 | 1 | -0/+13 | |
| * | | | | | | | | | | sched.c: Call debug_show_all_locks() when dumping all tasks | Shmulik Ladkani | 2009-11-25 | 1 | -1/+1 | |
| * | | | | | | | | | | sched: Optimize branch hint in context_switch() | Tim Blechmann | 2009-11-24 | 1 | -2/+2 | |
| * | | | | | | | | | | sched: Optimize branch hint in pick_next_task_fair() | Tim Blechmann | 2009-11-24 | 1 | -1/+1 | |
| * | | | | | | | | | | sched_feat_write(): Update ppos instead of file->f_pos | Jan Blunck | 2009-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | | sched: More generic WAKE_AFFINE vs select_idle_sibling() | Peter Zijlstra | 2009-11-13 | 1 | -17/+16 | |
| * | | | | | | | | | | sched: Cleanup select_task_rq_fair() | Peter Zijlstra | 2009-11-13 | 1 | -22/+51 | |
| * | | | | | | | | | | sched: Fix granularity of task_u/stime() | Hidetoshi Seto | 2009-11-12 | 1 | -9/+13 | |
| * | | | | | | | | | | sched: Make sure task has correct sched_class after policy change | Peter Zijlstra | 2009-11-10 | 1 | -12/+4 | |
| * | | | | | | | | | | sched: Fix and clean up rate-limit newidle code | Mike Galbraith | 2009-11-10 | 1 | -13/+15 | |
| * | | | | | | | | | | sched, no_hz: Remove unused rq->last_tick_seen field | Lai Jiangshan | 2009-11-08 | 1 | -1/+0 | |
| * | | | | | | | | | | sched: Fix affinity logic in select_task_rq_fair() | Mike Galbraith | 2009-11-05 | 1 | -0/+2 | |
| * | | | | | | | | | | sched: Rate-limit newidle | Mike Galbraith | 2009-11-04 | 2 | -1/+25 | |
| * | | | | | | | | | | sched: Check for an idle shared cache in select_task_rq_fair() | Mike Galbraith | 2009-11-04 | 1 | -4/+29 | |
| * | | | | | | | | | | cpumask: Partition_sched_domains takes array of cpumask_var_t | Rusty Russell | 2009-11-04 | 2 | -32/+55 | |
| * | | | | | | | | | | cpumask: Simplify sched_rt.c | Rusty Russell | 2009-11-04 | 1 | -37/+24 | |
| * | | | | | | | | | | sched: Remove unused cpu_nr_migrations() | Hiroshi Shimamoto | 2009-11-04 | 1 | -11/+0 | |
| * | | | | | | | | | | sched: Remove unused __schedule() declaration | Hiroshi Shimamoto | 2009-11-04 | 1 | -1/+1 | |
| * | | | | | | | | | | sched, cpuacct: Fix niced guest time accounting | Ryota Ozaki | 2009-10-25 | 1 | -2/+7 | |
| * | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2009-10-25 | 97 | -8402/+8993 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | sched: Remove obsolete comment in sched_init() | Jayson R. King | 2009-10-05 | 1 | -4/+0 | |
| * | | | | | | | | | | sched: Always show Cpus_allowed field in /proc/<pid>/status | Heiko Carstens | 2009-09-21 | 1 | -7/+1 | |
* | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-06 | 22 | -575/+3574 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | perf: Don't free perf_mmap_data until work has been done | Kristian Høgsberg | 2009-12-02 | 1 | -1/+2 | |
| * | | | | | | | | | | trace_syscalls: Remove unused syscall_name_to_nr() | Lai Jiangshan | 2009-12-01 | 1 | -16/+0 | |
| * | | | | | | | | | | trace_syscalls: Simplify syscall profile | Lai Jiangshan | 2009-12-01 | 1 | -16/+8 | |
| * | | | | | | | | | | trace_syscalls: Remove duplicate init_enter_##sname() | Lai Jiangshan | 2009-12-01 | 1 | -0/+12 | |
| * | | | | | | | | | | trace_syscalls: Add syscall_nr field to struct syscall_metadata | Lai Jiangshan | 2009-12-01 | 1 | -13/+9 | |
| * | | | | | | | | | | trace_syscalls: Remove enter_id exit_id | Lai Jiangshan | 2009-12-01 | 1 | -20/+10 | |
| * | | | | | | | | | | trace_syscalls: Set event_enter_##sname->data to its metadata | Lai Jiangshan | 2009-12-01 | 1 | -25/+11 | |
| * | | | | | | | | | | trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit | Lai Jiangshan | 2009-12-01 | 1 | -8/+0 | |
| * | | | | | | | | | | perf_event: Initialize data.period in perf_swevent_hrtimer() | Xiao Guangrong | 2009-12-01 | 1 | -0/+1 | |
| * | | | | | | | | | | trace_kprobes: Fix a memory leak bug and check kstrdup() return value | Masami Hiramatsu | 2009-12-01 | 1 | -7/+19 | |
| * | | | | | | | | | | trace_kprobes: Don't output zero offset | Lai Jiangshan | 2009-11-27 | 1 | -3/+9 | |
| * | | | | | | | | | | trace_kprobes: Always show group name | Lai Jiangshan | 2009-11-27 | 1 | -1/+1 | |
| * | | | | | | | | | | trace_kprobes: Fix memory leak | Lai Jiangshan | 2009-11-27 | 1 | -1/+3 | |
| * | | | | | | | | | | trace_syscalls: Add syscall nr field | Lai Jiangshan | 2009-11-27 | 1 | -0/+8 | |
| * | | | | | | | | | | hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints | Frederic Weisbecker | 2009-11-27 | 2 | -53/+24 | |
| * | | | | | | | | | | hw-breakpoints: Use struct perf_event_attr to define user breakpoints | Frederic Weisbecker | 2009-11-27 | 1 | -69/+18 | |
| * | | | | | | | | | | perf_events: Fix read() bogus counts when in error state | Stephane Eranian | 2009-11-26 | 1 | -1/+10 | |
| * | | | | | | | | | | tracepoint: Add signal loss events | Masami Hiramatsu | 2009-11-26 | 1 | -5/+14 | |
| * | | | | | | | | | | tracepoint: Add signal deliver event | Masami Hiramatsu | 2009-11-26 | 1 | -0/+3 | |
| * | | | | | | | | | | tracepoint: Move signal sending tracepoint to events/signal.h | Masami Hiramatsu | 2009-11-26 | 1 | -2/+3 | |
| * | | | | | | | | | | hw-breakpoints: Fix unused function in off-case | Frederic Weisbecker | 2009-11-26 | 1 | -4/+0 | |
| * | | | | | | | | | | kernel/hw_breakpoint.c: Fix local/global shadowing | Andrew Morton | 2009-11-26 | 1 | -6/+6 | |
| * | | | | | | | | | | hw-breakpoints: Simplify error handling in breakpoint creation requests | Frederic Weisbecker | 2009-11-26 | 2 | -14/+6 | |
| * | | | | | | | | | | hw-breakpoints: Improve in-kernel event creation error granularity | Frederic Weisbecker | 2009-11-26 | 1 | -9/+11 | |
| * | | | | | | | | | | ksym_tracer: Fix breakpoint removal after modification | Frederic Weisbecker | 2009-11-26 | 1 | -2/+8 |