index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
sys_regs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
Merge branch kvm-arm64/nv-pmu into kvmarm/next
Oliver Upton
1
-6
/
+6
2024-11-11
Merge branch kvm-arm64/mpam-ni into kvmarm/next
Oliver Upton
1
-33
/
+126
2024-11-11
KVM: arm64: Make L1Ip feature in CTR_EL0 writable from userspace
Shameer Kolothum
1
-4
/
+34
2024-10-31
KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN
Oliver Upton
1
-6
/
+6
2024-10-31
KVM: arm64: Rename kvm_pmu_valid_counter_mask()
Oliver Upton
1
-6
/
+6
2024-10-31
KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
James Morse
1
-3
/
+42
2024-10-31
KVM: arm64: Add a macro for creating filtered sys_reg_descs entries
James Morse
1
-28
/
+38
2024-10-31
KVM: arm64: Fix missing traps of guest accesses to the MPAM registers
James Morse
1
-0
/
+14
2024-10-31
KVM: arm64: Add basic support for POR_EL2
Marc Zyngier
1
-0
/
+9
2024-10-31
KVM: arm64: Add kvm_has_s1poe() helper
Marc Zyngier
1
-2
/
+2
2024-10-31
KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF
Marc Zyngier
1
-31
/
+3
2024-10-31
KVM: arm64: Hide S1PIE registers from userspace when disabled for guests
Mark Brown
1
-6
/
+25
2024-10-31
KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
Mark Brown
1
-5
/
+22
2024-10-31
KVM: arm64: Define helper for EL2 registers with custom visibility
Mark Brown
1
-2
/
+11
2024-10-31
KVM: arm64: Add a composite EL2 visibility helper
Marc Zyngier
1
-7
/
+9
2024-10-31
KVM: arm64: Handle PIR{,E0}_EL2 traps
Marc Zyngier
1
-0
/
+14
2024-10-31
KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
Marc Zyngier
1
-0
/
+2
2024-10-31
KVM: arm64: Extend masking facility to arbitrary registers
Marc Zyngier
1
-0
/
+3
2024-10-31
KVM: arm64: Add TCR2_EL2 to the sysreg arrays
Marc Zyngier
1
-0
/
+14
2024-10-31
KVM: arm64: nv: Handle CNTHCTL_EL2 specially
Marc Zyngier
1
-0
/
+28
2024-10-31
KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping()
Marc Zyngier
1
-0
/
+9
2024-10-17
KVM: arm64: Fix shift-out-of-bounds bug
Ilkka Koskinen
1
-1
/
+1
2024-10-08
KVM: arm64: Expose S1PIE to guests
Mark Brown
1
-1
/
+3
2024-10-08
KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to reschedule
Oliver Upton
1
-0
/
+27
2024-10-08
KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed
Oliver Upton
1
-3
/
+3
2024-10-08
Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixes
Marc Zyngier
1
-2
/
+36
2024-09-16
Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-136
/
+250
2024-09-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-8
/
+28
2024-09-12
Merge branch 'for-next/poe' into for-next/core
Will Deacon
1
-3
/
+22
2024-09-12
Merge branch kvm-arm64/visibility-cleanups into kvmarm-master/next
Marc Zyngier
1
-32
/
+20
2024-09-12
Merge branch kvm-arm64/nv-at-pan into kvmarm-master/next
Marc Zyngier
1
-0
/
+60
2024-09-12
Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/next
Marc Zyngier
1
-100
/
+140
2024-09-12
Merge branch kvm-arm64/fpmr into kvmarm-master/next
Marc Zyngier
1
-3
/
+29
2024-09-11
KVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifier
Marc Zyngier
1
-14
/
+3
2024-09-11
KVM: arm64: Simplify visibility handling of AArch32 SPSR_*
Marc Zyngier
1
-8
/
+4
2024-09-11
KVM: arm64: Simplify handling of CNTKCTL_EL12
Marc Zyngier
1
-10
/
+13
2024-09-04
KVM: arm64: Sanitise ID_AA64MMFR3_EL1
Joey Gouly
1
-1
/
+5
2024-09-04
KVM: arm64: Save/restore POE registers
Joey Gouly
1
-2
/
+17
2024-08-30
KVM: arm64: nv: Add support for FEAT_ATS1A
Marc Zyngier
1
-0
/
+11
2024-08-30
KVM: arm64: nv: Plumb handling of AT S1* traps from EL2
Marc Zyngier
1
-0
/
+45
2024-08-30
KVM: arm64: nv: Honor absence of FEAT_PAN2
Marc Zyngier
1
-0
/
+4
2024-08-27
KVM: arm64: Unify UNDEF injection helpers
Marc Zyngier
1
-81
/
+51
2024-08-27
KVM: arm64: Make most GICv3 accesses UNDEF if they trap
Marc Zyngier
1
-18
/
+56
2024-08-27
KVM: arm64: Add ICH_HCR_EL2 to the vcpu state
Marc Zyngier
1
-0
/
+2
2024-08-27
KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest
Marc Zyngier
1
-1
/
+7
2024-08-27
KVM: arm64: Add helper for last ditch idreg adjustments
Marc Zyngier
1
-0
/
+23
2024-08-27
KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()
Marc Zyngier
1
-0
/
+1
2024-08-27
KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests
Marc Zyngier
1
-1
/
+5
2024-08-27
KVM: arm64: Enable FP8 support when available and configured
Marc Zyngier
1
-0
/
+3
2024-08-27
KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID reg
Marc Zyngier
1
-1
/
+1
[next]