summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-03-03KVM: SVM: Extract OS-visible workarounds setup to helper functionSean Christopherson
2026-03-03KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as presentSean Christopherson
2026-03-03KVM: SVM: Serialize updates to global OS-Visible Workarounds variablesSean Christopherson
2026-03-03KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepageSean Christopherson
2026-03-03x86/cpu: Remove LASS restriction on EFISohil Mehta
2026-03-03x86/efi: Disable LASS while executing runtime servicesSohil Mehta
2026-03-03x86/cpu: Defer LASS enabling until userspace comes upSohil Mehta
2026-03-03x86/PVH: Use boot params to pass RSDP address in start_info pageHou Wenlong
2026-03-03x86/xen: update outdated commentkexinsun
2026-03-03x86/xen: Build identity mapping page tables dynamically for XENPVHou Wenlong
2026-03-02KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameterGal Pressman
2026-03-02KVM: SVM: Fix UBSAN warning when reading avic parameterGal Pressman
2026-03-02KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exitSean Christopherson
2026-03-02KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes side...Sean Christopherson
2026-03-02KVM: x86: Rename .read_write_emulate() to .read_write_guest()Sean Christopherson
2026-03-02KVM: x86: Fold emulator_write_phys() into write_emulate()Sean Christopherson
2026-03-02KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()Sean Christopherson
2026-03-02KVM: x86: Consolidate SEV-ES MMIO emulation into a single public APISean Christopherson
2026-03-02KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()Sean Christopherson
2026-03-02KVM: x86: Harden SEV-ES MMIO against on-stack use-after-freeSean Christopherson
2026-03-02KVM: x86: Move MMIO write tracing into vcpu_mmio_write()Sean Christopherson
2026-03-02KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()Sean Christopherson
2026-03-02KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()Sean Christopherson
2026-03-02KVM: x86: Trace unsatisfied MMIO reads on a per-page basisSean Christopherson
2026-03-02KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()Sean Christopherson
2026-03-02KVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson
2026-03-02KVM: x86: Ignore cpuid faulting in SMMJim Mattson
2026-03-02KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2Yosry Ahmed
2026-03-02KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2Yosry Ahmed
2026-03-02KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest modeYosry Ahmed
2026-03-02KVM: x86: Check for injected exceptions before queuing a debug exceptionYosry Ahmed
2026-03-02KVM: Isolate apicv_update_lock and apicv_nr_irq_window_req in a cachelineSean Christopherson
2026-03-02KVM: SVM: Optimize IRQ window inhibit handlingSean Christopherson
2026-03-02KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUsSean Christopherson
2026-03-02KVM: SVM: Fix clearing IRQ window inhibit with nested guestsSean Christopherson
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing
2026-03-02KVM: nSVM: Mark all of vmcb02 dirty when restoring nested stateYosry Ahmed
2026-03-02KVM: VMX: Use ASM_INPUT_RM in __vmcs_writelUros Bizjak
2026-03-02KVM: VMX: Drop obsolete branch hint prefixes from inline asmUros Bizjak
2026-03-02KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()Carlos López
2026-03-02KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulationUros Bizjak
2026-03-02KVM: x86: Defer non-architectural deliver of exception payload to userspace readSean Christopherson
2026-03-02KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXITYosry Ahmed
2026-03-02x86/mtrr: Use kstrtoul() in parse_mtrr_spare_reg()Thorsten Blum
2026-03-02x86/sev: Allow IBPB-on-Entry feature for SNP guestsKim Phillips
2026-03-02x86/boot/sev: Move SEV decompressor variables into the .data sectionTom Lendacky
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-03-01Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini