aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-11irqbypass: Disallow NULL tokenAlex Williamson
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz
2016-05-11KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUSGreg Kurz
2016-05-11Merge tag 'kvm-arm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2016-05-10Merge tag 'kvm-s390-next-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2016-05-10MIPS: KVM: Add missing disable FPU hazard barriersJames Hogan
2016-05-10MIPS: KVM: Fix preemption warning reading FPU capabilityJames Hogan
2016-05-10MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() callsJames Hogan
2016-05-10MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan
2016-05-10MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan
2016-05-09kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas
2016-05-09x86/kvm: Do not use BIT() in user-exported headerBorislav Petkov
2016-05-09KVM: s390: Populate mask of non-hypervisor managed facility bitsAlexander Yarygin
2016-05-09s390/sclp: Add hmfai fieldAlexander Yarygin
2016-05-09KVM: s390: Enable all facility bits that are known good for passthroughAlexander Yarygin
2016-05-09KVM: s390: document KVM_CAP_S390_RIDavid Hildenbrand
2016-05-09KVM: s390: force ibc into valid rangeDavid Hildenbrand
2016-05-09KVM: s390: cleanup cpuid handlingDavid Hildenbrand
2016-05-09KVM: s390: enable SRS only if enabled for the guestDavid Hildenbrand
2016-05-09KVM: s390: enable PFMFI only if guest has EDAT1David Hildenbrand
2016-05-04KVM: s390: support NQ only if the facility is enabled for the guestDavid Hildenbrand
2016-05-04KVM: s390: cmma: don't check entry contentDavid Hildenbrand
2016-05-03kvm: robustify steal time recordWanpeng Li
2016-05-03clocksource: arm_arch_timer: Remove arch_timer_get_timecounterJulien Grall
2016-05-03KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tablesJulien Grall
2016-05-03KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tablesJulien Grall
2016-05-03irqchip/gic-v3: Parse and export virtual GIC informationJulien Grall
2016-05-03irqchip/gic-v3: Gather all ACPI specific data in a single structureJulien Grall
2016-05-03irqchip/gic-v3: Prefix all pr_* messages by "GICv3: "Julien Grall
2016-05-03irqchip/gic-v2: Parse and export virtual GIC informationJulien Grall
2016-05-03irqchip/gic-v2: Gather ACPI specific data in a single structureJulien Grall
2016-05-03clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQJulien Grall
2016-05-03clocksource: arm_arch_timer: Gather KVM specific information in a structureJulien Grall
2016-04-29KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers
2016-04-29arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tablesMarc Zyngier
2016-04-25Documentation: virtual: fix spelling mistakeEric Engestrom
2016-04-21arm64: kvm: Add support for 16K pagesSuzuki K Poulose
2016-04-21kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose
2016-04-21kvm: arm64: Get rid of fake page table levelsSuzuki K Poulose
2016-04-21kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose
2016-04-21kvm-arm: Add stage2 page table modifiersSuzuki K Poulose
2016-04-21kvm-arm: Add explicit hyp page table modifiersSuzuki K Poulose
2016-04-21kvm-arm: Use explicit stage2 helper routinesSuzuki K Poulose
2016-04-21kvm-arm: arm64: Introduce hyp page table empty checksSuzuki K Poulose
2016-04-21kvm-arm: arm64: Introduce stage2 page table helpersSuzuki K Poulose
2016-04-21kvm-arm: arm: Introduce hyp page table empty checksSuzuki K Poulose
2016-04-21kvm-arm: arm32: Introduce stage2 page table helpersSuzuki K Poulose
2016-04-21kvm-arm: Remove kvm_pud_huge()Suzuki K Poulose
2016-04-21kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_hugeSuzuki K Poulose
2016-04-21arm64: Introduce pmd_thp_or_hugeSuzuki K Poulose