summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-186-29/+41
* perf_events: Fix bogus AMD64 generic TLB eventsStephane Eranian2010-10-181-2/+2
* 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-0811-37/+75
|\
| * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-051-1/+5
| |\
| * | 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-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-272-23/+48
| |\ \ \
| | * \ \ Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-09-242-23/+48
| | |\ \ \
| | | * | | x86/amd-iommu: Fix rounding-bug in __unmap_singleJoerg Roedel2010-09-231-1/+3
| | | * | | x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel2010-09-231-0/+18
| | | * | | x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel2010-09-231-22/+27
| * | | | | 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-241-0/+1
* | | | | | | perf, gcc-4.6: Fix set but unused variableAndi Kleen2010-10-051-2/+0
* | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-053-2/+18
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | perf, x86: Handle in flight NMIs on P4 platformCyrill Gorcunov2010-09-301-1/+5
| | |/ / / / | |/| | | |
| * | | | | perf, x86: Catch spurious interrupts after disabling countersRobert Richter2010-09-241-1/+11
| * | | | | tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt2010-09-221-0/+1
| * | | | | tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge2010-09-221-0/+1
| |/ / / /
* | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-247-66/+129
|\ \ \ \ \
| * | | | | jump label: x86 supportJason Baron2010-09-223-1/+54
| * | | | | 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-221-1/+1
| * | | | | jump label: Make text_poke_early() globally visibleJason Baron2010-09-201-2/+2
| * | | | | jump label: Make dynamic no-op selection available outside of ftraceJason Baron2010-09-203-62/+71
* | | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-09-221-21/+19
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-211-21/+19
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86: Fix instruction breakpoint encodingFrederic Weisbecker2010-09-171-21/+19
| | | |/ / | | |/| |
* | | | | Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar2010-09-213-35/+20
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-163-35/+20
| |\ \ \ | | |/ / | |/| |
| | * | x86: hpet: Work around hardware stupidityThomas Gleixner2010-09-152-32/+17
| | * | x86, UV: Fix initialization of max_pnodeJack Steiner2010-09-101-3/+3
* | | | 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-154-8/+46
|\ \ \ \ | |/ / /
| * | | x86, tsc: Fix a preemption leak in restore_sched_clock_state()Peter Zijlstra2010-09-101-1/+1
| |/ /
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-083-8/+8
| |\ \
| | * | x86, mcheck: Avoid duplicate sysfs links/files for thresholding banksAndreas Herrmann2010-09-051-2/+2
| | * | x86, mm: Fix CONFIG_VMSPLIT_1G and 2G_OPT trampolineHugh Dickins2010-08-241-2/+1
| | * | x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_devSergey Senozhatsky2010-08-201-4/+5
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-083-20/+56
| |\ \ \
| * \ \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-251-0/+2
| |\ \ \ \
OpenPOWER on IntegriCloud