Age | Commit message (Expand) | Author |
2021-06-01 | KVM: arm64: vgic: Implement SW-driven deactivation | Marc Zyngier |
2021-06-01 | KVM: arm64: vgic: move irq->get_input_level into an ops structure | Marc Zyngier |
2021-06-01 | KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation | Marc Zyngier |
2021-04-22 | Merge branch 'kvm-arm64/kill_oprofile_dependency' into kvmarm-master/next | Marc Zyngier |
2021-04-22 | KVM: arm64: Divorce the perf code from oprofile helpers | Marc Zyngier |
2021-04-06 | KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace | Eric Auger |
2021-03-06 | KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key | Marc Zyngier |
2021-01-04 | KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS | Marc Zyngier |
2020-12-04 | Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/... | Marc Zyngier |
2020-11-30 | KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bit | Shenming Lu |
2020-11-27 | KVM: arm64: Get rid of the PMU ready state | Marc Zyngier |
2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-09-29 | KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1 | Marc Zyngier |
2020-09-28 | KVM: arm64: pmu: Make overflow handler NMI safe | Julien Thierry |
2020-07-07 | KVM: arm64: timers: Move timer registers to the sys_regs file | Marc Zyngier |
2020-07-07 | KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user | Marc Zyngier |
2020-05-28 | KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu | Christoffer Dall |
2020-03-24 | KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts | Marc Zyngier |
2020-03-24 | irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer | Marc Zyngier |
2019-11-08 | Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next | Marc Zyngier |
2019-10-29 | KVM: arm/arm64: vgic: Fix some comments typo | Zenghui Yu |
2019-10-29 | KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi() | Zenghui Yu |
2019-10-28 | KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put | Marc Zyngier |
2019-10-21 | KVM: arm/arm64: Factor out hypercall handling from PSCI code | Christoffer Dall |
2019-08-25 | KVM: arm/arm64: vgic: Use a single IO device per redistributor | Eric Auger |
2019-08-18 | KVM: arm/arm64: vgic: Add LPI translation cache definition | Marc Zyngier |
2019-08-05 | KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block | Marc Zyngier |
2019-07-23 | KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter index | Zenghui Yu |
2019-07-05 | KVM: arm/arm64: Support chained PMU counters | Andrew Murray |
2019-07-05 | KVM: arm/arm64: Remove pmc->bitmask | Andrew Murray |
2019-07-05 | KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions | Andrew Murray |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 342 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner |
2019-03-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2019-02-19 | KVM: arm/arm64: Rework the timer code to use a timer_map | Christoffer Dall |
2019-02-19 | KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems | Christoffer Dall |
2019-02-19 | KVM: arm/arm64: timer: Rework data structures for multiple timers | Christoffer Dall |
2019-02-19 | KVM: arm/arm64: consolidate arch timer trap handlers | Andre Przywara |
2019-02-19 | KVM: arm/arm64: Simplify bg_timer programming | Christoffer Dall |
2019-01-24 | KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlock | Julien Thierry |
2019-01-24 | KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlock | Julien Thierry |
2019-01-24 | KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock | Julien Thierry |
2018-12-19 | KVM: arm/arm64: Remove arch timer workqueue | Christoffer Dall |
2018-08-12 | KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs | Marc Zyngier |
2018-07-21 | KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR | Christoffer Dall |
2018-07-21 | KVM: arm/arm64: vgic: Add group field to struct irq | Christoffer Dall |
2018-07-21 | KVM: arm/arm64: vgic: Keep track of implementation revision | Christoffer Dall |
2018-05-25 | KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512 | Eric Auger |
2018-05-25 | KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init | Eric Auger |