linux-2.6-microblaze.git
2021-02-26 Dongli ZhangKVM: x86: remove misplaced comment on active_mmu_pages
2021-02-26 Chenyi QiangKVM: Documentation: rectify rst markup in kvm_run-...
2021-02-26 Paolo BonziniDocumentation: kvm: fix messy conversion from .txt...
2021-02-25 Sean ChristophersonKVM: SVM: Fix nested VM-Exit on #GP interception handling
2021-02-23 Like XuKVM: vmx/pmu: Fix dummy check if lbr_desc->event is...
2021-02-22 David StevensKVM: x86/mmu: Consider the hva in mmu_notifier retry
2021-02-22 Sean ChristophersonKVM: x86/mmu: Skip mmu_notifier check when handling...
2021-02-22 Lukas BulwahnKVM: Documentation: rectify rst markup in KVM_GET_SUPPO...
2021-02-22 Paolo BonziniKVM: nSVM: prepare guest save area while is_guest_mode...
2021-02-19 Sean ChristophersonKVM: x86/mmu: Remove a variety of unnecessary exports
2021-02-19 Sean ChristophersonKVM: x86: Fold "write-protect large" use case into...
2021-02-19 Sean ChristophersonKVM: x86/mmu: Don't set dirty bits when disabling dirty...
2021-02-19 Makarand SonareKVM: VMX: Dynamically enable/disable PML based on memsl...
2021-02-19 Sean ChristophersonKVM: x86: Further clarify the logic and comments for...
2021-02-19 Sean ChristophersonKVM: x86: Move MMU's PML logic to common code
2021-02-19 Sean ChristophersonKVM: x86/mmu: Make dirty log size hook (PML) a value...
2021-02-19 Sean ChristophersonKVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need...
2021-02-19 Sean ChristophersonKVM: nVMX: Disable PML in hardware when running L2
2021-02-19 Sean ChristophersonKVM: x86/mmu: Consult max mapping level when zapping...
2021-02-19 Sean ChristophersonKVM: x86/mmu: Pass the memslot to the rmap callbacks
2021-02-19 Sean ChristophersonKVM: x86/mmu: Split out max mapping level calculation...
2021-02-19 Sean ChristophersonKVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU...
2021-02-18 Paolo BonziniKVM: nVMX: no need to undo inject_page_fault change...
2021-02-18 Paolo BonziniKVM: nSVM: fix running nested guests when npt=0
2021-02-18 Maxim LevitskyKVM: nSVM: move nested vmrun tracepoint to enter_svm_gu...
2021-02-18 Maxim LevitskyKVM: VMX: read idt_vectoring_info a bit earlier
2021-02-18 Sean ChristophersonKVM: VMX: Allow INVPCID in guest without PCID
2021-02-18 Sean ChristophersonKVM: x86: Advertise INVPCID by default
2021-02-18 Sean ChristophersonKVM: SVM: Intercept INVPCID when it's disabled to injec...
2021-02-15 Paolo Bonziniselftests: kvm: avoid uninitialized variable warning
2021-02-15 Ignacio Alvaradoselftests: kvm: add hardware_disable test
2021-02-12 Paolo BonziniMerge tag 'kvmarm-5.12' of git://git./linux/kernel...
2021-02-12 Marc ZyngierMerge branch 'kvm-arm64/pmu-debug-fixes-5.11' into...
2021-02-12 Marc ZyngierMerge branch 'kvm-arm64/rng-5.12' into kvmarm-master...
2021-02-12 Marc ZyngierMerge branch 'kvm-arm64/hyp-reloc' into kvmarm-master...
2021-02-12 Marc ZyngierMerge branch 'kvm-arm64/concurrent-translation-fault...
2021-02-12 Marc ZyngierMerge branch 'kvm-arm64/misc-5.12' into kvmarm-master...
2021-02-12 Marc ZyngierMerge tag 'kvmarm-fixes-5.11-2' into kvmarm-master...
2021-02-11 Sean ChristophersonKVM: x86/xen: Explicitly pad struct compat_vcpu_info...
2021-02-11 Sean ChristophersonKVM: selftests: Don't bother mapping GVA for Xen shinfo...
2021-02-11 Sean ChristophersonKVM: selftests: Fix hex vs. decimal snafu in Xen test
2021-02-11 Sean ChristophersonKVM: selftests: Fix size of memslots created by Xen...
2021-02-11 Sean ChristophersonKVM: selftests: Ignore recently added Xen tests' build...
2021-02-11 Peter ShierKVM: selftests: Add missing header file needed by xAPIC...
2021-02-11 Ricardo KollerKVM: selftests: Add operand to vmsave/vmload/vmrun...
2021-02-11 Wei YongjunKVM: SVM: Make symbol 'svm_gp_erratum_intercept' static
2021-02-11 Paolo BonziniMerge tag 'kvm-ppc-next-5.12-1' of git://git./linux...
2021-02-11 Waiman Longlocking/arch: Move qrwlock.h include after qspinlock.h
2021-02-11 Nicholas PigginKVM: PPC: Book3S HV: Fix host radix SLB optimisation...
2021-02-11 Paul MackerrasKVM: PPC: Book3S HV: Ensure radix guest has no SLB...
2021-02-10 Fabiano RosasKVM: PPC: Don't always report hash MMU capability for...
2021-02-10 Fabiano RosasKVM: PPC: Book3S HV: Save and restore FSCR in the P9...
2021-02-10 Yang LiKVM: PPC: remove unneeded semicolon
2021-02-10 Nicholas PigginKVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant...
2021-02-10 Nicholas PigginKVM: PPC: Book3S HV: No need to clear radix host SLB...
2021-02-10 Nicholas PigginKVM: PPC: Book3S HV: Fix radix guest SLB side channel
2021-02-10 Nicholas PigginKVM: PPC: Book3S HV: Remove support for running HPT...
2021-02-10 Ravi BangoriaKVM: PPC: Book3S HV: Introduce new capability for 2nd...
2021-02-10 Ravi BangoriaKVM: PPC: Book3S HV: Add infrastructure to support...
2021-02-10 Ravi BangoriaKVM: PPC: Book3S HV: Rename current DAWR macros and...
2021-02-10 Ravi BangoriaKVM: PPC: Book3S HV: Allow nested guest creation when...
2021-02-09 Paolo BonziniDocumentation: kvm: fix warning
2021-02-09 David WoodhouseKVM: x86/xen: Allow reset of Xen attributes
2021-02-09 Maciej S. SzmigieroKVM: x86/mmu: Make HVA handler retpoline-friendly
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helper
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Allocate Hyper-V context lazily
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Make Hyper-V emulation enablement...
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynami...
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Prepare to meet unallocated Hyper...
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Always use to_hv_vcpu() accessor...
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Stop shadowing global 'current_vcpu...
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Introduce to_kvm_hv() helper
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_...
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu()
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu()
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu()
2021-02-09 Vitaly KuznetsovKVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page...
2021-02-09 Vitaly Kuznetsovselftests: kvm: Properly set Hyper-V CPUIDs in evmcs_test
2021-02-09 Vitaly Kuznetsovselftests: kvm: Move kvm_get_supported_hv_cpuid() to...
2021-02-09 Vitaly KuznetsovKVM: Raise the maximum number of user memslots
2021-02-09 Vitaly Kuznetsovselftests: kvm: Raise the default timeout to 120 seconds
2021-02-09 Paolo BonziniKVM: x86: move kvm_inject_gp up from kvm_set_dr to...
2021-02-09 Paolo BonziniKVM: x86: reading DR cannot fail
2021-02-09 Sean ChristophersonKVM: SVM: Remove an unnecessary forward declaration
2021-02-09 Sean ChristophersonKVM: SVM: Move AVIC vCPU kicking snippet to helper...
2021-02-09 Sean ChristophersonKVM: x86: Restore all 64 bits of DR6 and DR7 during...
2021-02-09 Sean ChristophersonKVM: x86: Remove misleading DR6/DR7 adjustments from...
2021-02-09 Sean ChristophersonKVM: x86/xen: Use hva_t for holding hypercall page...
2021-02-09 David WoodhouseKVM: x86/xen: Remove extra unlock in kvm_xen_hvm_set_attr()
2021-02-09 Sean ChristophersonKVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn...
2021-02-09 Paolo Bonzinimm: provide a saner PTE walking API for modules
2021-02-08 Paolo BonziniKVM: x86: compile out TDP MMU on 32-bit systems
2021-02-08 Paolo Bonzinii915: kvmgt: the KVM mmu_lock is now an rwlock
2021-02-04 Sean ChristophersonKVM: x86: Add helper to consolidate "raw" reserved...
2021-02-04 Sean ChristophersonKVM: x86/mmu: Add helper to generate mask of reserved...
2021-02-04 Sean ChristophersonKVM: x86: Use reserved_gpa_bits to calculate reserved...
2021-02-04 Sean ChristophersonKVM: x86: SEV: Treat C-bit as legal GPA bit regardless...
2021-02-04 Sean ChristophersonKVM: nSVM: Use common GPA helper to check for illegal CR3
2021-02-04 Sean ChristophersonKVM: VMX: Use GPA legality helpers to replace open...
2021-02-04 Sean ChristophersonKVM: x86: Add a helper to handle legal GPA with an...
next