aboutsummaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-0/+2
2017-03-01kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova1-4/+4
2017-02-27mm: add new mmget() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2017-02-17KVM: Return an error code only as a constant in kvm_get_dirty_log()Markus Elfring1-11/+5
2017-02-17KVM: Return an error code only as a constant in kvm_get_dirty_log_protect()Markus Elfring1-12/+5
2017-02-17KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl()Markus Elfring1-4/+1
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei1-17/+17
2017-02-16KVM: use separate generations for each address spacePaolo Bonzini1-8/+16
2017-02-16KVM: only retrieve memslots once when initializing cachePaolo Bonzini1-7/+14
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim1-1/+1
2017-02-08KVM: arm/arm64: Set up a background timer for the physical timer emulationJintack Lim1-1/+24
2017-02-08KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim1-13/+40
2017-02-08KVM: arm/arm64: Update the physical timer interrupt levelJintack Lim1-0/+4
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim1-2/+7
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim1-29/+25
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim2-12/+29
2017-02-08KVM: arm/arm64: Abstract virtual timer context into separate structureJintack Lim2-37/+42
2017-02-08KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twiceShanker Donthineni1-0/+3
2017-02-01KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irqChristoffer Dall2-35/+18
2017-01-30KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctlVijaya Kumar K5-1/+119
2017-01-30KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K4-0/+66
2017-01-30KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr structVijaya Kumar K4-18/+39
2017-01-30KVM: arm/arm64: vgic: Add distributor and redistributor accessVijaya Kumar K5-36/+292
2017-01-30KVM: arm/arm64: vgic: Implement support for userspace accessVijaya Kumar K4-49/+169
2017-01-25KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall3-0/+290
2017-01-25KVM: arm/arm64: Remove struct vgic_irq pending fieldChristoffer Dall8-44/+37
2017-01-17Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář5-24/+57
2017-01-13KVM: arm/arm64: vgic: Fix deadlock on error handlingMarc Zyngier3-9/+13
2017-01-13KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsJintack Lim2-12/+44
2017-01-13KVM: arm/arm64: Fix occasional warning from the timer work functionChristoffer Dall1-3/+0
2017-01-12KVM: eventfd: fix NULL deref irqbypass consumerWanpeng Li1-2/+2
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-3/+3
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner3-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes2-6/+9
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-56/+92
2016-12-13Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+18
2016-12-12Merge tag 'kvm-arm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini6-47/+14
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-5/+9
2016-12-09KVM: arm/arm64: timer: Check for properly initialized timer on initChristoffer Dall1-0/+5
2016-12-09KVM: arm/arm64: vgic-v2: Limit ITARGETSR bits to number of VCPUsAndre Przywara1-1/+2
2016-12-01kvm: set/clear kvm to/from vfio_group when group add/deleteJike Song1-0/+18
2016-12-01KVM: use after free in kvm_ioctl_create_device()Dan Carpenter1-1/+1
2016-12-01Merge tag 'kvm-arm-for-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2-4/+8
2016-11-28KVM: Export kvm module parameter variablesSuraj Jitindar Singh1-3/+6
2016-11-24KVM: arm/arm64: vgic: Don't notify EOI for non-SPIsMarc Zyngier2-4/+8
2016-11-22kvm: Introduce kvm_write_guest_offset_cached()Pan Xinhui1-6/+14
2016-11-19KVM: async_pf: avoid recursive flushing of work itemsPaolo Bonzini1-1/+12
2016-11-19Merge tag 'kvm-arm-for-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář1-3/+5
2016-11-18KVM: arm64: Fix the issues when guest PMCCFILTR is configuredWei Huang1-3/+5
2016-11-16Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář4-27/+50
2016-11-15arm/arm64: KVM: Clean up useless code in kvm_timer_enableLongpeng(Mike)1-11/+1
2016-11-14ARM: KVM: Support vGICv3 ITSVladimir Murzin3-30/+0
2016-11-14KVM: arm64: vgic-its: Fix compatibility with 32-bitVladimir Murzin1-5/+6
2016-11-11Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini3-21/+46
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+25
2016-11-04KVM: arm/arm64: vgic: Kick VCPUs when queueing already pending IRQsShih-Wei Li1-0/+12
2016-11-04KVM: arm/arm64: vgic: Prevent access to invalid SPIsAndre Przywara2-21/+34
2016-11-02kvm/stats: Update kvm stats to clear on write to their debugfs entrySuraj Jitindar Singh1-6/+72
2016-10-26KVM: fix OOPS on flush_workPaolo Bonzini2-3/+25
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