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
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
/
arch
/
arm
/
kvm
/
coproc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
ARM: KVM: Correctly order SGI register entries in the cp15 array
Marc Zyngier
1
-4
/
+4
2018-08-12
KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses
Marc Zyngier
1
-1
/
+24
2018-08-12
KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
Marc Zyngier
1
-1
/
+1
2018-02-26
KVM: arm: Enable emulation of the physical timer
Jérémy Fanguède
1
-0
/
+61
2017-05-15
KVM: arm: rename pm_fake handler to trap_raz_wi
Zhichao Huang
1
-16
/
+16
2017-05-15
KVM: arm: plug potential guest hardware debug leakage
Zhichao Huang
1
-18
/
+59
2017-05-15
ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/
Marc Zyngier
1
-0
/
+1
2017-04-09
arm: KVM: Treat CP15 accessors returning false as successful
Marc Zyngier
1
-3
/
+3
2017-04-09
arm: KVM: Make unexpected register accesses inject an undef
Marc Zyngier
1
-0
/
+18
2016-09-22
ARM: KVM: Support vgic-v3
Vladimir Murzin
1
-0
/
+35
2016-02-29
ARM: KVM: Switch the CP reg search to be a binary search
Marc Zyngier
1
-18
/
+23
2016-02-29
ARM: KVM: Rename struct coproc_reg::is_64 to is_64bit
Marc Zyngier
1
-2
/
+2
2016-02-29
ARM: KVM: Enforce sorting of all CP tables
Marc Zyngier
1
-8
/
+17
2016-02-29
ARM: KVM: Properly sort the invariant table
Marc Zyngier
1
-3
/
+3
2016-02-29
ARM: KVM: Move CP15 array into the CPU context structure
Marc Zyngier
1
-16
/
+16
2016-02-29
ARM: KVM: Move VFP registers to a CPU context structure
Marc Zyngier
1
-10
/
+10
2015-01-30
arm/arm64: KVM: Use set/way op trapping to track the state of the caches
Marc Zyngier
1
-56
/
+14
2014-08-28
KVM: ARM/arm64: avoid returning negative error code as bool
Will Deacon
1
-1
/
+1
2014-07-11
ARM: KVM: one_reg coproc set and get BE fixes
Victor Kamensky
1
-9
/
+79
2014-03-03
ARM: KVM: trap VM system registers until MMU and caches are ON
Marc Zyngier
1
-16
/
+58
2014-03-03
ARM: KVM: add world-switch for AMAIR{0,1}
Marc Zyngier
1
-0
/
+6
2014-03-03
ARM: KVM: fix handling of trapped 64bit coprocessor accesses
Marc Zyngier
1
-2
/
+2
2013-10-22
ARM: KVM: fix L2CTLR to be per-cluster
Marc Zyngier
1
-0
/
+4
2013-10-22
ARM: KVM: Fix MPIDR computing to support virtual clusters
Marc Zyngier
1
-4
/
+6
2013-10-13
KVM: ARM: Add support for Cortex-A7
Jonathan Austin
1
-0
/
+114
2013-08-06
ARM: KVM: Fix 64-bit coprocessor handling
Christoffer Dall
1
-7
/
+19
2013-06-26
ARM: KVM: perform save/restore of PAR
Marc Zyngier
1
-0
/
+4
2013-05-03
Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...
Russell King
1
-2
/
+2
2013-04-17
ARM: KVM: fix unbalanced get_cpu() in access_dcsw
Marc Zyngier
1
-2
/
+2
2013-03-07
ARM: KVM: abstract IL decoding away
Marc Zyngier
1
-1
/
+1
2013-03-07
ARM: KVM: abstract fault register accesses
Marc Zyngier
1
-12
/
+12
2013-03-07
ARM: KVM: convert GP registers from u32 to unsigned long
Marc Zyngier
1
-2
/
+2
2013-02-11
ARM: KVM: arch_timers: Add timer world switch
Marc Zyngier
1
-0
/
+4
2013-01-23
KVM: ARM: VFP userspace interface
Rusty Russell
1
-0
/
+178
2013-01-23
KVM: ARM: Demux CCSIDR in the userspace API
Christoffer Dall
1
-3
/
+161
2013-01-23
KVM: ARM: User space API for getting/setting co-proc registers
Christoffer Dall
1
-0
/
+327
2013-01-23
KVM: ARM: Emulation framework and CP15 emulation
Christoffer Dall
1
-0
/
+360
2013-01-23
KVM: ARM: Initial skeleton to compile KVM support
Christoffer Dall
1
-0
/
+23