summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| | * | | | | | | | | | ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-198-44/+94
* | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-012-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | genirq: Export dummy_irq_chipKuninori Morimoto2012-08-211-0/+2
| * | | | | | | | | | | | genirq: Export irq_set_chip_and_handler_name()Kuninori Morimoto2012-08-211-0/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-012-40/+102
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | locking: Adjust spin lock inlining Kconfig optionsJan Beulich2012-09-131-40/+63
| * | | | | | | | | | | | lockdep: Check if nested lock is actually heldMaarten Lankhorst2012-09-131-0/+39
* | | | | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-012-64/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver()Oleg Nesterov2012-09-131-14/+4
| * | | | | | | | | | | | | task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov2012-09-131-6/+16
| * | | | | | | | | | | | | task_work: Make task_work_add() locklessOleg Nesterov2012-09-131-47/+48
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | rcu: Apply micro-optimization and int/bool fixes to RCU's idle handlingPaul E. McKenney2012-09-261-8/+8
* | | | | | | | | | | | | rcu: Userspace RCU extended QS selftestFrederic Weisbecker2012-09-261-1/+1
* | | | | | | | | | | | | rcu: Exit RCU extended QS on user preemptionFrederic Weisbecker2012-09-261-0/+15
* | | | | | | | | | | | | rcu: Exit RCU extended QS on kernel preemption after irq/exceptionFrederic Weisbecker2012-09-261-0/+1
* | | | | | | | | | | | | rcu: Switch task's syscall hooks on context switchFrederic Weisbecker2012-09-262-0/+16
* | | | | | | | | | | | | rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker2012-09-262-1/+5
* | | | | | | | | | | | | rcu: Allow rcu_user_enter()/exit() to nestFrederic Weisbecker2012-09-262-8/+36
* | | | | | | | | | | | | rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker2012-09-261-1/+4
OpenPOWER on IntegriCloud