KVM: x86: rename update_db_bp_intercept to update_bp_intercept
[firefly-linux-kernel-4.4.55.git] / arch / x86 /
2015-11-10 Paolo BonziniKVM: x86: rename update_db_bp_intercept to update_bp_in...
2015-11-10 Paolo BonziniKVM: svm: unconditionally intercept #DB
2015-11-10 Eric NorthupKVM: x86: work around infinite loop in microcode when...
2015-11-10 Haozhong ZhangKVM: VMX: Dump TSC multiplier in dump_vmcs()
2015-11-10 Haozhong ZhangKVM: VMX: Use a scaled host TSC for guest readings...
2015-11-10 Haozhong ZhangKVM: VMX: Setup TSC scaling ratio when a vcpu is loaded
2015-11-10 Haozhong ZhangKVM: VMX: Enable and initialize VMX TSC scaling
2015-11-10 Haozhong ZhangKVM: x86: Use the correct vcpu's TSC rate to compute...
2015-11-10 Haozhong ZhangKVM: x86: Move TSC scaling logic out of call-back read_...
2015-11-10 Haozhong ZhangKVM: x86: Move TSC scaling logic out of call-back adjus...
2015-11-10 Haozhong ZhangKVM: x86: Replace call-back compute_tsc_offset() with...
2015-11-10 Haozhong ZhangKVM: x86: Replace call-back set_tsc_khz() with a common...
2015-11-10 Haozhong ZhangKVM: x86: Add a common TSC scaling function
2015-11-10 Haozhong ZhangKVM: x86: Add a common TSC scaling ratio field in kvm_v...
2015-11-10 Haozhong ZhangKVM: x86: Collect information for setting TSC scaling...
2015-11-10 Paolo BonziniKVM: x86: declare a few variables as __read_mostly
2015-11-10 Paolo BonziniKVM: x86: merge handle_mmio_page_fault and handle_mmio_...
2015-11-05 Kai HuangKVM: VMX: Fix commit which broke PML
2015-11-04 Laszlo ErsekKVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()
2015-11-04 Paolo BonziniKVM: x86: allow RSM from 64-bit mode
2015-11-04 Radim KrčmářKVM: VMX: fix SMEP and SMAP without EPT
2015-11-04 Paolo BonziniKVM: x86: move kvm_set_irq_inatomic to legacy device...
2015-11-04 Paolo BonziniKVM: device assignment: remove pointless #ifdefs
2015-11-04 Paolo BonziniKVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic
2015-11-04 Radim KrčmářKVM: x86: zero apic_arb_prio on reset
2015-11-04 Andrey Smetanindrivers/hv: share Hyper-V SynIC constants with userspace
2015-11-04 Radim KrčmářKVM: x86: handle SMBASE as physical address in RSM
2015-11-04 Radim KrčmářKVM: x86: add read_phys to x86_emulate_ops
2015-11-04 Saurabh SengarKVM: x86: removing unused variable
2015-11-04 Paolo BonziniMerge tag 'kvm-arm-for-4.4' of git://git./linux/kernel...
2015-11-02 Paolo BonziniMerge branch 'kvm-ppc-next' of git://git./linux/kernel...
2015-11-02 Paolo BonziniMerge tag 'kvm-s390-next-20151028' of git://git./linux...
2015-10-22 Christoffer DallKVM: Add kvm_arch_vcpu_{un}blocking callbacks
2015-10-19 Takuya YoshikawaKVM: x86: MMU: Initialize force_pt_level before calling...
2015-10-19 Paolo Bonzinikvm: x86: zero EFER on INIT
2015-10-16 Marcelo TosattiKVM: x86: move steal time initialization to vcpu entry...
2015-10-16 Takuya YoshikawaKVM: x86: MMU: Eliminate an extra memory slot search...
2015-10-16 Takuya YoshikawaKVM: x86: MMU: Remove mapping_level_dirty_bitmap()
2015-10-16 Takuya YoshikawaKVM: x86: MMU: Move mapping_level_dirty_bitmap() call...
2015-10-16 Takuya YoshikawaKVM: x86: MMU: Simplify force_pt_level calculation...
2015-10-16 Takuya YoshikawaKVM: x86: MMU: Make force_pt_level bool
2015-10-16 Joerg Roedelkvm: svm: Only propagate next_rip when guest supports it
2015-10-16 Paolo BonziniKVM: x86: manually unroll bad_mt_xwr loop
2015-10-16 Wanpeng LiKVM: nVMX: expose VPID capability to L1
2015-10-16 Wanpeng LiKVM: nVMX: nested VPID emulation
2015-10-16 Wanpeng LiKVM: nVMX: emulate the INVVPID instruction
2015-10-14 Wanpeng LiKVM: VMX: introduce __vmx_flush_tlb to handle specific...
2015-10-14 Wanpeng LiKVM: VMX: adjust interface to allocate/free_vpid
2015-10-14 Radim KrčmářKVM: x86: don't notify userspace IOAPIC on edge EOI
2015-10-14 Radim KrčmářKVM: x86: fix edge EOI and IOAPIC reconfig race
2015-10-14 Radim Krčmářkvm: x86: set KVM_REQ_EVENT when updating IRR
2015-10-14 Paolo BonziniMerge branch 'kvm-master' into HEAD
2015-10-14 Paolo BonziniKVM: x86: fix RSM into 64-bit protected mode
2015-10-14 Paolo BonziniKVM: x86: fix previous commit for 32-bit
2015-10-13 Paolo BonziniMerge branch 'kvm-master' into HEAD
2015-10-13 Paolo BonziniKVM: x86: fix SMI to halted VCPU
2015-10-13 Paolo BonziniKVM: x86: clean up kvm_arch_vcpu_runnable
2015-10-13 Paolo BonziniKVM: x86: map/unmap private slots in __x86_set_memory_r...
2015-10-13 Paolo BonziniKVM: x86: build kvm_userspace_memory_region in x86_set_...
2015-10-13 Paolo BonziniMerge tag 'kvm-s390-next-20151013' of git://git./linux...
2015-10-01 Feng WuKVM: Update Posted-Interrupts Descriptor when vCPU...
2015-10-01 Feng WuKVM: Update Posted-Interrupts Descriptor when vCPU...
2015-10-01 Feng WuKVM: x86: select IRQ_BYPASS_MANAGER
2015-10-01 Feng WuKVM: x86: Update IRTE for posted-interrupts
2015-10-01 Feng WuKVM: make kvm_set_msi_irq() public
2015-10-01 Feng WuKVM: Define a new interface kvm_intr_is_single_vcpu()
2015-10-01 Feng WuKVM: Add some helper functions for Posted-Interrupts
2015-10-01 Feng WuKVM: Extend struct pi_desc for VT-d Posted-Interrupts
2015-10-01 Paolo Bonziniirq_remapping: move structs outside #ifdef
2015-10-01 Radim Krčmářx86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERO
2015-10-01 Xiao GuangrongKVM: VMX: drop rdtscp_enabled field
2015-10-01 Xiao GuangrongKVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_C...
2015-10-01 Xiao GuangrongKVM: VMX: unify SECONDARY_VM_EXEC_CONTROL update
2015-10-01 Paolo BonziniKVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_h...
2015-10-01 Xiao GuangrongKVM: VMX: simplify invpcid handling in vmx_cpuid_update()
2015-10-01 Xiao GuangrongKVM: VMX: simplify rdtscp handling in vmx_cpuid_update()
2015-10-01 Xiao GuangrongKVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()
2015-10-01 Xiao GuangrongKVM: x86: add pcommit support
2015-10-01 Xiao GuangrongKVM: x86: allow guest to use cflushopt and clwb
2015-10-01 Paolo BonziniKVM: vmx: disable posted interrupts if no local APIC
2015-10-01 Andrey Smetaninkvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
2015-10-01 Andrey Smetaninkvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU.
2015-10-01 Andrey Smetaninkvm/x86: Hyper-V HV_X64_MSR_RESET msr
2015-10-01 Jason Wangkvm: add tracepoint for fast mmio
2015-10-01 Steve RutherfordKVM: x86: Add support for local interrupt requests...
2015-10-01 Steve RutherfordKVM: x86: Add EOI exit bitmap inference
2015-10-01 Steve RutherfordKVM: x86: Add KVM exit for IOAPIC EOIs
2015-10-01 Steve RutherfordKVM: x86: Split the APIC from the rest of IRQCHIP.
2015-10-01 Paolo BonziniKVM: x86: unify handling of interrupt window
2015-10-01 Paolo BonziniKVM: x86: introduce lapic_in_kernel
2015-10-01 Paolo BonziniKVM: x86: replace vm_has_apicv hook with cpu_uses_apicv
2015-10-01 Paolo BonziniKVM: x86: store IOAPIC-handled vectors in each VCPU
2015-10-01 Paolo BonziniKVM: x86: set TMR when the interrupt is accepted
2015-10-01 Paolo BonziniMerge branch 'x86/for-kvm' of git://git./linux/kernel...
2015-10-01 Dirk MüllerUse WARN_ON_ONCE for missing X86_FEATURE_NRIPS
2015-10-01 Paolo BonziniRevert "KVM: SVM: use NPT page attributes"
2015-10-01 Paolo BonziniRevert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED...
2015-10-01 Paolo BonziniRevert "KVM: SVM: Sync g_pat with guest-written PAT...
2015-10-01 Paolo BonziniRevert "KVM: x86: apply guest MTRR virtualization on...
2015-09-30 Paolo Bonzinix86/x2apic: Make stub functions available even if ...
next