Age | Commit message (Expand) | Author | Files | Lines |
2018-01-31 | Merge tag 'kvm-s390-next-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 1 | -1/+4 |
2018-01-31 | MAINTAINERS: update KVM/s390 maintainers | Cornelia Huck | 1 | -1/+2 |
2018-01-31 | MAINTAINERS: add Halil as additional vfio-ccw maintainer | Cornelia Huck | 1 | -0/+1 |
2018-01-31 | MAINTAINERS: add David as a reviewer for KVM/s390 | Cornelia Huck | 1 | -0/+1 |
2018-01-30 | Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 13 | -178/+496 |
2018-01-26 | KVM: s390: introduce the format-1 GISA | Michael Mueller | 3 | -13/+37 |
2018-01-26 | s390/sclp: expose the GISA format facility | Michael Mueller | 2 | -1/+3 |
2018-01-26 | KVM: s390: activate GISA for emulated interrupts | Michael Mueller | 1 | -1/+7 |
2018-01-26 | KVM: s390: make kvm_s390_get_io_int() aware of GISA | Michael Mueller | 1 | -4/+70 |
2018-01-26 | KVM: s390: add GISA interrupts to FLIC ioctl interface | Michael Mueller | 1 | -0/+18 |
2018-01-26 | KVM: s390: abstract adapter interruption word generation from ISC | Michael Mueller | 1 | -2/+7 |
2018-01-26 | KVM: s390: exploit GISA and AIV for emulated interrupts | Michael Mueller | 4 | -18/+87 |
2018-01-26 | s390/css: indicate the availability of the AIV facility | Michael Mueller | 1 | -1/+3 |
2018-01-26 | KVM: s390: implement GISA IPM related primitives | Michael Mueller | 1 | -0/+28 |
2018-01-26 | s390/bitops: add test_and_clear_bit_inv() | Jens Freimann | 1 | -0/+5 |
2018-01-26 | KVM: s390: define GISA format-0 data structure | Michael Mueller | 2 | -4/+20 |
2018-01-26 | KVM: s390: reverse bit ordering of irqs in pending mask | Michael Mueller | 2 | -33/+33 |
2018-01-24 | KVM: s390: introduce and use kvm_s390_test_cpuflags() | David Hildenbrand | 5 | -14/+15 |
2018-01-24 | KVM: s390: introduce and use kvm_s390_clear_cpuflags() | David Hildenbrand | 5 | -12/+16 |
2018-01-24 | KVM: s390: reuse kvm_s390_set_cpuflags() | David Hildenbrand | 3 | -12/+11 |
2018-01-24 | KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags() | David Hildenbrand | 2 | -17/+17 |
2018-01-24 | KVM: s390: add vcpu stat counters for many instruction | Christian Borntraeger | 4 | -10/+65 |
2018-01-24 | KVM: s390: diagnoses are instructions as well | Christian Borntraeger | 1 | -6/+6 |
2018-01-24 | s390x/mm: simplify gmap_protect_rmap() | David Hildenbrand | 1 | -9/+8 |
2018-01-24 | KVM: s390: vsie: store guest addresses of satellite blocks in vsie_page | David Hildenbrand | 1 | -15/+22 |
2018-01-24 | KVM: s390: vsie: use READ_ONCE to access some SCB fields | David Hildenbrand | 1 | -19/+31 |
2018-01-23 | s390/mm: Remove superfluous parameter | Janosch Frank | 1 | -2/+2 |
2018-01-16 | KVM: VMX: introduce X2APIC_MSR macro | Paolo Bonzini | 1 | -10/+9 |
2018-01-16 | KVM: vmx: speed up MSR bitmap merge | Paolo Bonzini | 1 | -36/+42 |
2018-01-16 | KVM: vmx: simplify MSR bitmap setup | Paolo Bonzini | 1 | -8/+6 |
2018-01-16 | KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit | Paolo Bonzini | 1 | -3/+0 |
2018-01-16 | KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_full | Paolo Bonzini | 1 | -79/+83 |
2018-01-16 | KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_full | Paolo Bonzini | 1 | -22/+34 |
2018-01-16 | KVM: nVMX: track dirty state of non-shadowed VMCS fields | Paolo Bonzini | 2 | -1/+34 |
2018-01-16 | KVM: VMX: split list of shadowed VMCS field to a separate file | Paolo Bonzini | 2 | -60/+75 |
2018-01-16 | kvm: vmx: Reduce size of vmcs_field_to_offset_table | Jim Mattson | 1 | -7/+13 |
2018-01-16 | kvm: vmx: Change vmcs_field_type to vmcs_field_width | Jim Mattson | 1 | -19/+19 |
2018-01-16 | kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEX | Jim Mattson | 1 | -1/+7 |
2018-01-16 | KVM: VMX: optimize shadow VMCS copying | Paolo Bonzini | 1 | -78/+65 |
2018-01-16 | KVM: vmx: shadow more fields that are read/written on every vmexits | Paolo Bonzini | 1 | -9/+23 |
2018-01-16 | Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 7 | -53/+44 |
2018-01-16 | KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2 | Liran Alon | 1 | -2/+3 |
2018-01-16 | KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts | Liran Alon | 2 | -25/+18 |
2018-01-16 | KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-in... | Liran Alon | 1 | -1/+11 |
2018-01-16 | KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated | Liran Alon | 3 | -11/+21 |
2018-01-16 | KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr() | Liran Alon | 3 | -7/+6 |
2018-01-16 | KVM: nVMX: Fix bug of injecting L2 exception into L1 | Liran Alon | 2 | -1/+1 |
2018-01-16 | kvm/vmx: Use local vmx variable in vmx_get_msr() | Borislav Petkov | 1 | -5/+6 |
2018-01-16 | KVM: MMU: consider host cache mode in MMIO page check | Haozhong Zhang | 1 | -1/+13 |
2018-01-16 | x86/mm: add a function to check if a pfn is UC/UC-/WC | Haozhong Zhang | 2 | -0/+21 |