aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-17x86/sev: Add new dump_rmp parameter to snp_leak_pages() APIAshish Kalra1-1/+6
2025-09-17x86/cpu/topology: Define AMD64_CPUID_EXT_FEAT MSRK Prateek Nayak1-0/+5
2025-09-17x86/cpu: Rename and move CPU model entry for Diamond RapidsTony Luck1-4/+3
2025-09-17x86: Use generic TIF bitsThomas Gleixner1-45/+31
2025-09-16KVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS"Dapeng Mi1-4/+4
2025-09-16KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMsSagi Shahar1-0/+1
2025-09-16Merge branch 'x86/urgent' into x86/apic, to resolve conflictIngo Molnar5-19/+33
2025-09-15x86/sev: Guard sev_evict_cache() with CONFIG_AMD_MEM_ENCRYPTTom Lendacky1-19/+19
2025-09-15x86/bugs: Simplify SSB cmdline parsingDavid Kaplan1-0/+1
2025-09-15x86/cpu: Detect FreeBSD Bhyve hypervisorDavid Woodhouse1-0/+2
2025-09-15x86/resctrl: Add data structures and definitions for ABMC assignmentBabu Moger1-0/+1
2025-09-15x86/resctrl: Add support to enable/disable AMD ABMC featureBabu Moger1-0/+1
2025-09-15x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)Babu Moger1-0/+1
2025-09-15x86/resctrl: Remove the rdt_mon_features global variableTony Luck1-1/+0
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck1-15/+0
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie5-2/+17
2025-09-11x86/virt/tdx: Use precalculated TDVPR page physical addressKai Huang1-0/+2
2025-09-11x86/kvm: Make kvm_async_pf_task_wake() a local static helperSean Christopherson1-2/+0
2025-09-11x86/mce: Define BSP-only initYazen Ghannam1-0/+2
2025-09-10Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+11
2025-09-10Fix access to video_is_primary_device() when compiled without CONFIG_VIDEOMario Limonciello (AMD)1-0/+2
2025-09-08x86: Add __attribute_const__ to ffs()-family implementationsKees Cook1-6/+6
2025-09-08xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()Juergen Gross1-7/+7
2025-09-08x86/asm: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__Uros Bizjak12-84/+27
2025-09-05KVM/TDX: Explicitly do WBINVD when no more TDX SEAMCALLsKai Huang1-0/+6
2025-09-05x86/virt/tdx: Mark memory cache state incoherent when making SEAMCALLKai Huang1-1/+24
2025-09-05x86/sme: Use percpu boolean to control WBINVD during kexecKai Huang2-2/+4
2025-09-05x86/kexec: Consolidate relocate_kernel() function parametersKai Huang1-2/+10
2025-09-05x86/mce: Cleanup bank processing on initBorislav Petkov1-2/+1
2025-09-05x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()Yazen Ghannam1-6/+0
2025-09-05Merge branch 'x86/apic' into x86/sev, to resolve conflictIngo Molnar7-1/+36
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra3-17/+16
2025-09-04x86/sev: Zap snp_abort()Borislav Petkov (AMD)1-2/+0
2025-09-04x86/apic/savic: Do not use snp_abort()Borislav Petkov (AMD)1-0/+1
2025-09-03x86/boot: Move startup code out of __head sectionArd Biesheuvel1-6/+0
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel1-0/+2
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel2-0/+2
2025-09-03x86/sev: Use boot SVSM CA for all startup and init codeArd Biesheuvel1-16/+0
2025-09-03x86/sev: Pass SVSM calling area down to early page state change APIArd Biesheuvel2-1/+7
2025-09-03x86/sev: Avoid global variable to store virtual address of SVSM areaArd Biesheuvel2-4/+1
2025-09-03x86/sev: Move GHCB page based HV communication out of startup codeArd Biesheuvel2-7/+12
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster2-3/+3
2025-09-01x86/apic: Enable Secure AVIC in the control MSRNeeraj Upadhyay1-0/+2
2025-09-01x86/apic: Add kexec support for Secure AVICNeeraj Upadhyay2-0/+3
2025-09-01x86/apic: Allow NMI to be injected from hypervisor for Secure AVICNeeraj Upadhyay1-0/+3
2025-09-01x86/apic: Support LAPIC timer for Secure AVICNeeraj Upadhyay1-0/+2
2025-09-01x86/apic: Add support to send IPI for Secure AVICNeeraj Upadhyay2-0/+4
2025-09-01x86/apic: Add update_vector() callback for APIC driversNeeraj Upadhyay1-0/+9
2025-08-31x86/apic: Populate .read()/.write() callbacks of Secure AVIC driverNeeraj Upadhyay1-0/+2
2025-08-31x86/apic: Initialize Secure AVIC APIC backing pageNeeraj Upadhyay3-0/+7