| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-11 | 1 | -57/+58 |
|\ |
|
| * | x86/cpu: Provide a config option to disable static_cpu_has | Borislav Petkov | 2015-12-19 | 1 | -1/+1 |
| * | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov | 2015-12-19 | 1 | -33/+4 |
| * | x86/cpufeature: Cleanup get_cpu_cap() | Borislav Petkov | 2015-12-19 | 1 | -0/+20 |
| * | x86/cpufeature: Move some of the scattered feature bits to x86_capability | Borislav Petkov | 2015-12-19 | 1 | -22/+32 |
* | | x86/xen: Avoid fast syscall path for Xen PV guests | Boris Ostrovsky | 2015-12-19 | 1 | -0/+1 |
|/ |
|
* | x86/cpu: Add CLZERO detection | Wan Zongshun | 2015-11-01 | 1 | -1/+4 |
* | x86/cpufeatures: Correct spelling of the HWP_NOTIFY flag | Kristen Carlson Accardi | 2015-09-23 | 1 | -1/+1 |
* | Merge branch 'linus' into x86/urgent, to be able to merge a dependent fix | Ingo Molnar | 2015-09-05 | 1 | -0/+2 |
|\ |
|
| * | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-09-01 | 1 | -0/+1 |
| |\ |
|
| | * | x86/cpufeature: Add feature bit for Intel's Silicon Debug CPUID bit | Mathias Krause | 2015-07-31 | 1 | -0/+1 |
| * | | x86/asm: Add MONITORX/MWAITX instruction support | Huang Rui | 2015-08-22 | 1 | -0/+1 |
| |/ |
|
* / | x86/cpufeatures: Enable cpuid for Intel SHA extensions | Tim Chen | 2015-08-22 | 1 | -0/+1 |
|/ |
|
* | x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue | Andy Lutomirski | 2015-04-26 | 1 | -0/+1 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-14 | 1 | -1/+9 |
|\ |
|
| * | x86: Add Intel Processor Trace (INTEL_PT) cpu feature detection | Alexander Shishkin | 2015-04-02 | 1 | -0/+1 |
| * | x86: Add support for Intel Cache QoS Monitoring (CQM) detection | Peter P Waskiewicz Jr | 2015-02-25 | 1 | -1/+8 |
* | | x86/asm: Add support for the CLWB instruction | Ross Zwisler | 2015-04-03 | 1 | -0/+1 |
* | | Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2015-03-04 | 1 | -13/+17 |
|\ \ |
|
| * | | x86/alternatives: Make JMPs more robust | Borislav Petkov | 2015-02-23 | 1 | -8/+2 |
| * | | x86/alternatives: Add instruction padding | Borislav Petkov | 2015-02-23 | 1 | -6/+16 |
| |/ |
|
* / | x86/asm: Add support for the pcommit instruction | Ross Zwisler | 2015-02-20 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'perf/hw_breakpoints' into perf/core | Ingo Molnar | 2015-01-28 | 1 | -0/+2 |
|\ |
|
| * | perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8 | Jacob Shin | 2014-12-03 | 1 | -0/+2 |
* | | x86: Add support for Intel HWP feature detection. | Dirk Brandewie | 2014-11-12 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-10-14 | 1 | -24/+28 |
|\ |
|
| * | x86: Add more disabled features | Dave Hansen | 2014-09-11 | 1 | -20/+0 |
| * | x86: Introduce disabled-features | Dave Hansen | 2014-09-11 | 1 | -0/+28 |
| * | x86: Axe the lightly-used cpu_has_pae | Dave Hansen | 2014-09-11 | 1 | -4/+0 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-10-08 | 1 | -0/+1 |
|\ \ |
|
| * | | x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only | Paolo Bonzini | 2014-09-24 | 1 | -0/+1 |
| |/ |
|
* / | x86: Support compiling out human-friendly processor feature names | Josh Triplett | 2014-08-17 | 1 | -0/+7 |
|/ |
|
* | x86, cpu: Kill cpu_has_mp | Borislav Petkov | 2014-07-14 | 1 | -4/+0 |
* | x86/cpufeature: Add bug flags to /proc/cpuinfo | Borislav Petkov | 2014-07-14 | 1 | -2/+8 |
* | x86, cpufeature: Convert more "features" to bugs | Borislav Petkov | 2014-06-18 | 1 | -14/+17 |
* | x86/xsaves: Detect xsaves/xrstors feature | Fenghua Yu | 2014-05-29 | 1 | -2/+8 |
* | x86/cpufeature.h: Reformat x86 feature macros | Fenghua Yu | 2014-05-29 | 1 | -181/+181 |
* | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-01 | 1 | -0/+7 |
|\ |
|
| * | x86: align x86 arch with generic CPU modalias handling | Ard Biesheuvel | 2014-02-18 | 1 | -0/+7 |
* | | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH | H. Peter Anvin | 2014-02-27 | 1 | -2/+2 |
* | | x86: Add support for the clflushopt instruction | Ross Zwisler | 2014-02-27 | 1 | -0/+1 |
* | | x86, AVX-512: AVX-512 Feature Detection | Fenghua Yu | 2014-02-20 | 1 | -0/+4 |
|/ |
|
* | x86, cpufeature: Define the Intel MPX feature flag | Qiaowei Ren | 2013-12-06 | 1 | -0/+1 |
* | compiler/gcc4: Add quirk for 'asm goto' miscompilation bug | Ingo Molnar | 2013-10-11 | 1 | -3/+3 |
* | x86, cpufeature: Use new CC_HAVE_ASM_GOTO | Borislav Petkov | 2013-06-28 | 1 | -6/+11 |
* | x86: Add a static_cpu_has_safe variant | Borislav Petkov | 2013-06-20 | 1 | -1/+85 |
* | x86: Sanity-check static_cpu_has usage | Borislav Petkov | 2013-06-20 | 1 | -2/+28 |
* | x86, cpu: Add a synthetic, always true, cpu feature | Borislav Petkov | 2013-06-20 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-05-02 | 1 | -0/+1 |
|\ |
|
| * | crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher | Jussi Kivilinna | 2013-04-25 | 1 | -0/+1 |