KVM: nVMX: Reset the segment cache when stuffing guest segs
[linux-2.6-microblaze.git] / arch /
2020-09-28 Sean ChristophersonKVM: nVMX: Reset the segment cache when stuffing guest...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Track write/user faults using bools
2020-09-28 Sean ChristophersonKVM: x86/mmu: Hoist ITLB multi-hit workaround check...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Rename 'hlevel' to 'level' in FNAME(fetch)
2020-09-28 Sean ChristophersonKVM: x86/mmu: Account NX huge page disallowed iff huge...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Capture requested page level before NX...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Move "huge page disallowed" calculation...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Refactor the zap loop for recovering...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Commit zap of remaining invalid pages...
2020-09-28 Sean ChristophersonKVM: VMX: Rename ops.h to vmx_ops.h
2020-09-28 Xiaoyao LiKVM: VMX: Extract posted interrupt support to separate...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Bail early from final #PF handling on...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Return unique RET_PF_* values if the...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Invert RET_PF_* check when falling throug...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Return -EIO if page fault returns RET_PF_...
2020-09-28 Ben GardonKVM: x86/MMU: Recursively zap nested TDP SPs when zappi...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Move flush logic from mmu_page_zap_pte...
2020-09-28 Vitaly KuznetsovKVM: x86: hyper-v: disallow configuring SynIC timers...
2020-09-28 Sean ChristophersonKVM: x86/mmu: Stash 'kvm' in a local variable in kvm_mm...
2020-09-28 Sean ChristophersonKVM: VMX: Add a helper and macros to reduce boilerplate...
2020-09-28 Sean ChristophersonKVM: VMX: Rename RDTSCP secondary exec control name...
2020-09-28 Sean ChristophersonKVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID...
2020-09-28 Sean ChristophersonKVM: VMX: Rename vmx_*_supported() helpers to cpu_has_v...
2020-09-28 Li Qiangcpuidle-haltpoll: fix error comments in arch_haltpoll_d...
2020-09-28 Sean ChristophersonKVM: VMX: Use "illegal GPA" helper for PT/RTIT output...
2020-09-28 Sean ChristophersonKVM: x86: Move illegal GPA helper out of the MMU code
2020-09-28 Sean ChristophersonKVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with...
2020-09-28 Sean ChristophersonKVM: x86: Unexport cpuid_query_maxphyaddr()
2020-09-28 Sean ChristophersonKVM: VMX: Use precomputed MAXPHYADDR for RTIT base...
2020-09-28 Tom LendackyKVM: VMX: Do not perform emulation for INVD intercept
2020-09-28 Paolo BonziniKVM: SEV: shorten comments around sev_clflush_pages
2020-09-28 Cfir CohenKVM: SVM: Mark SEV launch secret pages as dirty.
2020-09-28 Sean ChristophersonKVM: nVMX: Add VM-Enter failed tracepoints for super...
2020-09-28 Krish SadhukhanKVM: nSVM: CR3 MBZ bits are only 63:52
2020-09-28 Robert HooKVM: x86: emulating RDPID failure shall return #UD...
2020-09-28 Sean ChristophersonKVM: nVMX: Morph notification vector IRQ on nested...
2020-09-28 Tianjia ZhangKVM: MIPS: clean up redundant kvm_run parameters in...
2020-09-28 Haiwei LiKVM: SVM: Add tracepoint for cr_interception
2020-09-28 Wanpeng LiKVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
2020-09-28 Sean ChristophersonKVM: VMX: Invoke NMI handler via indirect call instead...
2020-09-28 Sean ChristophersonKVM: VMX: Move IRQ invocation to assembly subroutine
2020-09-28 Sean ChristophersonKVM: x86: Add kvm_x86_ops hook to short circuit emulation
2020-09-28 Haiwei LiKVM: SVM: use __GFP_ZERO instead of clear_page()
2020-09-28 Krish SadhukhanKVM: nVMX: KVM needs to unset "unrestricted guest"...
2020-09-28 Maxim LevitskyKVM: x86: fix MSR_IA32_TSC read for nested migration
2020-09-28 Babu MogerKVM: SVM: Enable INVPCID feature on AMD
2020-09-28 Babu MogerKVM: X86: Move handling of INVPCID types to x86
2020-09-28 Babu MogerKVM: X86: Rename and move the function vmx_handle_memor...
2020-09-28 Babu MogerKVM: SVM: Remove set_cr_intercept, clr_cr_intercept...
2020-09-28 Babu MogerKVM: SVM: Add new intercept word in vmcb_control_area
2020-09-28 Babu MogerKVM: SVM: Modify 64 bit intercept field to two 32 bit...
2020-09-28 Babu MogerKVM: SVM: Modify intercept_exceptions to generic intercepts
2020-09-28 Babu MogerKVM: SVM: Change intercept_dr to generic intercepts
2020-09-28 Babu MogerKVM: SVM: Change intercept_cr to generic intercepts
2020-09-28 Babu MogerKVM: SVM: Introduce vmcb_(set_intercept/clr_intercept...
2020-09-28 Babu MogerKVM: nSVM: Remove unused field
2020-09-28 Maxim LevitskyKVM: SVM: refactor exit labels in svm_create_vcpu
2020-09-28 Maxim LevitskyKVM: SVM: use __GFP_ZERO instead of clear_page
2020-09-28 Maxim LevitskyKVM: SVM: refactor msr permission bitmap allocation
2020-09-28 Maxim LevitskyKVM: nSVM: rename nested vmcb to vmcb12
2020-09-28 Maxim LevitskyKVM: SVM: rename a variable in the svm_create_vcpu
2020-09-28 Wanpeng LiKVM: LAPIC: Reduce world switch latency caused by timer...
2020-09-28 Wanpeng LiKVM: LAPIC: Narrow down the kick target vCPU
2020-09-28 Wanpeng LiKVM: LAPIC: Guarantee the timer is in tsc-deadline...
2020-09-28 Wanpeng LiKVM: LAPIC: Return 0 when getting the tscdeadline timer...
2020-09-28 Wanpeng LiKVM: LAPIC: Fix updating DFR missing apic map recalculation
2020-09-28 Chenyi QiangKVM: nVMX: Simplify the initialization of nested_vmx_msrs
2020-09-28 Chenyi QiangKVM: nVMX: Fix VMX controls MSRs setup when nested...
2020-09-28 Vitaly KuznetsovKVM: nSVM: Avoid freeing uninitialized pointers in...
2020-09-22 Paolo BonziniMerge tag 'kvm-ppc-next-5.10-1' of git://git./linux...
2020-09-22 Paolo BonziniMerge branch 'x86-seves-for-paolo' of https://git....
2020-09-22 Wang WenshengKVM: PPC: Book3S: Fix symbol undeclared warnings
2020-09-22 Jing XiangfengKVM: PPC: Book3S: Remove redundant initialization of...
2020-09-22 Qinglang MiaoKVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTE
2020-09-20 Paolo BonziniMerge tag 'kvm-s390-master-5.9-1' of git://git./linux...
2020-09-20 Paolo BonziniMerge tag 'kvmarm-fixes-5.9-2' of git://git./linux...
2020-09-20 Vitaly KuznetsovRevert "KVM: Check the allocation of pv cpu mask"
2020-09-18 Marc ZyngierKVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()
2020-09-18 Marc ZyngierKVM: arm64: Assume write fault on S1PTW permission...
2020-09-17 Paul MackerrasKVM: PPC: Book3S HV: Set LPCR[HDICE] before writing...
2020-09-17 Fabiano RosasKVM: PPC: Book3S HV: Do not allocate HPT for a nested...
2020-09-17 Greg KurzKVM: PPC: Don't return -ENOTSUPP to userspace in ioctls
2020-09-12 Maxim LevitskyKVM: emulator: more strict rsm checks.
2020-09-12 Maxim LevitskyKVM: nSVM: more strict SMM checks when returning to...
2020-09-12 Maxim LevitskySVM: nSVM: setup nested msr permission bitmap on nested...
2020-09-12 Maxim LevitskySVM: nSVM: correctly restore GIF on vmexit from nesting...
2020-09-12 Vitaly Kuznetsovx86/kvm: don't forget to ACK async PF IRQ
2020-09-12 Vitaly Kuznetsovx86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro
2020-09-12 Wanpeng LiKVM: VMX: Don't freeze guest when event delivery causes...
2020-09-12 Wanpeng LiKVM: SVM: avoid emulation with stale next_rip
2020-09-11 Vitaly KuznetsovKVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN
2020-09-11 David RientjesKVM: SVM: Periodically schedule when unregistering...
2020-09-11 Huacai ChenKVM: MIPS: Change the definition of kvm type
2020-09-11 Lai Jiangshankvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
2020-09-11 Chenyi QiangKVM: nVMX: Fix the update value of nested load IA32_PER...
2020-09-11 Haiwei LiKVM: Check the allocation of pv cpu mask
2020-09-11 Peter ShierKVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates...
2020-09-11 Paolo BonziniMerge tag 'kvmarm-fixes-5.9-1' of git://git./linux...
2020-09-07 Borislav PetkovKVM: SVM: Use __packed shorthand
2020-09-07 Joerg RoedelKVM: SVM: Add GHCB Accessor functions
next