index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: simplify update_memslots invocation
Paolo Bonzini
2014-11-17
1
-14
/
+6
*
kvm: commonize allocation of the new memory slots
Paolo Bonzini
2014-11-17
1
-17
/
+11
*
kvm: memslots: track id_to_index changes during the insertion sort
Paolo Bonzini
2014-11-14
1
-19
/
+19
*
kvm: memslots: replace heap sort with an insertion sort pass
Igor Mammedov
2014-11-14
1
-28
/
+28
*
kvm: x86: increase user memory slots to 509
Igor Mammedov
2014-11-14
1
-1
/
+1
*
kvm: svm: move WARN_ON in svm_adjust_tsc_offset
Chris J Arges
2014-11-13
2
-4
/
+6
*
x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest match
Andy Lutomirski
2014-11-12
1
-1
/
+3
*
x86, kvm, vmx: Always use LOAD_IA32_EFER if available
Andy Lutomirski
2014-11-12
1
-2
/
+8
*
KVM: x86: fix warning on 32-bit compilation
Paolo Bonzini
2014-11-10
1
-0
/
+2
*
kvm: x86: add trace event for pvclock updates
David Matlack
2014-11-08
2
-0
/
+39
*
kvm: x86: Fix kvm clock versioning.
Owen Hofmann
2014-11-08
1
-5
/
+5
*
KVM: x86: MOVNTI emulation min opsize is not respected
Nadav Amit
2014-11-08
1
-7
/
+7
*
KVM: x86: update masterclock values on TSC writes
Marcelo Tosatti
2014-11-08
1
-9
/
+10
*
KVM: x86: Return UNHANDLABLE on unsupported SYSENTER
Nadav Amit
2014-11-08
1
-4
/
+2
*
KVM: x86: Warn on APIC base relocation
Nadav Amit
2014-11-08
1
-0
/
+4
*
KVM: x86: Emulator mis-decodes VEX instructions on real-mode
Nadav Amit
2014-11-08
1
-2
/
+1
*
KVM: x86: Remove redundant and incorrect cpl check on task-switch
Nadav Amit
2014-11-07
1
-6
/
+2
*
KVM: x86: Inject #GP when loading system segments with non-canonical base
Nadav Amit
2014-11-07
1
-0
/
+6
*
KVM: x86: Combine the lgdt and lidt emulation logic
Nadav Amit
2014-11-07
1
-16
/
+11
*
KVM: x86: Do not update EFLAGS on faulting emulation
Nadav Amit
2014-11-07
1
-1
/
+3
*
KVM: x86: MOV to CR3 can set bit 63
Nadav Amit
2014-11-07
3
-1
/
+4
*
KVM: x86: Emulate push sreg as done in Core
Nadav Amit
2014-11-07
1
-0
/
+4
*
KVM: x86: Wrong flags on CMPS and SCAS emulation
Nadav Amit
2014-11-07
1
-2
/
+13
*
KVM: x86: SYSCALL cannot clear eflags[1]
Nadav Amit
2014-11-07
1
-0
/
+1
*
KVM: x86: Emulation of MOV-sreg to memory uses incorrect size
Nadav Amit
2014-11-07
1
-0
/
+2
*
KVM: x86: Breakpoints do not consider CS.base
Nadav Amit
2014-11-07
3
-16
/
+18
*
KVM: x86: Clear DR6[0:3] on #DB during handle_dr
Nadav Amit
2014-11-07
1
-0
/
+1
*
KVM: x86: Emulator should set DR6 upon GD like real CPU
Nadav Amit
2014-11-07
1
-1
/
+8
*
KVM: x86: No error-code on real-mode exceptions
Nadav Amit
2014-11-07
1
-0
/
+2
*
KVM: x86: decode_modrm does not regard modrm correctly
Nadav Amit
2014-11-07
1
-4
/
+1
*
KVM: x86: reset RVI upon system reset
Wei Wang
2014-11-07
2
-8
/
+15
*
kvm: x86: vmx: avoid returning bool to distinguish success from error
Paolo Bonzini
2014-11-07
1
-21
/
+32
*
kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()
Tiejun Chen
2014-11-07
1
-134
/
+133
*
kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()
Tiejun Chen
2014-11-07
1
-70
/
+70
*
Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2014-11-07
3
-49
/
+53
|
\
|
*
KVM: fix vm device attribute documentation
Dominik Dingel
2014-11-07
1
-5
/
+5
|
*
KVM: s390: fix handling of lctl[g]/stctl[g]
Heiko Carstens
2014-11-07
1
-36
/
+32
|
*
KVM: s390: flush CPU on load control
Christian Borntraeger
2014-11-07
1
-2
/
+2
|
*
KVM: s390: Fix ipte locking
Christian Borntraeger
2014-11-07
1
-6
/
+14
*
|
kvm: kvmclock: use get_cpu() and put_cpu()
Tiejun Chen
2014-11-03
1
-11
/
+8
*
|
KVM: x86: optimize some accesses to LVTT and SPIV
Radim Krčmář
2014-11-03
2
-10
/
+6
*
|
KVM: x86: detect LVTT changes under APICv
Radim Krčmář
2014-11-03
2
-4
/
+9
*
|
KVM: x86: detect SPIV changes under APICv
Radim Krčmář
2014-11-03
2
-4
/
+7
*
|
KVM: trivial fix comment regarding __kvm_set_memory_region
Dominik Dingel
2014-11-03
1
-1
/
+1
*
|
KVM: x86: Enable Intel AVX-512 for guest
Chao Peng
2014-11-03
4
-2
/
+11
*
|
kvm: drop unsupported capabilities, fix documentation
Michael S. Tsirkin
2014-11-03
2
-15
/
+33
*
|
KVM: x86: fix deadline tsc interrupt injection
Radim Krčmář
2014-11-03
1
-6
/
+4
*
|
KVM: x86: add apic_timer_expired()
Radim Krčmář
2014-11-03
1
-16
/
+21
*
|
Documentation: virtual: kvm: correct one bit description in APF case
Tiejun Chen
2014-11-03
1
-1
/
+1
*
|
KVM: vmx: Unavailable DR4/5 is checked before CPL
Nadav Amit
2014-11-03
4
-39
/
+35
[next]