summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-1380-1528/+4250
|\
| * kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li2015-04-083-0/+92
| * KVM: x86: Clear CR2 on VCPU resetNadav Amit2015-04-081-0/+2
| * KVM: x86: DR0-DR3 are not clear on resetNadav Amit2015-04-082-0/+15
| * KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit2015-04-084-5/+3
| * KVM: x86: simplify kvm_apic_mapRadim Krčmář2015-04-083-68/+28
| * KVM: x86: avoid logical_map when it is invalidRadim Krčmář2015-04-082-1/+35
| * KVM: x86: fix mixed APIC mode broadcastRadim Krčmář2015-04-082-6/+5
| * KVM: x86: use MDA for interrupt matchingRadim Krčmář2015-04-081-7/+33
| * kvm/ppc/mpic: drop unused IRQ_testbitArseny Solokha2015-04-081-5/+0
| * KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky2015-04-081-8/+6
| * KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky2015-04-081-6/+7
| * KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky2015-04-084-16/+29
| * KVM: vmx: pass error code with internal error #2Radim Krčmář2015-04-081-1/+2
| * x86: vdso: fix pvclock races with task migrationRadim Krčmář2015-04-081-8/+12
| * KVM: x86: optimize delivery of TSC deadline timer interruptPaolo Bonzini2015-04-081-6/+7
| * KVM: x86: extract blocking logic from __vcpu_runPaolo Bonzini2015-04-081-28/+34
| * kvm: x86: fix x86 eflags fixed bitWanpeng Li2015-04-081-3/+3
| * Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-04-075-401/+771
| |\
| | * KVM: s390: migrate vcpu interrupt stateJens Freimann2015-03-313-0/+180
| | * KVM: s390: refactor vcpu injection functionJens Freimann2015-03-311-3/+12
| | * KVM: s390: add ioctl to inject local interruptsJens Freimann2015-03-311-0/+10
| | * KVM: s390: cpu timer irq priorityDavid Hildenbrand2015-03-311-7/+27
| | * KVM: s390: deliver floating interrupts in order of priorityJens Freimann2015-03-315-367/+510
| | * KVM: s390: fix get_all_floating_irqsJens Freimann2015-03-311-26/+32
| | * KVM: s390: enable more features that need no hypervisor changesChristian Borntraeger2015-03-311-2/+2
| | * KVM: s390: store the breaking-event address on pgm interruptsDavid Hildenbrand2015-03-311-0/+2
| * | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-0734-241/+324
| |\ \
| | * | KVM: arm/arm64: enable KVM_CAP_IOEVENTFDNikolay Nikolaev2015-03-301-0/+1
| | * | KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara2015-03-303-71/+37
| | * | KVM: x86: remove now unneeded include directory from MakefileAndre Przywara2015-03-261-1/+1
| | * | KVM: arm/arm64: remove now unneeded include directory from MakefileAndre Przywara2015-03-262-2/+2
| | * | KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara2015-03-265-5/+5
| | * | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-269-31/+38
| | * | arm/arm64: KVM: Fix migration race in the arch timerChristoffer Dall2015-03-141-1/+1
| | * | arm/arm64: KVM: export VCPU power state via MP_STATE ioctlAlex Bennée2015-03-141-2/+19
| | * | arm/arm64: KVM: Optimize handling of Access Flag faultsMarc Zyngier2015-03-122-0/+61
| | * | arm/arm64: KVM: Implement Stage-2 page agingMarc Zyngier2015-03-127-23/+104
| | * | arm/arm64: KVM: Allow handle_hva_to_gpa to return a valueMarc Zyngier2015-03-121-9/+14
| | * | KVM: arm/arm64: add irqfd supportEric Auger2015-03-127-2/+13
| | * | KVM: arm/arm64: implement kvm_arch_intc_initializedEric Auger2015-03-123-0/+9
| | * | KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIPEric Auger2015-03-122-2/+0
| | * | arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Christoffer Dall2015-03-128-86/+20
| | * | KVM: arm/arm64: prefer IS_ENABLED to a static variablePaolo Bonzini2015-03-111-12/+5
| * | | Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2015-04-074-73/+68
| |\ \ \
| * | | | x86: Use bool function return values of true/false not 1/0Joe Perches2015-03-313-38/+38
| * | | | KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky2015-03-301-3/+1
| * | | | KVM: x86: Remove redundant definitionsNadav Amit2015-03-303-15/+12
| * | | | KVM: x86: removing redundant eflags bits definitionsNadav Amit2015-03-302-61/+46
| * | | | KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit2015-03-301-1/+18