summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-06-25x86/vmware: Add TDX hypercall supportAlexey Makhalov
2024-06-25x86/vmware: Remove legacy VMWARE_HYPERCALL* macrosAlexey Makhalov
2024-06-25x86/vmware: Introduce VMware hypercall APIAlexey Makhalov
2024-06-20x86/cpufeatures: Flip the /proc/cpuinfo appearance logicBorislav Petkov (AMD)
2024-06-20randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook
2024-06-19x86/alternatives: Make FineIBT mode Kconfig selectableKees Cook
2024-06-19x86-64: word-at-a-time: improve byte count calculationsLinus Torvalds
2024-06-19runtime constants: add x86 architecture supportLinus Torvalds
2024-06-18Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-17x86/sev: Allow non-VMPL0 execution when an SVSM is presentTom Lendacky
2024-06-17x86/sev: Extend the config-fs attestation support for an SVSMTom Lendacky
2024-06-17virt: sev-guest: Choose the VMPCK key based on executing VMPLTom Lendacky
2024-06-17x86/sev: Provide SVSM discovery supportTom Lendacky
2024-06-17x86/sev: Use the SVSM to create a vCPU when not in VMPL0Tom Lendacky
2024-06-17x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0Tom Lendacky
2024-06-17x86/acpi: Add support for CPU offlining for ACPI MADT wakeup methodKirill A. Shutemov
2024-06-17x86/mm: Introduce kernel_ident_mapping_free()Kirill A. Shutemov
2024-06-17x86/smp: Add smp_ops.stop_this_cpu() callbackKirill A. Shutemov
2024-06-17x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov
2024-06-17x86/mm: Add callbacks to prepare encrypted memory for kexecKirill A. Shutemov
2024-06-17x86/mm: Return correct level from lookup_address() if pte is noneKirill A. Shutemov
2024-06-17x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov
2024-06-17x86/acpi: Extract ACPI MADT wakeup code into a separate fileKirill A. Shutemov
2024-06-15Merge tag 'x86-urgent-2024-06-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-15efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel
2024-06-13x86/CPU/AMD: Always inline amd_clear_divider()Mateusz Guzik
2024-06-12x86/amd_nb: Enhance SMN access error checkingYazen Ghannam
2024-06-12uprobe: Add uretprobe syscall to speed up return probeJiri Olsa
2024-06-12x86/shstk: Make return uprobe work with shadow stackJiri Olsa
2024-06-11x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook
2024-06-11KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()Sean Christopherson
2024-06-11x86/cpufeatures: Add AMD FAST CPPC feature flagPerry Yuan
2024-06-11x86/alternative: Replace the old macrosBorislav Petkov (AMD)
2024-06-11x86/alternative: Convert the asm ALTERNATIVE_3() macroBorislav Petkov (AMD)
2024-06-11x86/alternative: Convert the asm ALTERNATIVE_2() macroBorislav Petkov (AMD)
2024-06-11x86/alternative: Convert the asm ALTERNATIVE() macroBorislav Petkov (AMD)
2024-06-11KVM: x86: Add KVM_RUN_X86_GUEST_MODE kvm_run flagThomas Prescher
2024-06-11x86/alternative: Convert ALTERNATIVE_3()Borislav Petkov (AMD)
2024-06-11x86/alternative: Convert ALTERNATIVE_TERNARY()Borislav Petkov (AMD)
2024-06-11x86/alternative: Convert alternative_call_2()Borislav Petkov (AMD)
2024-06-11x86/alternative: Convert alternative_call()Borislav Petkov (AMD)
2024-06-11x86/alternative: Convert alternative_io()Borislav Petkov (AMD)
2024-06-11x86/alternative: Convert alternative_input()Borislav Petkov (AMD)
2024-06-11x86/alternative: Convert alternative_2()Borislav Petkov (AMD)
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)
2024-06-11x86/alternative: Convert alternative()Borislav Petkov (AMD)
2024-06-11x86/alternatives: Add nested alternatives macrosPeter Zijlstra
2024-06-11x86/alternative: Zap alternative_ternary()Borislav Petkov (AMD)
2024-06-11x86/sev: Use kernel provided SVSM Calling AreasTom Lendacky
2024-06-11x86/sev: Check for the presence of an SVSM in the SNP secrets pageTom Lendacky