aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | sched: Limit the number of scheduler debug messagesMike Travis2009-11-26
| * | | | | | | | | | sched.c: Call debug_show_all_locks() when dumping all tasksShmulik Ladkani2009-11-25
| * | | | | | | | | | sched: Optimize branch hint in context_switch()Tim Blechmann2009-11-24
| * | | | | | | | | | sched: Optimize branch hint in pick_next_task_fair()Tim Blechmann2009-11-24
| * | | | | | | | | | sched_feat_write(): Update ppos instead of file->f_posJan Blunck2009-11-23
| * | | | | | | | | | sched: More generic WAKE_AFFINE vs select_idle_sibling()Peter Zijlstra2009-11-13
| * | | | | | | | | | sched: Cleanup select_task_rq_fair()Peter Zijlstra2009-11-13
| * | | | | | | | | | sched: Fix granularity of task_u/stime()Hidetoshi Seto2009-11-12
| * | | | | | | | | | sched: Make sure task has correct sched_class after policy changePeter Zijlstra2009-11-10
| * | | | | | | | | | sched: Fix and clean up rate-limit newidle codeMike Galbraith2009-11-09
| * | | | | | | | | | sched, no_hz: Remove unused rq->last_tick_seen fieldLai Jiangshan2009-11-08
| * | | | | | | | | | sched: Fix affinity logic in select_task_rq_fair()Mike Galbraith2009-11-05
| * | | | | | | | | | sched: Rate-limit newidleMike Galbraith2009-11-04
| * | | | | | | | | | sched: Check for an idle shared cache in select_task_rq_fair()Mike Galbraith2009-11-04
| * | | | | | | | | | cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell2009-11-04
| * | | | | | | | | | cpumask: Simplify sched_rt.cRusty Russell2009-11-04
| * | | | | | | | | | sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto2009-11-04
| * | | | | | | | | | sched: Remove unused __schedule() declarationHiroshi Shimamoto2009-11-04
| * | | | | | | | | | sched, cpuacct: Fix niced guest time accountingRyota Ozaki2009-10-25
| * | | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2009-10-25
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | sched: Remove obsolete comment in sched_init()Jayson R. King2009-10-05
| * | | | | | | | | | sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens2009-09-21
* | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg2009-12-02
| * | | | | | | | | | trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan2009-12-01
| * | | | | | | | | | trace_syscalls: Simplify syscall profileLai Jiangshan2009-12-01
| * | | | | | | | | | trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan2009-12-01
| * | | | | | | | | | trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan2009-12-01
| * | | | | | | | | | trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-01
| * | | | | | | | | | trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-01
| * | | | | | | | | | trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan2009-12-01
| * | | | | | | | | | perf_event: Initialize data.period in perf_swevent_hrtimer()Xiao Guangrong2009-12-01
| * | | | | | | | | | trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu2009-12-01
| * | | | | | | | | | trace_kprobes: Don't output zero offsetLai Jiangshan2009-11-27
| * | | | | | | | | | trace_kprobes: Always show group nameLai Jiangshan2009-11-27
| * | | | | | | | | | trace_kprobes: Fix memory leakLai Jiangshan2009-11-27
| * | | | | | | | | | trace_syscalls: Add syscall nr fieldLai Jiangshan2009-11-27
| * | | | | | | | | | hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2009-11-27
| * | | | | | | | | | hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker2009-11-27
| * | | | | | | | | | perf_events: Fix read() bogus counts when in error stateStephane Eranian2009-11-26
| * | | | | | | | | | tracepoint: Add signal loss eventsMasami Hiramatsu2009-11-26
| * | | | | | | | | | tracepoint: Add signal deliver eventMasami Hiramatsu2009-11-26
| * | | | | | | | | | tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu2009-11-26
| * | | | | | | | | | hw-breakpoints: Fix unused function in off-caseFrederic Weisbecker2009-11-26
| * | | | | | | | | | kernel/hw_breakpoint.c: Fix local/global shadowingAndrew Morton2009-11-26
| * | | | | | | | | | hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-26
| * | | | | | | | | | hw-breakpoints: Improve in-kernel event creation error granularityFrederic Weisbecker2009-11-26
| * | | | | | | | | | ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker2009-11-26
| * | | | | | | | | | trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi2009-11-25
| * | | | | | | | | | perf_events: Fix bad software/trace event recursion countingFrederic Weisbecker2009-11-24