summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-11Merge tag 'kvm-arm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini25-525/+1053
2016-05-10Merge tag 'kvm-s390-next-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini8-34/+70
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 Yarygin2-1/+6
2016-05-09KVM: s390: Enable all facility bits that are known good for passthroughAlexander Yarygin1-2/+2
2016-05-09KVM: s390: document KVM_CAP_S390_RIDavid Hildenbrand1-0/+8
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-05-03clocksource: arm_arch_timer: Remove arch_timer_get_timecounterJulien Grall2-11/+0
2016-05-03KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tablesJulien Grall4-92/+73
2016-05-03KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tablesJulien Grall1-29/+11
2016-05-03irqchip/gic-v3: Parse and export virtual GIC informationJulien Grall2-1/+114
2016-05-03irqchip/gic-v3: Gather all ACPI specific data in a single structureJulien Grall1-27/+33
2016-05-03irqchip/gic-v3: Prefix all pr_* messages by "GICv3: "Julien Grall1-0/+2
2016-05-03irqchip/gic-v2: Parse and export virtual GIC informationJulien Grall4-1/+124
2016-05-03irqchip/gic-v2: Gather ACPI specific data in a single structureJulien Grall1-4/+7
2016-05-03clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQJulien Grall2-0/+3
2016-05-03clocksource: arm_arch_timer: Gather KVM specific information in a structureJulien Grall2-3/+14
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-25Documentation: virtual: fix spelling mistakeEric Engestrom1-1/+1
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
2016-04-21kvm arm: Move fake PGD handling to arch specific filesSuzuki K Poulose3-42/+59
2016-04-21arm64: Cleanup VTCR_EL2 and VTTBR field valuesSuzuki K Poulose1-10/+12
2016-04-21arm64: Reuse TCR field definitions for EL1 and EL2Suzuki K Poulose2-40/+88