linux-2.6-microblaze.git
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...
2021-02-04 Sean ChristophersonKVM: x86: Add a helper to check for a legal GPA
2021-02-04 Sean ChristophersonKVM: nSVM: Don't strip host's C-bit from guest's CR3...
2021-02-04 Sean ChristophersonKVM: x86: Set so called 'reserved CR3 bits in LM mask...
2021-02-04 David WoodhouseKVM: Add documentation for Xen hypercall and shared_inf...
2021-02-04 David WoodhouseKVM: x86: declare Xen HVM shared info capability and...
2021-02-04 David WoodhouseKVM: x86/xen: Add event channel interrupt vector upcall
2021-02-04 Joao MartinsKVM: x86/xen: register vcpu time info region
2021-02-04 Joao MartinsKVM: x86/xen: setup pvclock updates
2021-02-04 Joao MartinsKVM: x86/xen: register vcpu info
2021-02-04 David WoodhouseKVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GE...
2021-02-04 Joao MartinsKVM: x86/xen: update wallclock region
2021-02-04 David Woodhousexen: add wc_sec_hi to struct shared_info
2021-02-04 Joao MartinsKVM: x86/xen: register shared_info page
2021-02-04 David WoodhouseKVM: x86/xen: add definitions of compat_shared_info...
2021-02-04 David WoodhouseKVM: x86/xen: latch long_mode when hypercall page is...
2021-02-04 Joao MartinsKVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
2021-02-04 David WoodhouseKVM: x86/xen: Add kvm_xen_enabled static key
2021-02-04 David WoodhouseKVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.c
2021-02-04 Joao MartinsKVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
2021-02-04 Joao MartinsKVM: x86/xen: intercept xen hypercalls if enabled
2021-02-04 David WoodhouseKVM: x86/xen: Fix __user pointer handling for hypercall...
2021-02-04 Joao MartinsKVM: x86/xen: fix Xen hypercall page msr handling
2021-02-04 Ben GardonKVM: x86/mmu: Allow parallel page faults for the TDP MMU
2021-02-04 Ben GardonKVM: x86/mmu: Mark SPTEs in disconnected pages as removed
2021-02-04 Ben GardonKVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
2021-02-04 Ben GardonKVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
2021-02-04 Ben GardonKVM: x86/mmu: Factor out functions to add/remove TDP...
2021-02-04 Ben GardonKVM: x86/mmu: Use an rwlock for the x86 MMU
2021-02-04 Ben Gardonsched: Add cond_resched_rwlock
2021-02-04 Ben Gardonsched: Add needbreak for rwlocks
2021-02-04 Ben Gardonlocking/rwlocks: Add contention detection for rwlocks
2021-02-04 Ben GardonKVM: x86/mmu: Protect TDP MMU page table memory with RCU
2021-02-04 Ben GardonKVM: x86/mmu: Clear dirtied pages mask bit before early...
2021-02-04 Ben GardonKVM: x86/mmu: Skip no-op changes in TDP MMU functions
2021-02-04 Ben GardonKVM: x86/mmu: Yield in TDU MMU iter even if no SPTES...
2021-02-04 Ben GardonKVM: x86/mmu: Ensure forward progress when yielding...
2021-02-04 Ben GardonKVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
2021-02-04 Ben GardonKVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_co...
2021-02-04 Ben GardonKVM: x86/mmu: Fix braces in kvm_recover_nx_lpages
2021-02-04 Ben GardonKVM: x86/mmu: Factor out handling of removed page tables
2021-02-04 Ben GardonKVM: x86/mmu: Don't redundantly clear TDP MMU pt memory
2021-02-04 Ben GardonKVM: x86/mmu: Add lockdep when setting a TDP MMU SPTE
2021-02-04 Ben GardonKVM: x86/mmu: Add comment on __tdp_mmu_set_spte
2021-02-04 Ben GardonKVM: x86/mmu: change TDP MMU yield function returns...
2021-02-04 Paolo BonziniKVM: x86: move kvm_inject_gp up from kvm_set_xcr to...
2021-02-04 Paolo BonziniKVM: cleanup DR6/DR7 reserved bits checks
2021-02-04 Paolo BonziniKVM: move EXIT_FASTPATH_REENTER_GUEST to common code
2021-02-04 Vitaly Kuznetsovselftest: kvm: x86: test KVM_GET_CPUID2 and guest visib...
2021-02-04 Stephen ZhangKVM: x86/mmu: Add '__func__' in rmap_printk()
2021-02-04 Krish SadhukhanKVM: SVM: Replace hard-coded value with #define
2021-02-04 Michael RothKVM: SVM: use .prepare_guest_switch() to handle CPU...
2021-02-04 Michael RothKVM: SVM: remove uneeded fields from host_save_users_msrs
2021-02-04 Michael RothKVM: SVM: use vmsave/vmload for saving/restoring additi...
2021-02-04 Sean ChristophersonKVM: SVM: Use asm goto to handle unexpected #UD on...
2021-02-04 Sean ChristophersonKVM: VMX: Use the kernel's version of VMXOFF
2021-02-04 Sean ChristophersonKVM: VMX: Move Intel PT shenanigans out of VMXON/VMXOFF...
2021-02-04 Uros BizjakKVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
2021-02-04 David P. Reedx86/virt: Mark flags and memory as clobbered by VMXOFF
2021-02-04 Sean Christophersonx86/reboot: Force all cpus to exit VMX root if VMX...
2021-02-04 Sean Christophersonx86/virt: Eat faults on VMXOFF in reboot flows
2021-02-04 Jason BaronKVM: x86: use static calls to reduce kvm_x86_ops overhead
2021-02-04 Jason BaronKVM: x86: introduce definitions to support static calls...
2021-02-04 Jason BaronKVM: X86: prepend vmx/svm prefix to additional kvm_x86_...
2021-02-04 Cun LiKVM: Stop using deprecated jump label APIs
2021-02-04 Wei HuangKVM: SVM: Fix #GP handling for doubly-nested virtualization
2021-02-04 Wei HuangKVM: SVM: Add support for SVM instruction address check...
2021-02-04 Bandan DasKVM: SVM: Add emulation support for #GP triggered by...
2021-02-04 Wei HuangKVM: x86: Factor out x86 instruction emulation with...
2021-02-04 Chenyi QiangKVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
2021-02-04 Like Xuselftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_...
2021-02-04 Like XuKVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPAB...
2021-02-04 Like XuKVM: vmx/pmu: Release guest LBR event via lazy release...
2021-02-04 Like XuKVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
2021-02-04 Like XuKVM: vmx/pmu: Reduce the overhead of LBR pass-through...
2021-02-04 Like XuKVM: vmx/pmu: Pass-through LBR msrs when the guest...
2021-02-04 Like XuKVM: vmx/pmu: Create a guest LBR event when vcpu sets...
2021-02-04 Like XuKVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest...
2021-02-04 Paolo BonziniKVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest...
2021-02-04 Paolo BonziniKVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across...
2021-02-04 Like XuKVM: x86/vmx: Make vmx_set_intercept_for_msr() non...
2021-02-04 Like XuKVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA...
next