linux-2.6-microblaze.git
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() for XSAVES in XSS...
2022-07-14 Sean ChristophersonKVM: selftests: Drop redundant vcpu_set_cpuid() from...
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() to query PDCM in...
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() for nested VMX checks
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() for nested SVM checks
2022-07-14 Sean ChristophersonKVM: selftests: Use kvm_cpu_has() in the SEV migration...
2022-07-14 Sean ChristophersonKVM: selftests: Add framework to query KVM CPUID bits
2022-07-14 Sean ChristophersonKVM: sefltests: Use CPUID_* instead of X86_FEATURE_...
2022-07-14 Sean ChristophersonKVM: selftests: Set KVM's supported CPUID as vCPU's...
2022-07-14 Colton LewisKVM: selftests: Fix filename reporting in guest asserts
2022-07-14 Colton LewisKVM: selftests: Write REPORT_GUEST_ASSERT macros to...
2022-07-14 Colton LewisKVM: selftests: Increase UCALL_MAX_ARGS to 7
2022-07-14 Colton LewisKVM: selftests: enumerate GUEST_ASSERT arguments
2022-07-14 Sean ChristophersonKVM: x86: WARN only once if KVM leaves a dangling users...
2022-07-14 Sean ChristophersonKVM: x86: Set error code to segment selector on LLDT...
2022-07-14 Sean ChristophersonKVM: x86: Mark TSS busy during LTR emulation _after_...
2022-07-14 Sean ChristophersonKVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to...
2022-07-14 Vitaly KuznetsovKVM: selftests: Use "a" and "d" to set EAX/EDX for...
2022-07-12 Sean ChristophersonKVM: selftests: Provide valid inputs for MONITOR/MWAIT...
2022-07-12 Sean ChristophersonKVM: selftests: Test MONITOR and MWAIT, not just MONITO...
2022-07-12 Sean ChristophersonKVM: x86: Query vcpu->vcpu_idx directly and drop its...
2022-07-12 Hou WenlongKVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA...
2022-07-12 Vitaly KuznetsovKVM: nVMX: Always enable TSC scaling for L2 when it...
2022-07-08 Vitaly KuznetsovKVM: x86: Fully initialize 'struct kvm_lapic_irq' in...
2022-07-08 Sean ChristophersonKVM: x86: Fix handling of APIC LVT updates when userspa...
2022-07-08 Sean ChristophersonKVM: x86: Initialize number of APIC LVT entries during...
2022-07-08 Sean ChristophersonMerge branch 'kvm-5.20-msr-eperm'
2022-07-08 Sean ChristophersonKVM: x86: Add helpers to identify CTL and STATUS MCi...
2022-07-08 Sean ChristophersonKVM: x86: Use explicit case-statements for MCx banks...
2022-07-08 Sean ChristophersonKVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL...
2022-06-25 Sean ChristophersonKVM: x86/mmu: Buffer nested MMU split_desc_cache only...
2022-06-25 Sean ChristophersonKVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs...
2022-06-24 Paolo BonziniKVM: SEV-ES: reuse advance_sev_es_emulated_ins for...
2022-06-24 Paolo BonziniKVM: x86: de-underscorify __emulator_pio_in
2022-06-24 Paolo BonziniKVM: x86: wean fast IN from emulator_pio_in
2022-06-24 Paolo BonziniKVM: x86: wean in-kernel PIO from vcpu->arch.pio*
2022-06-24 Paolo BonziniKVM: x86: move all vcpu->arch.pio* setup in emulator_pi...
2022-06-24 Paolo BonziniKVM: x86: drop PIO from unregistered devices
2022-06-24 Paolo BonziniKVM: x86: inline kernel_pio into its sole caller
2022-06-24 Paolo BonziniKVM: x86: complete fast IN directly with complete_emula...
2022-06-24 Maxim LevitskyKVM: x86: nSVM: optimize svm_set_x2apic_msr_interception
2022-06-24 Suravee SuthikulpanitKVM: SVM: Add AVIC doorbell tracepoint
2022-06-24 Suravee SuthikulpanitKVM: SVM: Use target APIC ID to complete x2AVIC IRQs...
2022-06-24 Suravee SuthikulpanitKVM: x86: Warning APICv inconsistency only when vcpu...
2022-06-24 Suravee SuthikulpanitKVM: SVM: Introduce hybrid-AVIC mode
2022-06-24 Suravee SuthikulpanitKVM: SVM: Do not throw warning when calling avic_vcpu_l...
2022-06-24 Suravee SuthikulpanitKVM: SVM: Introduce logic to (de)activate x2AVIC mode
2022-06-24 Maxim LevitskyKVM: x86: nSVM: always intercept x2apic msrs
2022-06-24 Suravee SuthikulpanitKVM: SVM: Refresh AVIC configuration when changing...
2022-06-24 Suravee SuthikulpanitKVM: x86: Deactivate APICv on vCPU with APIC disabled
2022-06-24 Suravee SuthikulpanitKVM: SVM: Adding support for configuring x2APIC MSRs...
2022-06-24 Suravee SuthikulpanitKVM: SVM: Do not support updating APIC ID when in x2API...
2022-06-24 Suravee SuthikulpanitKVM: SVM: Update avic_kick_target_vcpus to support...
2022-06-24 Suravee SuthikulpanitKVM: SVM: Update max number of vCPUs supported for...
2022-06-24 Suravee SuthikulpanitKVM: SVM: Detect X2APIC virtualization (x2AVIC) support
2022-06-24 Suravee SuthikulpanitKVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to...
2022-06-24 Suravee Suthikulpanitx86/cpufeatures: Introduce x2AVIC CPUID bit
2022-06-24 Vineeth PillaiKVM: debugfs: expose pid of vcpu threads
2022-06-24 Paolo BonziniKVM: nVMX: clean up posted interrupt descriptor try_cmpxchg
2022-06-24 Zeng GuangKVM: selftests: Enhance handling WRMSR ICR register...
2022-06-24 Jue WangKVM: selftests: Add a self test for CMCI and UCNA emula...
2022-06-24 Jue WangKVM: x86: Enable CMCI capability by default and handle...
2022-06-24 Jue WangKVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.
2022-06-24 Jue WangKVM: x86: Use kcalloc to allocate the mce_banks array.
2022-06-24 Jue WangKVM: x86: Add Corrected Machine Check Interrupt (CMCI...
2022-06-24 Jue WangKVM: x86: Add APIC_LVTx() macro.
2022-06-24 Paolo BonziniKVM: x86/mmu: Avoid unnecessary flush on eager page...
2022-06-24 Jue WangKVM: x86: Fill apic_lvt_mask with enums / explicit...
2022-06-24 Jue WangKVM: x86: Make APIC_VERSION capture only the magic...
2022-06-24 David MatlackKVM: x86/mmu: Extend Eager Page Splitting to nested...
2022-06-24 David MatlackKVM: Allow for different capacities in kvm_mmu_memory_c...
2022-06-24 Paolo BonziniKVM: x86/mmu: pull call to drop_large_spte() into __lin...
2022-06-24 David MatlackKVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at...
2022-06-24 David MatlackKVM: x86/mmu: Extend make_huge_page_split_spte() for...
2022-06-24 David MatlackKVM: x86/mmu: Cache the access bits of shadowed transla...
2022-06-24 David MatlackKVM: x86/mmu: Update page stats in __rmap_add()
2022-06-24 David MatlackKVM: x86/mmu: Decouple rmap_add() and link_shadow_page...
2022-06-24 David MatlackKVM: x86/mmu: Pass const memslot to rmap_add()
2022-06-24 David MatlackKVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_p...
2022-06-24 David MatlackKVM: x86/mmu: Pass kvm pointer separately from vcpu...
2022-06-24 David MatlackKVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_sh...
2022-06-24 David MatlackKVM: x86/mmu: Pass memory caches to allocate SPs separately
2022-06-24 David MatlackKVM: x86/mmu: Move guest PT write-protection to account...
2022-06-24 David MatlackKVM: x86/mmu: Rename shadow MMU functions that deal...
2022-06-24 David MatlackKVM: x86/mmu: Consolidate shadow page allocation and...
2022-06-24 David MatlackKVM: x86/mmu: Decompose kvm_mmu_get_page() into separat...
2022-06-24 David MatlackKVM: x86/mmu: Always pass 0 for @quadrant when gptes...
2022-06-24 David MatlackKVM: x86/mmu: Derive shadow MMU page role from parent
2022-06-24 David MatlackKVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
2022-06-24 David MatlackKVM: x86/mmu: Use a bool for direct
2022-06-24 David MatlackKVM: x86/mmu: Optimize MMU page cache lookup for all...
2022-06-24 Ben GardonKVM: selftests: Cache binary stats metadata for duratio...
2022-06-24 Ben GardonKVM: selftests: Test disabling NX hugepages on a VM
2022-06-24 Ben GardonKVM: selftests: Add NX huge pages test
2022-06-24 Ben GardonKVM: x86/MMU: Allow NX huge pages to be disabled on...
2022-06-24 Ben GardonKVM: x86: Fix errant brace in KVM capability handling
2022-06-24 Ben GardonKVM: selftests: Read binary stat data in lib
2022-06-24 Sean ChristophersonKVM: selftests: Clean up coding style in binary stats...
2022-06-24 Ben GardonKVM: selftests: Read binary stats desc in lib
2022-06-24 Ben GardonKVM: selftests: Read binary stats header in lib
next