]> asedeno.scripts.mit.edu Git - linux.git/history - arch
KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit
[linux.git] / arch /
2018-01-16 Paolo BonziniKVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit
2018-01-16 Paolo BonziniKVM: nVMX: initialize more non-shadowed fields in prepa...
2018-01-16 Paolo BonziniKVM: nVMX: initialize descriptor cache fields in prepar...
2018-01-16 Paolo BonziniKVM: nVMX: track dirty state of non-shadowed VMCS fields
2018-01-16 Paolo BonziniKVM: VMX: split list of shadowed VMCS field to a separa...
2018-01-16 Jim Mattsonkvm: vmx: Reduce size of vmcs_field_to_offset_table
2018-01-16 Jim Mattsonkvm: vmx: Change vmcs_field_type to vmcs_field_width
2018-01-16 Jim Mattsonkvm: vmx: Introduce VMCS12_MAX_FIELD_INDEX
2018-01-16 Paolo BonziniKVM: VMX: optimize shadow VMCS copying
2018-01-16 Paolo BonziniKVM: vmx: shadow more fields that are read/written...
2018-01-16 Radim KrčmářMerge tag 'kvm-s390-next-4.16-1' of git://git.kernel...
2018-01-16 Liran AlonKVM: nVMX: Fix races when sending nested PI while dest...
2018-01-16 Liran AlonKVM: nVMX: Fix injection to L2 when L1 don't intercept...
2018-01-16 Liran AlonKVM: nVMX: Re-evaluate L1 pending events when running...
2018-01-16 Liran AlonKVM: x86: Change __kvm_apic_update_irr() to also return...
2018-01-16 Liran AlonKVM: x86: Optimization: Create SVM stubs for sync_pir_t...
2018-01-16 Liran AlonKVM: nVMX: Fix bug of injecting L2 exception into L1
2018-01-16 Borislav Petkovkvm/vmx: Use local vmx variable in vmx_get_msr()
2018-01-16 Haozhong ZhangKVM: MMU: consider host cache mode in MMIO page check
2018-01-16 Haozhong Zhangx86/mm: add a function to check if a pfn is UC/UC-/WC
2018-01-16 Paolo BonziniMerge branch 'kvm-insert-lfence'
2018-01-16 Paolo BonziniKVM: x86: prefer "depends on" to "select" for SEV
2018-01-16 Paolo BonziniMerge branch 'sev-v9-p2' of https://github.com/codomani...
2018-01-16 Paolo BonziniKVM: x86: avoid unnecessary XSETBV on guest entry
2018-01-16 Wanpeng LiKVM: x86: fix escape of guest dr6 to the host
2018-01-16 Wanpeng LiKVM: X86: support paravirtualized help for TLB shootdowns
2018-01-16 Wanpeng LiKVM: X86: introduce invalidate_gpa argument to tlb flush
2018-01-16 Wanpeng LiKVM: X86: use paravirtualized TLB Shootdown
2018-01-16 Wanpeng LiKVM: X86: Add KVM_VCPU_PREEMPTED
2018-01-16 David HildenbrandKVM: s390: cleanup struct kvm_s390_float_interrupt
2018-01-16 Michael MuellerKVM: s390: drop use of spin lock in __floating_irq_kick
2018-01-16 Christian BorntraegerKVM: s390: add debug tracing for cpu features of CPU model
2018-01-16 Christian BorntraegerKVM: s390: use created_vcpus in more places
2018-01-16 David Hildenbrands390x/mm: cleanup gmap_pte_op_walk()
2018-01-11 Andrew HonigKVM: x86: Add memory barrier on vmcs field lookup
2017-12-14 Paolo BonziniKVM: introduce kvm_arch_vcpu_async_ioctl
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer DallKVM: Take vcpu->mutex outside vcpu_load
2017-12-14 Quan XuKVM: VMX: drop I/O permission bitmaps
2017-12-14 Wanpeng LiKVM: X86: Reduce the overhead when lapic_timer_advance...
2017-12-14 Wanpeng LiKVM: VMX: Cache IA32_DEBUGCTL in memory
2017-12-14 Mark KandaKVM: nVMX: Add a WARN for freeing a loaded VMCS02
2017-12-14 Jim MattsonKVM: nVMX: Eliminate vmcs02 pool
2017-12-14 Yang ZhongKVM: Expose new cpu features to guest
2017-12-14 Liran AlonKVM: x86: Add emulation of MSR_SMI_COUNT
2017-12-14 Radim KrčmářKVM: x86: simplify kvm_mwait_in_guest()
2017-12-14 Radim KrčmářKVM: x86: drop bogus MWAIT check
2017-12-14 Radim KrčmářKVM: x86: prevent MWAIT in guest with buggy MONITOR
2017-12-14 Colin Ian KingKVM: x86: MMU: make array audit_point_name static
2017-12-14 Gimcuan Huix86: kvm: mmu: make kvm_mmu_clear_all_pte_masks static
2017-12-14 Paolo BonziniKVM: x86: emulate RDPID
2017-12-14 Paolo BonziniKVM: vmx: add support for emulating UMIP
2017-12-14 Paolo BonziniKVM: x86: add support for emulating UMIP
2017-12-14 Paolo BonziniKVM: x86: emulate sldt and str
2017-12-14 Paolo BonziniKVM: x86: add support for UMIP
2017-12-14 Peter Xukvm: x86: fix WARN due to uninitialized guest FPU state
2017-12-14 Wanpeng LiKVM: X86: Fix load RFLAGS w/o the fixed bit
2017-12-14 Wanpeng LiKVM: MMU: Fix infinite loop when there is no available...
2017-12-10 Linus TorvaldsMerge tag 'for-4.15-rc3-tag' of git://git.kernel.org...
2017-12-10 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2017-12-10 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2017-12-10 Olof JohanssonMerge branch 'fixes' into for-next
2017-12-10 Olof JohanssonMerge tag 'amlogic-fixes-1' of git://git.kernel.org...
2017-12-10 Olof JohanssonMerge tag 'ccn/fixes-for-4.15' of git://git.linaro...
2017-12-10 Olof JohanssonMerge tag 'omap-for-v4.15/fixes-dt-warnings' of git...
2017-12-09 James MorrisMerge tag 'keys-fixes-20171208' of git://git.kernel...
2017-12-08 Michal Hockokmemcheck: rip it out for real
2017-12-08 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2017-12-08 Linus TorvaldsMerge tag 'media/v4.15-2' of git://git.kernel.org/pub...
2017-12-08 Linus TorvaldsMerge tag 'drm-fixes-for-v4.15-rc3' of git://people...
2017-12-08 Linus TorvaldsMerge tag 'md/4.15-rc2' of git://git.kernel.org/pub...
2017-12-08 Linus TorvaldsMerge tag 'devicetree-fixes-for-4.15-part2' of git...
2017-12-08 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2017-12-08 Linus TorvaldsMerge tag 'for-linus-4.15-rc3-tag' of git://git.kernel...
2017-12-08 Linus TorvaldsMerge tag 'powerpc-4.15-4' of git://git.kernel.org...
2017-12-08 David S. MillerMerge tag 'wireless-drivers-for-davem-2017-12-08' of...
2017-12-08 Neil ArmstrongARM64: dts: meson-gx: fix UART pclk clock name
2017-12-08 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-12-08 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2017-12-08 Linus TorvaldsMerge tag 'acpi-4.15-rc3' of git://git.kernel.org/pub...
2017-12-08 Linus TorvaldsMerge tag 'pm-4.15-rc3' of git://git.kernel.org/pub...
2017-12-07 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
2017-12-07 Arnd BergmannMerge branch 'fixes' into for-next
2017-12-07 Arnd BergmannARM: omap2: hide omap3_save_secure_ram on non-OMAP3 builds
2017-12-07 Rob Herringarm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv
2017-12-07 Joonas LahtinenMerge tag 'gvt-fixes-2017-12-06' of https://github...
2017-12-07 Heiko Carstenss390: fix compat system call table
2017-12-07 Linus TorvaldsMerge tag 'for_linus-4.15-rc2' of git://git.kernel...
2017-12-07 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
next