kvm: vmx: add MSR logic for XSAVES
[cascardo/linux.git] / arch /
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 Jens FreimannKVM: s390: clean up return code handling in irq deliver...
2014-12-04 Jens FreimannKVM: s390: use atomic bitops to access pending_irqs...
2014-12-04 David HildenbrandKVM: s390: some ext irqs have to clear the ext cpu...
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-28 Jens FreimannKVM: s390: allow injecting all kinds of machine checks
2014-11-28 Jens FreimannKVM: s390: handle pending local interrupts via bitmap
2014-11-28 Jens FreimannKVM: s390: add bitmap for handling cpu-local interrupts
2014-11-28 Jens FreimannKVM: s390: refactor interrupt delivery code
2014-11-28 Jens FreimannKVM: s390: add defines for virtio and pfault interrupt...
2014-11-28 David HildenbrandKVM: s390: external param not valid for cpu timer and ckc
2014-11-28 Jens FreimannKVM: s390: refactor interrupt injection code
2014-11-28 Jason J. HerneKVM: S390: Create helper function get_guest_storage_key
2014-11-28 Christian BorntraegerKVM: s390: trigger the right CPU exit for floating...
2014-11-28 Thomas HuthKVM: s390: Fix rewinding of the PSW pointing to an...
2014-11-28 Thomas HuthKVM: s390: Small fixes for the PFMF handler
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-20 Paolo BonziniKVM: ia64: remove
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-07 Heiko CarstensKVM: s390: fix handling of lctl[g]/stctl[g]
2014-11-07 Christian BorntraegerKVM: s390: flush CPU on load control
2014-11-07 Christian BorntraegerKVM: s390: Fix ipte locking
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
next