aboutsummaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen1-1/+7
2016-02-08KVM: arm/arm64: Fix reference to uninitialised VGICAndre Przywara1-3/+6
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-23/+24
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-46/+23
2016-01-08KVM: move architecture-dependent requests to arch/Paolo Bonzini1-10/+0
2016-01-07Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2-9/+4
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier1-0/+1
2015-12-14KVM: arm/arm64: vgic-v3: Make the LR indexing macro publicMarc Zyngier1-8/+2
2015-12-14KVM: arm/arm64: vgic: make vgic_io_ops staticJisheng Zhang1-1/+1
2015-12-11KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist checkChristoffer Dall1-1/+1
2015-11-30KVM: Remove unnecessary debugfs dentry referencesJanosch Frank1-14/+4
2015-11-30KVM: Use common function for VCPU lookup by idDavid Hildenbrand1-7/+5
2015-11-25KVM: kvm_is_visible_gfn can be booleanYaowei Bai1-3/+3
2015-11-25KVM-async_pf: Delete an unnecessary check before the function call "kmem_cach...Markus Elfring1-2/+1
2015-11-25kvm/irqchip: kvm_arch_irq_routing_update renaming splitAndrey Smetanin1-1/+6
2015-11-24KVM: arm/arm64: vgic: Trust the LR state for HW IRQsChristoffer Dall1-14/+2
2015-11-24KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.activeChristoffer Dall2-23/+39
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