summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2018-09-05x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen
2018-08-15x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov
2018-08-15x86/cpu/common: Provide detect_ht_early()Thomas Gleixner
2018-08-15x86/cpu: Remove the pointless CPU printoutThomas Gleixner
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen
2018-07-11x86/cpu: Re-apply forced caps every time CPU caps are re-readAndy Lutomirski
2018-05-22x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk
2018-05-22KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-05-22x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner
2018-05-22x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner
2018-05-22x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov
2018-05-22x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk
2018-05-22x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedDavid Woodhouse
2018-05-22x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk
2018-05-22x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk
2018-05-22x86/bugs: Concentrate bug detection into a separate functionKonrad Rzeszutek Wilk
2018-02-22x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-13x86/pti: Mark constant arrays as __initconstArnd Bergmann
2018-02-13x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse
2018-02-13x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse
2018-02-13x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse
2018-01-23x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky
2018-01-17x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse
2018-01-17x86/retpoline: Add initial retpoline supportDavid Woodhouse
2018-01-17x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlierAndy Lutomirski
2018-01-17x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse
2018-01-17x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner
2018-01-17x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner
2018-01-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner
2018-01-17x86/cpu: Factor out application of forced CPU capsAndy Lutomirski
2018-01-05x86/kaiser: Rename and simplify X86_FEATURE_KAISER handlingBorislav Petkov
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins
2018-01-05kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins
2018-01-05kaiser: enhanced by kernel and user PCIDsHugh Dickins
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2018-01-02x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski
2018-01-02x86/mm: Add the 'nopcid' boot option to turn off PCIDAndy Lutomirski
2017-02-14x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov
2017-01-19x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba
2017-01-12x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski
2017-01-09x86/smpboot: Make logical package management more robustThomas Gleixner
2016-11-09x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-09-30x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar
2016-08-24x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov
2016-08-18x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf
2016-08-10x86: Apply more __ro_after_init and constKees Cook
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds