summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kvm: Map PFN-type memory regions as writable (if possible)KarimAllah Ahmed2018-01-311-2/+5
* Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2018-01-3137-362/+579
|\
| * KVM: arm/arm64: Fixup userspace irqchip static key optimizationChristoffer Dall2018-01-311-1/+1
| * KVM: arm/arm64: Fix userspace_irqchip_in_use countingChristoffer Dall2018-01-311-2/+3
| * KVM: arm/arm64: Fix incorrect timer_is_pending logicChristoffer Dall2018-01-311-19/+17
| * KVM: arm/arm64: Fix trailing semicolonLuis de Bethencourt2018-01-231-1/+1
| * KVM: arm/arm64: Handle CPU_PM_ENTER_FAILEDJames Morse2018-01-231-0/+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-083-20/+12
| * KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier2018-01-083-0/+47
| * KVM: arm/arm64: Only clean the dcache on translation faultMarc Zyngier2018-01-081-2/+6
| * KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier2018-01-085-8/+43
| * 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-083-26/+67
| * KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier2018-01-088-2/+6
| * Revert "arm64: KVM: Hide PMU from guests when disabled"Christoffer Dall2018-01-081-21/+14
| * KVM: arm/arm64: Delete outdated forwarded irq documentationChristoffer Dall2018-01-021-187/+0
| * KVM: arm/arm64: Avoid work when userspace iqchips are not usedChristoffer Dall2018-01-024-19/+50
| * KVM: arm/arm64: Provide a get_input_level for the arch timerChristoffer Dall2018-01-022-46/+40
| * KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQsChristoffer Dall2018-01-023-6/+73
| * KVM: arm/arm64: Support a vgic interrupt line level sample functionChristoffer Dall2018-01-023-6/+23
| * KVM: arm/arm64: vgic: Support level-triggered mapped interruptsChristoffer Dall2018-01-024-0/+88
| * KVM: arm/arm64: Don't cache the timer IRQ levelChristoffer Dall2018-01-021-7/+13
| * KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpuChristoffer Dall2018-01-021-16/+28
| * KVM: arm/arm64: Remove redundant preemptible checksChristoffer Dall2018-01-021-2/+0
| * KVM: arm: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-021-3/+1
| * arm64: KVM: Hide PMU from guests when disabledAndrew Jones2018-01-021-14/+21
* | Merge tag 'kvm-s390-next-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-01-311-1/+4
|\ \
| * | MAINTAINERS: update KVM/s390 maintainersCornelia Huck2018-01-311-1/+2
| * | MAINTAINERS: add Halil as additional vfio-ccw maintainerCornelia Huck2018-01-311-0/+1
| * | MAINTAINERS: add David as a reviewer for KVM/s390Cornelia Huck2018-01-311-0/+1
|/ /
* | Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-01-3013-178/+496
|\ \
| * | KVM: s390: introduce the format-1 GISAMichael Mueller2018-01-263-13/+37
| * | s390/sclp: expose the GISA format facilityMichael Mueller2018-01-262-1/+3
| * | 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