index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-624
/
+3540
2014-12-18
KVM: move APIC types to arch/x86/
Paolo Bonzini
1
-0
/
+17
2014-12-15
Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
1
-3
/
+3
2014-12-11
KVM: x86: em_ret_far overrides cpl
Nadav Amit
1
-1
/
+1
2014-12-11
KVM: nVMX: Disable unrestricted mode if ept=0
Bandan Das
1
-2
/
+2
2014-12-10
Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-2
/
+2
2014-12-10
KVM: x86: Emulate should check #UD before #GP
Nadav Amit
1
-6
/
+6
2014-12-10
KVM: x86: Do not push eflags.vm on pushf
Nadav Amit
1
-1
/
+1
2014-12-10
KVM: x86: Remove prefix flag when GP macro is used
Nadav Amit
1
-2
/
+2
2014-12-05
KVM: cpuid: recompute CPUID 0xD.0:EBX,ECX
Radim Krčmář
1
-0
/
+2
2014-12-05
kvm: vmx: add nested virtualization support for xsaves
Wanpeng Li
1
-1
/
+22
2014-12-05
kvm: vmx: add MSR logic for XSAVES
Wanpeng Li
1
-1
/
+28
2014-12-05
kvm: x86: handle XSAVES vmcs and vmexit
Wanpeng Li
1
-0
/
+21
2014-12-05
KVM: cpuid: mask more bits in leaf 0xd and subleaves
Paolo Bonzini
1
-2
/
+8
2014-12-05
KVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctly
Paolo Bonzini
1
-6
/
+16
2014-12-05
kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest
Wanpeng Li
3
-1
/
+15
2014-12-05
KVM: x86: use F() macro throughout cpuid.c
Paolo Bonzini
1
-7
/
+7
2014-12-05
KVM: x86: support XSAVES usage in the host
Paolo Bonzini
1
-7
/
+83
2014-12-04
KVM: x86: allow 256 logical x2APICs again
Radim Krčmář
2
-7
/
+6
2014-12-04
KVM: x86: check bounds of APIC maps
Radim Krčmář
1
-4
/
+5
2014-12-04
KVM: x86: fix APIC physical destination wrapping
Radim Krčmář
1
-1
/
+4
2014-12-04
KVM: x86: deliver phys lowest-prio
Radim Krčmář
1
-2
/
+0
2014-12-04
KVM: x86: don't retry hopeless APIC delivery
Radim Krčmář
1
-2
/
+2
2014-12-04
KVM: x86: use MSR_ICR instead of a number
Radim Krčmář
1
-2
/
+2
2014-12-04
KVM: x86: Fix reserved x2apic registers
Nadav Amit
1
-0
/
+9
2014-12-04
KVM: x86: Generate #UD when memory operand is required
Nadav Amit
1
-4
/
+34
2014-11-26
kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
Ard Biesheuvel
1
-3
/
+3
2014-11-25
kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
Ard Biesheuvel
1
-3
/
+3
2014-11-24
kvm: x86: avoid warning about potential shift wrapping bug
Paolo Bonzini
2
-2
/
+2
2014-11-24
KVM: x86: move device assignment out of kvm_host.h
Paolo Bonzini
4
-10
/
+64
2014-11-23
kvm: x86: mask out XSAVES
Paolo Bonzini
1
-1
/
+10
2014-11-23
kvm: x86: move assigned-dev.c and iommu.c to arch/x86/
Radim Krčmář
4
-2
/
+1386
2014-11-21
kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64
Radim Krcmar
2
-24
/
+2
2014-11-21
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
Paolo Bonzini
5
-3
/
+1134
2014-11-19
x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()
Steven Rostedt (Red Hat)
1
-2
/
+2
2014-11-19
KVM: x86: Remove FIXMEs in emulate.c
Nicholas Krause
1
-4
/
+0
2014-11-19
KVM: emulator: remove duplicated limit check
Paolo Bonzini
1
-9
/
+4
2014-11-19
KVM: emulator: remove code duplication in register_address{,_increment}
Paolo Bonzini
1
-12
/
+11
2014-11-19
KVM: x86: Move __linearize masking of la into switch
Nadav Amit
1
-2
/
+1
2014-11-19
KVM: x86: Non-canonical access using SS should cause #SS
Nadav Amit
1
-1
/
+1
2014-11-19
KVM: x86: Perform limit checks when assigning EIP
Nadav Amit
1
-41
/
+54
2014-11-19
KVM: x86: Emulator performs privilege checks on __linearize
Nadav Amit
1
-15
/
+0
2014-11-19
KVM: x86: Stack size is overridden by __linearize
Nadav Amit
1
-4
/
+5
2014-11-19
KVM: x86: Revert NoBigReal patch in the emulator
Nadav Amit
1
-7
/
+1
2014-11-18
kvm: x86: vmx: remove MMIO_MAX_GEN
Tiejun Chen
1
-4
/
+3
2014-11-18
kvm: x86: vmx: cleanup handle_ept_violation
Tiejun Chen
1
-3
/
+3
2014-11-17
KVM: x86: Fix lost interrupt on irr_pending race
Nadav Amit
1
-6
/
+12
2014-11-17
KVM: compute correct map even if all APICs are software disabled
Paolo Bonzini
1
-10
/
+15
2014-11-17
KVM: x86: Software disabled APIC should still deliver NMIs
Nadav Amit
1
-8
/
+15
2014-11-13
kvm: svm: move WARN_ON in svm_adjust_tsc_offset
Chris J Arges
2
-4
/
+6
[next]