summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+70
| | * 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
| * | Merge branch 'x86/mem' into perf/coreIngo Molnar2011-05-1811-54/+219
| |\ \
| | * | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa2011-05-182-3/+3
| | * | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-12/+42
| | * | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-1/+28
| | * | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-13/+32
| | * | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-10/+55
| | * | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-9/+24
| | * | x86, alternative: Add altinstruction_entry macroFenghua Yu2011-05-181-0/+9
| | * | x86, alternative, doc: Add comment for applying alternatives orderFenghua Yu2011-05-181-0/+9
| | * | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-4/+15
| | * | x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSBFenghua Yu2011-05-171-0/+1
| | * | x86, cpufeature: Fix cpuid leaf 7 feature detectionFenghua Yu2011-05-171-2/+1
| * | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-189-106/+274
| |\ \ \ | | |_|/ | |/| |
| | * | ftrace/s390: mcount offset calculationMartin Schwidefsky2011-05-163-5/+9
| | * | ftrace/x86: mcount offset calculationMartin Schwidefsky2011-05-163-4/+7
| | * | ftrace/recordmcount: mcount address adjustmentMartin Schwidefsky2011-05-161-2/+7
| | * | ftrace/recordmcount: Add helper function get_sym_str_and_relp()Steven Rostedt2011-05-161-30/+37
| | * | ftrace/recordmcount: Remove duplicate code to find mcount symbolSteven Rostedt2011-05-161-24/+27
| | * | ftrace/x86: Do not trace .discard.text sectionSteven Rostedt2011-05-161-1/+1
| | * | ftrace: Avoid recording mcount on .init sections directlySteven Rostedt2011-05-161-7/+7
| | * | kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callersSteven Rostedt2011-05-162-1/+5
| | * | ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt2011-05-162-13/+41
| | * | ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt2011-05-162-6/+116
| | * | ftrace/recordmcount: Modify only executable sectionsSteven Rostedt2011-05-161-0/+1
| | * | ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt2011-05-162-0/+2
| | * | ftrace/trivial: Clean up record mcount to use Linux switch styleSteven Rostedt2011-05-161-21/+22
| | * | ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt2011-05-162-32/+32
| * | | perf: Fix multi-event parsing bugStephane Eranian2011-05-171-0/+3
| |/ /
| * | x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-125-58/+0
| * | perf probe: Fix the missed parameter initializationLin Ming2011-05-101-0/+1