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 branch kvm-arm64/nv-tcr2 into kvmarm/next
Oliver Upton
2024-07-14
1
-1
/
+16
|
\
|
*
KVM: arm64: Get rid of HCRX_GUEST_FLAGS
Marc Zyngier
2024-06-27
1
-1
/
+7
|
*
KVM: arm64: Correctly honor the presence of FEAT_TCRX
Marc Zyngier
2024-06-27
1
-0
/
+9
*
|
Merge branch kvm-arm64/nv-sve into kvmarm/next
Oliver Upton
2024-07-14
1
-0
/
+38
|
\
\
|
*
|
KVM: arm64: nv: Handle ZCR_EL2 traps
Oliver Upton
2024-06-20
1
-0
/
+38
|
|
/
*
|
Merge branch kvm-arm64/ctr-el0 into kvmarm/next
Oliver Upton
2024-07-14
1
-49
/
+91
|
\
\
|
*
|
KVM: arm64: rename functions for invariant sys regs
Sebastian Ott
2024-06-20
1
-5
/
+5
|
*
|
KVM: arm64: show writable masks for feature registers
Sebastian Ott
2024-06-20
1
-14
/
+5
|
*
|
KVM: arm64: Treat CTR_EL0 as a VM feature ID register
Sebastian Ott
2024-06-20
1
-10
/
+10
|
*
|
KVM: arm64: unify code to prepare traps
Sebastian Ott
2024-06-20
1
-2
/
+32
|
*
|
KVM: arm64: Add helper for writing ID regs
Oliver Upton
2024-06-20
1
-3
/
+14
|
*
|
KVM: arm64: Use read-only helper for reading VM ID registers
Oliver Upton
2024-06-20
1
-3
/
+3
|
*
|
KVM: arm64: Make idregs debugfs iterator search sysreg table directly
Oliver Upton
2024-06-20
1
-13
/
+23
|
*
|
KVM: arm64: Get sys_reg encoding from descriptor in idregs_debug_show()
Oliver Upton
2024-06-20
1
-1
/
+1
|
|
/
*
|
KVM: arm64: nv: Add handling of NXS-flavoured TLBI operations
Marc Zyngier
2024-06-19
1
-0
/
+73
*
|
KVM: arm64: nv: Add handling of range-based TLBI operations
Marc Zyngier
2024-06-19
1
-0
/
+80
*
|
KVM: arm64: nv: Add handling of outer-shareable TLBI operations
Marc Zyngier
2024-06-19
1
-0
/
+15
*
|
KVM: arm64: nv: Handle FEAT_TTL hinted TLB operations
Marc Zyngier
2024-06-19
1
-23
/
+1
*
|
KVM: arm64: nv: Handle TLBI IPAS2E1{,IS} operations
Marc Zyngier
2024-06-19
1
-0
/
+96
*
|
KVM: arm64: nv: Handle TLBI ALLE1{,IS} operations
Marc Zyngier
2024-06-19
1
-0
/
+25
*
|
KVM: arm64: nv: Handle TLBI VMALLS12E1{,IS} operations
Marc Zyngier
2024-06-19
1
-0
/
+51
*
|
KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1
Marc Zyngier
2024-06-19
1
-0
/
+80
|
/
*
Merge branch kvm-arm64/mpidr-reset into kvmarm-master/next
Marc Zyngier
2024-05-09
1
-26
/
+36
|
\
|
*
KVM: arm64: Only reset vCPU-scoped feature ID regs once
Oliver Upton
2024-05-09
1
-8
/
+24
|
*
KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()
Oliver Upton
2024-05-09
1
-17
/
+10
|
*
KVM: arm64: Rename is_id_reg() to imply VM scope
Oliver Upton
2024-05-09
1
-5
/
+6
*
|
KVM: arm64: Remove duplicated AA64MMFR1_EL1 XNX
Russell King
2024-05-01
1
-1
/
+0
*
|
KVM: arm64: Improve out-of-order sysreg table diagnostics
Marc Zyngier
2024-04-14
1
-2
/
+4
|
/
*
Revert "KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later c...
Oliver Upton
2024-03-16
1
-3
/
+0
*
Merge branch kvm-arm64/kerneldoc into kvmarm/next
Oliver Upton
2024-03-07
1
-2
/
+5
|
\
|
*
KVM: arm64: sys_regs: fix kernel-doc warnings
Randy Dunlap
2024-02-01
1
-2
/
+5
*
|
KVM: arm64: Don't initialize idreg debugfs w/ preemption disabled
Oliver Upton
2024-02-27
1
-5
/
+8
*
|
KVM: arm64: Fail the idreg iterator if idregs aren't initialized
Oliver Upton
2024-02-27
1
-1
/
+2
*
|
KVM: arm64: Add debugfs file for guest's ID registers
Marc Zyngier
2024-02-19
1
-0
/
+81
*
|
KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checking
Marc Zyngier
2024-02-19
1
-0
/
+3
*
|
KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guest
Marc Zyngier
2024-02-19
1
-0
/
+7
*
|
KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU is not advertised to the guest
Marc Zyngier
2024-02-19
1
-0
/
+4
*
|
KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guest
Marc Zyngier
2024-02-19
1
-0
/
+4
*
|
KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
Marc Zyngier
2024-02-19
1
-0
/
+34
*
|
KVM: arm64: Move existing feature disabling over to FGU infrastructure
Marc Zyngier
2024-02-19
1
-0
/
+23
*
|
KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
Marc Zyngier
2024-02-19
1
-1
/
+1
*
|
KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
Marc Zyngier
2024-02-19
1
-44
/
+19
*
|
KVM: arm64: Register AArch64 system register entries with the sysreg xarray
Marc Zyngier
2024-02-19
1
-1
/
+10
*
|
KVM: arm64: Always populate the trap configuration xarray
Marc Zyngier
2024-02-19
1
-4
/
+1
*
|
KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
Marc Zyngier
2024-02-19
1
-15
/
+44
*
|
KVM: arm64: Add feature checking helpers
Marc Zyngier
2024-02-19
1
-4
/
+2
*
|
KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented
Marc Zyngier
2024-02-08
1
-1
/
+11
*
|
KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
Marc Zyngier
2024-02-08
1
-1
/
+1
*
|
arm64: Add macro to compose a sysreg field value
Marc Zyngier
2024-02-08
1
-1
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-01-17
1
-48
/
+187
|
\
[next]