summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra
2025-09-04x86/sev: Zap snp_abort()Borislav Petkov (AMD)
2025-09-04x86/apic/savic: Do not use snp_abort()Borislav Petkov (AMD)
2025-09-03x86/boot: Move startup code out of __head sectionArd Biesheuvel
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel
2025-09-03x86/sev: Use boot SVSM CA for all startup and init codeArd Biesheuvel
2025-09-03x86/sev: Pass SVSM calling area down to early page state change APIArd Biesheuvel
2025-09-03x86/sev: Avoid global variable to store virtual address of SVSM areaArd Biesheuvel
2025-09-03x86/sev: Move GHCB page based HV communication out of startup codeArd Biesheuvel
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster
2025-09-01x86/apic: Enable Secure AVIC in the control MSRNeeraj Upadhyay
2025-09-01x86/apic: Add kexec support for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Allow NMI to be injected from hypervisor for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Support LAPIC timer for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Add support to send IPI for Secure AVICNeeraj Upadhyay
2025-09-01x86/apic: Add update_vector() callback for APIC driversNeeraj Upadhyay
2025-08-31x86/apic: Populate .read()/.write() callbacks of Secure AVIC driverNeeraj Upadhyay
2025-08-31x86/apic: Initialize Secure AVIC APIC backing pageNeeraj Upadhyay
2025-08-28x86/apic: Add new driver for Secure AVICNeeraj Upadhyay
2025-08-28x86/sev: Separate MSR and GHCB based snp_cpuid() via a callbackArd Biesheuvel
2025-08-27x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()Harry Yoo
2025-08-27KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappingsSean Christopherson
2025-08-27KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()Ackerley Tng
2025-08-27KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit buildsFuad Tabba
2025-08-27KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFDFuad Tabba
2025-08-26x86/vdso: Fix output operand size of RDPIDUros Bizjak
2025-08-25floppy: Replace custom SZ_64K constantAndy Shevchenko
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko
2025-08-22x86/mtrr: Remove license boilerplate text with bad FSF addressThomas Huth
2025-08-22x86/asm: Use RDPKRU and WRPKRU mnemonics in <asm/special_insns.h>Uros Bizjak
2025-08-22x86/tdx: Eliminate duplicate code in tdx_clear_page()Adrian Hunter
2025-08-22Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-22x86/idle: Use MONITORX and MWAITX mnemonics in <asm/mwait.h>Uros Bizjak
2025-08-21perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASKDapeng Mi
2025-08-21perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48)Dapeng Mi
2025-08-21perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flagDapeng Mi
2025-08-21uprobes/x86: Fix uprobe syscall vs shadow stackPeter Zijlstra
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa
2025-08-21KVM: SVM: Enable Secure TSC for SNP guestsNikunj A Dadhania
2025-08-21x86/cpufeatures: Add SNP Secure TSCNikunj A Dadhania
2025-08-19KVM: x86: Add kvm_msr_{read,write}() helpersYang Weijiang
2025-08-19KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accessesYang Weijiang
2025-08-19KVM: x86: Advertise support for the immediate form of MSR instructionsXin Li
2025-08-19KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on IntelXin Li
2025-08-19x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructionsXin Li
2025-08-19KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRsSean Christopherson
2025-08-19KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2Sean Christopherson
2025-08-19KVM: x86/mmu: Track possible NX huge pages separately for TDP vs. Shadow MMUVipin Sharma
2025-08-18x86/insn: Add XOP prefix instructions decoder supportMasami Hiramatsu (Google)