Age | Commit message (Expand) | Author | Files | Lines |
2019-03-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -59/+566 |
2019-02-22 | KVM: s390: add debug logging for cpu model subfunctions | Christian Borntraeger | 1 | -0/+136 |
2019-02-22 | KVM: s390: implement subfunction processor calls | Christian Borntraeger | 1 | -13/+22 |
2019-02-11 | s390: vsie: Use effective CRYCBD.31 to check CRYCBD validity | Pierre Morel | 1 | -1/+1 |
2019-02-05 | KVM: s390: fix possible null pointer dereference in pending_irqs() | Michael Mueller | 1 | -3/+7 |
2019-02-05 | KVM: s390: start using the GIB | Michael Mueller | 1 | -0/+7 |
2019-02-05 | KVM: s390: add gib_alert_irq_handler() | Michael Mueller | 2 | -2/+169 |
2019-02-05 | KVM: s390: kvm_s390_gisa_clear() now clears the IPM only | Michael Mueller | 1 | -3/+22 |
2019-02-05 | KVM: s390: add functions to (un)register GISC with GISA | Michael Mueller | 1 | -0/+112 |
2019-02-05 | KVM: s390: add kvm reference to struct sie_page2 | Michael Mueller | 1 | -0/+1 |
2019-02-05 | KVM: s390: add the GIB and its related life-cyle functions | Michael Mueller | 3 | -0/+46 |
2019-02-05 | KVM: s390: introduce struct kvm_s390_gisa_interrupt | Michael Mueller | 2 | -23/+31 |
2019-02-05 | KVM: s390: remove kvm_s390_ from gisa static inline functions | Michael Mueller | 1 | -14/+13 |
2019-02-05 | KVM: s390: use pending_irqs_no_gisa() where appropriate | Michael Mueller | 1 | -2/+2 |
2019-02-05 | KVM: s390: coding style kvm_s390_gisa_init/clear() | Michael Mueller | 1 | -10/+10 |
2019-02-05 | KVM: s390: move bitmap idle_mask into arch struct top level | Michael Mueller | 2 | -7/+6 |
2019-02-05 | KVM: s390: make bitmap declaration consistent | Michael Mueller | 1 | -1/+1 |
2019-02-05 | KVM: s390: drop obsolete else path | Michael Mueller | 1 | -1/+1 |
2019-02-05 | KVM: s390: clarify kvm related kernel message | Michael Mueller | 1 | -3/+3 |
2018-12-29 | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -1/+1 |
2018-12-22 | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 1 | -1/+1 |
2018-12-19 | Merge tag 'kvm-s390-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 1 | -7/+17 |
2018-12-18 | KVM: s390: fix kmsg component kvm-s390 | Michael Mueller | 1 | -4/+3 |
2018-12-18 | KVM: s390: unregister debug feature on failing arch init | Michael Mueller | 1 | -3/+14 |
2018-12-14 | kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic | Paolo Bonzini | 1 | -10/+1 |
2018-10-13 | Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 1 | -4/+53 |
2018-10-08 | Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390... | Christian Borntraeger | 1 | -4/+53 |
2018-10-05 | KVM: s390: Tracing APCB changes | Pierre Morel | 1 | -0/+41 |
2018-10-05 | KVM: s390: fix locking for crypto setting error path | Christian Borntraeger | 1 | -4/+12 |
2018-10-04 | Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 3 | -60/+286 |
2018-10-01 | Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390... | Christian Borntraeger | 3 | -60/+282 |
2018-10-01 | KVM: s390: set host program identifier | Collin Walling | 2 | -0/+4 |
2018-09-28 | KVM: s390: device attrs to enable/disable AP interpretation | Tony Krowiak | 1 | -3/+27 |
2018-09-28 | KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2 | Pierre Morel | 1 | -1/+3 |
2018-09-28 | KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2 | Pierre Morel | 1 | -5/+28 |
2018-09-28 | KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1 | Pierre Morel | 1 | -4/+10 |
2018-09-28 | KVM: s390: vsie: allow CRYCB FORMAT-0 | Pierre Morel | 1 | -3/+17 |
2018-09-28 | KVM: s390: vsie: allow CRYCB FORMAT-1 | Pierre Morel | 1 | -0/+19 |
2018-09-28 | KVM: s390: vsie: Allow CRYCB FORMAT-2 | Pierre Morel | 1 | -10/+104 |
2018-09-28 | KVM: s390: vsie: Make use of CRYCB FORMAT2 clear | Pierre Morel | 1 | -3/+3 |
2018-09-28 | KVM: s390: vsie: Do the CRYCB validation first | Pierre Morel | 1 | -5/+6 |
2018-09-28 | KVM: s390: Clear Crypto Control Block when using vSIE | Pierre Morel | 1 | -0/+2 |
2018-09-26 | KVM: s390: interface to clear CRYCB masks | Tony Krowiak | 1 | -0/+15 |
2018-09-26 | KVM: s390: refactor crypto initialization | Tony Krowiak | 1 | -37/+33 |
2018-09-26 | KVM: s390: introduce and use KVM_REQ_VSIE_RESTART | David Hildenbrand | 1 | -1/+6 |
2018-09-26 | KVM: s390: vsie: simulate VCPU SIE entry/exit | David Hildenbrand | 3 | -5/+26 |
2018-09-12 | KVM: s390: Make huge pages unavailable in ucontrol VMs | Janosch Frank | 1 | -2/+2 |
2018-09-04 | KVM: s390: Properly lock mm context allow_gmap_hpage_1m setting | Janosch Frank | 1 | -0/+2 |
2018-09-04 | KVM: s390: vsie: copy wrapping keys to right place | Pierre Morel | 1 | -1/+2 |
2018-09-04 | KVM: s390: Fix pfmf and conditional skey emulation | Janosch Frank | 1 | -12/+18 |