index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
sys_regs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-03-24
1
-17
/
+57
|
\
|
*
KVM: arm64: Emulate the OS Lock
Oliver Upton
2022-02-08
1
-3
/
+3
|
*
KVM: arm64: Allow guest to set the OSLK bit
Oliver Upton
2022-02-08
1
-7
/
+30
|
*
KVM: arm64: Stash OSLSR_EL1 in the cpu context
Oliver Upton
2022-02-08
1
-7
/
+24
|
*
KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined
Oliver Upton
2022-02-08
1
-1
/
+1
*
|
arm64: Add support of PAuth QARMA3 architected algorithm
Vladimir Murzin
2022-02-25
1
-0
/
+5
|
/
*
arm64: add ID_AA64ISAR2_EL1 sys register
Joey Gouly
2021-12-13
1
-1
/
+1
*
Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/next
Marc Zyngier
2021-10-18
1
-8
/
+2
|
\
|
*
KVM: arm64: Simplify masking out MTE in feature id reg
Fuad Tabba
2021-10-11
1
-8
/
+2
*
|
Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/next
Marc Zyngier
2021-10-17
1
-0
/
+5
|
\
\
|
*
|
KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
Marc Zyngier
2021-10-17
1
-0
/
+5
|
|
/
*
|
KVM: arm64: Replace get_raz_id_reg() with get_raz_reg()
Alexandru Elisei
2021-10-11
1
-8
/
+2
*
|
KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0
Alexandru Elisei
2021-10-11
1
-1
/
+10
*
|
KVM: arm64: Return early from read_id_reg() if register is RAZ
Alexandru Elisei
2021-10-11
1
-1
/
+6
|
/
*
Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/next
Marc Zyngier
2021-08-20
1
-46
/
+18
|
\
|
*
KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
Fuad Tabba
2021-08-20
1
-44
/
+16
|
*
KVM: arm64: Remove trailing whitespace in comment
Fuad Tabba
2021-08-20
1
-2
/
+2
*
|
KVM: arm64: Remove PMSWINC_EL0 shadow register
Marc Zyngier
2021-08-02
1
-1
/
+20
*
|
KVM: arm64: Drop unnecessary masking of PMU registers
Marc Zyngier
2021-08-02
1
-3
/
+3
*
|
KVM: arm64: Narrow PMU sysreg reset values to architectural requirements
Marc Zyngier
2021-08-02
1
-3
/
+40
|
/
*
KVM: arm64: Expose KVM_ARM_CAP_MTE
Steven Price
2021-06-22
1
-0
/
+3
*
KVM: arm64: Save/restore MTE registers
Steven Price
2021-06-22
1
-4
/
+18
*
KVM: arm64: Introduce MTE VM feature
Steven Price
2021-06-22
1
-0
/
+7
*
KVM: arm64: Fix debug register indexing
Marc Zyngier
2021-05-15
1
-21
/
+21
*
Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/next
Marc Zyngier
2021-04-13
1
-0
/
+15
|
\
|
*
KVM: arm64: Don't advertise FEAT_SPE to guests
Alexandru Elisei
2021-04-11
1
-0
/
+2
|
*
KVM: arm64: Don't print warning when trapping SPE registers
Alexandru Elisei
2021-04-11
1
-0
/
+13
*
|
KVM: arm64: Handle access to TRFCR_EL1
Suzuki K Poulose
2021-04-07
1
-0
/
+1
|
/
*
Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/next
Marc Zyngier
2021-02-12
1
-34
/
+51
|
\
|
*
KVM: arm64: Correct spelling of DBGDIDR register
Alexandru Elisei
2021-02-03
1
-3
/
+3
|
*
KVM: arm64: Upgrade PMU support to ARMv8.4
Marc Zyngier
2021-02-03
1
-4
/
+7
|
*
KVM: arm64: Limit the debug architecture to ARMv8.0
Marc Zyngier
2021-02-03
1
-0
/
+3
|
*
KVM: arm64: Refactor filtering of ID registers
Marc Zyngier
2021-02-03
1
-23
/
+28
|
*
KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registers
Marc Zyngier
2021-02-03
1
-3
/
+9
|
*
KVM: arm64: Fix AArch32 PMUv3 capping
Marc Zyngier
2021-02-03
1
-2
/
+2
|
*
KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
Marc Zyngier
2021-02-03
1
-1
/
+1
*
|
KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg()
Alexandru Elisei
2021-01-14
1
-10
/
+7
*
|
KVM: arm64: Simplify handling of absent PMU system registers
Marc Zyngier
2021-01-14
1
-7
/
+1
*
|
KVM: arm64: Hide PMU registers from userspace when not available
Marc Zyngier
2021-01-14
1
-20
/
+48
*
|
KVM: arm64: Remove spurious semicolon in reg_to_encoding()
Marc Zyngier
2020-12-31
1
-1
/
+1
*
|
KVM: arm64: Don't access PMCR_EL0 when no PMU is available
Marc Zyngier
2020-12-22
1
-0
/
+4
|
/
*
Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queue
Marc Zyngier
2020-12-03
1
-3
/
+13
|
\
|
*
KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe
Marc Zyngier
2020-11-30
1
-3
/
+13
*
|
Merge branch 'kvm-arm64/cache-demux' into kvmarm-master/next
Marc Zyngier
2020-11-27
1
-1
/
+1
|
\
\
|
*
|
KVM: arm64: CSSELR_EL1 max is 13
Andrew Jones
2020-11-27
1
-1
/
+1
|
|
/
*
|
Merge branch 'kvm-arm64/pmu-undef' into kvmarm-master/next
Marc Zyngier
2020-11-27
1
-39
/
+17
|
\
\
|
*
|
KVM: arm64: Remove dead PMU sysreg decoding code
Marc Zyngier
2020-11-27
1
-5
/
+4
|
*
|
KVM: arm64: Remove PMU RAZ/WI handling
Marc Zyngier
2020-11-27
1
-30
/
+0
|
*
|
KVM: arm64: Inject UNDEF on PMU access when no PMU configured
Marc Zyngier
2020-11-27
1
-4
/
+8
|
*
|
KVM: arm64: Set ID_AA64DFR0_EL1.PMUVer to 0 when no PMU support
Marc Zyngier
2020-11-27
1
-1
/
+6
[next]