aboutsummaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes1-6/+4
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2-4/+10
2016-09-29Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář14-147/+694
2016-09-27KVM: arm/arm64: vgic: Don't flush/sync without a working vgicChristoffer Dall1-0/+6
2016-09-27KVM: arm64: Require in-kernel irqchip for PMU supportChristoffer Dall1-0/+8
2016-09-22ARM: KVM: Support vgic-v3Vladimir Murzin4-66/+0
2016-09-22KVM: arm: vgic: Support 64-bit data manipulation on 32-bit host systemsVladimir Murzin2-2/+2
2016-09-22KVM: arm: vgic: Fix compiler warnings when built for 32-bitVladimir Murzin1-2/+2
2016-09-22KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeVladimir Murzin3-0/+9
2016-09-22arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin1-0/+328
2016-09-22arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin2-1/+5
2016-09-16kvm: create per-vcpu dirs in debugfsLuiz Capitulino1-0/+32
2016-09-16kvm: kvm_destroy_vm_debugfs(): check debugfs_stat_data pointerLuiz Capitulino1-3/+5
2016-09-13Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-2/+2
2016-09-08KVM: ARM: cleanup kvm_timer_hyp_initPaolo Bonzini1-5/+1
2016-09-08arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier1-5/+16
2016-09-08arm64: KVM: vgic-v2: Enable GICV access from HYP if access from guest is unsafeMarc Zyngier1-27/+42
2016-09-08arm64: KVM: vgic-v2: Add GICV access from HYPMarc Zyngier1-0/+39
2016-09-08arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier2-0/+9
2016-09-08arm64: KVM: Make kvm_skip_instr32 available to HYPMarc Zyngier1-2/+3
2016-09-08arm: KVM: Use common AArch32 conditional execution codeMarc Zyngier1-0/+5
2016-09-08arm64: KVM: Move the AArch32 conditional execution to common codeMarc Zyngier1-0/+146
2016-09-08KVM: arm: vgic: Drop build compatibility hack for older kernel versionsMarc Zyngier1-6/+0
2016-09-08KVM: arm/arm64: Rename vgic_attr_regs_access to vgic_attr_regs_access_v2Christoffer Dall1-15/+11
2016-09-08KVM: arm/arm64: Factor out vgic_attr_regs_access functionalityChristoffer Dall1-27/+73
2016-09-08KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh1-2/+2
2016-09-07KVM: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar3-34/+5
2016-08-18Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini6-60/+159
2016-08-17KVM: arm/arm64: timer: Workaround misconfigured timer interruptMarc Zyngier1-1/+10
2016-08-16KVM: arm64: ITS: avoid re-mapping LPIsAndre Przywara1-14/+13
2016-08-15KVM: arm64: check for ITS device on MSI injectionAndre Przywara1-2/+19
2016-08-15KVM: arm64: ITS: move ITS registration into first VCPU runAndre Przywara3-10/+47
2016-08-15KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomicChristoffer Dall1-10/+16
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2-14/+16
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-0/+3
2016-08-10KVM: arm64: vgic-its: Plug race in vgic_put_irqChristoffer Dall1-5/+5
2016-08-10KVM: arm64: vgic-its: Handle errors from vgic_add_lpiChristoffer Dall1-4/+17
2016-08-09KVM: arm64: ITS: return 1 on successful MSI injectionAndre Przywara1-19/+37
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini4-35/+120
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-5137/+2119
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-101/+36
2016-07-24KVM: arm: vgic-irqfd: Workaround changing kvm_set_routing_entry prototypeMarc Zyngier1-0/+8
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář19-5139/+2044
2016-07-22KVM: arm/arm64: Enable MSI routingEric Auger2-9/+23
2016-07-22KVM: arm/arm64: Enable irqchip routingEric Auger3-25/+86
2016-07-22KVM: irqchip: Convey devid to kvm_set_msiEric Auger1-1/+3
2016-07-18KVM: arm64: vgic-its: Simplify MAPI error handlingMarc Zyngier1-18/+12
2016-07-18KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlersMarc Zyngier1-6/+5
2016-07-18KVM: arm64: vgic-its: Turn device_id validation into generic ID validationMarc Zyngier1-72/+62
2016-07-18KVM: arm64: vgic-its: Add pointer to corresponding kvm_deviceMarc Zyngier1-0/+1
2016-07-18KVM: arm64: vgic-its: Add collection allocator/destructorMarc Zyngier1-38/+54
2016-07-18KVM: arm64: vgic-its: Fix L2 entry validation for indirect tablesMarc Zyngier1-1/+6
2016-07-18KVM: arm64: vgic-its: Validate the device table L1 entryMarc Zyngier1-2/+11
2016-07-18KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_idMarc Zyngier1-3/+3
2016-07-18KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handlingMarc Zyngier1-0/+2
2016-07-18KVM: arm64: vgic-its: Fix handling of indirect tablesMarc Zyngier1-3/+3
2016-07-18KVM: arm64: vgic-its: Generalize use of vgic_get_irq_krefMarc Zyngier3-10/+10
2016-07-18KVM: arm/arm64: Fix vGICv2 KVM_DEV_ARM_VGIC_GRP_CPU/DIST_REGSEric Auger2-1/+5
2016-07-18KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara5-4/+30
2016-07-18KVM: arm64: vgic-its: Implement MSI injection in ITS emulationAndre Przywara2-0/+83
2016-07-18KVM: arm64: vgic-its: Implement ITS command queue command handlersAndre Przywara1-1/+660
2016-07-18KVM: arm64: vgic-its: Allow updates of LPI configuration tableAndre Przywara1-0/+39
2016-07-18KVM: arm64: vgic-its: Read initial LPI pending tableAndre Przywara2-0/+100
2016-07-18KVM: arm64: vgic-its: Connect LPIs to the VGIC emulationAndre Przywara4-6/+67
2016-07-18KVM: arm64: vgic-its: Implement basic ITS register handlersAndre Przywara4-21/+404
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara4-3/+141
2016-07-18KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO frameworkAndre Przywara5-12/+192
2016-07-18KVM: arm64: vgic: Handle ITS related GICv3 redistributor registersAndre Przywara3-4/+168
2016-07-18KVM: arm/arm64: vgic: Add refcounting for IRQsAndre Przywara8-12/+98
2016-07-18KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara1-0/+24
2016-07-18KVM: arm/arm64: vgic: Check return value for kvm_register_vgic_deviceAndre Przywara4-12/+31
2016-07-18KVM: arm/arm64: vgic: Move redistributor kvm_io_devicesAndre Przywara2-15/+8
2016-07-15KVM/arm/arm64/vgic-new: Convert to hotplug state machineAnna-Maria Gleixner1-22/+9
2016-07-15arm/kvm/arch_timer: Convert to hotplug state machineRichard Cochran1-24/+11
2016-07-15arm/kvm/vgic: Convert to hotplug state machineRichard Cochran1-31/+8
2016-07-15virt: Convert kvm hotplug to state machineThomas Gleixner1-24/+8
2016-07-14KVM: don't use anon_inode_getfd() before possible failuresAl Viro1-2/+11
2016-07-14Revert "KVM: release anon file in failure path of vm creation"Paolo Bonzini1-2/+0
2016-07-14KVM: release anon file in failure path of vm creationLiu Shuo1-0/+2
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-0/+2
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář1-3/+4
2016-07-05KVM: MMU: try to fix up page faults before giving upPaolo Bonzini1-3/+42
2016-07-05KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP framesPaolo Bonzini1-5/+15
2016-07-03KVM: arm/arm64: The GIC is dead, long live the GICMarc Zyngier7-5074/+4
2016-06-16kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li1-1/+1
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini2-7/+0
2016-06-16KVM: introduce kvm->created_vcpusPaolo Bonzini1-6/+17
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini1-10/+12
2016-06-02KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini1-1/+1
2016-06-02KVM: arm/arm64: vgic-new: Removel harmful BUG_ONMarc Zyngier1-3/+1
2016-05-31KVM: arm/arm64: vgic-v3: Always resample level interruptsMarc Zyngier1-5/+9
2016-05-31KVM: arm/arm64: vgic-v2: Always resample level interruptsMarc Zyngier1-5/+9
2016-05-31KVM: arm/arm64: vgic-v2: Clear all dirty LRsChristoffer Dall1-4/+3
2016-05-25KVM: Create debugfs dir and stat files for each VMJanosch Frank1-10/+177
2016-05-24Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini18-112/+4045
2016-05-20KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall1-39/+66
2016-05-20KVM: arm/arm64: vgic-new: enable buildAndre Przywara1-0/+5
2016-05-20KVM: arm/arm64: vgic-new: implement mapped IRQ handlingAndre Przywara1-0/+53
2016-05-20KVM: arm/arm64: vgic-new: Wire up irqfd injectionAndre Przywara1-0/+52
2016-05-20KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enableEric Auger2-2/+32
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement map_resourcesEric Auger4-0/+175
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement vgic_initEric Auger5-0/+239
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement vgic_createEric Auger1-0/+84
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_initEric Auger4-0/+245
2016-05-20KVM: arm/arm64: vgic-new: Add userland GIC CPU interface accessAndre Przywara3-2/+116
2016-05-20KVM: arm/arm64: vgic-new: Add GICH_VMCR accessorsAndre Przywara3-0/+72
2016-05-20KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registersAndre Przywara1-1/+54
2016-05-20KVM: arm/arm64: vgic-new: Export register access interfaceChristoffer Dall2-0/+38
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registersEric Auger3-2/+90
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDREric Auger1-0/+38
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addrEric Auger2-0/+89
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRLEric Auger1-0/+22
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQSEric Auger1-4/+79
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registrationEric Auger2-0/+110
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handlerAndre Przywara1-0/+106
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlersAndre Przywara1-1/+40
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handlerAndre Przywara1-2/+14
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handlerAndre Przywara1-2/+30
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlersAndre Przywara2-1/+48
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling frameworkAndre Przywara4-0/+238
2016-05-20KVM: arm/arm64: vgic-new: Add SGIPENDR register handlersAndre Przywara1-2/+60
2016-05-20KVM: arm/arm64: vgic-new: Add SGIR register handlerAndre Przywara1-1/+42
2016-05-20KVM: arm/arm64: vgic-new: Add TARGET registers handlersAndre Przywara1-1/+42
2016-05-20KVM: arm/arm64: vgic-new: Add CONFIG registers handlersAndre Przywara3-1/+55
2016-05-20KVM: arm/arm64: vgic-new: Add PRIORITY registers handlersAndre Przywara4-1/+50
2016-05-20KVM: arm/arm64: vgic-new: Add ACTIVE registers handlersAndre Przywara3-2/+93
2016-05-20KVM: arm/arm64: vgic-new: Add PENDING registers handlersAndre Przywara3-2/+74
2016-05-20KVM: arm/arm64: vgic-new: Add ENABLE registers handlersAndre Przywara3-2/+69
2016-05-20KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlersMarc Zyngier3-1/+64
2016-05-20KVM: arm/arm64: vgic-new: Add GICv2 MMIO handling frameworkAndre Przywara4-0/+106
2016-05-20KVM: arm/arm64: vgic-new: Add MMIO handling frameworkMarc Zyngier2-0/+283
2016-05-20KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irqEric Auger1-0/+25
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 world switch backendMarc Zyngier3-5/+211
2016-05-20KVM: arm/arm64: vgic-new: Add GICv2 world switch backendMarc Zyngier3-0/+188
2016-05-20KVM: arm/arm64: vgic-new: Add IRQ sync/flush frameworkMarc Zyngier2-0/+194
2016-05-20KVM: arm/arm64: vgic-new: Add IRQ sortingChristoffer Dall1-0/+57
2016-05-20KVM: arm/arm64: vgic-new: Implement virtual IRQ injectionChristoffer Dall2-0/+212
2016-05-20KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instanceChristoffer Dall2-0/+63
2016-05-20KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.hAndre Przywara1-7/+1
2016-05-20KVM: arm/arm64: pmu: abstract access to number of SPIsAndre Przywara1-11/+14
2016-05-20KVM: arm/arm64: Fix MMIO emulation data handlingChristoffer Dall1-7/+0
2016-05-20KVM: arm/arm64: Get rid of vgic_cpu->nr_lrChristoffer Dall3-16/+12
2016-05-20KVM: arm/arm64: Move timer IRQ map to latest possible timeChristoffer Dall2-31/+40
2016-05-20KVM: arm/arm64: vgic: Remove irq_phys_map from interfaceAndre Przywara2-14/+8
2016-05-20KVM: arm/arm64: arch_timer: Remove irq_phys_mapAndre Przywara1-6/+4
2016-05-20KVM: arm/arm64: Remove the IRQ field from struct irq_phys_mapChristoffer Dall2-24/+27
2016-05-20KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()Andre Przywara2-8/+5
2016-05-20KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()Andre Przywara2-7/+5
2016-05-20KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()Andre Przywara2-4/+4
2016-05-20KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interfaceAndre Przywara1-3/+2
2016-05-18KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář1-6/+13
2016-05-18KVM: shrink halt polling even more for invalid wakeupsChristian Borntraeger1-3/+4
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2-2/+9
2016-05-11kvm: Conditionally register IRQ bypass consumerAlex Williamson1-8/+10
2016-05-11irqbypass: Disallow NULL tokenAlex Williamson1-1/+11
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz1-1/+3
2016-05-03KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tablesJulien Grall3-89/+69
2016-05-03KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tablesJulien Grall1-29/+11
2016-04-06KVM: arm/arm64: Handle forward time correction gracefullyMarc Zyngier1-10/+39
2016-04-01arm64: KVM: Add braces to multi-line if statement in virtual PMU codeWill Deacon1-1/+2
2016-03-22KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs()Lan Tianyu1-2/+16
2016-03-22KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_req...Lan Tianyu1-2/+2
2016-03-22KVM: fix spin_lock_init order on x86Paolo Bonzini1-10/+11
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+12
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-27/+850
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+10
2016-03-09kvm: cap halt polling at exactly halt_poll_nsDavid Matlack1-0/+3
2016-03-09Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini9-13/+834
2016-03-09arm64: KVM: vgic-v3: Reset LRs at boot timeMarc Zyngier1-0/+7
2016-03-09arm64: KVM: vgic-v3: Avoid accessing ICH registersMarc Zyngier1-2/+2
2016-03-09KVM: arm/arm64: vgic-v2: Make GICD_SGIR quicker to hitMarc Zyngier1-5/+5
2016-03-09KVM: arm/arm64: vgic-v2: Only wipe LRs on vcpu exitMarc Zyngier1-5/+5
2016-03-09KVM: arm/arm64: vgic-v2: Reset LRs at boot timeMarc Zyngier1-0/+12
2016-03-09KVM: arm/arm64: vgic-v2: Do not save an LR known to be emptyMarc Zyngier1-6/+20
2016-03-09KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own functionMarc Zyngier1-15/+21
2016-03-09KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if requiredMarc Zyngier1-7/+47
2016-03-09KVM: arm/arm64: vgic-v2: Avoid accessing GICH registersMarc Zyngier1-22/+50
2016-03-04KVM: ensure __gfn_to_pfn_memslot initializes *writablePaolo Bonzini1-2/+8
2016-02-29KVM: arm/arm64: timer: Add active state cachingMarc Zyngier1-0/+31
2016-02-29arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao1-0/+112
2016-02-29arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao1-0/+10
2016-02-29arm64: KVM: Free perf event of PMU when destroying vcpuShannon Zhao1-0/+21
2016-02-29arm64: KVM: Reset PMU state when resetting vcpuShannon Zhao1-0/+17
2016-02-29arm64: KVM: Add PMU overflow interrupt routingShannon Zhao1-1/+68
2016-02-29arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao1-0/+34
2016-02-29arm64: KVM: Add access handler for PMSWINC registerShannon Zhao1-0/+34
2016-02-29arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao1-0/+31
2016-02-29arm64: KVM: PMU: Add perf event map and introduce perf event creating functionShannon Zhao1-0/+74
2016-02-29arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao1-0/+66
2016-02-29arm64: KVM: Add access handler for event counter registerShannon Zhao1-0/+63
2016-02-29arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hypMarc Zyngier2-0/+151
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar3-6/+9
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2-11/+10
2016-02-25Merge tag 'kvm-arm-for-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-2/+2
2016-02-24KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger1-1/+1
2016-02-23KVM: arm/arm64: vgic: Ensure bitmaps are long enoughMark Rutland1-2/+2
2016-02-23KVM: async_pf: use list_first_entryGeliang Tang1-4/+4
2016-02-23KVM: use list_for_each_entry_safeGeliang Tang1-6/+3
2016-02-16KVM: halt_polling: improve grow/shrink settingsChristian Borntraeger1-8/+10
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-5/+5