aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched: Simplify NODE/ALLNODES domain creationPeter Zijlstra2011-04-111-18/+22
| * | | | | | sched: Avoid using sd->levelPeter Zijlstra2011-04-111-1/+1
| * | | | | | sched: Simplify the free path somePeter Zijlstra2011-04-111-6/+5
| * | | | | | sched: Dynamically allocate sched_domain/sched_group data-structuresPeter Zijlstra2011-04-112-296/+213
| * | | | | | sched: Simplify sched_groups_power initializationPeter Zijlstra2011-04-111-34/+5
| * | | | | | sched: Simplify finding the lowest sched_domainPeter Zijlstra2011-04-111-10/+13
| * | | | | | sched: Simplify sched_group creationPeter Zijlstra2011-04-111-19/+5
| * | | | | | sched: Clean up some ALLNODES codePeter Zijlstra2011-04-111-7/+4
| * | | | | | sched: Change NODE sched_domain group creationPeter Zijlstra2011-04-111-197/+32
| * | | | | | sched: Simplify build_sched_groups()Peter Zijlstra2011-04-111-36/+16
| * | | | | | sched: Simplify ->cpu_power initializationPeter Zijlstra2011-04-111-39/+5
| * | | | | | sched: Remove obsolete arch_ prefixesPeter Zijlstra2011-04-111-7/+7
| |/ / / / /
| * | | | | sched: Eliminate dead code from wakeup_gran()Shaohua Li2011-04-111-4/+1
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-1918-682/+1570
|\ \ \ \ \ \
| * | | | | | ftrace: Add self-tests for multiple function trace usersSteven Rostedt2011-05-183-1/+217
| * | | | | | ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt2011-05-182-4/+46
| * | | | | | ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-182-7/+38
| * | | | | | ftrace: Implement separate user function filteringSteven Rostedt2011-05-185-38/+160
| * | | | | | ftrace: Free hash with call_rcu_sched()Steven Rostedt2011-05-181-27/+28
| * | | | | | ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt2011-05-181-16/+53
| * | | | | | ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt2011-05-181-14/+14
| * | | | | | ftrace: Add enabled_functions fileSteven Rostedt2011-05-181-2/+49
| * | | | | | ftrace: Use counters to enable functions to traceSteven Rostedt2011-05-181-16/+142
| * | | | | | ftrace: Separate hash allocation and assignmentSteven Rostedt2011-05-181-42/+233
| * | | | | | ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt2011-05-181-19/+46
| * | | | | | ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt2011-05-181-82/+69
| * | | | | | ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt2011-05-181-26/+150
| * | | | | | Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar2011-05-108-9/+37
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | perf events: Clean up definitions and initializers, update copyrightsIngo Molnar2011-05-041-20/+20
| * | | | | | hw breakpoints: Move to kernel/events/Borislav Petkov2011-05-033-2/+2
| * | | | | | perf: Start the restructuringBorislav Petkov2011-05-033-2/+8
| * | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-05-011-209/+138
| |\ \ \ \ \ \
| | * | | | | | ftrace: Consolidate the function match routines for normal and modsSteven Rostedt2011-04-291-62/+36
| | * | | | | | ftrace: Consolidate updating of ftrace_trace_functionSteven Rostedt2011-04-291-61/+34
| | * | | | | | ftrace: Move record update for normal and modules into a separate functionSteven Rostedt2011-04-291-8/+11
| | * | | | | | ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt2011-04-291-8/+4
| | * | | | | | ftrace: Remove FTRACE_FL_FAILED flagSteven Rostedt2011-04-291-29/+47
| | * | | | | | ftrace: Remove failures fileSteven Rostedt2011-04-291-37/+2
| | * | | | | | ftrace: Remove unnecessary disabling of irqsSteven Rostedt2011-04-291-4/+0
| | * | | | | | ftrace: Make FTRACE_WARN_ON() work in if conditionSteven Rostedt2011-04-291-6/+10
| * | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-015-9/+27
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ftrace: Only update the function code on write to filter filesSteven Rostedt2011-04-291-5/+7
| * | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-276-352/+352
| |\ \ \ \ \ \ \
| | * | | | | | | jump label: Introduce static_branch() interfaceJason Baron2011-04-043-337/+229
| | * | | | | | | tracing: Avoid soft lockup in trace_pipeJiri Olsa2011-04-042-3/+15
| | * | | | | | | tracing: Print trace_bprintk() formats for modules tooSteven Rostedt2011-04-041-6/+97
| | * | | | | | | tracing: Convert trace_printk() formats for module to const char *Steven Rostedt2011-04-041-6/+11
* | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-198-4/+401
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | irq: Export functions to allow modular irq driversJonathan Cameron2011-05-182-0/+5
| * | | | | | | | | genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner2011-05-181-0/+15