summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-04-03x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin
2024-04-03Revert "x86/bugs: Use fixed addressing for VERW operand"Dave Hansen
2024-04-03x86/bugs: Use fixed addressing for VERW operandPawan Gupta
2024-04-03crash: use macro to add crashk_res into iomem early for specific archBaoquan He
2024-04-03x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)
2024-04-03x86/efistub: Add missing boot_params for mixed mode compat entryArd Biesheuvel
2024-04-03x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari
2024-04-03x86/mpparse: Register APIC address only onceThomas Gleixner
2024-04-03kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)
2024-04-03x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel
2024-04-03x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)
2024-04-03x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel
2024-04-03SEV: disable SEV-ES DebugSwap by defaultPaolo Bonzini
2024-04-03KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()Sean Christopherson
2024-04-03KVM: x86: Mark target gfn of emulated atomic instruction as dirtySean Christopherson
2024-04-03x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov
2024-04-03x86/CPU/AMD: Update the Zenbleed microcode revisionsBorislav Petkov (AMD)
2024-04-03eventfd: simplify eventfd_signal()Christian Brauner
2024-04-03KVM: x86/xen: inject vCPU upcall vector when local APIC is enabledDavid Woodhouse
2024-04-03x86/nmi: Fix the inverse "in NMI handler" checkBreno Leitao
2024-04-03KVM: x86: Use a switch statement and macros in __feature_translate()Jim Mattson
2024-04-03KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspaceJim Mattson
2024-03-26x86/hyperv: Use per cpu initial stack for vtl contextSaurabh Sengar
2024-03-26perf/x86/amd/core: Avoid register reset when CPU is deadSandipan Das
2024-03-26ACPI: CPPC: enable AMD CPPC V2 support for family 17h processorsPerry Yuan
2024-03-26x86, relocs: Ignore relocations in .notes sectionKees Cook
2024-03-26x86/sme: Fix memory encryption setting if enabled by default and not overriddenArd Biesheuvel
2024-03-26x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck
2024-03-26x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger
2024-03-26x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger
2024-03-26x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit typeMichael Roth
2024-03-26x86/hyperv: Allow 15-bit APIC IDs for VTL platformsSaurabh Sengar
2024-03-26x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()Hou Tao
2024-03-26x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao
2024-03-26x86/xen: Add some null pointer checking to smp.cKunwu Chan
2024-03-15KVM/x86: Export RFDS_NO and RFDS_CLEAR to guestsPawan Gupta
2024-03-15x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-03-15x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is setPawan Gupta
2024-03-06KVM/VMX: Move VERW closer to VMentry for MDS mitigationPawan Gupta
2024-03-06KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCHPawan Gupta
2024-03-06x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta
2024-03-06x86/entry_32: Add VERW just before userspace transitionPawan Gupta
2024-03-06x86/entry_64: Add VERW just before userspace transitionPawan Gupta
2024-03-06x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registersPaolo Bonzini
2024-03-06x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu()Paolo Bonzini
2024-03-06x86/e820: Don't reserve SETUP_RNG_SEED in e820Jiri Bohac
2024-03-01iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang
2024-03-01x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield
2024-03-01x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield
2024-03-01x86/bugs: Add asm helpers for executing VERWPawan Gupta