summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2017-05-04KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras
2017-04-27Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2017-04-27KVM: mark requests that need synchronizationPaolo Bonzini
2017-04-27KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář
2017-04-27KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones
2017-04-27KVM: perform a wake_up in kvm_make_all_cpus_requestRadim Krčmář
2017-04-27KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_upRadim Krčmář
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt
2017-04-21Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy
2017-04-19KVM: arm/arm64: vgic-v3: Fix off-by-one LR accessMarc Zyngier
2017-04-19KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2Marc Zyngier
2017-04-12KVM: x86: cleanup return handling in setup_routing_entry()David Hildenbrand
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand
2017-04-12KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIPDavid Hildenbrand
2017-04-09KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall
2017-04-09KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf
2017-04-09KVM: arm/arm64: Cleanup the arch timer code's irqchip checkingChristoffer Dall
2017-04-09KVM: arm/arm64: vgic: Improve sync_hwstate performanceChristoffer Dall
2017-04-09KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flushChristoffer Dall
2017-04-09KVM: arm/arm64: vgic: Implement early VGIC init functionalityChristoffer Dall
2017-04-09KVM: arm/arm64: vgic: Get rid of MISR and EISR fieldsChristoffer Dall
2017-04-09KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_stateChristoffer Dall
2017-04-09KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operationChristoffer Dall
2017-04-09KVM: arm/arm64: vgic: Only set underflow when actually out of LRsChristoffer Dall
2017-04-09KVM: arm/arm64: vgic: Get rid of live_lrsChristoffer Dall
2017-04-09KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQShih-Wei Li
2017-04-09KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini
2017-04-07KVM: x86: drop legacy device assignmentPaolo Bonzini
2017-04-05Merge tag 'kvm-arm-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář
2017-04-04KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABIChristoffer Dall
2017-04-04KVM: arm64: Ensure LRs are clear when they should beChristoffer Dall
2017-03-28KVM: pci-assign: do not map smm memory slot pages in vt-d page tablesHerongguang (Stephen)
2017-03-23KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand
2017-03-23arm: kvm: move kvm_vgic_global_state out of .text sectionArd Biesheuvel
2017-03-21KVM: x86: clear bus pointer when destroyedPeter Xu
2017-03-07KVM: arm/arm64: VGIC: Fix command handling while ITS being disabledAndre Przywara
2017-03-07KVM: arm/arm64: Let vcpu thread modify its own active stateJintack Lim
2017-03-06KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypassMarc Zyngier
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova
2017-02-27mm: add new mmget() helperVegard Nossum