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: PPC: Make shared struct aka magic page guest endian
Alexander Graf
2014-05-30
20
-143
/
+309
*
KVM: PPC: PR: Fill pvinfo hcall instructions in big endian
Alexander Graf
2014-05-30
1
-8
/
+8
*
KVM: PPC: Book3S PR: PAPR: Access RTAS in big endian
Alexander Graf
2014-05-30
1
-0
/
+29
*
KVM: PPC: Book3S PR: PAPR: Access HTAB in big endian
Alexander Graf
2014-05-30
1
-3
/
+11
*
KVM: PPC: Book3S PR: Default to big endian guest
Alexander Graf
2014-05-30
1
-1
/
+1
*
KVM: PPC: Book3S_64 PR: Access shadow slb in big endian
Alexander Graf
2014-05-30
1
-17
/
+16
*
KVM: PPC: Book3S_64 PR: Access HTAB in big endian
Alexander Graf
2014-05-30
1
-4
/
+7
*
KVM: PPC: Book3S_32: PR: Access HTAB in big endian
Alexander Graf
2014-05-30
1
-6
/
+10
*
KVM: PPC: Book3S: PR: Fix C/R bit setting
Alexander Graf
2014-05-30
2
-3
/
+3
*
KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options on
Aneesh Kumar K.V
2014-05-30
1
-0
/
+8
*
KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest
Aneesh Kumar K.V
2014-05-30
4
-4
/
+25
*
KVM: PPC: E500: Add dcbtls emulation
Alexander Graf
2014-05-30
2
-0
/
+15
*
KVM: PPC: E500: Ignore L1CSR1_ICFI,ICLFR
Alexander Graf
2014-05-30
1
-0
/
+1
*
KVM: vmx: DR7 masking on task switch emulation is wrong
Nadav Amit
2014-05-22
1
-1
/
+1
*
x86: fix page fault tracing when KVM guest support enabled
Dave Hansen
2014-05-22
2
-1
/
+6
*
KVM: x86: get CPL from SS.DPL
Paolo Bonzini
2014-05-22
3
-42
/
+18
*
KVM: x86: check CS.DPL against RPL during task switch
Paolo Bonzini
2014-05-22
1
-14
/
+17
*
KVM: x86: drop set_rflags callback
Paolo Bonzini
2014-05-22
2
-7
/
+0
*
KVM: x86: use new CS.RPL as CPL during task switch
Paolo Bonzini
2014-05-22
1
-27
/
+33
*
Merge tag 'kvm-s390-20140516' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2014-05-16
14
-95
/
+431
|
\
|
*
KVM: s390: split SIE state guest prefix field
Michael Mueller
2014-05-16
6
-13
/
+22
|
*
s390/sclp: add sclp_get_ibc function
Michael Mueller
2014-05-16
2
-1
/
+12
|
*
KVM: s390: interpretive execution of SIGP EXTERNAL CALL
David Hildenbrand
2014-05-16
7
-6
/
+94
|
*
KVM: s390: Use intercept_insn decoder in trace event
Alexander Yarygin
2014-05-16
1
-5
/
+2
|
*
KVM: s390: decoder of SIE intercepted instructions
Alexander Yarygin
2014-05-16
1
-0
/
+33
|
*
KVM: s390: Use trace tables from sie.h.
Alexander Yarygin
2014-05-16
1
-31
/
+1
|
*
KVM: s390: add sie exit reasons tables
Alexander Yarygin
2014-05-16
1
-0
/
+212
|
*
KVM: s390: Improved MVPG partial execution handler
Thomas Huth
2014-05-16
1
-16
/
+9
|
*
KVM: s390: Introduce helper function for faulting-in a guest page
Thomas Huth
2014-05-16
2
-7
/
+26
|
*
KVM: s390: Avoid endless loops of specification exceptions
Thomas Huth
2014-05-16
1
-1
/
+9
|
*
KVM: s390: Improve is_valid_psw()
Thomas Huth
2014-05-16
2
-1
/
+5
|
*
KVM: s390: correct locking for s390_enable_skey
Martin Schwidefsky
2014-05-16
1
-15
/
+7
|
/
*
KVM: x86: Fix CR3 reserved bits check in long mode
Jan Kiszka
2014-05-12
1
-4
/
+5
*
kvm: x86: emulate monitor and mwait instructions as nop
Gabriel L. Somlo
2014-05-08
3
-12
/
+38
*
kvm/x86: implement hv EOI assist
Michael S. Tsirkin
2014-05-07
1
-0
/
+4
*
KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages support
Nadav Amit
2014-05-07
2
-2
/
+13
*
KVM: vmx: handle_dr does not handle RSP correctly
Nadav Amit
2014-05-07
1
-1
/
+1
*
KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptr
Bandan Das
2014-05-06
1
-46
/
+37
*
KVM: nVMX: fail on invalid vmclear/vmptrld pointer
Bandan Das
2014-05-06
1
-0
/
+12
*
KVM: nVMX: additional checks on vmxon region
Bandan Das
2014-05-06
2
-0
/
+68
*
KVM: nVMX: rearrange get_vmx_mem_address
Bandan Das
2014-05-06
1
-53
/
+53
*
Merge tag 'kvm-s390-20140506' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2014-05-06
6
-7
/
+88
|
\
|
*
KVM: s390: Fix external interrupt interception
Thomas Huth
2014-05-06
2
-5
/
+49
|
*
KVM: s390: Add clock comparator and CPU timer IRQ injection
Thomas Huth
2014-05-06
3
-0
/
+36
|
*
KVM: s390: return -EFAULT if copy_from_user() fails
Dan Carpenter
2014-05-06
1
-2
/
+3
*
|
KVM: x86: improve the usability of the 'kvm_pio' tracepoint
Ulrich Obergfell
2014-05-05
2
-6
/
+18
*
|
kvm/irqchip: Speed up KVM_SET_GSI_ROUTING
Christian Borntraeger
2014-05-05
5
-39
/
+51
|
/
*
Merge tag 'kvm-s390-20140429' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2014-04-30
11
-13
/
+287
|
\
|
*
KVM: s390: enable IBS for single running VCPUs
David Hildenbrand
2014-04-29
4
-2
/
+147
|
*
KVM: s390: introduce kvm_s390_vcpu_{start,stop}
David Hildenbrand
2014-04-29
6
-6
/
+40
[next]