summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit2016-05-186-1/+350
* svm: Add interrupt injection via AVICSuravee Suthikulpanit2016-05-181-4/+35
* KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit2016-05-183-1/+231
* svm: Introduce new AVIC VMCB registersSuravee Suthikulpanit2016-05-181-2/+7
* KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář2016-05-182-6/+14
* KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooksSuravee Suthikulpanit2016-05-181-2/+16
* KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit2016-05-182-0/+8
* KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit2016-05-183-33/+33
* KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit2016-05-182-74/+82
* KVM: shrink halt polling even more for invalid wakeupsChristian Borntraeger2016-05-181-3/+4
* KVM: s390: set halt polling to 80 microsecondsChristian Borntraeger2016-05-131-1/+1
* KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-1317-6/+60
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-05-135-23/+62
|\
| * KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interruptsPaul Mackerras2016-05-122-10/+16
| * KVM: PPC: Book3S HV: Fix build error in book3s_hv.cGavin Shan2016-05-111-0/+1
| * KVM: PPC: Fix emulated MMIO sign-extensionPaul Mackerras2016-05-111-10/+12
| * KVM: PPC: Fix debug macrosAlexey Kardashevskiy2016-05-111-2/+2
| * KVM: PPC: Book3S PR: Manage single-step modeLaurent Vivier2016-05-111-1/+31
* | kvm: Conditionally register IRQ bypass consumerAlex Williamson2016-05-113-19/+19
* | irqbypass: Disallow NULL tokenAlex Williamson2016-05-112-3/+13
* | kvm: introduce KVM_MAX_VCPU_IDGreg Kurz2016-05-115-3/+19
* | KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUSGreg Kurz2016-05-111-3/+4
* | Merge tag 'kvm-arm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-05-1125-525/+1053
|\ \
| * | kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas2016-05-096-32/+74
| * | clocksource: arm_arch_timer: Remove arch_timer_get_timecounterJulien Grall2016-05-032-11/+0
| * | KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tablesJulien Grall2016-05-034-92/+73
| * | KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tablesJulien Grall2016-05-031-29/+11
| * | irqchip/gic-v3: Parse and export virtual GIC informationJulien Grall2016-05-032-1/+114
| * | irqchip/gic-v3: Gather all ACPI specific data in a single structureJulien Grall2016-05-031-27/+33
| * | irqchip/gic-v3: Prefix all pr_* messages by "GICv3: "Julien Grall2016-05-031-0/+2
| * | irqchip/gic-v2: Parse and export virtual GIC informationJulien Grall2016-05-034-1/+124
| * | irqchip/gic-v2: Gather ACPI specific data in a single structureJulien Grall2016-05-031-4/+7
| * | clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQJulien Grall2016-05-032-0/+3
| * | clocksource: arm_arch_timer: Gather KVM specific information in a structureJulien Grall2016-05-032-3/+14
| * | arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tablesMarc Zyngier2016-04-291-6/+11
| * | arm64: kvm: Add support for 16K pagesSuzuki K Poulose2016-04-212-3/+11
| * | kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose2016-04-214-69/+7
| * | kvm: arm64: Get rid of fake page table levelsSuzuki K Poulose2016-04-214-95/+172
| * | kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose2016-04-213-48/+1
| * | kvm-arm: Add stage2 page table modifiersSuzuki K Poulose2016-04-211-53/+44
| * | kvm-arm: Add explicit hyp page table modifiersSuzuki K Poulose2016-04-211-5/+99
| * | kvm-arm: Use explicit stage2 helper routinesSuzuki K Poulose2016-04-211-24/+24
| * | kvm-arm: arm64: Introduce hyp page table empty checksSuzuki K Poulose2016-04-211-0/+14
| * | kvm-arm: arm64: Introduce stage2 page table helpersSuzuki K Poulose2016-04-212-27/+88
| * | kvm-arm: arm: Introduce hyp page table empty checksSuzuki K Poulose2016-04-211-1/+5
| * | kvm-arm: arm32: Introduce stage2 page table helpersSuzuki K Poulose2016-04-212-0/+62
| * | kvm-arm: Remove kvm_pud_huge()Suzuki K Poulose2016-04-211-3/+1
| * | kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_hugeSuzuki K Poulose2016-04-211-9/+8
| * | arm64: Introduce pmd_thp_or_hugeSuzuki K Poulose2016-04-211-0/+2
| * | kvm arm: Move fake PGD handling to arch specific filesSuzuki K Poulose2016-04-213-42/+59