aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-06-18KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_IDMathias Krause1-0/+3
2024-06-18Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+11
2024-06-17x86/sev: Allow non-VMPL0 execution when an SVSM is presentTom Lendacky3-11/+27
2024-06-17x86/sev: Extend the config-fs attestation support for an SVSMTom Lendacky2-1/+80
2024-06-17virt: sev-guest: Choose the VMPCK key based on executing VMPLTom Lendacky2-3/+11
2024-06-17x86/sev: Provide guest VMPL level to userspaceTom Lendacky1-0/+46
2024-06-17x86/sev: Provide SVSM discovery supportTom Lendacky4-0/+25
2024-06-17x86/sev: Use the SVSM to create a vCPU when not in VMPL0Tom Lendacky2-20/+56
2024-06-17x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0Tom Lendacky4-24/+328
2024-06-17perf/x86/intel/uncore: Support HBM and CXL PMON countersKan Liang1-2/+53
2024-06-17perf/x86/uncore: Cleanup unused unit structureKan Liang4-112/+12
2024-06-17perf/x86/uncore: Apply the unit control RB tree to PCI uncore unitsKan Liang5-48/+94
2024-06-17perf/x86/uncore: Apply the unit control RB tree to MSR uncore unitsKan Liang4-11/+59
2024-06-17perf/x86/uncore: Apply the unit control RB tree to MMIO uncore unitsKan Liang1-16/+14
2024-06-17perf/x86/uncore: Retrieve the unit ID from the unit control RB treeKan Liang1-0/+3
2024-06-17perf/x86/uncore: Support per PMU cpumaskKan Liang4-5/+89
2024-06-17perf/x86/uncore: Save the unit control address of all unitsKan Liang2-2/+87
2024-06-17x86/acpi: Add support for CPU offlining for ACPI MADT wakeup methodKirill A. Shutemov4-3/+213
2024-06-17x86/mm: Introduce kernel_ident_mapping_free()Kirill A. Shutemov2-0/+76
2024-06-17x86/smp: Add smp_ops.stop_this_cpu() callbackKirill A. Shutemov3-0/+14
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: Do not zap page table entries mapping unaccepted memory table during ...Ashish Kalra1-4/+12
2024-06-17x86/mm: Make e820__end_ram_pfn() cover E820_TYPE_ACPI rangesKirill A. Shutemov1-4/+5
2024-06-17x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov4-3/+141
2024-06-17x86/mm: Add callbacks to prepare encrypted memory for kexecKirill A. Shutemov4-0/+38
2024-06-17x86/tdx: Account shared memoryKirill A. Shutemov1-0/+7
2024-06-17x86/mm: Return correct level from lookup_address() if pte is noneKirill A. Shutemov2-11/+11
2024-06-17x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov6-34/+36
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. Shutemov2-1/+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. Shutemov5-85/+96
2024-06-17x86/kexec: Remove spurious unconditional JMP from from identity_mapped()Nikolay Borisov1-3/+0
2024-06-15Merge tag 'x86-urgent-2024-06-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+9
2024-06-15efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel2-2/+11
2024-06-14KVM: x86/mmu: Avoid reacquiring RCU if TDP MMU fails to allocate an SPDavid Matlack1-7/+5
2024-06-14KVM: x86/mmu: Unnest TDP MMU helpers that allocate SPs for eager splittingDavid Matlack1-30/+18
2024-06-14KVM: x86/mmu: Hard code GFP flags for TDP MMU eager split allocationsDavid Matlack1-6/+4
2024-06-14KVM: x86/mmu: Always drop mmu_lock to allocate TDP MMU SPs for eager splittingDavid Matlack1-15/+1
2024-06-14KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handlerSean Christopherson1-1/+4
2024-06-14x86/boot: Remove unused function __fortify_panic()Nikolay Borisov1-5/+0
2024-06-13Merge tag 'fixes-2024-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2024-06-13x86/CPU/AMD: Always inline amd_clear_divider()Mateusz Guzik2-12/+11
2024-06-13x86/boot: Don't add the EFI stub to targets, againBenjamin Segall1-2/+2
2024-06-12x86/amd_nb: Enhance SMN access error checkingYazen Ghannam2-7/+41
2024-06-12x86, arm: Add missing license tag to syscall tables filesMarcin Juszkiewicz2-0/+2
2024-06-12uprobe: Add uretprobe syscall to speed up return probeJiri Olsa3-0/+124
2024-06-12uprobe: Wire up uretprobe system callJiri Olsa1-0/+1