summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov2018-01-312-2/+17
| * | | | | | | Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2018-01-3124-51/+197
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: arm/arm64: Fix trailing semicolonLuis de Bethencourt2018-01-231-1/+1
| | * | | | | | | arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall2018-01-177-11/+11
| | * | | | | | | arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall2018-01-093-5/+5
| | * | | | | | | KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartionsMarc Zyngier2018-01-082-10/+4
| | * | | | | | | KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier2018-01-082-0/+20
| | * | | | | | | KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier2018-01-084-4/+28
| | * | | | | | | arm64: KVM: PTE/PMD S2 XN bit definitionMarc Zyngier2018-01-081-0/+2
| | * | | | | | | arm: KVM: Add optimized PIPT icache flushingMarc Zyngier2018-01-082-3/+31
| | * | | | | | | arm64: KVM: Add invalidate_icache_range helperMarc Zyngier2018-01-084-12/+52
| | * | | | | | | KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier2018-01-082-21/+52
| | * | | | | | | KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier2018-01-087-2/+5
| | * | | | | | | Revert "arm64: KVM: Hide PMU from guests when disabled"Christoffer Dall2018-01-081-21/+14
| | * | | | | | | KVM: arm/arm64: Avoid work when userspace iqchips are not usedChristoffer Dall2018-01-022-0/+4
| | * | | | | | | arm64: KVM: Hide PMU from guests when disabledAndrew Jones2018-01-021-14/+21
| * | | | | | | | Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-01-3012-177/+494
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: s390: introduce the format-1 GISAMichael Mueller2018-01-263-13/+37
| | * | | | | | | | s390/sclp: expose the GISA format facilityMichael Mueller2018-01-261-0/+1
| | * | | | | | | | KVM: s390: activate GISA for emulated interruptsMichael Mueller2018-01-261-1/+7
| | * | | | | | | | KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller2018-01-261-4/+70
| | * | | | | | | | KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller2018-01-261-0/+18
| | * | | | | | | | KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller2018-01-261-2/+7
| | * | | | | | | | KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller2018-01-264-18/+87
| | * | | | | | | | s390/css: indicate the availability of the AIV facilityMichael Mueller2018-01-261-1/+3
| | * | | | | | | | KVM: s390: implement GISA IPM related primitivesMichael Mueller2018-01-261-0/+28
| | * | | | | | | | s390/bitops: add test_and_clear_bit_inv()Jens Freimann2018-01-261-0/+5
| | * | | | | | | | KVM: s390: define GISA format-0 data structureMichael Mueller2018-01-262-4/+20
| | * | | | | | | | KVM: s390: reverse bit ordering of irqs in pending maskMichael Mueller2018-01-262-33/+33
| | * | | | | | | | KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand2018-01-245-14/+15
| | * | | | | | | | KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand2018-01-245-12/+16
| | * | | | | | | | KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand2018-01-243-12/+11
| | * | | | | | | | KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()David Hildenbrand2018-01-242-17/+17
| | * | | | | | | | KVM: s390: add vcpu stat counters for many instructionChristian Borntraeger2018-01-244-10/+65
| | * | | | | | | | KVM: s390: diagnoses are instructions as wellChristian Borntraeger2018-01-241-6/+6
| | * | | | | | | | s390x/mm: simplify gmap_protect_rmap()David Hildenbrand2018-01-241-9/+8
| | * | | | | | | | KVM: s390: vsie: store guest addresses of satellite blocks in vsie_pageDavid Hildenbrand2018-01-241-15/+22
| | * | | | | | | | KVM: s390: vsie: use READ_ONCE to access some SCB fieldsDavid Hildenbrand2018-01-241-19/+31
| | * | | | | | | | s390/mm: Remove superfluous parameterJanosch Frank2018-01-231-2/+2
| * | | | | | | | | KVM: VMX: introduce X2APIC_MSR macroPaolo Bonzini2018-01-161-10/+9
| * | | | | | | | | KVM: vmx: speed up MSR bitmap mergePaolo Bonzini2018-01-161-36/+42
| * | | | | | | | | KVM: vmx: simplify MSR bitmap setupPaolo Bonzini2018-01-161-8/+6
| * | | | | | | | | KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexitPaolo Bonzini2018-01-161-3/+0
| * | | | | | | | | KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_fullPaolo Bonzini2018-01-161-79/+83
| * | | | | | | | | KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_fullPaolo Bonzini2018-01-161-22/+34
| * | | | | | | | | KVM: nVMX: track dirty state of non-shadowed VMCS fieldsPaolo Bonzini2018-01-162-1/+34
| * | | | | | | | | KVM: VMX: split list of shadowed VMCS field to a separate filePaolo Bonzini2018-01-162-60/+75
| * | | | | | | | | kvm: vmx: Reduce size of vmcs_field_to_offset_tableJim Mattson2018-01-161-7/+13
| * | | | | | | | | kvm: vmx: Change vmcs_field_type to vmcs_field_widthJim Mattson2018-01-161-19/+19
| * | | | | | | | | kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEXJim Mattson2018-01-161-1/+7