summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-01-31x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2018-01-31Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář
2018-01-30Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář
2018-01-26KVM: s390: introduce the format-1 GISAMichael Mueller
2018-01-26s390/sclp: expose the GISA format facilityMichael Mueller
2018-01-26KVM: s390: activate GISA for emulated interruptsMichael Mueller
2018-01-26KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller
2018-01-26KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller
2018-01-26KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller
2018-01-26KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller
2018-01-26s390/css: indicate the availability of the AIV facilityMichael Mueller
2018-01-26KVM: s390: implement GISA IPM related primitivesMichael Mueller
2018-01-26s390/bitops: add test_and_clear_bit_inv()Jens Freimann
2018-01-26KVM: s390: define GISA format-0 data structureMichael Mueller
2018-01-26KVM: s390: reverse bit ordering of irqs in pending maskMichael Mueller
2018-01-24KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand
2018-01-24KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand
2018-01-24KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand
2018-01-24KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()David Hildenbrand
2018-01-24KVM: s390: add vcpu stat counters for many instructionChristian Borntraeger
2018-01-24KVM: s390: diagnoses are instructions as wellChristian Borntraeger
2018-01-24s390x/mm: simplify gmap_protect_rmap()David Hildenbrand
2018-01-24KVM: s390: vsie: store guest addresses of satellite blocks in vsie_pageDavid Hildenbrand
2018-01-24KVM: s390: vsie: use READ_ONCE to access some SCB fieldsDavid Hildenbrand
2018-01-23KVM: arm/arm64: Fix trailing semicolonLuis de Bethencourt
2018-01-23s390/mm: Remove superfluous parameterJanosch Frank
2018-01-17arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall
2018-01-16KVM: VMX: introduce X2APIC_MSR macroPaolo Bonzini
2018-01-16KVM: vmx: speed up MSR bitmap mergePaolo Bonzini
2018-01-16KVM: vmx: simplify MSR bitmap setupPaolo Bonzini
2018-01-16KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexitPaolo Bonzini
2018-01-16KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_fullPaolo Bonzini
2018-01-16KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_fullPaolo Bonzini
2018-01-16KVM: nVMX: track dirty state of non-shadowed VMCS fieldsPaolo Bonzini
2018-01-16KVM: VMX: split list of shadowed VMCS field to a separate filePaolo Bonzini
2018-01-16kvm: vmx: Reduce size of vmcs_field_to_offset_tableJim Mattson
2018-01-16kvm: vmx: Change vmcs_field_type to vmcs_field_widthJim Mattson
2018-01-16kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEXJim Mattson
2018-01-16KVM: VMX: optimize shadow VMCS copyingPaolo Bonzini
2018-01-16KVM: vmx: shadow more fields that are read/written on every vmexitsPaolo Bonzini
2018-01-16Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář
2018-01-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-01-16KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interruptsLiran Alon
2018-01-16KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-in...Liran Alon
2018-01-16KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon
2018-01-16KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon
2018-01-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon
2018-01-16kvm/vmx: Use local vmx variable in vmx_get_msr()Borislav Petkov
2018-01-16KVM: MMU: consider host cache mode in MMIO page checkHaozhong Zhang
2018-01-16x86/mm: add a function to check if a pfn is UC/UC-/WCHaozhong Zhang