summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-1811-35/+48
* perf_events: Fix bogus AMD64 generic TLB eventsStephane Eranian2010-10-181-2/+2
* Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter2010-10-1533-319/+735
|\
| * Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar2010-10-151-0/+1
| |\
| | * ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt2010-10-141-1/+1
| | * ftrace/x86: Add support for C version of recordmcountSteven Rostedt2010-10-141-0/+1
| * | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-10-152-0/+6
| |\ \ | | |/ | |/|
| | * x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker2010-10-142-0/+6
| * | kconfig/x86: Add HAVE_TEXT_POKE_SMP config for stop_machine dependencyMasami Hiramatsu2010-10-141-0/+5
| * | x86: Use __stop_machine() in text_poke_smp()Masami Hiramatsu2010-10-141-1/+2
| |/
| * Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-0817-41/+111
| |\
| | * Merge branch 'v2.6.36-rc6-urgent-fixes' of git://xenbits.xen.org/people/sstab...Linus Torvalds2010-10-061-2/+3
| | |\
| | | * xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini2010-10-051-2/+3
| | * | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-052-1/+6
| | |\ \
| | * | | modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-2/+1
| | * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-10-041-6/+12
| | |\ \ \
| | | * | | [CPUFREQ] Fix memory leaks in pcc_cpufreq_do_oscPekka Enberg2010-09-301-6/+12
| | | * | | [CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim2010-09-301-1/+1
| | * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-015-5/+12
| | |\ \ \ \
| | | * | | | x86, hpet: Fix bogus error check in hpet_assign_irq()Thomas Gleixner2010-09-301-1/+1
| | | * | | | x86, irq: Plug memory leak in sparse irqThomas Gleixner2010-09-301-3/+8
| | | * | | | x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin2010-09-283-1/+3
| | | | |_|/ | | | |/| |
| | * | | | ACPI: add missing __percpu markup in arch/x86/kernel/acpi/cstate.cNamhyung Kim2010-09-281-1/+1
| | |/ / /
| | * | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2010-09-271-1/+1
| | |\ \ \
| | | * | | x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatileAlexander Chumachenko2010-09-261-1/+1
| | * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-275-24/+79
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-09-244-23/+66
| | | |\ \ \
| | | | * | | x86/amd-iommu: Fix rounding-bug in __unmap_singleJoerg Roedel2010-09-231-1/+3
| | | | * | | x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel2010-09-233-0/+33
| | | | * | | x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel2010-09-232-22/+30
| | | * | | | x86, setup: Fix earlyprintk=serial,0x3f8,115200Yinghai Lu2010-09-211-1/+13
| | | * | | | x86, setup: Fix earlyprintk=serial,ttyS0,115200Yinghai Lu2010-09-211-1/+1
| | * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-272-1/+13
| | |\ \ \ \ \
| | * | | | | | x86/hwmon: fix initialization of coretempJan Beulich2010-09-242-0/+2
| * | | | | | | perf, gcc-4.6: Fix set but unused variableAndi Kleen2010-10-051-2/+0
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-054-2/+19
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | perf, x86: Handle in flight NMIs on P4 platformCyrill Gorcunov2010-09-301-1/+5
| * | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-2410-66/+178
| |\ \ \ \ \ \ \
| | * | | | | | | jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditionsSteven Rostedt2010-09-221-1/+1
| | * | | | | | | jump label: Remove duplicate structure for x86Steven Rostedt2010-09-221-11/+1
| | * | | | | | | jump label: x86 supportJason Baron2010-09-225-1/+102
| | * | | | | | | jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2010-09-221-1/+2
| | * | | | | | | jump label: Base patch for jump labelJason Baron2010-09-222-2/+3
| | * | | | | | | jump label: Make text_poke_early() globally visibleJason Baron2010-09-202-2/+4
| | * | | | | | | jump label: Make dynamic no-op selection available outside of ftraceJason Baron2010-09-204-62/+79
| * | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-09-224-28/+31
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar2010-09-218-48/+38
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | kprobes: Remove __dummy_bufNamhyung Kim2010-09-151-7/+2
| * | | | | | | kprobes: Make functions staticNamhyung Kim2010-09-151-1/+1
| * | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-1513-22/+73
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
OpenPOWER on IntegriCloud