index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
arm
/
vgic
/
vgic-v2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+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: Do not use spin_lock_irqsave/restore with irq disabled
Jia He
2018-08-12
1
-3
/
+4
*
KVM: arm/arm64: vgic: Signal IRQs using their configured group
Christoffer Dall
2018-07-21
1
-0
/
+3
*
KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI
Marc Zyngier
2018-04-27
1
-16
/
+22
*
KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts
Marc Zyngier
2018-03-26
1
-24
/
+30
*
Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEAD
Marc Zyngier
2018-03-19
1
-2
/
+9
|
\
|
*
KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
Marc Zyngier
2018-03-14
1
-1
/
+8
|
*
KVM: arm/arm64: Reduce verbosity of KVM init log
Ard Biesheuvel
2018-03-14
1
-1
/
+1
*
|
KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
Marc Zyngier
2018-03-19
1
-14
/
+12
*
|
KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
Marc Zyngier
2018-03-19
1
-23
/
+8
*
|
KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
Christoffer Dall
2018-03-19
1
-5
/
+2
*
|
KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
Christoffer Dall
2018-03-19
1
-0
/
+63
*
|
KVM: arm/arm64: Get rid of vgic_elrsr
Christoffer Dall
2018-03-19
1
-1
/
+0
|
/
*
KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
Christoffer Dall
2018-01-02
1
-0
/
+29
*
KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
Christoffer Dall
2017-11-06
1
-2
/
+3
*
KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
Christoffer Dall
2017-05-24
1
-3
/
+25
*
KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
Marc Zyngier
2017-05-15
1
-0
/
+7
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-05-08
1
-51
/
+39
|
\
|
*
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
-47
/
+12
|
*
KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
Christoffer Dall
2017-04-09
1
-2
/
+22
*
|
KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABI
Christoffer Dall
2017-04-04
1
-4
/
+4
*
|
KVM: arm64: Ensure LRs are clear when they should be
Christoffer Dall
2017-04-04
1
-0
/
+15
|
/
*
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
*
arm64: KVM: vgic-v2: Enable GICV access from HYP if access from guest is unsafe
Marc Zyngier
2016-09-08
1
-27
/
+42
*
arm64: KVM: vgic-v2: Add the GICV emulation infrastructure
Marc Zyngier
2016-09-08
1
-0
/
+2
*
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
-3
/
+8
*
KVM: arm/arm64: vgic-v2: 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
/
+10
*
KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
Eric Auger
2016-05-20
1
-0
/
+69
*
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
/
+64
*
KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
Andre Przywara
2016-05-20
1
-0
/
+29
*
KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
Marc Zyngier
2016-05-20
1
-0
/
+176