summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | sched: Move wq_worker_waking to the correct sitePeter Zijlstra2011-04-141-3/+4
| | * | | | | | mutex: Use p->on_cpu for the adaptive spinPeter Zijlstra2011-04-147-56/+39Star
| | * | | | | | sched: Always provide p->on_cpuPeter Zijlstra2011-04-142-20/+30
| | * | | | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-1426-50/+63
| | * | | | | | Merge branch 'linus' into sched/lockingIngo Molnar2011-04-14178-2083/+1587Star
| | |\ \ \ \ \ \
| * | | | | | | | sched, sparc64: Turn cpu_coregroup_mask() into a real functionStephen Rothwell2011-04-121-1/+5
| * | | | | | | | sched: Dynamic sched_domain::levelPeter Zijlstra2011-04-113-24/+10Star
| * | | | | | | | sched: Move sched domain storage into the topology listPeter Zijlstra2011-04-111-52/+77
| * | | | | | | | sched: Reverse the topology listPeter Zijlstra2011-04-111-14/+20
| * | | | | | | | sched: Unify the sched_domain build functionsPeter Zijlstra2011-04-111-94/+39Star
| * | | | | | | | sched: Stuff the sched_domain creation in a data-structurePeter Zijlstra2011-04-111-6/+26
| * | | | | | | | sched: Create proper cpu_$DOM_mask() functionsPeter Zijlstra2011-04-111-5/+17
| * | | | | | | | sched: Avoid allocations in sched_domain_debug()Peter Zijlstra2011-04-111-12/+5Star
| * | | | | | | | sched: Create persistent sched_domains_tmpmaskPeter Zijlstra2011-04-111-8/+9
| * | | | | | | | sched: Remove some dead codePeter Zijlstra2011-04-112-22/+0Star
| * | | | | | | | sched: Remove nodemask allocationPeter Zijlstra2011-04-111-11/+3Star
| * | | | | | | | sched: Simplify NODE/ALLNODES domain creationPeter Zijlstra2011-04-111-18/+22
| * | | | | | | | sched: Reduce some allocation pressurePeter Zijlstra2011-04-111-0/+8
| * | | | | | | | sched: Avoid using sd->levelPeter Zijlstra2011-04-111-1/+1
| * | | | | | | | sched: Simplify the free path somePeter Zijlstra2011-04-111-6/+5Star
| * | | | | | | | sched: Dynamically allocate sched_domain/sched_group data-structuresPeter Zijlstra2011-04-113-296/+218Star
| * | | | | | | | sched: Simplify sched_groups_power initializationPeter Zijlstra2011-04-111-34/+5Star
| * | | | | | | | sched: Simplify finding the lowest sched_domainPeter Zijlstra2011-04-111-10/+13
| * | | | | | | | sched: Simplify sched_group creationPeter Zijlstra2011-04-111-19/+5Star
| * | | | | | | | sched: Clean up some ALLNODES codePeter Zijlstra2011-04-111-7/+4Star
| * | | | | | | | sched: Change NODE sched_domain group creationPeter Zijlstra2011-04-111-197/+32Star
| * | | | | | | | sched: Simplify build_sched_groups()Peter Zijlstra2011-04-111-36/+16Star
| * | | | | | | | sched: Simplify ->cpu_power initializationPeter Zijlstra2011-04-111-39/+5Star
| * | | | | | | | sched: Remove obsolete arch_ prefixesPeter Zijlstra2011-04-111-7/+7
| |/ / / / / / /
| * | | | | | | sched: Eliminate dead code from wakeup_gran()Shaohua Li2011-04-111-4/+1Star
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-2078-1700/+4013
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-05-1911-145/+1116
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ftrace: Add self-tests for multiple function trace usersSteven Rostedt2011-05-193-1/+217
| | * | | | | | | | ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt2011-05-193-5/+52
| | * | | | | | | | ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-184-7/+40
| | * | | | | | | | ftrace: Implement separate user function filteringSteven Rostedt2011-05-186-39/+166
| | * | | | | | | | 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-182-18/+148
| | * | | | | | | | 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-182-21/+54
| | * | | | | | | | ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt2011-05-182-84/+70Star
| | * | | | | | | | ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt2011-05-182-27/+150
| * | | | | | | | | Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-191-2/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ftrace/kbuild: Add recordmcount files to force full buildMichal Marek2011-05-191-2/+5
| * | | | | | | | | | perf stat: Add more cache-miss percentage printoutsIngo Molnar2011-05-191-2/+136
| * | | | | | | | | | perf stat: Add -d -d and -d -d -d options to show more CPU eventsIngo Molnar2011-05-191-55/+154
| |/ / / / / / / / /
| * | | | | | | | | perf bench, x86: Add alternatives-asm.h wrapperIngo Molnar2011-05-181-0/+8