Age | Commit message (Expand) | Author | Files | Lines |
2019-07-05 | KVM: arm/arm64: Support chained PMU counters | Andrew Murray | 1 | -0/+2 |
2019-07-05 | KVM: arm/arm64: Remove pmc->bitmask | Andrew Murray | 1 | -1/+0 |
2019-07-05 | KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions | Andrew Murray | 1 | -4/+4 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 3 | -36/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 342 | Thomas Gleixner | 1 | -13/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -13/+1 |
2019-03-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -19/+49 |
2019-02-20 | KVM: arm/arm64: Rework the timer code to use a timer_map | Christoffer Dall | 1 | -10/+13 |
2019-02-20 | KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems | Christoffer Dall | 1 | -0/+6 |
2019-02-20 | KVM: arm/arm64: timer: Rework data structures for multiple timers | Christoffer Dall | 1 | -20/+21 |
2019-02-20 | KVM: arm/arm64: consolidate arch timer trap handlers | Andre Przywara | 1 | -0/+23 |
2019-02-20 | KVM: arm/arm64: Simplify bg_timer programming | Christoffer Dall | 1 | -3/+0 |
2019-01-24 | KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlock | Julien Thierry | 1 | -1/+1 |
2019-01-24 | KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlock | Julien Thierry | 1 | -1/+1 |
2019-01-24 | KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock | Julien Thierry | 1 | -1/+1 |
2018-12-19 | KVM: arm/arm64: Remove arch timer workqueue | Christoffer Dall | 1 | -4/+0 |
2018-08-12 | KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs | Marc Zyngier | 1 | -1/+1 |
2018-07-21 | KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR | Christoffer Dall | 1 | -0/+3 |
2018-07-21 | KVM: arm/arm64: vgic: Add group field to struct irq | Christoffer Dall | 1 | -0/+1 |
2018-07-21 | KVM: arm/arm64: vgic: Keep track of implementation revision | Christoffer Dall | 1 | -0/+3 |
2018-05-25 | KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512 | Eric Auger | 1 | -1/+1 |
2018-05-25 | KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init | Eric Auger | 1 | -1/+0 |
2018-05-25 | KVM: arm/arm64: Replace the single rdist region by a list | Eric Auger | 1 | -4/+10 |
2018-04-27 | KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI | Marc Zyngier | 1 | -0/+1 |
2018-04-20 | arm/arm64: KVM: Add PSCI version selection API | Marc Zyngier | 1 | -2/+14 |
2018-03-19 | Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEAD | Marc Zyngier | 1 | -0/+1 |
2018-03-19 | KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state | Marc Zyngier | 1 | -6/+6 |
2018-03-19 | KVM: arm/arm64: Get rid of vgic_elrsr | Christoffer Dall | 1 | -2/+0 |
2018-03-14 | KVM: arm/arm64: Reset mapped IRQs on VM reset | Christoffer Dall | 1 | -0/+1 |
2018-02-11 | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -1/+14 |
2018-02-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+51 |
2018-02-07 | arm/arm64: KVM: Turn kvm_psci_version into a static inline | Marc Zyngier | 1 | -1/+20 |
2018-02-07 | arm/arm64: KVM: Advertise SMCCC v1.1 | Marc Zyngier | 1 | -1/+1 |
2018-02-07 | arm/arm64: KVM: Implement PSCI 1.0 support | Marc Zyngier | 1 | -0/+3 |
2018-02-07 | arm/arm64: KVM: Add PSCI_VERSION helper | Marc Zyngier | 1 | -2/+4 |
2018-02-07 | arm/arm64: KVM: Consolidate the PSCI include files | Marc Zyngier | 1 | -0/+27 |
2018-02-01 | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Radim Krčmář | 1 | -1/+1 |
2018-01-02 | KVM: arm/arm64: Provide a get_input_level for the arch timer | Christoffer Dall | 1 | -0/+2 |
2018-01-02 | KVM: arm/arm64: Support a vgic interrupt line level sample function | Christoffer Dall | 1 | -1/+12 |
2017-12-18 | KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GIC | Marc Zyngier | 1 | -1/+1 |
2017-11-29 | KVM: arm/arm64: Don't enable/disable physical timer access on VHE | Christoffer Dall | 1 | -3/+0 |
2017-11-10 | KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source | Marc Zyngier | 1 | -0/+3 |
2017-11-10 | KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass | Marc Zyngier | 1 | -0/+8 |
2017-11-10 | KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain | Marc Zyngier | 1 | -0/+19 |
2017-11-10 | KVM: arm/arm64: GICv4: Add property field and per-VM predicate | Marc Zyngier | 1 | -0/+3 |
2017-11-06 | KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq | Eric Auger | 1 | -3/+5 |
2017-11-06 | KVM: arm/arm64: Rework kvm_timer_should_fire | Christoffer Dall | 1 | -1/+2 |
2017-11-06 | KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate | Christoffer Dall | 1 | -1/+0 |
2017-11-06 | KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit | Christoffer Dall | 1 | -2/+14 |
2017-11-06 | KVM: arm/arm64: Use separate timer for phys timer emulation | Christoffer Dall | 1 | -0/+3 |