aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck5-69/+69
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck4-17/+42
2024-07-02x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel1-1/+0
2024-07-01x86/alternatives, kvm: Fix a couple of CALLs without a frame pointerBorislav Petkov (AMD)1-1/+1
2024-06-29x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model definesAndrew Cooper1-11/+7
2024-06-28x86: stop playing stack games in profile_pc()Linus Torvalds1-19/+1
2024-06-28x86/bugs: Add 'spectre_bhi=vmexit' cmdline optionJosh Poimboeuf1-5/+11
2024-06-27Merge back cpufreq material for v6.11.Rafael J. Wysocki1-0/+1
2024-06-25x86/vmware: Add TDX hypercall supportAlexey Makhalov1-0/+52
2024-06-25x86/vmware: Correct macro namesAlexey Makhalov1-4/+4
2024-06-25x86/vmware: Use VMware hypercall APIAlexey Makhalov1-70/+25
2024-06-25x86/vmware: Introduce VMware hypercall APIAlexey Makhalov1-8/+62
2024-06-24x86/of: Return consistent error type from x86_of_pci_irq_enable()Ilpo Järvinen1-1/+1
2024-06-24clocksource: hyper-v: Use lapic timer in a TDX VM without paravisorDexuan Cui1-1/+15
2024-06-20x86/cpufeatures: Flip the /proc/cpuinfo appearance logicBorislav Petkov (AMD)1-2/+1
2024-06-19x86/alternatives: Make FineIBT mode Kconfig selectableKees Cook1-4/+4
2024-06-19runtime constants: add x86 architecture supportLinus Torvalds1-0/+3
2024-06-19x86/resctrl: Don't try to free nonexistent RMIDsDave Martin1-1/+2
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula69-675/+859
2024-06-17x86/sev: Allow non-VMPL0 execution when an SVSM is presentTom Lendacky1-8/+12
2024-06-17x86/sev: Extend the config-fs attestation support for an SVSMTom Lendacky1-0/+50
2024-06-17virt: sev-guest: Choose the VMPCK key based on executing VMPLTom Lendacky1-1/+2
2024-06-17x86/sev: Provide guest VMPL level to userspaceTom Lendacky1-0/+46
2024-06-17x86/sev: Provide SVSM discovery supportTom Lendacky2-0/+22
2024-06-17x86/sev: Use the SVSM to create a vCPU when not in VMPL0Tom Lendacky1-20/+54
2024-06-17x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0Tom Lendacky2-20/+260
2024-06-17x86/acpi: Add support for CPU offlining for ACPI MADT wakeup methodKirill A. Shutemov3-3/+211
2024-06-17x86/smp: Add smp_ops.stop_this_cpu() callbackKirill A. Shutemov2-0/+13
2024-06-17x86/acpi: Do not attempt to bring up secondary CPUs in the kexec caseKirill A. Shutemov1-1/+28
2024-06-17x86/acpi: Rename fields in the acpi_madt_multiproc_wakeup structureKirill A. Shutemov1-1/+1
2024-06-17x86/mm: Make e820__end_ram_pfn() cover E820_TYPE_ACPI rangesKirill A. Shutemov1-4/+5
2024-06-17x86/mm: Add callbacks to prepare encrypted memory for kexecKirill A. Shutemov3-0/+28
2024-06-17x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov1-2/+2
2024-06-17x86/kexec: Keep CR4.MCE set during kexec for TDX guestKirill A. Shutemov1-7/+10
2024-06-17x86/relocate_kernel: Use named labels for less confusionBorislav Petkov1-6/+7
2024-06-17cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeupKirill A. Shutemov1-0/+3
2024-06-17x86/apic: Mark acpi_mp_wake_* variables as __ro_after_initKirill A. Shutemov1-2/+2
2024-06-17x86/acpi: Extract ACPI MADT wakeup code into a separate fileKirill A. Shutemov3-85/+84
2024-06-17x86/kexec: Remove spurious unconditional JMP from from identity_mapped()Nikolay Borisov1-3/+0
2024-06-13x86/CPU/AMD: Always inline amd_clear_divider()Mateusz Guzik1-11/+0
2024-06-12x86/amd_nb: Enhance SMN access error checkingYazen Ghannam1-5/+39
2024-06-12uprobe: Add uretprobe syscall to speed up return probeJiri Olsa2-0/+122
2024-06-12x86/shstk: Make return uprobe work with shadow stackJiri Olsa2-1/+17
2024-06-11x86/cpufeatures: Add AMD FAST CPPC feature flagPerry Yuan1-0/+1
2024-06-11x86/alternative: Convert ALTERNATIVE_3()Borislav Petkov (AMD)1-9/+5
2024-06-11x86/alternatives: Add nested alternatives macrosPeter Zijlstra1-2/+18
2024-06-11x86/sev: Use kernel provided SVSM Calling AreasTom Lendacky2-38/+309
2024-06-11x86/sev: Check for the presence of an SVSM in the SNP secrets pageTom Lendacky2-0/+83
2024-06-10x86/resctrl: Replace open coded cacheinfo searchesTony Luck2-20/+11
2024-06-05x86/amd_nb: Check for invalid SMN readsYazen Ghannam1-1/+8