summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorLines
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra-3/+1
2022-07-17Merge tag 'x86_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+15
2022-07-16Merge tag 'acpi-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-0/+6
2022-07-16efi/x86: use naked RET on mixed mode call wrapperThadeu Lima de Souza Cascardo-1/+4
2022-07-16x86/bugs: Remove apostrophe typoKim Phillips-1/+1
2022-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-18/+18
2022-07-15KVM: emulate: do not adjust size of fastop and setcc subroutinesPaolo Bonzini-10/+7
2022-07-14x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor-1/+2
2022-07-14KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()Vitaly Kuznetsov-8/+10
2022-07-14Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-masterPaolo Bonzini-1/+0
2022-07-14kvm: stats: tell userspace which values are booleanPaolo Bonzini-1/+1
2022-07-14x86/kvm: fix FASTOP_SIZE when return thunks are enabledThadeu Lima de Souza Cascardo-4/+6
2022-07-14KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1Vitaly Kuznetsov-1/+0
2022-07-14x86/entry: Remove UNTRAIN_RET from native_irq_return_ldtAlexandre Chartre-1/+0
2022-07-14x86/bugs: Mark retbleed_strings staticJiapeng Chong-1/+1
2022-07-13ACPI: CPPC: Fix enabling CPPC on AMD systems with shared memoryMario Limonciello-0/+6
2022-07-13x86/pat: Fix x86_has_pat_wp()Juergen Gross-2/+12
2022-07-13x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bitJiri Slaby-0/+1
2022-07-12Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+8
2022-07-12x86/static_call: Serialize __static_call_fixup() properlyThomas Gleixner-5/+8
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-349/+1408
2022-07-10Merge tag 'x86_urgent_for_v5.19_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-14/+28
2022-07-10x86/boot: Fix the setup data types max limitBorislav Petkov-1/+1
2022-07-09x86/speculation: Disable RRSBA behaviorPawan Gupta-1/+37
2022-07-09x86/kexec: Disable RET on kexecKonrad Rzeszutek Wilk-12/+36
2022-07-08x86/bugs: Do not enable IBPB-on-entry when IBPB is not supportedThadeu Lima de Souza Cascardo-2/+5
2022-07-07x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra-3/+6
2022-07-07x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta-0/+1
2022-07-06x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth-0/+13
2022-07-05ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supportedMario Limonciello-0/+10
2022-07-01x86: Fix .brk attribute in linker scriptJuergen Gross-1/+1
2022-07-01x86: Clear .brk area at early bootJuergen Gross-0/+2
2022-07-01x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross-12/+11
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra-55/+161
2022-06-27x86/cpu/amd: Enumerate BTC_NOAndrew Cooper-8/+20
2022-06-27x86/common: Stamp out the stepping madnessPeter Zijlstra-21/+16
2022-06-27KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf-15/+42
2022-06-27x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf-9/+62
2022-06-27KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf-1/+6
2022-06-27KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf-31/+73
2022-06-27KVM: VMX: Convert launched argument to flagsJosh Poimboeuf-9/+31
2022-06-27KVM: VMX: Flatten __vmx_vcpu_run()Josh Poimboeuf-73/+46
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf-2/+10
2022-06-27x86/speculation: Remove x86_spec_ctrl_maskJosh Poimboeuf-30/+1
2022-06-27x86/speculation: Use cached host SPEC_CTRL value for guest entry/exitJosh Poimboeuf-11/+1
2022-06-27x86/speculation: Fix SPEC_CTRL write on SMT state changeJosh Poimboeuf-1/+2
2022-06-27x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf-6/+4
2022-06-27x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf-6/+0
2022-06-27x86/cpu/amd: Add Spectral ChickenPeter Zijlstra-1/+33
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra-9/+31