- 6cbd217 x86/cpufeatures: Make CPU bugs sticky by Thomas Gleixner · 7 years ago
- 0fd2e9c Merge commit 'upstream-x86-entry' into WIP.x86/mm by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 0b00de8 x86/cpuid: Add generic table for CPUID dependencies by Andi Kleen · 7 years ago
- a588b98 x86/cpufeature: Provide helper to set bugs bits by Borislav Petkov · 8 years ago
- 8eda072 x86/cpufeature: Add helper macro for mask check macros by Dave Hansen · 9 years ago
- 1e61f78 x86/cpufeature: Make sure DISABLED/REQUIRED macros are updated by Dave Hansen · 9 years ago
- 6e17cb9 x86/cpufeature: Update cpufeaure macros by Dave Hansen · 9 years ago
- 06cd3d8 Merge branch 'linus' into x86/urgent, to refresh the tree by Ingo Molnar · 9 years ago
- 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- e8df1a95 x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeys by Dave Hansen · 9 years ago
- 71faad4 x86/cpu: Add detection of AMD RAS Capabilities by Yazen Ghannam · 9 years ago
- 782511b x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- d366bf7 x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- 01f8fd7 x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- 59e21e3 x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- a402a8d x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- dda9edf x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- da154e8 x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- 1f4dd79 x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- abcfdfe x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- d8d1c35 Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base by Ingo Molnar · 9 years ago
- 16bf922 x86/cpufeature: Remove cpu_has_pse by Borislav Petkov · 9 years ago
- c109bf9 x86/cpufeature: Remove cpu_has_pge by Borislav Petkov · 9 years ago
- 054efb6 x86/cpufeature: Remove cpu_has_xmm2 by Borislav Petkov · 9 years ago
- 906bf7f x86/cpufeature: Remove cpu_has_clflush by Borislav Petkov · 9 years ago
- b8291adc x86/cpufeature: Remove cpu_has_gbpages by Borislav Petkov · 9 years ago
- 62436a4 x86/cpufeature: Remove cpu_has_x2apic by Borislav Petkov · 9 years ago
- ab4a56f x86/cpufeature: Remove cpu_has_osxsave by Borislav Petkov · 9 years ago
- 0c9f3536 x86/cpufeature: Remove cpu_has_hypervisor by Borislav Petkov · 9 years ago
- 7b5e74e x86/cpufeature: Remove cpu_has_arch_perfmon by Borislav Petkov · 9 years ago
- 568a58e x86/mm/pat, x86/cpufeature: Remove cpu_has_pat by Borislav Petkov · 9 years ago
- 0d47638 x86/mm/pkeys: Fix mismerge of protection keys CPUID bits by Dave Hansen · 9 years ago
- dfb4a70 x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitions by Dave Hansen · 9 years ago
- f2cc8e0 x86/cpufeature: Speed up cpu_feature_enabled() by Borislav Petkov · 9 years ago
- 2476f2f x86/alternatives: Discard dynamic check after init by Brian Gerst · 9 years ago
- a362bf9 x86/cpufeature: Get rid of the non-asm goto variant by Borislav Petkov · 9 years ago
- bc696ca x86/cpufeature: Replace the old static_cpu_has() with safe variant by Borislav Petkov · 9 years ago
- cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
- a1ff572 x86/cpufeature: Add AMD AVIC bit by Borislav Petkov · 9 years ago
- 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 6e1315f x86/cpu: Provide a config option to disable static_cpu_has by Borislav Petkov · 9 years ago
- 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
- 39c06df x86/cpufeature: Cleanup get_cpu_cap() by Borislav Petkov · 9 years ago
- 2ccd71f x86/cpufeature: Move some of the scattered feature bits to x86_capability by Borislav Petkov · 9 years ago
- 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
- 2167cea x86/cpu: Add CLZERO detection by Wan Zongshun · 9 years ago
- a7adb91 x86/cpufeatures: Correct spelling of the HWP_NOTIFY flag by Kristen Carlson Accardi · 9 years ago
- 95cd2ea Merge branch 'linus' into x86/urgent, to be able to merge a dependent fix by Ingo Molnar · 9 years ago
- 6b2282a Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- f967567 x86/asm: Add MONITORX/MWAITX instruction support by Huang Rui · 9 years ago
- 488ca7d x86/cpufeatures: Enable cpuid for Intel SHA extensions by Tim Chen · 9 years ago
- b1c599b x86/cpufeature: Add feature bit for Intel's Silicon Debug CPUID bit by Mathias Krause · 9 years ago
- 61f01dd x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue by Andy Lutomirski · 10 years ago
- 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- d9dc64f x86/asm: Add support for the CLWB instruction by Ross Zwisler · 10 years ago
- ed69628 x86: Add Intel Processor Trace (INTEL_PT) cpu feature detection by Alexander Shishkin · 10 years ago
- f8e92fb Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 10 years ago
- cbc82b1 x86: Add support for Intel Cache QoS Monitoring (CQM) detection by Peter P Waskiewicz Jr · 10 years ago
- 48c7a25 x86/alternatives: Make JMPs more robust by Borislav Petkov · 10 years ago
- 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
- 719d359 x86/asm: Add support for the pcommit instruction by Ross Zwisler · 10 years ago
- b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 10 years ago
- d6d55f0 perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8 by Jacob Shin · 11 years ago
- 7787388 x86: Add support for Intel HWP feature detection. by Dirk Brandewie · 10 years ago
- 708d0b4 Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- e4e6567 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
- c1118b3 x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only by Paolo Bonzini · 10 years ago
- 9298b81 x86: Add more disabled features by Dave Hansen · 10 years ago
- 381aa07 x86: Introduce disabled-features by Dave Hansen · 10 years ago
- c8128cc x86: Axe the lightly-used cpu_has_pae by Dave Hansen · 10 years ago
- 9def39be x86: Support compiling out human-friendly processor feature names by Josh Triplett · 11 years ago
- af0fa6f x86, cpu: Kill cpu_has_mp by Borislav Petkov · 11 years ago
- 80a208b x86/cpufeature: Add bug flags to /proc/cpuinfo by Borislav Petkov · 11 years ago
- 9b13a93 x86, cpufeature: Convert more "features" to bugs by Borislav Petkov · 11 years ago
- 6229ad2 x86/xsaves: Detect xsaves/xrstors feature by Fenghua Yu · 11 years ago
- 446fd80 x86/cpufeature.h: Reformat x86 feature macros by Fenghua Yu · 11 years ago
- 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
- 840d283 x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH by H. Peter Anvin · 11 years ago
- 171699f x86: Add support for the clflushopt instruction by Ross Zwisler · 11 years ago
- 8e5780f x86, AVX-512: AVX-512 Feature Detection by Fenghua Yu · 11 years ago
- 2b9c1f0 x86: align x86 arch with generic CPU modalias handling by Ard Biesheuvel · 11 years ago
- 191f57c x86, cpufeature: Define the Intel MPX feature flag by Qiaowei Ren · 11 years ago
- 3f0116c compiler/gcc4: Add quirk for 'asm goto' miscompilation bug by Ingo Molnar · 11 years ago
- 62122fd x86, cpufeature: Use new CC_HAVE_ASM_GOTO by Borislav Petkov · 12 years ago
- 4a90a99 x86: Add a static_cpu_has_safe variant by Borislav Petkov · 12 years ago
- 5700f74 x86: Sanity-check static_cpu_has usage by Borislav Petkov · 12 years ago
- c3b8359 x86, cpu: Add a synthetic, always true, cpu feature by Borislav Petkov · 12 years ago
- 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
- 3ed1c47 Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
- df8edfa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 12 years ago
- c43ca50 perf/x86/amd: Add support for AMD NB and L2I "uncore" counters by Jacob Shin · 12 years ago
- 9c5320c cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand governor by Jacob Shin · 12 years ago
- 7d7dc11 x86, cpu: Convert AMD Erratum 400 by Borislav Petkov · 12 years ago
- e6ee94d x86, cpu: Convert AMD Erratum 383 by Borislav Petkov · 12 years ago
- c5b41a6 x86, cpu: Convert Cyrix coma bug detection by Borislav Petkov · 12 years ago
- 93a829e x86, cpu: Convert FDIV bug detection by Borislav Petkov · 12 years ago