summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | uml: flush stdout before forkingVegard Nossum2016-01-101-0/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-1271-2209/+3895
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han2016-01-121-1/+2
| * | | | | | | | | | | | kvm/x86: Hyper-V SynIC timers tracepointsAndrey Smetanin2016-01-082-1/+196
| * | | | | | | | | | | | kvm/x86: Hyper-V SynIC tracepointsAndrey Smetanin2016-01-082-5/+98
| * | | | | | | | | | | | kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin2016-01-082-19/+25
| * | | | | | | | | | | | kvm/x86: Skip SynIC vector check for QEMU sideAndrey Smetanin2016-01-081-3/+4
| * | | | | | | | | | | | kvm/x86: Hyper-V fix SynIC timer disabling conditionAndrey Smetanin2016-01-081-1/+1
| * | | | | | | | | | | | kvm/x86: Reorg stimer_expiration() to better control timer restartAndrey Smetanin2016-01-081-12/+14
| * | | | | | | | | | | | kvm/x86: Hyper-V unify stimer_start() and stimer_restart()Andrey Smetanin2016-01-081-23/+20
| * | | | | | | | | | | | kvm/x86: Drop stimer_stop() functionAndrey Smetanin2016-01-081-6/+1
| * | | | | | | | | | | | kvm/x86: Hyper-V timers fix incorrect logical operationAndrey Smetanin2016-01-081-1/+1
| * | | | | | | | | | | | KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-084-0/+51
| * | | | | | | | | | | | Merge tag 'kvm-s390-next-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-01-083-2/+27
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | KVM: s390: implement the RI support of guestFan Zhang2016-01-073-1/+27
| | * | | | | | | | | | | | kvm/s390: drop unpaired smp_mbMichael S. Tsirkin2016-01-071-1/+0
| * | | | | | | | | | | | | kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause2016-01-071-1/+2
| * | | | | | | | | | | | | kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpaDavid Matlack2016-01-071-4/+6
| * | | | | | | | | | | | | Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2016-01-07190-2420/+2563
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | arm/arm64: KVM: Detect vGIC presence at runtimePavel Fedin2015-12-181-2/+20
| | * | | | | | | | | | | | | arm64: KVM: Add support for 16-bit VMIDVladimir Murzin2015-12-186-4/+33
| | * | | | | | | | | | | | | arm: KVM: Make kvm_arm.h friendly to assembly codeVladimir Murzin2015-12-181-16/+17
| | * | | | | | | | | | | | | arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin2015-12-183-5/+3
| | * | | | | | | | | | | | | arm64: KVM: debug: Remove spurious inline attributesMarc Zyngier2015-12-181-29/+29
| | * | | | | | | | | | | | | ARM: KVM: Cleanup exception injectionMarc Zyngier2015-12-181-36/+38
| | * | | | | | | | | | | | | arm64: KVM: Remove weak attributesMarc Zyngier2015-12-145-21/+13
| | * | | | | | | | | | | | | arm64: KVM: Cleanup asm-offset.cMarc Zyngier2015-12-141-39/+0
| | * | | | | | | | | | | | | arm64: KVM: Turn system register numbers to an enumMarc Zyngier2015-12-1411-82/+86
| | * | | | | | | | | | | | | arm64: KVM: Move away from the assembly version of the world switchMarc Zyngier2015-12-144-1485/+1
| | * | | | | | | | | | | | | arm64: KVM: Map the kernel RO section into HYPMarc Zyngier2015-12-141-0/+7
| | * | | | | | | | | | | | | arm64: KVM: Add compatibility aliasesMarc Zyngier2015-12-145-0/+21
| | * | | | | | | | | | | | | arm64: KVM: Add panic handlingMarc Zyngier2015-12-143-1/+41
| | * | | | | | | | | | | | | arm64: KVM: HYP mode entry pointsMarc Zyngier2015-12-142-0/+204
| | * | | | | | | | | | | | | arm64: KVM: Implement TLB handlingMarc Zyngier2015-12-143-0/+75
| | * | | | | | | | | | | | | arm64: KVM: Implement fpsimd save/restoreMarc Zyngier2015-12-146-2/+81
| | * | | | | | | | | | | | | arm64: KVM: Implement the core world switchMarc Zyngier2015-12-142-0/+136
| | * | | | | | | | | | | | | arm64: KVM: Add patchable function selectorMarc Zyngier2015-12-141-0/+24
| | * | | | | | | | | | | | | arm64: KVM: Implement guest entryMarc Zyngier2015-12-143-0/+133
| | * | | | | | | | | | | | | arm64: KVM: Implement debug save/restoreMarc Zyngier2015-12-143-0/+147
| | * | | | | | | | | | | | | arm64: KVM: Implement 32bit system register save/restoreMarc Zyngier2015-12-142-0/+49
| | * | | | | | | | | | | | | arm64: KVM: Implement system register save/restoreMarc Zyngier2015-12-143-0/+94
| | * | | | | | | | | | | | | arm64: KVM: Implement timer save/restoreMarc Zyngier2015-12-143-0/+75
| | * | | | | | | | | | | | | arm64: KVM: Implement vgic-v3 save/restoreMarc Zyngier2015-12-143-0/+230
| | * | | | | | | | | | | | | arm64: KVM: Implement vgic-v2 save/restoreMarc Zyngier2015-12-144-0/+93
| | * | | | | | | | | | | | | arm64: KVM: Add a HYP-specific header fileMarc Zyngier2015-12-141-0/+33
| | * | | | | | | | | | | | | arm64: Add macros to read/write system registersMark Rutland2015-12-141-0/+21
| | * | | | | | | | | | | | | KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar2015-12-148-0/+37
| * | | | | | | | | | | | | | KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()Takuya Yoshikawa2015-12-181-9/+1
| * | | | | | | | | | | | | | kvm/x86: Remove Hyper-V SynIC timer stoppingAndrey Smetanin2015-12-161-1/+0
| * | | | | | | | | | | | | | KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini2015-12-161-17/+83