summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-016-21/+267
|\
| * Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-09-192-1/+4
| |\
| | * uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior2012-09-151-0/+2
| | * uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov2012-09-151-1/+2
| * | Merge branch 'core/rcu' into perf/coreIngo Molnar2012-09-135-13/+37
| |\ \ | | |/ | |/|
| * | uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov2012-08-281-1/+1
| * | uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov2012-08-281-4/+0
| * | uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov2012-08-282-0/+7
| * | uprobes: Kill uprobes_state->countOleg Nesterov2012-08-281-1/+1
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-08-2829-71/+164
| |\ \
| * | | perf tools: Keep the perf_event_attr on version 3Jiri Olsa2012-08-221-2/+2
| * | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-08-21323-2453/+15514
| |\ \ \
| | * | | perf: Add attribute to filter out callchainsFrederic Weisbecker2012-08-101-1/+4
| | * | | perf: Add ability to attach user stack dump to sampleJiri Olsa2012-08-101-1/+17
| | * | | perf: Add perf_output_skip function to skip bytes in sampleJiri Olsa2012-08-101-0/+2
| | * | | perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker2012-08-101-1/+1
| | * | | perf: Add ability to attach user level registers dump to sampleJiri Olsa2012-08-102-3/+38
| | * | | perf: Unified API to record selective sets of arch registersJiri Olsa2012-08-101-0/+19
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-08-212-10/+175
| |\ \ \ \
| | * | | | kprobes/x86: ftrace based optimization for x86Masami Hiramatsu2012-07-311-1/+1
| | * | | | kprobes: introduce ftrace based optimizationMasami Hiramatsu2012-07-311-0/+27
| | * | | | ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACESteven Rostedt2012-07-311-1/+5
| | * | | | ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu2012-07-311-0/+3
| | * | | | ftrace: Add selftest to test function trace recursion protectionSteven Rostedt2012-07-311-0/+6
| | * | | | ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-311-0/+5
| | * | | | ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-191-7/+100
| | * | | | ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-191-2/+4
| | * | | | ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt2012-07-191-0/+13
| | * | | | ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-191-2/+14
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-011-2/+1
|\ \ \ \ \ \
| * | | | | | task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov2012-09-131-2/+1
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-016-15/+98
|\ \ \ \ \ \ \
| * | | | | | | rcu: Switch task's syscall hooks on context switchFrederic Weisbecker2012-09-262-0/+10
| * | | | | | | rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker2012-09-261-0/+9
| * | | | | | | rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIsFrederic Weisbecker2012-09-261-0/+2
| * | | | | | | rcu: New rcu_user_enter() and rcu_user_exit() APIsFrederic Weisbecker2012-09-261-0/+2
| * | | | | | | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2012-09-2518-16/+55
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'v3.6-rc7' into core/rcuIngo Molnar2012-09-2518-16/+55
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney2012-09-252-1/+53
| |\ \ \ \ \ \ \ \
| | * | | | | | | | smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner2012-08-131-0/+43
| | * | | | | | | | kthread: Implement park/unpark facilityThomas Gleixner2012-08-131-1/+10
| * | | | | | | | | time: RCU permitted to stop idle entry via softirqPaul E. McKenney2012-09-231-0/+2
| * | | | | | | | | rcu: Permit RCU_NONIDLE() to be used from interrupt contextPaul E. McKenney2012-09-231-4/+2
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | trace: Don't declare trace_*_rcuidle functions in modulesJosh Triplett2012-09-121-10/+18
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-013-16/+81
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-----. | | | | | | | | Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogi...Jiri Kosina2012-10-0118-16/+55
| |\ \ \ \| | | | | | | | | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'for-next' of git://github.com/rydberg/linux into from-henrikJiri Kosina2012-09-193-16/+81
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | HID: Allow more fields in the hid reportHenrik Rydberg2012-09-191-1/+1
| | * | | | | | | | | | HID: Add an input configured notification callbackHenrik Rydberg2012-09-191-0/+3
| | * | | | | | | | | | Input: MT - Get slot by keyHenrik Rydberg2012-09-191-0/+4