aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmRadim Krčmář24-51/+197
2018-01-30Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář12-177/+494
2018-01-26KVM: s390: introduce the format-1 GISAMichael Mueller3-13/+37
2018-01-26s390/sclp: expose the GISA format facilityMichael Mueller1-0/+1
2018-01-26KVM: s390: activate GISA for emulated interruptsMichael Mueller1-1/+7
2018-01-26KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller1-4/+70
2018-01-26KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller1-0/+18
2018-01-26KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller1-2/+7
2018-01-26KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller4-18/+87
2018-01-26s390/css: indicate the availability of the AIV facilityMichael Mueller1-1/+3
2018-01-26KVM: s390: implement GISA IPM related primitivesMichael Mueller1-0/+28
2018-01-26s390/bitops: add test_and_clear_bit_inv()Jens Freimann1-0/+5
2018-01-26KVM: s390: define GISA format-0 data structureMichael Mueller2-4/+20
2018-01-26KVM: s390: reverse bit ordering of irqs in pending maskMichael Mueller2-33/+33
2018-01-24KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand5-14/+15
2018-01-24KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand5-12/+16
2018-01-24KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand3-12/+11
2018-01-24KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()David Hildenbrand2-17/+17
2018-01-24KVM: s390: add vcpu stat counters for many instructionChristian Borntraeger4-10/+65
2018-01-24KVM: s390: diagnoses are instructions as wellChristian Borntraeger1-6/+6
2018-01-24s390x/mm: simplify gmap_protect_rmap()David Hildenbrand1-9/+8
2018-01-24KVM: s390: vsie: store guest addresses of satellite blocks in vsie_pageDavid Hildenbrand1-15/+22
2018-01-24KVM: s390: vsie: use READ_ONCE to access some SCB fieldsDavid Hildenbrand1-19/+31
2018-01-23KVM: arm/arm64: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-23s390/mm: Remove superfluous parameterJanosch Frank1-2/+2
2018-01-17arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall7-11/+11
2018-01-16KVM: VMX: introduce X2APIC_MSR macroPaolo Bonzini1-10/+9
2018-01-16KVM: vmx: speed up MSR bitmap mergePaolo Bonzini1-36/+42
2018-01-16KVM: vmx: simplify MSR bitmap setupPaolo Bonzini1-8/+6
2018-01-16KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexitPaolo Bonzini1-3/+0
2018-01-16KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_fullPaolo Bonzini1-79/+83
2018-01-16KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_fullPaolo Bonzini1-22/+34
2018-01-16KVM: nVMX: track dirty state of non-shadowed VMCS fieldsPaolo Bonzini2-1/+34
2018-01-16KVM: VMX: split list of shadowed VMCS field to a separate filePaolo Bonzini2-60/+75
2018-01-16kvm: vmx: Reduce size of vmcs_field_to_offset_tableJim Mattson1-7/+13
2018-01-16kvm: vmx: Change vmcs_field_type to vmcs_field_widthJim Mattson1-19/+19
2018-01-16kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEXJim Mattson1-1/+7
2018-01-16KVM: VMX: optimize shadow VMCS copyingPaolo Bonzini1-78/+65
2018-01-16KVM: vmx: shadow more fields that are read/written on every vmexitsPaolo Bonzini1-9/+23
2018-01-16Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář6-53/+43
2018-01-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-01-16KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interruptsLiran Alon2-25/+18
2018-01-16KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-interruptLiran Alon1-1/+11
2018-01-16KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon3-11/+21
2018-01-16KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon3-7/+6
2018-01-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon2-1/+1
2018-01-16kvm/vmx: Use local vmx variable in vmx_get_msr()Borislav Petkov1-5/+6
2018-01-16KVM: MMU: consider host cache mode in MMIO page checkHaozhong Zhang1-1/+13
2018-01-16x86/mm: add a function to check if a pfn is UC/UC-/WCHaozhong Zhang2-0/+21
2018-01-16Merge branch 'kvm-insert-lfence'Paolo Bonzini1-2/+10