x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
[platform/kernel/linux-rpi.git] / arch / x86 / kvm /
2023-01-12 Sean ChristophersonKVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE contro...
2023-01-12 Sean ChristophersonKVM: nVMX: Inject #GP, not #UD, if "generic" VMXON...
2023-01-12 Sean ChristophersonKVM: VMX: Resume guest immediately when injecting ...
2022-12-08 Kazuki TakiguchiKVM: x86/mmu: Fix race condition in direct_page_fault
2022-12-02 Maxim LevitskyKVM: x86: remove exit_int_info warning in svm_handle_exit
2022-12-02 Maxim LevitskyKVM: x86: add kvm_leave_nested
2022-12-02 Maxim LevitskyKVM: x86: nSVM: harden svm_free_nested against freeing...
2022-12-02 Maxim LevitskyKVM: x86: forcibly leave nested mode on vCPU reset
2022-12-02 Maxim LevitskyKVM: x86: nSVM: leave nested mode on vCPU free
2022-11-26 Like XuKVM: x86/pmu: Do not speculatively query Intel GP PMCs...
2022-11-16 Borislav Petkovx86/cpu: Restore AMD's DE_CFG MSR after resume
2022-11-10 Maxim LevitskyKVM: x86: emulator: update the emulation mode after...
2022-11-10 Maxim LevitskyKVM: x86: emulator: update the emulation mode after rsm
2022-11-10 Maxim LevitskyKVM: x86: emulator: introduce emulator_recalc_and_set_mode
2022-11-10 Maxim LevitskyKVM: x86: emulator: em_sysexit should update ctxt-...
2022-11-10 Emanuele Giuseppe... KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXI...
2022-11-10 Jim MattsonKVM: x86: Mask off reserved bits in CPUID.8000001FH
2022-11-10 Jim MattsonKVM: x86: Mask off reserved bits in CPUID.80000001H
2022-11-10 Jim MattsonKVM: x86: Mask off reserved bits in CPUID.80000008H
2022-11-10 Jim MattsonKVM: x86: Mask off reserved bits in CPUID.8000001AH
2022-11-10 Jim MattsonKVM: x86: Mask off reserved bits in CPUID.80000006H
2022-11-10 Alexander GrafKVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
2022-11-10 Alexander GrafKVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_...
2022-11-10 Aaron LewisKVM: x86: Protect the unused bits in MSR exiting flags
2022-11-10 Sean ChristophersonKVM: x86: Treat #DBs from the emulator as fault-like...
2022-11-10 Sean ChristophersonKVM: x86: Trace re-injected exceptions
2022-10-26 Sean ChristophersonKVM: VMX: Drop bits 31:16 when shoving exception error...
2022-10-26 Sean ChristophersonKVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL...
2022-10-26 Sean ChristophersonKVM: nVMX: Unconditionally purge queued/injected events...
2022-10-26 Michal LuczajKVM: x86/emulator: Fix handing of POP SS to correctly...
2022-10-05 Jim MattsonKVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the...
2022-09-28 David MatlackKVM: x86/mmu: Fold rmap_recycle into rmap_add
2022-09-28 Sean ChristophersonKVM: x86: Inject #UD on emulated XSETBV if XSAVES isn...
2022-09-23 Mingwei ZhangKVM: SEV: add cache flush to solve SEV cache incoherenc...
2022-09-20 Nick Desaulnierslockdep: Fix -Wunused-parameter for _THIS_IP_
2022-09-08 Jim MattsonKVM: x86: Mask off unsupported and unknown bits of...
2022-09-08 Jim MattsonKVM: VMX: Heed the 'msr' argument in msr_write_intercep...
2022-08-17 Sean ChristophersonKVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX...
2022-08-17 Sean ChristophersonKVM: VMX: Add helper to check if the guest PMU has...
2022-08-17 Like XuKVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU...
2022-08-17 Sean ChristophersonKVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved...
2022-08-17 Like XuKVM: x86/pmu: Introduce the ctrl_mask value for fixed...
2022-08-17 Sean ChristophersonKVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL...
2022-08-17 Lev KujawskiKVM: set_msr_mce: Permit guests to ignore single-bit...
2022-08-17 Sean ChristophersonKVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating...
2022-08-17 Sean ChristophersonKVM: SVM: Stuff next_rip on emulated INT3 injection...
2022-08-17 Sean ChristophersonKVM: SVM: Unwind "speculative" RIP advancement if INTn...
2022-08-17 Paolo BonziniKVM: x86: revalidate steal time cache if MSR value...
2022-08-17 Paolo BonziniKVM: x86: do not report preemption if the steal time...
2022-08-17 Sean ChristophersonKVM: x86: Tag kvm_mmu_x86_module_init() with __init
2022-08-17 Vitaly KuznetsovKVM: nVMX: Always enable TSC scaling for L2 when it...
2022-08-17 Sean ChristophersonKVM: x86: Set error code to segment selector on LLDT...
2022-08-17 Sean ChristophersonKVM: x86: Mark TSS busy during LTR emulation _after_...
2022-08-17 Sean ChristophersonKVM: nVMX: Inject #UD if VMXON is attempted with incomp...
2022-08-17 Sean ChristophersonKVM: nVMX: Account for KVM reserved CR4 bits in consist...
2022-08-17 Sean ChristophersonKVM: nVMX: Let userspace set nVMX MSR to any _host_...
2022-08-17 Sean ChristophersonKVM: x86: Split kvm_is_valid_cr4() and export only...
2022-08-17 Maciej S. SzmigieroKVM: SVM: Don't BUG if userspace injects an interrupt...
2022-08-17 Sean ChristophersonKVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_r...
2022-08-17 Sean ChristophersonKVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_ru...
2022-08-11 Daniel Sneddonx86/speculation: Add RSB VM Exit protections
2022-08-11 Mingwei ZhangKVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de...
2022-08-11 Paolo BonziniKVM: x86: do not set st->preempted when going back...
2022-08-11 Paolo BonziniKVM: x86: do not report a vCPU as preempted outside...
2022-07-29 Maxim LevitskyKVM: x86: fix typo in __try_cmpxchg_user causing non...
2022-07-29 Sean ChristophersonKVM: x86: Use __try_cmpxchg_user() to emulate atomic...
2022-07-23 Paolo BonziniKVM: emulate: do not adjust size of fastop and setcc...
2022-07-23 Thadeu Lima de Sou... x86/kvm: fix FASTOP_SIZE when return thunks are enabled
2022-07-23 Peter Zijlstrax86/retbleed: Add fine grained Kconfig knobs
2022-07-23 Josh Poimboeufx86/speculation: Fill RSB on vmexit for IBRS
2022-07-23 Josh PoimboeufKVM: VMX: Fix IBRS handling after vmexit
2022-07-23 Josh PoimboeufKVM: VMX: Prevent guest RSB poisoning attacks with...
2022-07-23 Josh PoimboeufKVM: VMX: Convert launched argument to flags
2022-07-23 Josh PoimboeufKVM: VMX: Flatten __vmx_vcpu_run()
2022-07-23 Peter Zijlstrax86: Add magic AMD return-thunk
2022-07-23 Peter Zijlstrax86/kvm: Fix SETcc emulation for return thunks
2022-07-23 Peter Zijlstrax86/kvm/vmx: Make noinstr clean
2022-07-21 Vitaly KuznetsovKVM: x86: Fully initialize 'struct kvm_lapic_irq' in...
2022-07-12 Paolo BonziniKVM: use __vcalloc for very large allocations
2022-07-12 Sean ChristophersonKVM: x86/mmu: Use common TDP MMU zap helper for MMU...
2022-07-12 Sean ChristophersonKVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU...
2022-06-16 Pawan GuptaKVM: x86/speculation: Disable Fill buffer clear within...
2022-06-16 Pawan Guptax86/speculation/mmio: Add mitigation for Processor...
2022-06-09 Wanpeng LiKVM: LAPIC: Drop pending LAPIC timer injection when...
2022-06-09 Sean ChristophersonKVM: nVMX: Clear IDT vectoring on nested VM-Exit for...
2022-06-09 Sean ChristophersonKVM: nVMX: Leave most VM-Exit info fields unmodified...
2022-06-06 Ashish KalraKVM: SVM: Use kzalloc for sev ioctl interfaces to preve...
2022-06-06 Sean ChristophersonKVM: x86: Drop WARNs that assert a triple fault never...
2022-06-06 Sean ChristophersonKVM: x86: avoid calling x86 emulator without a decoded...
2022-05-30 Paolo BonziniKVM: x86/mmu: fix NULL pointer dereference on guest...
2022-05-25 Sean ChristophersonKVM: x86/mmu: Update number of zapped pages even if...
2022-05-15 Borislav Petkovkvm/emulate: Fix SETcc emulation function offsets with SLS
2022-05-15 Peter Zijlstrax86: Prepare inline-asm for straight-line-speculation
2022-05-15 Peter Zijlstrax86: Prepare asm files for straight-line-speculation
2022-05-12 Wanpeng LiKVM: LAPIC: Enable timer posted-interrupt only when...
2022-05-12 Paolo BonziniKVM: x86/mmu: avoid NULL-pointer dereference on page...
2022-05-12 Paolo BonziniKVM: x86: Do not change ICR on write to APIC_SELF_IPI
2022-05-12 Sandipan Daskvm: x86/cpuid: Only provide CPUID leaf 0xA if host...
2022-05-12 Kyle HueyKVM: x86/svm: Account for family 17h event renumberings...
2022-04-27 Mingwei ZhangKVM: SVM: Flush when freeing encrypted pages even on...
next