| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vg... | Miaohe Lin | 2019-12-06 | 1 | -15/+4 |
* | KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest... | Miaohe Lin | 2019-12-06 | 1 | -0/+1 |
* | KVM: vgic-v4: Track the number of VLPIs per vcpu | Marc Zyngier | 2019-11-08 | 1 | -0/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-09-18 | 1 | -2/+6 |
|\ |
|
| * | KVM: arm/arm64: vgic: Use a single IO device per redistributor | Eric Auger | 2019-08-25 | 1 | -1/+0 |
| * | KVM: arm/arm64: vgic: Remove spurious semicolons | Marc Zyngier | 2019-08-25 | 1 | -1/+1 |
| * | KVM: arm/arm64: vgic: Add LPI translation cache definition | Marc Zyngier | 2019-08-18 | 1 | -0/+5 |
* | | KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity | Andre Przywara | 2019-08-23 | 1 | -10/+20 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
* | KVM: arm/arm64: vgic: Always initialize the group of private IRQs | Christoffer Dall | 2019-02-07 | 1 | -8/+14 |
* | KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlock | Julien Thierry | 2019-01-24 | 1 | -1/+1 |
* | KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlock | Julien Thierry | 2019-01-24 | 1 | -1/+1 |
* | KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock | Julien Thierry | 2019-01-24 | 1 | -2/+2 |
* | KVM: arm/arm64: vgic: Allow configuration of interrupt groups | Christoffer Dall | 2018-07-21 | 1 | -1/+1 |
* | KVM: arm/arm64: vgic: Add group field to struct irq | Christoffer Dall | 2018-07-21 | 1 | -2/+17 |
* | KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero | Christoffer Dall | 2018-07-21 | 1 | -1/+1 |
* | KVM: arm/arm64: vgic: Keep track of implementation revision | Christoffer Dall | 2018-07-21 | 1 | -0/+1 |
* | KVM: arm/arm64: Fix vgic init race | Christoffer Dall | 2018-07-21 | 1 | -0/+4 |
* | KVM: arm/arm64: Check vcpu redist base before registering an iodev | Eric Auger | 2018-05-25 | 1 | -0/+3 |
* | KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init | Eric Auger | 2018-05-25 | 1 | -43/+37 |
* | KVM: arm/arm64: Replace the single rdist region by a list | Eric Auger | 2018-05-25 | 1 | -2/+14 |
* | KVM: arm/arm64: Set dist->spis to NULL after kfree | Eric Auger | 2018-05-25 | 1 | -0/+1 |
* | KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance | Valentin Schneider | 2018-05-04 | 1 | -1/+1 |
* | KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state | Marc Zyngier | 2018-03-19 | 1 | -6/+0 |
* | KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init | Christoffer Dall | 2018-03-19 | 1 | -11/+0 |
* | KVM: arm64: Fix GICv4 init when called from vgic_its_create | Christoffer Dall | 2018-01-12 | 1 | -3/+5 |
* | KVM: arm/arm64: Fix GICv4 ITS initialization issues | Christoffer Dall | 2017-11-10 | 1 | -5/+3 |
* | KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain | Marc Zyngier | 2017-11-10 | 1 | -0/+9 |
* | KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability | Shanker Donthineni | 2017-07-25 | 1 | -3/+0 |
* | KVM: arm/arm64: Fix bug when registering redist iodevs | Christoffer Dall | 2017-05-18 | 1 | -1/+4 |
* | Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke... | Paolo Bonzini | 2017-05-09 | 1 | -4/+21 |
|\ |
|
| * | KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs | Christoffer Dall | 2017-05-09 | 1 | -0/+21 |
| * | KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable | Christoffer Dall | 2017-05-09 | 1 | -6/+2 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-05-08 | 1 | -40/+68 |
|\| |
|
| * | KVM: arm/arm64: vgic: Implement early VGIC init functionality | Christoffer Dall | 2017-04-09 | 1 | -40/+56 |
| * | KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put | Christoffer Dall | 2017-04-09 | 1 | -0/+12 |
* | | KVM: arm64: Ensure LRs are clear when they should be | Christoffer Dall | 2017-04-04 | 1 | -0/+19 |
|/ |
|
* | KVM: arm/arm64: vgic: Add debugfs vgic-state file | Christoffer Dall | 2017-01-25 | 1 | -0/+4 |
* | KVM: arm/arm64: vgic: Fix deadlock on error handling | Marc Zyngier | 2017-01-13 | 1 | -5/+13 |
* | cpu/hotplug: Cleanup state names | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | arm64: KVM: Use static keys for selecting the GIC backend | Vladimir Murzin | 2016-09-22 | 1 | -0/+4 |
* | KVM: Protect device ops->create and list_add with kvm->lock | Christoffer Dall | 2016-08-12 | 1 | -13/+4 |
* | Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2016-08-04 | 1 | -0/+4 |
|\ |
|
| * | KVM: arm/arm64: Enable irqchip routing | Eric Auger | 2016-07-22 | 1 | -0/+4 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-02 | 1 | -1/+8 |
|\| |
|
| * | KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controller | Andre Przywara | 2016-07-18 | 1 | -0/+3 |
| * | KVM: arm64: vgic-its: Connect LPIs to the VGIC emulation | Andre Przywara | 2016-07-18 | 1 | -0/+3 |
| * | KVM: arm/arm64: vgic: Add refcounting for IRQs | Andre Przywara | 2016-07-18 | 1 | -0/+2 |
| * | KVM: arm/arm64: vgic: Move redistributor kvm_io_devices | Andre Przywara | 2016-07-18 | 1 | -1/+0 |
* | | KVM/arm/arm64/vgic-new: Convert to hotplug state machine | Anna-Maria Gleixner | 2016-07-15 | 1 | -22/+9 |
|/ |
|