]> git.karo-electronics.de Git - karo-tx-linux.git/history - arch
kvm: x86: zero EFER on INIT
[karo-tx-linux.git] / arch /
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.kernel...
2015-10-13 David HildenbrandKVM: s390: factor out reading of the guest TOD clock
2015-10-13 David HildenbrandKVM: s390: factor out and fix setting of guest TOD...
2015-10-13 David HildenbrandKVM: s390: switch to get_tod_clock() and fix STP sync...
2015-10-13 David HildenbrandKVM: s390: correctly handle injection of pgm irqs and...
2015-10-13 David HildenbrandKVM: s390: simplify in-kernel program irq injection
2015-10-13 David HildenbrandKVM: s390: drop out early in kvm_s390_has_irq()
2015-10-13 David HildenbrandKVM: s390: kvm_arch_vcpu_runnable already cares about...
2015-10-13 David HildenbrandKVM: s390: set interception requests for all floating...
2015-10-13 David HildenbrandKVM: s390: disabled wait cares about machine checks...
2015-10-13 Christian BorntraegerKVM: s390: remove unused variable in __inject_vm
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.kernel.org...
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 ...
2015-09-28 Radim KrčmářRevert "KVM: x86: zero kvmclock_offset when vcpu0 initi...
2015-09-27 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2015-09-27 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git.kernel...
2015-09-27 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2015-09-27 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2015-09-27 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2015-09-27 Olof JohanssonMerge tag 'pxa-fixes-v4.3' of https://github.com/rjarzm...
2015-09-27 Olof JohanssonMerge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel...
2015-09-27 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-09-27 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-09-27 Linus TorvaldsMerge tag 'usb-4.3-rc3' of git://git.kernel.org/pub...
2015-09-27 Linus TorvaldsMerge tag 'tty-4.3-rc3' of git://git.kernel.org/pub...
2015-09-27 Linus TorvaldsMerge tag 'staging-4.3-rc3' of git://git.kernel.org...
2015-09-27 Linus TorvaldsMerge tag 'driver-core-4.3-rc3' of git://git.kernel...
2015-09-27 Linus TorvaldsMerge tag 'char-misc-4.3-rc3' of git://git.kernel.org...
2015-09-26 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-09-25 Linus TorvaldsMerge branch 'for-4.3-fixes' of git://git.kernel.org...
2015-09-25 Linus TorvaldsMerge branch 'for-linus-4.3' of git://git.kernel.org...
2015-09-25 Linus TorvaldsMerge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org...
2015-09-25 Linus TorvaldsMerge tag 'sound-4.3-rc3' of git://git.kernel.org/pub...
2015-09-25 Linus TorvaldsMerge tag 'pci-v4.3-fixes-1' of git://git.kernel.org...
2015-09-25 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2015-09-25 Linus TorvaldsMerge tag 'powerpc-4.3-3' of git://git.kernel.org/pub...
2015-09-25 David HildenbrandKVM: disable halt_poll_ns as default for s390x
next