summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-171-2/+2
|\
| * x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-131-2/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-172-1/+5
|\ \
| * | perf/x86/intel: Fix constraint accessPeter Zijlstra2015-09-131-1/+4
| * | perf/x86/intel/bts: Set event->hw.itrace_started in pmu::start to match the n...Alexander Shishkin2015-09-111-0/+1
* | | watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-041-2/+2
* | | watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-041-2/+5
* | | kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-041-1/+1
| |/ |/|
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-011-0/+1
|\ \
| * | x86/hyperv: Mark the Hyper-V TSC as unstableVitaly Kuznetsov2015-08-211-0/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-011-2/+0
|\ \ \
| * | | x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and ...Luis R. Rodriguez2015-08-281-2/+0
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-013-15/+51
|\ \ \ \
| * | | | x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott2015-07-213-15/+51
| | |/ / | |/| |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-012-2/+2
|\ \ \ \
| * | | | x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-202-2/+2
| |/ / /
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-016-17/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-231-3/+3
| * | | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-221-0/+4
| * | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-182-12/+19
| |\ \ \ | | | |/ | | |/|
| * | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-311-0/+4
| * | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-313-6/+18
| |\ \ \
| * | | | x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-073-8/+6
| * | | | x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst2015-07-061-1/+1
| * | | | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-062-4/+4
| * | | | x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy Lutomirski2015-07-061-3/+3
| * | | | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-316-143/+265
|\ \ \ \
| * | | | x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2015-08-132-0/+10
| * | | | x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov2015-08-131-4/+4
| * | | | x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi2015-08-131-18/+23
| * | | | x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-132-1/+48
| * | | | x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2015-08-131-42/+2
| * | | | x86/mce: Avoid potential deadlock due to printk() in MCE contextChen, Gong2015-08-133-4/+2
| * | | | x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong2015-08-131-75/+60
| * | | | x86/mce: Don't use percpu workqueuesChen, Gong2015-08-131-7/+7
| * | | | x86/mce: Provide a lockless memory pool to save error recordsChen, Gong2015-08-134-2/+119
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-08-3115-102/+962
|\ \ \ \
| * | | | perf/x86/msr: Fix the MSR driver buildIngo Molnar2015-08-211-1/+1
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar2015-08-202-6/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf/x86/intel/pt: Clean up files of Intel Processor TraceTakao Indoh2015-08-122-32/+11
| * | | | perf/x86: Fix MSR PMU driverPeter Zijlstra2015-08-121-84/+84
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-08-122-12/+19
| |\ \ \ \
| * | | | | perf/x86/intel/pebs: Robustify PEBS buffer drainPeter Zijlstra2015-08-041-17/+17
| * | | | | perf/x86/intel/pebs: Fix event disable PEBS buffer drainLiang, Kan2015-08-041-6/+7
| * | | | | perf/x86: Add an MSR PMU driverAndy Lutomirski2015-08-042-0/+244
| * | | | | perf/x86/intel/uncore: Add Broadwell-DE uncore supportKan Liang2015-08-043-0/+172
| * | | | | perf/x86/intel: Use 0x11 as extra reg test valueAndi Kleen2015-08-041-1/+1
| * | | | | perf/x86: Make merge_attr() global to use from perf_event_intelAndi Kleen2015-08-042-1/+4
| * | | | | perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack modeAndi Kleen2015-08-041-3/+7
OpenPOWER on IntegriCloud