index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
arm
/
vgic
/
vgic-mmio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-16
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
1
-1088
/
+0
2020-04-23
KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending...
Marc Zyngier
1
-22
/
+64
2020-04-22
KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits
Marc Zyngier
1
-0
/
+42
2020-04-22
KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read
Marc Zyngier
1
-36
/
+64
2020-04-15
KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER
Marc Zyngier
1
-2
/
+2
2020-03-24
KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
Marc Zyngier
1
-5
/
+83
2020-02-12
KVM: Disable preemption in kvm_get_running_vcpu()
Marc Zyngier
1
-12
/
+0
2020-01-27
KVM: Move running VCPU from ARM to common code
Paolo Bonzini
1
-12
/
+3
2019-08-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+18
2019-08-28
KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WI
Marc Zyngier
1
-0
/
+18
2019-08-09
KVM: arm/arm64: vgic: Reevaluate level sensitive interrupts on enable
Alexandru Elisei
1
-0
/
+16
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2019-01-24
KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock
Julien Thierry
1
-17
/
+17
2018-12-19
arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...
Marc Zyngier
1
-2
/
+4
2018-12-18
KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
Julien Thierry
1
-21
/
+0
2018-12-18
KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
Christoffer Dall
1
-1
/
+16
2018-07-21
KVM: arm/arm64: vgic: Allow configuration of interrupt groups
Christoffer Dall
1
-0
/
+38
2018-07-21
KVM: arm/arm64: vgic: Permit uaccess writes to return errors
Christoffer Dall
1
-5
/
+13
2018-04-27
KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI
Marc Zyngier
1
-2
/
+8
2018-03-14
KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
Andre Przywara
1
-0
/
+3
2018-01-02
KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
Christoffer Dall
1
-6
/
+65
2018-01-02
KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
Christoffer Dall
1
-16
/
+28
2017-11-06
KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
Christoffer Dall
1
-18
/
+26
2017-05-23
KVM: arm/arm64: Simplify active_change_prepare and plug race
Christoffer Dall
1
-8
/
+10
2017-05-23
KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active
Christoffer Dall
1
-7
/
+43
2017-05-08
arm/arm64: vgic: turn vgic_find_mmio_region into public
Eric Auger
1
-6
/
+5
2017-03-07
KVM: arm/arm64: Let vcpu thread modify its own active state
Jintack Lim
1
-8
/
+24
2017-01-30
KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
Vijaya Kumar K
1
-0
/
+54
2017-01-30
KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
Vijaya Kumar K
1
-0
/
+16
2017-01-30
KVM: arm/arm64: vgic: Add distributor and redistributor access
Vijaya Kumar K
1
-1
/
+1
2017-01-30
KVM: arm/arm64: vgic: Implement support for userspace access
Vijaya Kumar K
1
-6
/
+72
2017-01-25
KVM: arm/arm64: Remove struct vgic_irq pending field
Christoffer Dall
1
-14
/
+5
2016-11-04
KVM: arm/arm64: vgic: Prevent access to invalid SPIs
Andre Przywara
1
-14
/
+27
2016-09-22
ARM: KVM: Support vgic-v3
Vladimir Murzin
1
-2
/
+0
2016-07-18
KVM: arm/arm64: Fix vGICv2 KVM_DEV_ARM_VGIC_GRP_CPU/DIST_REGS
Eric Auger
1
-1
/
+3
2016-07-18
KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO framework
Andre Przywara
1
-7
/
+30
2016-07-18
KVM: arm/arm64: vgic: Add refcounting for IRQs
Andre Przywara
1
-1
/
+24
2016-06-02
KVM: arm/arm64: vgic-new: Removel harmful BUG_ON
Marc Zyngier
1
-3
/
+1
2016-05-20
KVM: arm/arm64: vgic-new: Synchronize changes to active state
Christoffer Dall
1
-39
/
+66
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
Andre Przywara
1
-0
/
+5
2016-05-20
KVM: arm/arm64: vgic-new: Add CONFIG registers handlers
Andre Przywara
1
-0
/
+47
2016-05-20
KVM: arm/arm64: vgic-new: Add PRIORITY registers handlers
Andre Przywara
1
-0
/
+40
2016-05-20
KVM: arm/arm64: vgic-new: Add ACTIVE registers handlers
Andre Przywara
1
-0
/
+81
2016-05-20
KVM: arm/arm64: vgic-new: Add PENDING registers handlers
Andre Przywara
1
-0
/
+60
2016-05-20
KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
Andre Przywara
1
-0
/
+56
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv2 MMIO handling framework
Andre Przywara
1
-0
/
+26
2016-05-20
KVM: arm/arm64: vgic-new: Add MMIO handling framework
Marc Zyngier
1
-0
/
+184