aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-18svm: Introduce new AVIC VMCB registersSuravee Suthikulpanit1-2/+7
2016-05-18KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooksSuravee Suthikulpanit1-2/+16
2016-05-18KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit2-0/+8
2016-05-18KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit3-33/+33
2016-05-18KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit2-74/+82
2016-05-13KVM: s390: set halt polling to 80 microsecondsChristian Borntraeger1-1/+1
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger13-0/+29
2016-05-13Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini5-23/+62
2016-05-12KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interruptsPaul Mackerras2-10/+16
2016-05-11kvm: Conditionally register IRQ bypass consumerAlex Williamson1-11/+8
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz1-0/+3
2016-05-11Merge tag 'kvm-arm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini13-361/+676
2016-05-11KVM: PPC: Book3S HV: Fix build error in book3s_hv.cGavin Shan1-0/+1
2016-05-11KVM: PPC: Fix emulated MMIO sign-extensionPaul Mackerras1-10/+12
2016-05-11KVM: PPC: Fix debug macrosAlexey Kardashevskiy1-2/+2
2016-05-11KVM: PPC: Book3S PR: Manage single-step modeLaurent Vivier1-1/+31
2016-05-10Merge tag 'kvm-s390-next-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini6-33/+57
2016-05-10MIPS: KVM: Add missing disable FPU hazard barriersJames Hogan1-1/+4
2016-05-10MIPS: KVM: Fix preemption warning reading FPU capabilityJames Hogan1-1/+2
2016-05-10MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() callsJames Hogan1-8/+18
2016-05-10MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan3-36/+29
2016-05-10MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan1-5/+23
2016-05-09kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas6-32/+74
2016-05-09x86/kvm: Do not use BIT() in user-exported headerBorislav Petkov1-3/+3
2016-05-09KVM: s390: Populate mask of non-hypervisor managed facility bitsAlexander Yarygin1-3/+16
2016-05-09s390/sclp: Add hmfai fieldAlexander Yarygin1-0/+1
2016-05-09KVM: s390: Enable all facility bits that are known good for passthroughAlexander Yarygin1-2/+2
2016-05-09KVM: s390: force ibc into valid rangeDavid Hildenbrand1-1/+11
2016-05-09KVM: s390: cleanup cpuid handlingDavid Hildenbrand3-14/+11
2016-05-09KVM: s390: enable SRS only if enabled for the guestDavid Hildenbrand3-1/+10
2016-05-09KVM: s390: enable PFMFI only if guest has EDAT1David Hildenbrand1-1/+2
2016-05-04KVM: s390: support NQ only if the facility is enabled for the guestDavid Hildenbrand1-2/+3
2016-05-04KVM: s390: cmma: don't check entry contentDavid Hildenbrand1-11/+3
2016-05-03kvm: robustify steal time recordWanpeng Li1-1/+17
2016-04-29KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers1-1/+1
2016-04-29arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tablesMarc Zyngier1-6/+11
2016-04-21arm64: kvm: Add support for 16K pagesSuzuki K Poulose2-3/+11
2016-04-21kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose4-69/+7
2016-04-21kvm: arm64: Get rid of fake page table levelsSuzuki K Poulose4-95/+172
2016-04-21kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose3-48/+1
2016-04-21kvm-arm: Add stage2 page table modifiersSuzuki K Poulose1-53/+44
2016-04-21kvm-arm: Add explicit hyp page table modifiersSuzuki K Poulose1-5/+99
2016-04-21kvm-arm: Use explicit stage2 helper routinesSuzuki K Poulose1-24/+24
2016-04-21kvm-arm: arm64: Introduce hyp page table empty checksSuzuki K Poulose1-0/+14
2016-04-21kvm-arm: arm64: Introduce stage2 page table helpersSuzuki K Poulose2-27/+88
2016-04-21kvm-arm: arm: Introduce hyp page table empty checksSuzuki K Poulose1-1/+5
2016-04-21kvm-arm: arm32: Introduce stage2 page table helpersSuzuki K Poulose2-0/+62
2016-04-21kvm-arm: Remove kvm_pud_huge()Suzuki K Poulose1-3/+1
2016-04-21kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_hugeSuzuki K Poulose1-9/+8
2016-04-21arm64: Introduce pmd_thp_or_hugeSuzuki K Poulose1-0/+2