aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/coproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07arm/arm64: KVM: Don't panic on failure to properly reset system registersMarc Zyngier1-2/+2
2018-12-18KVM: arm/arm64: Log PSTATE for unhandled sysregsMark Rutland1-2/+2
2018-10-09ARM: KVM: Correctly order SGI register entries in the cp15 arrayMarc Zyngier1-4/+4
2018-08-12KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accessesMarc Zyngier1-1/+24
2018-08-12KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier1-1/+1
2018-02-26KVM: arm: Enable emulation of the physical timerJérémy Fanguède1-0/+61
2017-05-15KVM: arm: rename pm_fake handler to trap_raz_wiZhichao Huang1-16/+16
2017-05-15KVM: arm: plug potential guest hardware debug leakageZhichao Huang1-18/+59
2017-05-15ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/Marc Zyngier1-0/+1
2017-04-09arm: KVM: Treat CP15 accessors returning false as successfulMarc Zyngier1-3/+3
2017-04-09arm: KVM: Make unexpected register accesses inject an undefMarc Zyngier1-0/+18
2016-09-22ARM: KVM: Support vgic-v3Vladimir Murzin1-0/+35
2016-02-29ARM: KVM: Switch the CP reg search to be a binary searchMarc Zyngier1-18/+23
2016-02-29ARM: KVM: Rename struct coproc_reg::is_64 to is_64bitMarc Zyngier1-2/+2
2016-02-29ARM: KVM: Enforce sorting of all CP tablesMarc Zyngier1-8/+17
2016-02-29ARM: KVM: Properly sort the invariant tableMarc Zyngier1-3/+3
2016-02-29ARM: KVM: Move CP15 array into the CPU context structureMarc Zyngier1-16/+16
2016-02-29ARM: KVM: Move VFP registers to a CPU context structureMarc Zyngier1-10/+10
2015-01-29arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier1-56/+14
2014-08-27KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon1-1/+1
2014-07-11ARM: KVM: one_reg coproc set and get BE fixesVictor Kamensky1-9/+79
2014-03-03ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier1-16/+58
2014-03-03ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier1-0/+6
2014-03-03ARM: KVM: fix handling of trapped 64bit coprocessor accessesMarc Zyngier1-2/+2
2013-10-22ARM: KVM: fix L2CTLR to be per-clusterMarc Zyngier1-0/+4
2013-10-22ARM: KVM: Fix MPIDR computing to support virtual clustersMarc Zyngier1-4/+6
2013-10-12KVM: ARM: Add support for Cortex-A7Jonathan Austin1-0/+114
2013-08-06ARM: KVM: Fix 64-bit coprocessor handlingChristoffer Dall1-7/+19
2013-06-26ARM: KVM: perform save/restore of PARMarc Zyngier1-0/+4
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'smp-hotplug' into for-linusRussell King1-2/+2
2013-04-17ARM: KVM: fix unbalanced get_cpu() in access_dcswMarc Zyngier1-2/+2
2013-03-06ARM: KVM: abstract IL decoding awayMarc Zyngier1-1/+1
2013-03-06ARM: KVM: abstract fault register accessesMarc Zyngier1-12/+12
2013-03-06ARM: KVM: convert GP registers from u32 to unsigned longMarc Zyngier1-2/+2
2013-02-11ARM: KVM: arch_timers: Add timer world switchMarc Zyngier1-0/+4
2013-01-23KVM: ARM: VFP userspace interfaceRusty Russell1-0/+178
2013-01-23KVM: ARM: Demux CCSIDR in the userspace APIChristoffer Dall1-3/+161
2013-01-23KVM: ARM: User space API for getting/setting co-proc registersChristoffer Dall1-0/+327
2013-01-23KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall1-0/+360
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall1-0/+23