Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap | Oleg Nesterov | 2012-08-28 | 2 | -30/+3 | |
| * | | | | | | | | | uprobes: Kill uprobes_state->count | Oleg Nesterov | 2012-08-28 | 1 | -36/+2 | |
| * | | | | | | | | | uprobes: Remove check for uprobe variable in handle_swbp() | Sebastian Andrzej Siewior | 2012-08-28 | 1 | -9/+7 | |
| * | | | | | | | | | uprobes: Remove redundant lock_page/unlock_page | Srikar Dronamraju | 2012-08-28 | 1 | -2/+0 | |
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-08-28 | 14 | -78/+142 | |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | ftrace: Do not test frame pointers if -mfentry is used | Steven Rostedt | 2012-08-23 | 1 | -1/+4 | |
| * | | | | | | | | | ftrace: Add -mfentry to Makefile on function tracer | Steven Rostedt | 2012-08-23 | 1 | -0/+5 | |
| * | | | | | | | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2012-08-21 | 4 | -20/+19 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tracing/trivial: Fix some typos in kernel/trace | Wang Tianhong | 2012-08-07 | 2 | -5/+5 | |
| | * | | | | | | | | | tracing/filter: Add missing initialization | Jiri Olsa | 2012-08-07 | 1 | -1/+1 | |
| | * | | | | | | | | | tracing: Fix wakeup_rt self test on virtual machines | Steven Rostedt | 2012-08-07 | 1 | -14/+13 | |
| * | | | | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2012-08-21 | 55 | -1516/+2399 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | perf: Add attribute to filter out callchains | Frederic Weisbecker | 2012-08-10 | 1 | -14/+24 | |
| | * | | | | | | | | | | perf: Add ability to attach user stack dump to sample | Jiri Olsa | 2012-08-10 | 2 | -1/+165 | |
| | * | | | | | | | | | | perf: Add perf_output_skip function to skip bytes in sample | Jiri Olsa | 2012-08-10 | 2 | -0/+10 | |
| | * | | | | | | | | | | perf: Factor __output_copy to be usable with specific copy function | Frederic Weisbecker | 2012-08-10 | 2 | -23/+43 | |
| | * | | | | | | | | | | perf: Add ability to attach user level registers dump to sample | Jiri Olsa | 2012-08-10 | 1 | -0/+66 | |
| * | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-08-21 | 11 | -169/+719 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | kprobes/x86: ftrace based optimization for x86 | Masami Hiramatsu | 2012-07-31 | 1 | -1/+1 | |
| | * | | | | | | | | | | kprobes: introduce ftrace based optimization | Masami Hiramatsu | 2012-07-31 | 1 | -13/+92 | |
| | * | | | | | | | | | | kprobes: Move locks into appropriate functions | Masami Hiramatsu | 2012-07-31 | 1 | -21/+42 | |
| | * | | | | | | | | | | kprobes: cleanup to separate probe-able check | Masami Hiramatsu | 2012-07-31 | 1 | -37/+45 | |
| | * | | | | | | | | | | kprobes: Inverse taking of module_mutex with kprobe_mutex | Steven Rostedt | 2012-07-31 | 1 | -2/+2 | |
| | * | | | | | | | | | | ftrace: add ftrace_set_filter_ip() for address based filter | Masami Hiramatsu | 2012-07-31 | 1 | -2/+57 | |
| | * | | | | | | | | | | ftrace: Add selftest to test function save-regs support | Steven Rostedt | 2012-07-31 | 2 | -1/+115 | |
| | * | | | | | | | | | | ftrace: Add selftest to test function trace recursion protection | Steven Rostedt | 2012-07-31 | 2 | -0/+157 | |
| | * | | | | | | | | | | ftrace: Only compile ftrace selftest if selftests are enabled | Steven Rostedt | 2012-07-31 | 1 | -0/+2 | |
| | * | | | | | | | | | | ftrace: Add default recursion protection for function tracing | Steven Rostedt | 2012-07-31 | 7 | -8/+19 | |
| | * | | | | | | | | | | ftrace/x86: Add separate function to save regs | Steven Rostedt | 2012-07-19 | 1 | -8/+83 | |
| | * | | | | | | | | | | ftrace: Return pt_regs to function trace callback | Steven Rostedt | 2012-07-19 | 8 | -28/+43 | |
| | * | | | | | | | | | | ftrace: Consolidate arch dependent functions with 'list' function | Steven Rostedt | 2012-07-19 | 1 | -41/+4 | |
| | * | | | | | | | | | | ftrace: Pass ftrace_ops as third parameter to function trace callback | Steven Rostedt | 2012-07-19 | 8 | -44/+94 | |
* | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-01 | 2 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | genirq: Export dummy_irq_chip | Kuninori Morimoto | 2012-08-21 | 1 | -0/+2 | |
| * | | | | | | | | | | | | genirq: Export irq_set_chip_and_handler_name() | Kuninori Morimoto | 2012-08-21 | 1 | -0/+1 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-10-01 | 2 | -40/+102 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | locking: Adjust spin lock inlining Kconfig options | Jan Beulich | 2012-09-13 | 1 | -40/+63 | |
| * | | | | | | | | | | | | lockdep: Check if nested lock is actually held | Maarten Lankhorst | 2012-09-13 | 1 | -0/+39 | |
* | | | | | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-10-01 | 2 | -64/+65 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver() | Oleg Nesterov | 2012-09-13 | 1 | -14/+4 | |
| * | | | | | | | | | | | | | task_work: task_work_add() should not succeed after exit_task_work() | Oleg Nesterov | 2012-09-13 | 1 | -6/+16 | |
| * | | | | | | | | | | | | | task_work: Make task_work_add() lockless | Oleg Nesterov | 2012-09-13 | 1 | -47/+48 | |
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | rcu: Apply micro-optimization and int/bool fixes to RCU's idle handling | Paul E. McKenney | 2012-09-26 | 1 | -8/+8 | |
* | | | | | | | | | | | | | rcu: Userspace RCU extended QS selftest | Frederic Weisbecker | 2012-09-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | rcu: Exit RCU extended QS on user preemption | Frederic Weisbecker | 2012-09-26 | 1 | -0/+15 | |
* | | | | | | | | | | | | | rcu: Exit RCU extended QS on kernel preemption after irq/exception | Frederic Weisbecker | 2012-09-26 | 1 | -0/+1 | |
* | | | | | | | | | | | | | rcu: Switch task's syscall hooks on context switch | Frederic Weisbecker | 2012-09-26 | 2 | -0/+16 | |
* | | | | | | | | | | | | | rcu: Ignore userspace extended quiescent state by default | Frederic Weisbecker | 2012-09-26 | 2 | -1/+5 | |
* | | | | | | | | | | | | | rcu: Allow rcu_user_enter()/exit() to nest | Frederic Weisbecker | 2012-09-26 | 2 | -8/+36 | |
* | | | | | | | | | | | | | rcu: Settle config for userspace extended quiescent state | Frederic Weisbecker | 2012-09-26 | 1 | -1/+4 |