Age | Commit message (Expand) | Author | Files | Lines |
2014-01-23 | Merge tag 'kvm-s390-20140117' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 3 | -6/+28 |
2014-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 6 | -59/+135 |
2014-01-20 | KVM: s390: Fix memory access error detection | Christian Borntraeger | 1 | -0/+4 |
2014-01-17 | KVM: s390: Enable the LPP facility for guests | Thomas Huth | 1 | -1/+1 |
2014-01-17 | KVM: s390: enable Transactional Execution | Michael Mueller | 3 | -6/+28 |
2014-01-16 | s390: Fix misspellings using 'codespell' tool | Hendrik Brueckner | 1 | -1/+1 |
2013-12-11 | KVM: s390: ioeventfd: ignore leftmost bits | Dominik Dingel | 1 | -1/+1 |
2013-12-11 | KVM: s390: SIGP START has to report BUSY while stopping a CPU | Thomas Huth | 1 | -0/+5 |
2013-12-11 | KVM: s390: Reworked SIGP RESTART order | Thomas Huth | 1 | -8/+11 |
2013-12-11 | KVM: s390: Add the SIGP order CONDITIONAL EMERGENCY SIGNAL | Thomas Huth | 1 | -1/+36 |
2013-12-11 | KVM: s390: Use helper function to set CC in SIGP handler | Thomas Huth | 1 | -2/+1 |
2013-11-28 | KVM: s390: Removed kvm_s390_inject_sigp_stop() | Thomas Huth | 2 | -7/+0 |
2013-11-28 | KVM: s390: Add SIGP store-status-at-address order | Thomas Huth | 2 | -0/+36 |
2013-11-28 | KVM: s390: fix diagnose code extraction | Heiko Carstens | 1 | -1/+1 |
2013-11-28 | KVM: s390: Fix clock comparator field for STORE STATUS | Thomas Huth | 1 | -1/+3 |
2013-11-28 | KVM: s390: Always store status during SIGP STOP_AND_STORE_STATUS | Thomas Huth | 3 | -13/+31 |
2013-11-28 | KVM: s390: Do not set CC3 for EQBS and SQBS | Thomas Huth | 1 | -2/+0 |
2013-11-28 | KVM: s390: Fix access to CR6 in TPI handler | Thomas Huth | 1 | -1/+1 |
2013-11-28 | KVM: s390: Removed VIRTIODESCSPACE | Thomas Huth | 1 | -3/+0 |
2013-11-28 | KVM: s390: Removed SIE_INTERCEPT_UCONTROL | Thomas Huth | 2 | -20/+6 |
2013-11-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -53/+147 |
2013-10-24 | s390: fix save and restore of the floating-point-control register | Martin Schwidefsky | 1 | -8/+15 |
2013-10-24 | s390/dis: move disassembler function prototypes to proper header file | Heiko Carstens | 1 | -0/+1 |
2013-10-22 | s390/time: correct use of store clock fast | Martin Schwidefsky | 1 | -3/+3 |
2013-10-17 | kvm: Add struct kvm arg to memslot APIs | Aneesh Kumar K.V | 1 | -2/+3 |
2013-09-24 | KVM: s390: Intercept SCK instruction | Thomas Huth | 1 | -0/+33 |
2013-09-24 | KVM: s390: Implement TEST BLOCK | Thomas Huth | 1 | -0/+28 |
2013-09-24 | KVM: s390: Helper for converting real addresses to absolute | Thomas Huth | 1 | -7/+14 |
2013-09-24 | KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rre | Thomas Huth | 1 | -2/+4 |
2013-09-24 | KVM: s390: Lock kvm->srcu at the appropriate places | Thomas Huth | 3 | -3/+16 |
2013-09-24 | KVM: s390: Push run loop into __vcpu_run | Thomas Huth | 1 | -24/+25 |
2013-09-24 | KVM: s390: Split up __vcpu_run into three parts | Thomas Huth | 1 | -17/+37 |
2013-09-24 | KVM: s390: Remove dead "rerun vcpu" code | Thomas Huth | 3 | -12/+1 |
2013-09-04 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -31/+55 |
2013-09-04 | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+8 |
2013-07-29 | KVM: s390: Add helper function for setting condition code | Thomas Huth | 2 | -9/+13 |
2013-07-29 | KVM: s390: Fix sparse warnings in priv.c | Thomas Huth | 1 | -3/+3 |
2013-07-29 | KVM: s390: declare virtual HW facilities | Michael Mueller | 3 | -15/+22 |
2013-07-29 | KVM: s390: fix pfmf non-quiescing control handling | Heiko Carstens | 1 | -2/+2 |
2013-07-29 | KVM: s390: move kvm_guest_enter,exit closer to sie | Dominik Dingel | 1 | -7/+14 |
2013-07-18 | KVM: Introduce kvm_arch_memslots_updated() | Takuya Yoshikawa | 1 | -0/+4 |
2013-07-18 | KVM: s390: use cookies for ioeventfd | Cornelia Huck | 1 | -4/+13 |
2013-07-15 | s390: Replace weird use of PTR_RET. | Rusty Russell | 1 | -4/+8 |
2013-06-20 | KVM: s390: Fixed priority of execution in STSI | Thomas Huth | 1 | -7/+16 |
2013-06-20 | KVM: s390: Reworked LCTL and LCTLG instructions | Thomas Huth | 3 | -85/+81 |
2013-06-20 | KVM: s390: Check for access exceptions during TPI | Thomas Huth | 1 | -3/+4 |
2013-06-20 | KVM: s390: Check for PSTATE when handling DIAGNOSE | Thomas Huth | 1 | -0/+3 |
2013-06-20 | KVM: s390: Privileged operation checks moved to instruction handlers | Thomas Huth | 1 | -24/+39 |
2013-06-20 | KVM: s390: Privileged operation check for TPROT | Thomas Huth | 1 | -0/+3 |
2013-06-20 | KVM: s390: Renamed PGM_PRIVILEGED_OPERATION | Thomas Huth | 2 | -11/+8 |