summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2025-05-13Merge branch 'x86/asm' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar
2025-05-12x86/kexec: add support for passing kexec handover (KHO) dataAlexander Graf
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)
2025-05-11x86: remove custom definition of mk_pte()Matthew Wilcox (Oracle)
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-11x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macroSeongman Lee
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra
2025-05-09x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra
2025-05-09x86/its: Add "vmexit" option to skip mitigation on some CPUsPawan Gupta
2025-05-09x86/its: Add support for ITS-safe return thunkPawan Gupta
2025-05-09x86/its: Add support for ITS-safe indirect thunkPawan Gupta
2025-05-09x86/its: Enumerate Indirect Target Selection (ITS) bugPawan Gupta
2025-05-08x86/tdx: Add tdx_mcall_extend_rtmr() interfaceCedric Xing
2025-05-06x86/insn: Stop decoding i64 instructions in x86-64 mode at opcodeMasami Hiramatsu (Google)
2025-05-06Merge tag 'v6.15-rc4' into x86/asm, to pick up fixesIngo Molnar
2025-05-06x86/fpu: Drop @perm from guest pseudo FPU containerChao Gao
2025-05-06x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_permSean Christopherson
2025-05-06x86/mm: Fix false positive warning in switch_mm_irqs_off()Peter Zijlstra
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar
2025-05-05x86/alternative: Remove unused header #definesJuergen Gross
2025-05-05x86/CPU/AMD: Print the reason for the last resetYazen Ghannam
2025-05-05x86/fpu: Restore fpu_thread_struct_whitelist() to fix CONFIG_HARDENED_USERCOP...Kees Cook
2025-05-05x86/microcode: Consolidate the loader enablement checkingBorislav Petkov (AMD)
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu
2025-05-05x86/sev: Disentangle #VC handling code from startup codeArd Biesheuvel
2025-05-04x86/linkage: Add SYM_PIC_ALIAS() macro helper to emit symbol aliasesArd Biesheuvel
2025-05-04x86/boot: Move early_setup_gdt() back into head64.cArd Biesheuvel
2025-05-04Merge branch 'x86/urgent' into x86/boot, to pick up fixesIngo Molnar
2025-05-04x86/fpu: Shift fpregs_assert_state_consistent() from arch_exit_work() to its ...Oleg Nesterov
2025-05-04x86/fpu: Remove DEFINE_EVENT(x86_fpu, x86_fpu_copy_src)Oleg Nesterov
2025-05-04x86/fpu: Simplify the switch_fpu_prepare() + switch_fpu_finish() logicOleg Nesterov
2025-05-04Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixesIngo Molnar
2025-05-02KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OPTIONAL hookSean Christopherson
2025-05-02KVM: selftests: Add library support for interacting with SNPPratik R. Sampat
2025-05-02x86/msr: Change the function type of native_read_msr_safe()Xin Li (Intel)
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)
2025-05-02x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()Xin Li (Intel)
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)
2025-05-02x86/msr: Add the native_rdmsrq() helperXin Li (Intel)
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)
2025-05-02x86/msr: Remove the unused rdpmc() methodXin Li (Intel)
2025-05-02x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>Xin Li (Intel)
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-05-02x86/msr: Move the EAX_EDX_*() methods from <asm/msr.h> to <asm/asm.h>Ingo Molnar
2025-05-02x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGSIngo Molnar