summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-011-1/+1
|\
| * perf/x86: Fix typo in uncore_pmu_to_boxYan, Zheng2012-09-271-1/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-0124-293/+869
|\ \
| * \ Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-09-245-223/+230
| |\ \
| | * | KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong2012-09-215-223/+230
| * | | kprobes/x86: Move skip_singlestep upBorislav Petkov2012-09-201-16/+16
| |/ /
| * | perf: Fix off by one test in perf_reg_value()Dan Carpenter2012-09-191-1/+1
| * | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-09-194-22/+88
| |\ \
| | * | uprobes: Make arch_uprobe_task->saved_trap_nr "unsigned int"Oleg Nesterov2012-09-151-1/+1
| | * | uprobes/x86: Fix arch_uprobe_disable_step() && UTASK_SSTEP_TRAPPED interactionOleg Nesterov2012-09-151-4/+10
| | * | uprobes/x86: Xol should send SIGTRAP if X86_EFLAGS_TF was setOleg Nesterov2012-09-152-8/+14
| | * | uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov2012-09-153-15/+21
| | * | ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logicOleg Nesterov2012-09-151-1/+13
| | * | ptrace/x86: Introduce set_task_blockstep() helperOleg Nesterov2012-09-151-20/+21
| | * | uprobes/x86: Implement x86 specific arch_uprobe_*_stepSebastian Andrzej Siewior2012-09-152-0/+35
| * | | perf/x86: Add cpumask for uncore pmuYan, Zheng2012-09-172-5/+29
| * | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-09-143-14/+36
| |\ \ \
| | * | | kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2012-09-141-13/+29
| | * | | ftrace/x86-64: Allow to change RIP in handlersSteven Rostedt2012-09-141-0/+4
| | * | | kprobes/x86: Fix kprobes to collectly handle IP on ftraceMasami Hiramatsu2012-09-141-3/+6
| | * | | ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu2012-09-141-2/+1
| * | | | Merge branch 'core/rcu' into perf/coreIngo Molnar2012-09-1344-77/+261
| |\ \ \ \
| * \ \ \ \ Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2012-09-051-5/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-08-28191-2214/+2343
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | ftrace/x86: Add support for -mfentry to x86_64Steven Rostedt2012-08-234-7/+39
| * | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-08-211868-29212/+58681
| |\ \ \ \ \
| | * | | | | perf: Add ability to attach user stack dump to sampleJiri Olsa2012-08-102-0/+8
| | * | | | | perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker2012-08-101-0/+2
| | * | | | | perf: Add ability to attach user level registers dump to sampleJiri Olsa2012-08-101-0/+15
| | * | | | | perf: Unified API to record selective sets of arch registersJiri Olsa2012-08-105-0/+132
| * | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-08-216-37/+305
| |\ \ \ \ \ \
| | * | | | | | kprobes/x86: ftrace based optimization for x86Masami Hiramatsu2012-07-312-0/+49
| | * | | | | | ftrace/x86: Remove function_trace_stop check from graph callerSteven Rostedt2012-07-312-6/+0
| | * | | | | | ftrace/x86_32: Simplify parameter setup for ftrace_regs_callerUros Bizjak2012-07-311-3/+2
| | * | | | | | ftrace/x86: Add save_regs for i386 function callsSteven Rostedt2012-07-193-6/+68
| | * | | | | | ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-194-32/+190
| | * | | | | | ftrace/x86_32: Push ftrace_ops in as 3rd parameter to function tracerSteven Rostedt2012-07-192-1/+2
| | * | | | | | ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-192-0/+5
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-0124-54/+188
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Exit RCU extended QS on notify resumeFrederic Weisbecker2012-09-262-0/+5
| * | | | | | | | x86: Use the new schedule_user API on userspace preemptionFrederic Weisbecker2012-09-262-4/+17
| * | | | | | | | x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker2012-09-263-28/+86
| * | | | | | | | x86: Unspaghettize do_general_protection()Frederic Weisbecker2012-09-261-22/+16
| * | | | | | | | x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker2012-09-262-3/+12
| * | | | | | | | rcu: Switch task's syscall hooks on context switchFrederic Weisbecker2012-09-261-0/+1
| * | | | | | | | rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker2012-09-261-0/+10
| * | | | | | | | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2012-09-2574-417/+613
| |\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....Paul E. McKenney2012-09-2514-2/+46
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | | * | | | | | | | ia64: Add missing RCU idle APIs on idle loopPaul E. McKenney2012-09-231-0/+3
| | | * | | | | | | | xtensa: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3