summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-091-136/+71
|\
| * Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier2020-07-281-14/+14
| |\
| | * KVM: arm64: Rename HSR to ESRGavin Shan2020-07-051-14/+14
| * | Merge branch 'kvm-arm64/target-table-no-more' into kvmarm-master/next-WIPMarc Zyngier2020-07-281-122/+55
| |\ \
| | * | KVM: arm64: Remove the target tableJames Morse2020-07-051-46/+11
| | * | KVM: arm64: Remove target_table from exit handlersJames Morse2020-07-051-71/+16
| | * | KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs arrayJames Morse2020-07-051-0/+28
| | * | KVM: arm64: Tolerate an empty target_table listJames Morse2020-07-051-1/+4
| | * | KVM: arm64: Drop the target_table[] indirectionJames Morse2020-07-051-12/+4
| | |/
| * / KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier2020-07-071-0/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-7/+6
|\ \
| * | KVM: arm64: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-101-7/+6
| |/
* / arm64: s/AMEVTYPE/AMEVTYPERVladimir Murzin2020-07-221-34/+34
|/
* Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-111-12/+13
|\
| * Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier2020-06-101-8/+5
| |\
| | * KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier2020-06-091-8/+5
| * | KVM: arm64: Stop save/restoring ACTLR_EL1James Morse2020-06-091-2/+0
| * | KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse2020-06-091-2/+8
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-041-100/+112
|\|
| * KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier2020-05-281-37/+35
| * KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier2020-05-281-3/+3
| * KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier2020-05-281-57/+71
| * KVM: Fix spelling in code commentsFuad Tabba2020-05-161-3/+3
* | arm64/cpufeature: Introduce ID_MMFR5 CPU registerAnshuman Khandual2020-05-211-1/+1
* | arm64/cpufeature: Introduce ID_DFR1 CPU registerAnshuman Khandual2020-05-211-1/+1
* | arm64/cpufeature: Introduce ID_PFR2 CPU registerAnshuman Khandual2020-05-211-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-031-1/+0
|\
| * KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-161-1/+0
| |
| \
*-. \ Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas2020-03-251-2/+101
|\ \ \ | |_|/ |/| |
| | * KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray2020-03-171-0/+10
| |/ |/|
| * arm64/kvm: disable access to AMU registers from kvm guestsIonela Voinescu2020-03-061-2/+91
|/
* arm64: Introduce ID_ISAR6 CPU registerAnshuman Khandual2020-01-151-1/+1
* Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-12-181-7/+18
|\
| * KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon2019-12-121-1/+4
| * KVM: arm64: Don't log IMP DEF sysreg trapsMark Rutland2019-12-061-0/+8
| * KVM: arm64: Sanely ratelimit sysreg messagesMark Rutland2019-12-061-6/+6
* | arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systemsMarc Zyngier2019-10-201-0/+4
|/
* 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/+1
* 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