aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-21
|\
| * irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-18
| * perf_events: Fix bogus AMD64 generic TLB eventsStephane Eranian2010-10-18
| * Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter2010-10-15
| |\
| | * Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar2010-10-15
| | |\
| | | * ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt2010-10-14
| | | * ftrace/x86: Add support for C version of recordmcountSteven Rostedt2010-10-14
| | * | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-10-14
| | |\ \ | | | |/ | | |/|
| | | * x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker2010-10-14
| | * | kconfig/x86: Add HAVE_TEXT_POKE_SMP config for stop_machine dependencyMasami Hiramatsu2010-10-14
| | * | x86: Use __stop_machine() in text_poke_smp()Masami Hiramatsu2010-10-14
| | |/
| | * Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-08
| | |\
| | * | perf, gcc-4.6: Fix set but unused variableAndi Kleen2010-10-05
| | * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-05
| | |\ \
| | * \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-24
| | |\ \ \
| | | * | | jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditionsSteven Rostedt2010-09-22
| | | * | | jump label: Remove duplicate structure for x86Steven Rostedt2010-09-22
| | | * | | jump label: x86 supportJason Baron2010-09-22
| | | * | | jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2010-09-22
| | | * | | jump label: Base patch for jump labelJason Baron2010-09-22
| | | * | | jump label: Make text_poke_early() globally visibleJason Baron2010-09-20
| | | * | | jump label: Make dynamic no-op selection available outside of ftraceJason Baron2010-09-20
| | * | | | Merge branch 'linus' into perf/coreIngo Molnar2010-09-22
| | |\ \ \ \
| | * \ \ \ \ Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar2010-09-21
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | kprobes: Remove __dummy_bufNamhyung Kim2010-09-15
| | * | | | | kprobes: Make functions staticNamhyung Kim2010-09-15
| | * | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-15
| | |\ \ \ \ \
| | * | | | | | perf_events: Fix BTS interrupt handling to avoid being dazed by NMI (v2)Stephane Eranian2010-09-13
| | * | | | | | perf: Remove the sysfs bitsPeter Zijlstra2010-09-09
| | * | | | | | perf: Rework the PMU methodsPeter Zijlstra2010-09-09
| | * | | | | | perf: Per PMU disablePeter Zijlstra2010-09-09
| | * | | | | | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-09
| | * | | | | | perf: Register PMU implementationsPeter Zijlstra2010-09-09
| | * | | | | | perf: Deconstify struct pmuPeter Zijlstra2010-09-09
| | * | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-09
| | |\ \ \ \ \ \
| | * | | | | | | perf, x86, Pentium4: Add RAW events verificationCyrill Gorcunov2010-09-01
| | * | | | | | | Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker2010-08-26
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2010-08-25
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | perf: Remove unused variableLin Ming2010-08-25
| | * | | | | | | | | perf: Remove superfluous return values from perf_callchain_*()Peter Zijlstra2010-08-20
| | * | | | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-19
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | perf: Fix race in callchainsFrederic Weisbecker2010-08-18
| | * | | | | | | | | | perf: Factorize callchain context handlingFrederic Weisbecker2010-08-18
| | * | | | | | | | | | perf: Generalize some arch callchain codeFrederic Weisbecker2010-08-18
| | * | | | | | | | | | perf: Generalize callchain_store()Frederic Weisbecker2010-08-18
| | * | | | | | | | | | perf: Drop unappropriate tests on arch callchainsFrederic Weisbecker2010-08-18
| * | | | | | | | | | | oprofile, x86: Simplify init/exit functionsRobert Richter2010-10-01
| * | | | | | | | | | | oprofile, x86: Adding backtrace dump for 32bit process in compat modeJiri Olsa2010-10-01
| * | | | | | | | | | | oprofile, x86: Using struct stack_frame for 64bit processes dumpJiri Olsa2010-10-01
* | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-21
|\ \ \ \ \ \ \ \ \ \ \ \