summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Don't write junk to sysregs on resetMarc Zyngier2019-08-091-14/+18
* KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin2019-07-051-28/+28
* KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray2019-07-051-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* KVM: arm64: Fix ptrauth ID register masking logicKristina Martsenko2019-05-011-4/+4
* arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-0/+3
* KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-241-8/+42
* KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNsDave Martin2019-04-181-2/+2
* KVM: arm64/sve: System register context switch and access supportDave Martin2019-03-291-5/+78
* KVM: arm64: Support runtime sysreg visibility filteringDave Martin2019-03-291-3/+21
* KVM: arm64: Propagate vcpu into read_id_reg()Dave Martin2019-03-291-10/+13
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-56/+112
|\
| * arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin2019-02-221-1/+1
| * arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel2019-02-191-0/+15
| * arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel2019-02-191-2/+57
| * KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara2019-02-191-40/+33Star
| * KVM: arm64: Reuse sys_reg() macro when searching the trap tableMarc Zyngier2019-02-191-13/+6Star
* | arm/arm64: KVM: Don't panic on failure to properly reset system registersMarc Zyngier2019-02-071-3/+5
* | arm64: KVM: Don't generate UNDEF when LORegion feature is presentMarc Zyngier2019-01-251-15/+27
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-5/+7
|\
| * arm64: KVM: Add trapped system register access tracepointMarc Zyngier2018-12-191-0/+2
| * KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall2018-12-191-1/+1
| * KVM: arm/arm64: Log PSTATE for unhandled sysregsMark Rutland2018-12-181-4/+4
* | arm64/kvm: hide ptrauth from guestsMark Rutland2018-12-131-0/+8
|/
* KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier2018-08-121-2/+39
* KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier2018-08-121-1/+1
* KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encodingMarc Zyngier2018-08-121-2/+0Star
* arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is presentMarc Zyngier2018-07-091-1/+10
* KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin2018-05-251-5/+4Star
* arm64: KVM: Demote SVE and LORegion warnings to debug onlyMarc Zyngier2018-04-171-4/+2Star
* KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/putChristoffer Dall2018-03-191-0/+6
* KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHEChristoffer Dall2018-03-191-0/+49
* KVM: arm64: Introduce framework for accessing deferred sysregsChristoffer Dall2018-03-191-0/+33
* KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall2018-03-191-34/+35
* KVM: arm64: Change 32-bit handling of VM system registersChristoffer Dall2018-03-191-5/+15
* KVM: arm64: Enable the EL1 physical timer for AArch32 guestsJérémy Fanguède2018-02-261-0/+6
* arm64/kvm: Prohibit guest LOR accessesMark Rutland2018-02-261-0/+20
* KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEADongjiu Geng2018-01-161-0/+10
* KVM: arm64: Save/Restore guest DISR_EL1James Morse2018-01-161-0/+1
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-27/+14Star
|\
| * KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register trapsChristoffer Dall2017-11-061-27/+14Star
* | arm64/sve: KVM: Hide SVE from CPU features exposed to guestsDave Martin2017-11-031-1/+11
* | arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin2017-11-031-45/+237
|/
* KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones2017-07-251-1/+1
* KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier2017-06-151-0/+15
* KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier2017-06-151-4/+8
* Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-091-4/+4
|\
| * arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2017-05-021-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-316/+180Star
|\|
| * Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall2017-04-091-252/+106Star
| |\