aboutsummaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-364/+681
2015-11-04KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini1-7/+4
2015-11-04KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configsJan Beulich1-1/+1
2015-11-04Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini6-248/+331
2015-11-04KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()Pavel Fedin3-22/+2
2015-11-04KVM: arm/arm64: Clean up vgic_retire_lr() and surroundingsPavel Fedin1-27/+10
2015-11-04KVM: arm/arm64: Optimize away redundant LR trackingPavel Fedin3-38/+17
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2015-10-22arm/arm64: KVM: Add tracepoints for vgic and timerChristoffer Dall3-0/+72
2015-10-22arm/arm64: KVM: Support edge-triggered forwarded interruptsChristoffer Dall1-18/+22
2015-10-22arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall2-101/+82
2015-10-22arm/arm64: KVM: Use appropriate define in VGIC reset codeChristoffer Dall1-2/+6
2015-10-22arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIsChristoffer Dall1-3/+2
2015-10-22arm/arm64: KVM: vgic: Factor out level irq processing on guest exitChristoffer Dall1-38/+56
2015-10-22arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall1-34/+60
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall1-0/+3
2015-10-20arm/arm64: KVM: Fix disabled distributor operationChristoffer Dall1-5/+6
2015-10-20arm/arm64: KVM: Clear map->active on pend/active clearChristoffer Dall1-1/+31
2015-10-20arm/arm64: KVM: Fix arch timer behavior for disabled interruptsChristoffer Dall2-32/+30
2015-10-20KVM: arm/arm64: Do not inject spurious interruptsPavel Fedin1-2/+7
2015-10-16kvm/irqchip: allow only multiple irqchip routes per GSIAndrey Smetanin1-3/+3
2015-10-16kvm/eventfd: add arch-specific set_irqAndrey Smetanin1-1/+12
2015-10-16kvm/eventfd: factor out kvm_notify_acked_gsi()Andrey Smetanin1-5/+11
2015-10-16kvm/eventfd: avoid loop inside irqfd_update()Andrey Smetanin1-8/+5
2015-10-14kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.cKosuke Tatsukawa1-0/+4
2015-10-09arm/arm64: KVM: Only allow 64bit hosts to build VGICv3Jean-Philippe Brucker1-2/+2
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu1-0/+3
2015-10-01KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'Feng Wu1-1/+18
2015-10-01KVM: eventfd: add irq bypass consumer managementEric Auger1-0/+15
2015-10-01KVM: introduce kvm_arch functions for IRQ bypassEric Auger2-0/+15
2015-10-01KVM: create kvm_irqfd.hEric Auger1-72/+23
2015-10-01virt: Add virt directory to the top MakefileFeng Wu1-0/+1
2015-10-01virt: IRQ bypass managerAlex Williamson3-0/+260
2015-10-01kvm: add capability for any-length ioeventfdsJason Wang2-3/+2
2015-10-01kvm: use kmalloc() instead of kzalloc() during iodev register/unregisterJason Wang1-2/+2
2015-10-01KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford1-10/+2
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand1-2/+2
2015-09-17Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+1
2015-09-17arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei1-1/+1
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-09-15kvm: fix zero length mmio searchingJason Wang1-2/+17
2015-09-15kvm: fix double free for fast mmio eventfdJason Wang1-18/+25
2015-09-15kvm: factor out core eventfd assign/deassign logicJason Wang1-35/+50
2015-09-15kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang1-2/+2
2015-09-14KVM: make the declaration of functions within 80 charactersWei Yang1-2/+2
2015-09-14Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-16/+34
2015-09-14KVM: fix polling for guest halt continued even if disable itWanpeng Li1-1/+2
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+31
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov1-0/+31
2015-09-08kvm: irqchip: fix memory leakSudip Mukherjee1-2/+6
2015-09-06KVM: trace kvm_halt_poll_ns grow/shrinkWanpeng Li1-2/+6
2015-09-06KVM: dynamic halt-pollingWanpeng Li1-2/+51
2015-09-06KVM: make halt_poll_ns per-vCPUWanpeng Li1-2/+3
2015-09-04arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0Christoffer Dall1-0/+8
2015-09-04arm/arm64: KVM: vgic: Move active state handling to flush_hwstateChristoffer Dall1-16/+26
2015-08-22Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2-14/+10
2015-08-12KVM: arm/arm64: timer: Allow the timer to control the active stateMarc Zyngier1-7/+22
2015-08-12KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interruptMarc Zyngier1-33/+70
2015-08-12KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_activeMarc Zyngier1-0/+24
2015-08-12KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guestMarc Zyngier1-3/+86
2015-08-12KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interruptsMarc Zyngier1-1/+208
2015-08-12KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQsMarc Zyngier1-1/+1
2015-08-12KVM: arm/arm64: vgic: Allow HW irq to be encoded in LRMarc Zyngier2-4/+33
2015-07-30KVM: document memory barriers for kvm->vcpus/kvm->online_vcpusPaolo Bonzini1-0/+5
2015-07-29KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini1-14/+0
2015-07-10KVM: count number of assigned devicesPaolo Bonzini1-0/+5
2015-07-03sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra1-0/+3
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+0
2015-06-19KVM: fix checkpatch.pl errors in kvm/coalesced_mmio.hKevin Mulvey1-2/+2
2015-06-19KVM: fix checkpatch.pl errors in kvm/async_pf.hKevin Mulvey1-2/+2
2015-06-19kvm: irqchip: Break up high order allocations of kvm_irq_routing_tableJoerg Roedel1-8/+33
2015-06-19Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2-12/+51
2015-06-18KVM: arm/arm64: vgic: Remove useless arm-gic.h #includeMarc Zyngier1-2/+0
2015-06-17KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbersMarc Zyngier1-4/+1
2015-06-17KVM: arm: vgic: Drop useless Group0 warningMarc Zyngier1-2/+0
2015-06-12arm64: KVM: Switch vgic save/restore to alternative_insnMarc Zyngier1-3/+0
2015-06-09KVM: arm64: add active register handling to GICv3 emulation as wellAndre Przywara1-4/+50
2015-06-05KVM: implement multiple address spacesPaolo Bonzini1-27/+43
2015-06-05KVM: add vcpu-specific functions to read/write/translate GFNsPaolo Bonzini1-13/+154
2015-05-28KVM: remove unused argument from mark_page_dirty_in_slotPaolo Bonzini1-7/+5
2015-05-28KVM: remove __gfn_to_pfnPaolo Bonzini1-24/+15
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini1-3/+3
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-1/+1
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini1-1/+1
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-11/+11
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini1-6/+10
2015-05-26KVM: introduce kvm_alloc/free_memslotsPaolo Bonzini1-49/+55
2015-05-19KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini1-18/+8
2015-05-08KVM: remove pointless cpu hotplug messagesHeiko Carstens1-6/+0
2015-05-08KVM: reuse memslot in kvm_write_guest_pageRadim Krčmář1-2/+4
2015-04-22Merge tag 'kvm-arm-for-4.1-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+4
2015-04-22KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara1-0/+3
2015-04-22KVM: arm: irqfd: fix value returned by kvm_irq_map_gsiEric Auger1-1/+1
2015-04-21KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras1-0/+1
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-453/+661
2015-04-10KVM: use slowpath for cross page cached accessesRadim Krčmář1-2/+2
2015-04-08KVM: remove kvm_read_hva and kvm_read_hva_atomicPaolo Bonzini1-12/+2
2015-04-07Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-1/+1
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini9-389/+609
2015-04-07Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-2/+36
2015-03-31KVM: s390: add ioctl to inject local interruptsJens Freimann1-1/+1
2015-03-30KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara4-144/+18
2015-03-30KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handlingAndre Przywara1-1/+38
2015-03-30KVM: arm/arm64: merge GICv3 RD_base and SGI_base register framesAndre Przywara1-91/+83
2015-03-26KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_busAndre Przywara1-6/+16
2015-03-26KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGICAndre Przywara2-0/+136
2015-03-26KVM: arm/arm64: simplify vgic_find_range() and callersAndre Przywara3-17/+10
2015-03-26KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_rangeAndre Przywara4-22/+22
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara4-80/+3
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev4-28/+36
2015-03-23kvm: avoid page allocation failure in kvm_set_memory_region()Igor Mammedov1-7/+7
2015-03-18KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()Takuya Yoshikawa1-3/+5
2015-03-16Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Marcelo Tosatti3-2/+36
2015-03-14arm/arm64: KVM: Fix migration race in the arch timerChristoffer Dall1-9/+36
2015-03-14arm/arm64: KVM: support for un-queuing active IRQsChristoffer Dall3-37/+198
2015-03-14arm/arm64: KVM: add a common vgic_queue_irq_to_lr fnAlex Bennée1-7/+17
2015-03-14arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall3-0/+32
2015-03-13arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create()Wei Yongjun1-2/+4
2015-03-12KVM: arm/arm64: add irqfd supportEric Auger1-0/+48
2015-03-12KVM: arm/arm64: remove coarse grain dist locking at kvm_vgic_sync_hwstateEric Auger1-8/+5
2015-03-12KVM: introduce kvm_arch_intc_initialized and use it in irqfdEric Auger1-0/+3
2015-03-11KVM: vgic: add virt-capable compatible stringsMark Rutland1-2/+4
2015-03-10kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini1-0/+1
2015-03-10KVM: Use pr_info/pr_err in kvm_main.cXiubo Li1-7/+6
2015-03-10KVM: Fix indentation in kvm_main.cXiubo Li1-1/+1
2015-03-10KVM: no space before tabs in kvm_main.cXiubo Li1-3/+3
2015-03-10KVM: Missing blank line after declarations in kvm_main.cXiubo Li1-0/+6
2015-03-10KVM: EXPORT_SYMBOL should immediately follow its functionXiubo Li1-1/+0
2015-03-10KVM: Fix ERROR: do not initialise statics to 0 or NULL in kvm_main.cXiubo Li1-1/+1
2015-03-10KVM: Fix WARNING: labels should not be indented in kvm_main.cXiubo Li1-1/+1
2015-03-10KVM: Fix WARNINGs for 'sizeof(X)' instead of 'sizeof X' in kvm_main.cXiubo Li1-20/+20
2015-03-10KVM: Get rid of kvm_kvfree()Thomas Huth1-9/+1
2015-03-10KVM: make halt_poll_ns staticChristian Borntraeger1-1/+1
2015-03-10KVM: fix checkpatch.pl errors in kvm/irqchip.cKevin Mulvey1-1/+1
2015-03-10KVM: white space formatting in kvm_main.cKevin Mulvey1-1/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-885/+2488
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli2-47/+5
2015-02-09KVM: Disable compat ioctl for s390Christian Borntraeger2-6/+10
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-7/+41
2015-01-29KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang1-1/+1
2015-01-27kvm: update_memslots: clean flags for invalid memslotsTiejun Chen1-0/+1
2015-01-23KVM: Remove unused config symbolChristoffer Dall1-3/+0
2015-01-20arm/arm64: KVM: force alignment of VGIC dist/CPU/redist addressesAndre Przywara1-3/+13
2015-01-20arm/arm64: KVM: allow userland to request a virtual GICv3Andre Przywara2-13/+36
2015-01-20arm/arm64: KVM: enable kernel side of GICv3 emulationAndre Przywara3-25/+66
2015-01-20arm64: KVM: add SGI generation register emulationAndre Przywara1-0/+111
2015-01-20arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara3-2/+934
2015-01-20arm/arm64: KVM: add opaque private pointer to MMIO dataAndre Przywara1-0/+1
2015-01-20arm/arm64: KVM: split GICv2 specific emulation code from vgic.cAndre Przywara2-805/+848
2015-01-20arm/arm64: KVM: add vgic.h header fileAndre Przywara2-101/+170
2015-01-20arm/arm64: KVM: refactor/wrap vgic_set/get_attr()Andre Przywara1-24/+54
2015-01-20arm/arm64: KVM: refactor MMIO accessorsAndre Przywara1-52/+74
2015-01-20arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara1-2/+6
2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara3-0/+18
2015-01-20arm/arm64: KVM: dont rely on a valid GICH base addressAndre Przywara1-1/+1
2015-01-20arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara3-3/+5
2015-01-20arm/arm64: KVM: introduce per-VM opsAndre Przywara1-10/+76
2015-01-20arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit onesAndre Przywara1-3/+50
2015-01-20arm/arm64: KVM: refactor vgic_handle_mmio() functionAndre Przywara1-20/+53
2015-01-20arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara1-2/+13
2015-01-16KVM: Add generic support for dirty page loggingMario Smarduch2-0/+86
2015-01-16KVM: Add architecture-defined TLB flush supportMario Smarduch2-0/+5
2015-01-11KVM: arm/arm64: vgic: add init entry to VGIC KVM deviceEric Auger1-1/+13
2015-01-11KVM: arm/arm64: vgic: vgic_init returns -ENODEV when no online vcpuEric Auger1-1/+1
2015-01-08KVM: nVMX: Add nested msr load/restore algorithmWincy Van1-0/+1
2014-12-30timecounter: keep track of accumulated fractional nanosecondsRichard Cochran1-1/+2
2014-12-28kvm: warn on more invariant breakagePaolo Bonzini1-1/+3
2014-12-28kvm: fix sorting of memslots with base_gfn == 0Paolo Bonzini1-5/+17
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-2690/+140
2014-12-15Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini3-72/+90
2014-12-15arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-8/+22
2014-12-15arm/arm64: KVM: Initialize the vgic on-demand when injecting IRQsChristoffer Dall1-6/+16
2014-12-13arm/arm64: KVM: Add (new) vgic_initialized macroChristoffer Dall1-1/+2
2014-12-13arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall1-3/+3
2014-12-13arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell1-45/+32
2014-12-04KVM: track pid for VCPU only on KVM_RUN ioctlChristian Borntraeger1-9/+9
2014-12-04KVM: don't check for PF_VCPU when yieldingDavid Hildenbrand1-4/+0
2014-12-04kvm: optimize GFN to memslot lookup with large slots amountIgor Mammedov1-1/+7
2014-12-04kvm: change memslot sorting rule from size to GFNIgor Mammedov1-6/+11
2014-12-04kvm: update_memslots: drop not needed check for the same slotIgor Mammedov1-14/+11
2014-12-04kvm: update_memslots: drop not needed check for the same number of pagesIgor Mammedov1-15/+13
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel1-8/+8
2014-11-26arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create()Christoffer Dall1-4/+4
2014-11-26arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through allShannon Zhao1-5/+10
2014-11-25arm/arm64: vgic: Remove unreachable irq_clear_pendingChristoffer Dall1-2/+0
2014-11-25kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel1-8/+8
2014-11-25KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function.wanghaibin1-0/+3
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář3-1386/+0
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini5-1142/+0
2014-11-20KVM: ia64: removePaolo Bonzini3-28/+0
2014-11-17kvm: simplify update_memslots invocationPaolo Bonzini1-14/+6
2014-11-17kvm: commonize allocation of the new memory slotsPaolo Bonzini1-17/+11
2014-11-14kvm: memslots: track id_to_index changes during the insertion sortPaolo Bonzini1-19/+19
2014-11-14kvm: memslots: replace heap sort with an insertion sort passIgor Mammedov1-28/+28
2014-11-03KVM: trivial fix comment regarding __kvm_set_memory_regionDominik Dingel1-1/+1
2014-11-03KVM: x86: some apic broadcast modes does not workNadav Amit1-1/+1
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li3-0/+16
2014-10-24kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas1-4/+4
2014-10-18Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-24/+21
2014-10-16arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall2-23/+19