| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-04-13 | 99 | -2057/+5401 |
|\ |
|
| * | KVM: use slowpath for cross page cached accesses | Radim Krčmář | 2015-04-10 | 1 | -2/+2 |
| * | kvm: mmu: lazy collapse small sptes into large sptes | Wanpeng Li | 2015-04-08 | 3 | -0/+92 |
| * | KVM: x86: Clear CR2 on VCPU reset | Nadav Amit | 2015-04-08 | 1 | -0/+2 |
| * | KVM: x86: DR0-DR3 are not clear on reset | Nadav Amit | 2015-04-08 | 2 | -0/+15 |
| * | KVM: x86: BSP in MSR_IA32_APICBASE is writable | Nadav Amit | 2015-04-08 | 5 | -6/+9 |
| * | KVM: x86: simplify kvm_apic_map | Radim Krčmář | 2015-04-08 | 3 | -68/+28 |
| * | KVM: x86: avoid logical_map when it is invalid | Radim Krčmář | 2015-04-08 | 2 | -1/+35 |
| * | KVM: x86: fix mixed APIC mode broadcast | Radim Krčmář | 2015-04-08 | 2 | -6/+5 |
| * | KVM: x86: use MDA for interrupt matching | Radim Krčmář | 2015-04-08 | 1 | -7/+33 |
| * | kvm/ppc/mpic: drop unused IRQ_testbit | Arseny Solokha | 2015-04-08 | 1 | -5/+0 |
| * | KVM: nVMX: remove unnecessary double caching of MAXPHYADDR | Eugene Korenevsky | 2015-04-08 | 1 | -8/+6 |
| * | KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry | Eugene Korenevsky | 2015-04-08 | 1 | -6/+7 |
| * | KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu | Eugene Korenevsky | 2015-04-08 | 4 | -16/+29 |
| * | KVM: vmx: pass error code with internal error #2 | Radim Krčmář | 2015-04-08 | 1 | -1/+2 |
| * | x86: vdso: fix pvclock races with task migration | Radim Krčmář | 2015-04-08 | 1 | -8/+12 |
| * | KVM: remove kvm_read_hva and kvm_read_hva_atomic | Paolo Bonzini | 2015-04-08 | 1 | -12/+2 |
| * | KVM: x86: optimize delivery of TSC deadline timer interrupt | Paolo Bonzini | 2015-04-08 | 1 | -6/+7 |
| * | KVM: x86: extract blocking logic from __vcpu_run | Paolo Bonzini | 2015-04-08 | 1 | -28/+34 |
| * | kvm: x86: fix x86 eflags fixed bit | Wanpeng Li | 2015-04-08 | 1 | -3/+3 |
| * | Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 2015-04-07 | 9 | -402/+906 |
| |\ |
|
| | * | KVM: s390: migrate vcpu interrupt state | Jens Freimann | 2015-03-31 | 5 | -0/+252 |
| | * | KVM: s390: refactor vcpu injection function | Jens Freimann | 2015-03-31 | 1 | -3/+12 |
| | * | KVM: s390: add ioctl to inject local interrupts | Jens Freimann | 2015-03-31 | 4 | -1/+70 |
| | * | KVM: s390: cpu timer irq priority | David Hildenbrand | 2015-03-31 | 1 | -7/+27 |
| | * | KVM: s390: deliver floating interrupts in order of priority | Jens Freimann | 2015-03-31 | 5 | -367/+510 |
| | * | KVM: s390: fix get_all_floating_irqs | Jens Freimann | 2015-03-31 | 2 | -26/+35 |
| | * | KVM: s390: enable more features that need no hypervisor changes | Christian Borntraeger | 2015-03-31 | 1 | -2/+2 |
| | * | KVM: s390: store the breaking-event address on pgm interrupts | David Hildenbrand | 2015-03-31 | 1 | -0/+2 |
| * | | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2015-04-07 | 47 | -703/+1012 |
| |\ \ |
|
| | * | | KVM: arm/arm64: enable KVM_CAP_IOEVENTFD | Nikolay Nikolaev | 2015-03-30 | 1 | -0/+1 |
| | * | | KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus | Andre Przywara | 2015-03-30 | 8 | -221/+55 |
| | * | | KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling | Andre Przywara | 2015-03-30 | 2 | -1/+39 |
| | * | | KVM: arm/arm64: merge GICv3 RD_base and SGI_base register frames | Andre Przywara | 2015-03-30 | 1 | -91/+83 |
| | * | | KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus | Andre Przywara | 2015-03-26 | 2 | -6/+17 |
| | * | | KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC | Andre Przywara | 2015-03-26 | 3 | -0/+145 |
| | * | | KVM: arm/arm64: simplify vgic_find_range() and callers | Andre Przywara | 2015-03-26 | 3 | -17/+10 |
| | * | | KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range | Andre Przywara | 2015-03-26 | 4 | -22/+22 |
| | * | | KVM: x86: remove now unneeded include directory from Makefile | Andre Przywara | 2015-03-26 | 1 | -1/+1 |
| | * | | KVM: arm/arm64: remove now unneeded include directory from Makefile | Andre Przywara | 2015-03-26 | 2 | -2/+2 |
| | * | | KVM: move iodev.h from virt/kvm/ to include/kvm | Andre Przywara | 2015-03-26 | 9 | -11/+10 |
| | * | | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. | Nikolay Nikolaev | 2015-03-26 | 14 | -64/+79 |
| | * | | arm/arm64: KVM: Fix migration race in the arch timer | Christoffer Dall | 2015-03-14 | 3 | -10/+39 |
| | * | | arm/arm64: KVM: support for un-queuing active IRQs | Christoffer Dall | 2015-03-14 | 4 | -38/+212 |
| | * | | arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn | Alex Bennée | 2015-03-14 | 1 | -7/+17 |
| | * | | arm/arm64: KVM: export VCPU power state via MP_STATE ioctl | Alex Bennée | 2015-03-14 | 2 | -6/+31 |
| | * | | arm/arm64: KVM: Optimize handling of Access Flag faults | Marc Zyngier | 2015-03-12 | 2 | -0/+61 |
| | * | | arm/arm64: KVM: Implement Stage-2 page aging | Marc Zyngier | 2015-03-12 | 7 | -23/+104 |
| | * | | arm/arm64: KVM: Allow handle_hva_to_gpa to return a value | Marc Zyngier | 2015-03-12 | 1 | -9/+14 |
| | * | | KVM: arm/arm64: add irqfd support | Eric Auger | 2015-03-12 | 9 | -3/+66 |