aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAge
...
| | * | | | | | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-18
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-09
| | |\ \ \ \ \ \
| | | * | | | | | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-08
| | | * | | | | | x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker2010-06-08
| | * | | | | | | perf: Convert perf_event to local_tPeter Zijlstra2010-06-09
| | * | | | | | | perf, x86: Make a second write to performance counter if neededCyrill Gorcunov2010-06-09
| | * | | | | | | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-09
| * | | | | | | | ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying2010-08-08
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | [CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov2010-07-26
| * | | | | | | [CPUFREQ] Fix PCC driver error pathMatthew Garrett2010-07-26
| * | | | | | | [CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman2010-07-26
| * | | | | | | [CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett2010-07-26
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-07-04
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | perf, x86: Fix incorrect branches event on AMD CPUsVince Weaver2010-07-03
| * | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-28
| |\| | | | | | | |_|_|/ / | |/| | | |
| | * | | | perf_events: Fix Intel Westmere event constraintsStephane Eranian2010-06-10
| | |/ / /
| * | | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-06-04
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab2010-05-10
| * | | | perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian2010-05-31
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-30
| |\ \ \ \
| | * | | | x86, k8: Fix section mismatch for powernowk8_exit()Borislav Petkov2010-05-25
| * | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-28
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | ACPI, APEI, Use ERST for persistent storage of MCEHuang Ying2010-05-19
| | * | | | ACPI, APEI, Generic Hardware Error Source memory error supportHuang Ying2010-05-19
| * | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-27
| |\ \ \ \ \
| | * | | | | perf, trace: Fix !x86 build bugPeter Zijlstra2010-05-25
| | * | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-20
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_Cyrill Gorcunov2010-05-19
| | * | | | | perf, x86: P4 PMU -- do a real check for ESCR address being in hashCyrill Gorcunov2010-05-19
| | * | | | | perf, x86: P4 PMU -- fix typo in unflagged NMI handlingCyrill Gorcunov2010-05-18
| | * | | | | perf, x86: P4 PMU -- handle unflagged eventsCyrill Gorcunov2010-05-18
| * | | | | | numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn2010-05-27
| * | | | | | x86: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-27
| | |_|_|/ / | |/| | | |
| * | | | | x86,early dr regs,kgdb: Allow kernel debugger early dr register accessJason Wessel2010-05-20
| | |/ / / | |/| | |
| * | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-18
| |\ \ \ \
| | * | | | x86: Avoid check hlt for newer cpusJacob Pan2010-05-07
| * | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-18
| |\ \ \ \ \
| | * | | | | x86: Eliminate TS_XSAVEAvi Kivity2010-05-10
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-18
| |\ \ \ \ \
| | * | | | | x86, hypervisor: add missing <linux/module.h>H. Peter Anvin2010-05-10
| | * | | | | x86, hypervisor: Export the x86_hyper* symbolsH. Peter Anvin2010-05-09
| | * | | | | Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-08
| | |\| | | |
| | * | | | | x86: Clean up the hypervisor layerH. Peter Anvin2010-05-07
| | * | | | | x86, HyperV: fix up the license to mshyperv.cGreg Kroah-Hartman2010-05-07
| | * | | | | x86: Detect running on a Microsoft HyperV systemKy Srinivasan2010-05-06
| | * | | | | x86, cpu: Make APERF/MPERF a normal table-driven flagH. Peter Anvin2010-05-03
| | * | | | | x86, cacheinfo: Disable index in all four subcachesBorislav Petkov2010-04-22
| | * | | | | x86, cacheinfo: Make L3 cache info per nodeBorislav Petkov2010-04-22
| | * | | | | x86, cacheinfo: Reorganize AMD L3 cache structureBorislav Petkov2010-04-22
| | * | | | | x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro...Frank Arnold2010-04-22