aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-08-25x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisorDexuan Cui1-4/+4
2023-08-25x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui1-2/+7
2023-08-25x86/hyperv: Fix serial console interrupts for fully enlightened TDX guestsDexuan Cui1-0/+22
2023-08-25Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui1-0/+14
2023-08-25x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guestsDexuan Cui1-0/+2
2023-08-23x86/hyperv: Fix undefined reference to isolation_type_en_snp without CONFIG_H...Dexuan Cui1-4/+5
2023-08-22x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ESTianyu Lan1-0/+21
2023-08-22x86/hyperv: Add smp support for SEV-SNP guestTianyu Lan1-1/+10
2023-08-22x86/hyperv: Add sev-snp enlightened guest static keyTianyu Lan1-2/+7
2023-08-18x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam2-1/+30
2023-08-18x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)1-3/+2
2023-08-17x86/ibt: Convert IBT selftest to asmJosh Poimboeuf1-1/+1
2023-08-16x86/cpu/kvm: Provide UNTRAIN_RET_VMPeter Zijlstra1-0/+1
2023-08-16x86/cpu: Cleanup the untrain messPeter Zijlstra1-0/+1
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra1-1/+1
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra1-2/+13
2023-08-16x86/alternative: Make custom return thunk unconditionalPeter Zijlstra1-0/+2
2023-08-14x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)1-1/+6
2023-08-14x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)1-0/+1
2023-08-13x86/microcode/intel: Remove pointless mutexThomas Gleixner1-22/+2
2023-08-13x86/microcode/intel: Remove debug codeThomas Gleixner1-75/+0
2023-08-13x86/microcode: Move core specific defines to local headerThomas Gleixner4-2/+176
2023-08-13x86/microcode/intel: Rename get_datasize() since its used externallyAshok Raj1-4/+4
2023-08-13x86/microcode: Make reload_early_microcode() staticThomas Gleixner1-1/+1
2023-08-13x86/microcode: Include vendor headers into microcode.hAshok Raj5-6/+2
2023-08-13x86/microcode/intel: Move microcode functions out of cpu/intel.cThomas Gleixner2-174/+202
2023-08-13x86/microcode: Hide the config knobThomas Gleixner1-2/+2
2023-08-12Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-08-11x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea1-0/+1
2023-08-09x86/cpu: Fix Gracemont uarchPeter Zijlstra1-1/+1
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen1-2/+1
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen4-5/+5
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner2-2/+3
2023-08-09x86/cpu: Make identify_boot_cpu() staticThomas Gleixner1-1/+1
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)1-0/+19
2023-08-08x86/microcode: Remove microcode_mutexSebastian Andrzej Siewior2-8/+1
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-9/+184
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-1/+207
2023-08-07x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2-11/+15
2023-08-05x86/resctrl: make pseudo_lock_class a static const structureIvan Orlov1-20/+21
2023-08-02x86/cpufeatures: Enable CET CR4 bit for shadow stackRick Edgecombe1-8/+27
2023-08-02x86: Expose thread features in /proc/$PID/statusRick Edgecombe1-0/+23
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+11
2023-07-29x86/srso: Fix return thunks in generated codeJosh Poimboeuf1-0/+6
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman1-1/+1
2023-07-27x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)1-0/+19
2023-07-27x86/srso: Add IBPBBorislav Petkov (AMD)1-0/+23
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)3-12/+30
2023-07-27x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)1-1/+11
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)3-1/+127