summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2023-06-092-13/+25
* x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy2023-05-301-2/+5
* x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen2023-05-302-0/+30
* x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar2023-05-171-5/+9
* x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak2023-05-171-3/+2
* x86/purgatory: Don't generate debug info for purgatory.roPingfan Liu2023-04-261-0/+3
* efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede2023-04-201-0/+8
* x86/cpu: Fix LFENCE serialization check in init_amd()Rhythm Mahajan2023-03-171-1/+1
* x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper2023-03-171-0/+9
* firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh2023-03-111-0/+8
* x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi2023-03-111-4/+8
* x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-03-111-7/+18
* x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)2023-03-111-13/+21
* x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)2023-03-114-8/+8
* x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)2023-03-111-12/+5
* x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-03-111-1/+1
* x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-03-111-2/+2
* x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson2023-03-111-3/+3
* x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson2023-03-111-12/+11
* x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson2023-03-113-28/+56
* x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)Sean Christopherson2023-03-111-1/+15
* x86/bugs: Reset speculation control settings on initBreno Leitao2023-03-112-1/+13
* kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman2023-02-221-2/+1
* Revert "x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN"Greg Kroah-Hartman2023-02-221-2/+5
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-063-8/+8
* x86/entry/64: Add instruction suffix to SYSRETJan Beulich2023-02-061-1/+1
* x86/asm: Fix an assembler warning with current binutilsMikulas Patocka2023-02-061-1/+1
* xen: Fix up build warning with xen_init_time_ops() referenceGreg Kroah-Hartman2023-02-061-1/+1
* x86/i8259: Mark legacy PIC interrupts with IRQ_LEVELThomas Gleixner2023-02-062-1/+4
* x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNYingChi Long2023-01-241-5/+2
* x86/boot: Avoid using Intel mnemonics in AT&T syntax asmPeter Zijlstra2023-01-181-2/+2
* x86/bugs: Flush IBP in ib_prctl_set()Rodrigo Branco2023-01-181-0/+2
* x86/microcode/intel: Do not retry microcode reloading on the APsAshok Raj2023-01-181-7/+1
* x86/xen: Fix memory leak in xen_init_lock_cpu()Xiu Jianfeng2023-01-181-3/+3
* uprobes/x86: Allow to probe a NOP instruction with 0x66 prefixOleg Nesterov2023-01-181-1/+3
* Revert "x86/speculation: Change FILL_RETURN_BUFFER to work with objtool"Ben Hutchings2022-12-081-5/+5
* x86/nospec: Fix i386 RSB stuffingPeter Zijlstra2022-12-081-0/+14
* x86/ioremap: Fix page aligned size calculation in __ioremap_caller()Michael Kelley2022-12-081-1/+7
* x86/pm: Add enumeration check before spec MSRs save/restore setupPawan Gupta2022-12-081-8/+15
* x86/tsx: Add a feature bit for TSX control MSR supportPawan Gupta2022-12-082-19/+15
* x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3Pawan Gupta2022-12-083-9/+16
* x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov2022-11-255-15/+16
* KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky2022-11-101-1/+15
* KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky2022-11-101-28/+57
* KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky2022-11-101-0/+1
* KVM: x86: Mask off reserved bits in CPUID.80000008HJim Mattson2022-11-101-0/+1
* x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin2022-11-031-1/+1
* x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov2022-11-031-3/+13
* x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2022-11-016-30/+94
* x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta2022-11-011-0/+3