aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAge
...
* | | perf/x86/intel/uncore: Fix multi-segment problem of perf_event_intel_uncoreTaku Izumi2015-10-06
* | | perf/x86: Add Intel cstate PMUs supportKan Liang2015-10-06
* | | perf/x86/intel/uncore: Do not use macro DEFINE_PCI_DEVICE_TABLE()Vaishali Thakkar2015-10-01
* | | perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang2015-09-28
* | | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-28
|\| |
| * | perf/x86: Change test_aperfmperf() and test_intel() to staticGeliang Tang2015-09-25
* | | perf/x86/intel: Fix static checker warning in lbr enableKan Liang2015-09-18
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-09-18
|\| |
| * | perf/x86/intel: Fix Skylake FRONTEND MSR extrareg maskAndi Kleen2015-09-18
| * | perf/x86/intel/pebs: Add PEBS frontend profiling for SkylakeAndi Kleen2015-09-18
| * | perf/x86/intel: Make the CYCLE_ACTIVITY.* constraint on Broadwell more specificAndi Kleen2015-09-18
| |/
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-17
| |\
| | * x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-13
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-17
| |\ \
* | | | perf/core: Drop PERF_EVENT_TXNSukadev Bhattiprolu2015-09-13
* | | | perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-13
* | | | perf/x86/intel/pt: Fix KVM warning due to doing rdmsr() before the CPUID testHuaitong Han2015-09-13
* | | | perf/x86/intel: Fix LBR callstack issue caused by FREEZE_LBRS_ON_PMIKan Liang2015-09-13
* | | | perf/x86/intel/bts: Disallow use by unprivileged users on paranoid systemsAlexander Shishkin2015-09-13
* | | | perf/x86/intel/ds: Work around BTS leaking kernel addressesAlexander Shishkin2015-09-13
* | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-09-13
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | perf/x86/intel: Fix constraint accessPeter Zijlstra2015-09-13
| * | perf/x86/intel/bts: Set event->hw.itrace_started in pmu::start to match the n...Alexander Shishkin2015-09-11
* | | watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-04
* | | watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-04
* | | kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-04
| |/ |/|
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-01
|\ \
| * | x86/hyperv: Mark the Hyper-V TSC as unstableVitaly Kuznetsov2015-08-21
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-01
|\ \ \
| * | | x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and ...Luis R. Rodriguez2015-08-28
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-01
|\ \ \ \
| * | | | x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott2015-07-21
| | |/ / | |/| |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-01
|\ \ \ \
| * | | | x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-20
| |/ / /
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-01
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-23
| * | | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-22
| * | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-18
| |\ \ \ | | | |/ | | |/|
| * | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-31
| * | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-31
| |\ \ \
| * | | | x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-07
| * | | | x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst2015-07-06
| * | | | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-06
| * | | | x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy Lutomirski2015-07-06
| * | | | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-06
| | |_|/ | |/| |
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-31
|\ \ \ \
| * | | | x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2015-08-13
| * | | | x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov2015-08-13
| * | | | x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi2015-08-13
| * | | | x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-13