| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-10-06 | 1 | -35/+40 |
|\ |
|
| * | kvm: add stubs for arch specific debugfs support | Luiz Capitulino | 2016-09-16 | 1 | -0/+10 |
| * | Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390next | Christian Borntraeger | 2016-09-08 | 1 | -4/+1 |
| |\ |
|
| * | | KVM: s390: allow 255 VCPUs when sca entries aren't used | David Hildenbrand | 2016-09-08 | 1 | -1/+17 |
| * | | KVM: s390: lazy enable RI | Fan Zhang | 2016-09-08 | 1 | -2/+13 |
| * | | KVM: s390: fix delivery of vector regs during machine checks | David Hildenbrand | 2016-09-08 | 1 | -32/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-10-04 | 1 | -15/+23 |
|\ \ \ |
|
| * | | | s390/crypto: cpacf function detection | Martin Schwidefsky | 2016-08-29 | 1 | -11/+22 |
| * | | | Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kv... | Martin Schwidefsky | 2016-08-26 | 1 | -4/+1 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | KVM: s390: generate facility mask from readable list | Heiko Carstens | 2016-08-25 | 1 | -4/+1 |
* | | | KVM: s390: don't use current->thread.fpu.* when accessing registers | David Hildenbrand | 2016-08-25 | 1 | -4/+6 |
|/ / |
|
* | | KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failed | Julius Niedworok | 2016-08-12 | 1 | -1/+3 |
* | | KVM: s390: set the prefix initially properly | Julius Niedworok | 2016-08-12 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-02 | 1 | -58/+346 |
|\ |
|
| * | KVM: s390: allow user space to handle instr 0x0000 | David Hildenbrand | 2016-07-18 | 1 | -2/+24 |
| * | KVM: remove kvm_guest_enter/exit wrappers | Paolo Bonzini | 2016-07-01 | 1 | -2/+2 |
| * | KVM: s390: vsie: add module parameter "nested" | David Hildenbrand | 2016-06-21 | 1 | -1/+6 |
| * | KVM: s390: vsie: add indication for future features | David Hildenbrand | 2016-06-21 | 1 | -0/+18 |
| * | KVM: s390: vsie: correctly set and handle guest TOD | David Hildenbrand | 2016-06-21 | 1 | -0/+2 |
| * | KVM: s390: vsie: support IBS interpretation | David Hildenbrand | 2016-06-21 | 1 | -0/+2 |
| * | KVM: s390: vsie: support conditional-external-interception | David Hildenbrand | 2016-06-21 | 1 | -0/+2 |
| * | KVM: s390: vsie: support intervention-bypass | David Hildenbrand | 2016-06-21 | 1 | -0/+2 |
| * | KVM: s390: vsie: support guest-storage-limit-suppression | David Hildenbrand | 2016-06-21 | 1 | -0/+2 |
| * | KVM: s390: vsie: support guest-PER-enhancement | David Hildenbrand | 2016-06-21 | 1 | -0/+2 |
| * | KVM: s390: vsie: support shared IPTE-interlock facility | David Hildenbrand | 2016-06-21 | 1 | -0/+2 |
| * | KVM: s390: vsie: support 64-bit-SCAO | David Hildenbrand | 2016-06-21 | 1 | -0/+2 |
| * | KVM: s390: vsie: initial support for nested virtualization | David Hildenbrand | 2016-06-21 | 1 | -0/+15 |
| * | KVM: s390: backup the currently enabled gmap when scheduled out | David Hildenbrand | 2016-06-20 | 1 | -3/+5 |
| * | KVM: s390: fast path for shadow gmaps in gmap notifier | David Hildenbrand | 2016-06-20 | 1 | -0/+2 |
| * | s390/mm: add reference counter to gmap structure | Martin Schwidefsky | 2016-06-20 | 1 | -8/+8 |
| * | s390/mm: extended gmap pte notifier | Martin Schwidefsky | 2016-06-20 | 1 | -6/+7 |
| * | s390/kvm: page table invalidation notifier | Martin Schwidefsky | 2016-06-20 | 1 | -5/+13 |
| * | KVM: s390: use kvm->created_vcpus | Paolo Bonzini | 2016-06-16 | 1 | -5/+5 |
| * | KVM: s390: storage keys fit into a char | David Hildenbrand | 2016-06-10 | 1 | -2/+1 |
| * | s390/mm: return key via pointer in get_guest_storage_key | David Hildenbrand | 2016-06-10 | 1 | -6/+2 |
| * | s390/mm: set and get guest storage key mmap locking | Martin Schwidefsky | 2016-06-10 | 1 | -10/+16 |
| * | KVM: s390: turn on tx even without ctx | David Hildenbrand | 2016-06-10 | 1 | -1/+1 |
| * | KVM: s390: enable host-protection-interruption only with ESOP | David Hildenbrand | 2016-06-10 | 1 | -1/+3 |
| * | KVM: s390: enable ibs only if available | David Hildenbrand | 2016-06-10 | 1 | -0/+2 |
| * | KVM: s390: enable PFMFI only if available | David Hildenbrand | 2016-06-10 | 1 | -1/+1 |
| * | KVM: s390: enable cei only if available | David Hildenbrand | 2016-06-10 | 1 | -1/+3 |
| * | KVM: s390: enable ib only if available | David Hildenbrand | 2016-06-10 | 1 | -1/+3 |
| * | KVM: s390: handle missing guest-storage-limit-suppression | David Hildenbrand | 2016-06-10 | 1 | -0/+4 |
| * | KVM: s390: provide CMMA attributes only if available | David Hildenbrand | 2016-06-10 | 1 | -1/+6 |
| * | KVM: s390: enable CMMA if the interpration is available | David Hildenbrand | 2016-06-10 | 1 | -2/+1 |
| * | KVM: s390: guestdbg: signal missing hardware support | David Hildenbrand | 2016-06-10 | 1 | -0/+2 |
| * | KVM: s390: handle missing 64-bit-SCAO facility | David Hildenbrand | 2016-06-10 | 1 | -4/+8 |
| * | KVM: s390: interface to query and configure cpu subfunctions | David Hildenbrand | 2016-06-10 | 1 | -0/+89 |
| * | KVM: s390: forward ESOP if available | David Hildenbrand | 2016-06-10 | 1 | -0/+13 |
| * | KVM: s390: interface to query and configure cpu features | David Hildenbrand | 2016-06-10 | 1 | -0/+63 |