index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
arm
/
vgic
/
vgic-v3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
Marc Zyngier
2017-06-15
1
-1
/
+4
*
KVM: arm64: Enable GICv3 common sysreg trapping via command-line
Marc Zyngier
2017-06-15
1
-1
/
+10
*
arm64: Add workaround for Cavium Thunder erratum 30115
David Daney
2017-06-15
1
-0
/
+7
*
KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
Marc Zyngier
2017-06-15
1
-0
/
+6
*
KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
Marc Zyngier
2017-06-15
1
-1
/
+4
*
KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
Marc Zyngier
2017-06-15
1
-0
/
+11
*
KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
Marc Zyngier
2017-06-15
1
-0
/
+4
*
KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
Marc Zyngier
2017-06-15
1
-0
/
+2
*
KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
Christoffer Dall
2017-05-24
1
-14
/
+33
*
KVM: arm/arm64: vgic-v3: Do not use Active+Pending state for a HW interrupt
Marc Zyngier
2017-05-15
1
-0
/
+7
*
KVM: arm/arm64: Register ITS iodev when setting base address
Christoffer Dall
2017-05-09
1
-8
/
+0
*
KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs
Christoffer Dall
2017-05-09
1
-6
/
+0
*
KVM: arm/arm64: Make vgic_v3_check_base more broadly usable
Christoffer Dall
2017-05-09
1
-4
/
+15
*
KVM: arm/arm64: Refactor vgic_register_redist_iodevs
Christoffer Dall
2017-05-09
1
-1
/
+1
*
KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES
Eric Auger
2017-05-08
1
-0
/
+51
*
KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
Eric Auger
2017-05-08
1
-0
/
+44
*
KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2
Marc Zyngier
2017-04-19
1
-2
/
+9
*
KVM: arm/arm64: vgic: Improve sync_hwstate performance
Christoffer Dall
2017-04-09
1
-2
/
+5
*
KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
Christoffer Dall
2017-04-09
1
-38
/
+13
*
KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
Christoffer Dall
2017-04-09
1
-2
/
+20
*
KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass
Marc Zyngier
2017-03-06
1
-1
/
+4
*
KVM: arm/arm64: vgic: Implement VGICv3 CPU interface access
Vijaya Kumar K
2017-01-30
1
-0
/
+8
*
KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
Vijaya Kumar K
2017-01-30
1
-2
/
+18
*
KVM: arm/arm64: Remove struct vgic_irq pending field
Christoffer Dall
2017-01-25
1
-7
/
+5
*
KVM: arm/arm64: vgic: Fix deadlock on error handling
Marc Zyngier
2017-01-13
1
-2
/
+0
*
KVM: arm/arm64: vgic: Don't notify EOI for non-SPIs
Marc Zyngier
2016-11-24
1
-2
/
+4
*
KVM: arm64: ITS: move ITS registration into first VCPU run
Andre Przywara
2016-08-15
1
-0
/
+8
*
KVM: arm64: vgic-its: Connect LPIs to the VGIC emulation
Andre Przywara
2016-07-18
1
-0
/
+2
*
KVM: arm64: vgic: Handle ITS related GICv3 redistributor registers
Andre Przywara
2016-07-18
1
-2
/
+9
*
KVM: arm/arm64: vgic: Add refcounting for IRQs
Andre Przywara
2016-07-18
1
-0
/
+1
*
KVM: arm/arm64: vgic: Check return value for kvm_register_vgic_device
Andre Przywara
2016-07-18
1
-2
/
+13
*
KVM: arm/arm64: vgic-v3: Always resample level interrupts
Marc Zyngier
2016-05-31
1
-5
/
+9
*
KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
Eric Auger
2016-05-20
1
-1
/
+22
*
KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
Eric Auger
2016-05-20
1
-0
/
+71
*
KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
Eric Auger
2016-05-20
1
-0
/
+5
*
KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
Eric Auger
2016-05-20
1
-0
/
+49
*
KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
Andre Przywara
2016-05-20
1
-0
/
+22
*
KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
Marc Zyngier
2016-05-20
1
-0
/
+162