summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-0124-407/+1259
|\
| * trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia2012-09-242-37/+73
| * tracing: Add an option for disabling markersMandeep Singh Baines2012-09-242-1/+6
| * Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-09-191-20/+79
| |\
| | * uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior2012-09-151-2/+12
| | * uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBESOleg Nesterov2012-09-151-0/+22
| | * uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov2012-09-151-4/+35
| | * uprobes: uprobes_treelock should not disable irqsOleg Nesterov2012-09-151-13/+8
| | * uprobes: Don't put NULL pointer in uprobe_register()Sebastian Andrzej Siewior2012-09-151-1/+2
| * | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-09-145-10/+10
| |\ \
| | * | kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2012-09-131-3/+0
| | * | trace: Stop compiling in trace_clock unconditionallyJosh Triplett2012-09-133-6/+7
| | * | tracing: Skip printing "OK" if failed to disable eventYuanhan Liu2012-09-131-1/+3
| * | | Merge branch 'core/rcu' into perf/coreIngo Molnar2012-09-131-5/+5
| |\ \ \ | | |_|/ | |/| |
| * | | uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov2012-08-281-11/+9
| * | | uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov2012-08-282-10/+2
| * | | uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov2012-08-282-1/+22
| * | | uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov2012-08-281-11/+5
| * | | uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov2012-08-281-21/+6
| * | | uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov2012-08-282-30/+3
| * | | uprobes: Kill uprobes_state->countOleg Nesterov2012-08-281-36/+2
| * | | uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior2012-08-281-9/+7
| * | | uprobes: Remove redundant lock_page/unlock_pageSrikar Dronamraju2012-08-281-2/+0
| * | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-08-2814-78/+142
| |\ \ \ | | |_|/ | |/| |
| * | | ftrace: Do not test frame pointers if -mfentry is usedSteven Rostedt2012-08-231-1/+4
| * | | ftrace: Add -mfentry to Makefile on function tracerSteven Rostedt2012-08-231-0/+5
| * | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-08-214-20/+19
| |\ \ \
| | * | | tracing/trivial: Fix some typos in kernel/traceWang Tianhong2012-08-072-5/+5
| | * | | tracing/filter: Add missing initializationJiri Olsa2012-08-071-1/+1
| | * | | tracing: Fix wakeup_rt self test on virtual machinesSteven Rostedt2012-08-071-14/+13
| * | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-08-2155-1516/+2399
| |\ \ \ \
| | * | | | perf: Add attribute to filter out callchainsFrederic Weisbecker2012-08-101-14/+24
| | * | | | perf: Add ability to attach user stack dump to sampleJiri Olsa2012-08-102-1/+165
| | * | | | perf: Add perf_output_skip function to skip bytes in sampleJiri Olsa2012-08-102-0/+10
| | * | | | perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker2012-08-102-23/+43
| | * | | | perf: Add ability to attach user level registers dump to sampleJiri Olsa2012-08-101-0/+66
| * | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-08-2111-169/+719
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | kprobes/x86: ftrace based optimization for x86Masami Hiramatsu2012-07-311-1/+1
| | * | | | kprobes: introduce ftrace based optimizationMasami Hiramatsu2012-07-311-13/+92
| | * | | | kprobes: Move locks into appropriate functionsMasami Hiramatsu2012-07-311-21/+42
| | * | | | kprobes: cleanup to separate probe-able checkMasami Hiramatsu2012-07-311-37/+45
| | * | | | kprobes: Inverse taking of module_mutex with kprobe_mutexSteven Rostedt2012-07-311-2/+2
| | * | | | ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu2012-07-311-2/+57
| | * | | | ftrace: Add selftest to test function save-regs supportSteven Rostedt2012-07-312-1/+115
| | * | | | ftrace: Add selftest to test function trace recursion protectionSteven Rostedt2012-07-312-0/+157
| | * | | | ftrace: Only compile ftrace selftest if selftests are enabledSteven Rostedt2012-07-311-0/+2
| | * | | | ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-317-8/+19
| | * | | | ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-191-8/+83
| | * | | | ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-198-28/+43
| | * | | | ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt2012-07-191-41/+4
OpenPOWER on IntegriCloud