KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
[deliverable/linux.git] / arch / x86 /
2014-12-05  Radim KrčmářKVM: cpuid: recompute CPUID 0xD.0:EBX,ECX
2014-12-05  Wanpeng Likvm: vmx: add nested virtualization support for xsaves
2014-12-05  Wanpeng Likvm: vmx: add MSR logic for XSAVES
2014-12-05  Wanpeng Likvm: x86: handle XSAVES vmcs and vmexit
2014-12-05  Paolo BonziniKVM: cpuid: mask more bits in leaf 0xd and subleaves
2014-12-05  Paolo BonziniKVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctly
2014-12-05  Wanpeng Likvm: x86: Add kvm_x86_ops hook that enables XSAVES...
2014-12-05  Paolo BonziniKVM: x86: use F() macro throughout cpuid.c
2014-12-05  Paolo BonziniKVM: x86: support XSAVES usage in the host
2014-12-05  Paolo Bonzinix86: export get_xsave_addr
2014-12-05  Paolo BonziniMerge tag 'kvm-s390-next-20141204' of git://git./linux...
2014-12-04  Radim KrčmářKVM: x86: allow 256 logical x2APICs again
2014-12-04  Radim KrčmářKVM: x86: check bounds of APIC maps
2014-12-04  Radim KrčmářKVM: x86: fix APIC physical destination wrapping
2014-12-04  Radim KrčmářKVM: x86: deliver phys lowest-prio
2014-12-04  Radim KrčmářKVM: x86: don't retry hopeless APIC delivery
2014-12-04  Radim KrčmářKVM: x86: use MSR_ICR instead of a number
2014-12-04  Nadav AmitKVM: x86: Fix reserved x2apic registers
2014-12-04  Nadav AmitKVM: x86: Generate #UD when memory operand is required
2014-12-03  Paolo BonziniMerge tag 'kvm-s390-next-20141128' of git://git./linux...
2014-11-24  Paolo Bonzinikvm: x86: avoid warning about potential shift wrapping bug
2014-11-24  Paolo BonziniKVM: x86: move device assignment out of kvm_host.h
2014-11-23  Paolo Bonzinikvm: x86: mask out XSAVES
2014-11-23  Radim Krčmářkvm: x86: move assigned-dev.c and iommu.c to arch/x86/
2014-11-21  Radim Krcmarkvm: remove CONFIG_X86 #ifdefs from files formerly...
2014-11-21  Paolo Bonzinikvm: x86: move ioapic.c and irq_comm.c back to arch...
2014-11-19  Nicholas KrauseKVM: x86: Remove FIXMEs in emulate.c
2014-11-19  Paolo BonziniKVM: emulator: remove duplicated limit check
2014-11-19  Paolo BonziniKVM: emulator: remove code duplication in register_addr...
2014-11-19  Nadav AmitKVM: x86: Move __linearize masking of la into switch
2014-11-19  Nadav AmitKVM: x86: Non-canonical access using SS should cause #SS
2014-11-19  Nadav AmitKVM: x86: Perform limit checks when assigning EIP
2014-11-19  Nadav AmitKVM: x86: Emulator performs privilege checks on __linearize
2014-11-19  Nadav AmitKVM: x86: Stack size is overridden by __linearize
2014-11-19  Nadav AmitKVM: x86: Revert NoBigReal patch in the emulator
2014-11-18  Tiejun Chenkvm: x86: vmx: remove MMIO_MAX_GEN
2014-11-18  Tiejun Chenkvm: x86: vmx: cleanup handle_ept_violation
2014-11-17  Nadav AmitKVM: x86: Fix lost interrupt on irr_pending race
2014-11-17  Paolo BonziniKVM: compute correct map even if all APICs are software...
2014-11-17  Nadav AmitKVM: x86: Software disabled APIC should still deliver...
2014-11-14  Igor Mammedovkvm: x86: increase user memory slots to 509
2014-11-13  Chris J Argeskvm: svm: move WARN_ON in svm_adjust_tsc_offset
2014-11-12  Andy Lutomirskix86, kvm, vmx: Don't set LOAD_IA32_EFER when host and...
2014-11-12  Andy Lutomirskix86, kvm, vmx: Always use LOAD_IA32_EFER if available
2014-11-10  Paolo BonziniKVM: x86: fix warning on 32-bit compilation
2014-11-08  David Matlackkvm: x86: add trace event for pvclock updates
2014-11-08  Owen Hofmannkvm: x86: Fix kvm clock versioning.
2014-11-08  Nadav AmitKVM: x86: MOVNTI emulation min opsize is not respected
2014-11-08  Marcelo TosattiKVM: x86: update masterclock values on TSC writes
2014-11-08  Nadav AmitKVM: x86: Return UNHANDLABLE on unsupported SYSENTER
2014-11-08  Nadav AmitKVM: x86: Warn on APIC base relocation
2014-11-08  Nadav AmitKVM: x86: Emulator mis-decodes VEX instructions on...
2014-11-07  Nadav AmitKVM: x86: Remove redundant and incorrect cpl check...
2014-11-07  Nadav AmitKVM: x86: Inject #GP when loading system segments with...
2014-11-07  Nadav AmitKVM: x86: Combine the lgdt and lidt emulation logic
2014-11-07  Nadav AmitKVM: x86: Do not update EFLAGS on faulting emulation
2014-11-07  Nadav AmitKVM: x86: MOV to CR3 can set bit 63
2014-11-07  Nadav AmitKVM: x86: Emulate push sreg as done in Core
2014-11-07  Nadav AmitKVM: x86: Wrong flags on CMPS and SCAS emulation
2014-11-07  Nadav AmitKVM: x86: SYSCALL cannot clear eflags[1]
2014-11-07  Nadav AmitKVM: x86: Emulation of MOV-sreg to memory uses incorrec...
2014-11-07  Nadav AmitKVM: x86: Breakpoints do not consider CS.base
2014-11-07  Nadav AmitKVM: x86: Clear DR6[0:3] on #DB during handle_dr
2014-11-07  Nadav AmitKVM: x86: Emulator should set DR6 upon GD like real CPU
2014-11-07  Nadav AmitKVM: x86: No error-code on real-mode exceptions
2014-11-07  Nadav AmitKVM: x86: decode_modrm does not regard modrm correctly
2014-11-07  Wei WangKVM: x86: reset RVI upon system reset
2014-11-07  Paolo Bonzinikvm: x86: vmx: avoid returning bool to distinguish...
2014-11-07  Tiejun Chenkvm: x86: vmx: move some vmx setting from vmx_init...
2014-11-07  Tiejun Chenkvm: x86: vmx: move down hardware_setup() and hardware_...
2014-11-07  Paolo BonziniMerge tag 'kvm-s390-next-20141107' of git://git./linux...
2014-11-03  Tiejun Chenkvm: kvmclock: use get_cpu() and put_cpu()
2014-11-03  Radim KrčmářKVM: x86: optimize some accesses to LVTT and SPIV
2014-11-03  Radim KrčmářKVM: x86: detect LVTT changes under APICv
2014-11-03  Radim KrčmářKVM: x86: detect SPIV changes under APICv
2014-11-03  Chao PengKVM: x86: Enable Intel AVX-512 for guest
2014-11-03  Radim KrčmářKVM: x86: fix deadline tsc interrupt injection
2014-11-03  Radim KrčmářKVM: x86: add apic_timer_expired()
2014-11-03  Nadav AmitKVM: vmx: Unavailable DR4/5 is checked before CPL
2014-11-03  Nadav AmitKVM: x86: Emulator performs code segment checks on...
2014-11-03  Nadav AmitKVM: x86: Clear DR7.LE during task-switch
2014-11-03  Nadav AmitKVM: x86: Emulator does not calculate address correctly
2014-11-03  Nadav AmitKVM: x86: DR7.GD should be cleared upon any #DB exception
2014-11-03  Nadav AmitKVM: x86: some apic broadcast modes does not work
2014-11-03  Andy Lutomirskix86,kvm,vmx: Don't trap writes to CR4.TSD
2014-11-03  Nadav AmitKVM: x86: Sysexit emulation does not mask RIP/RSP
2014-11-03  Nadav AmitKVM: x86: Distinguish between stack operation and near...
2014-11-03  Nadav AmitKVM: x86: Getting rid of grp45 in emulator
2014-11-03  Nadav AmitKVM: x86: Use new is_noncanonical_address in _linearize
2014-11-03  Paolo BonziniKVM: emulator: always inline __linearize
2014-11-03  Paolo BonziniMerge remote-tracking branch 'origin/master' into HEAD
2014-11-02  Linus TorvaldsMerge tag 'for-linus-20141102' of git://git.infradead...
2014-11-02  Linus TorvaldsMerge tag 'scsi-for-linus' of git://git./linux/kernel...
2014-11-02  Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2014-11-02  Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2014-11-02  Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2014-11-02  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-11-02  Paolo BonziniKVM: vmx: defer load of APIC access page address during...
2014-11-02  Jan KiszkaKVM: nVMX: Disable preemption while reading from shadow...
2014-11-02  Nadav AmitKVM: x86: Fix far-jump to non-canonical check
next
This page took 0.051115 seconds and 8 git commands to generate.