index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-07
Merge branch kvm-arm64/vm-configuration into kvmarm/next
Oliver Upton
14
-170
/
+997
2024-03-07
Merge branch kvm-arm64/misc into kvmarm/next
Oliver Upton
13
-47
/
+40
2024-03-01
KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE mode
Marc Zyngier
1
-6
/
+6
2024-02-27
KVM: arm64: Don't initialize idreg debugfs w/ preemption disabled
Oliver Upton
3
-5
/
+14
2024-02-27
KVM: arm64: Fail the idreg iterator if idregs aren't initialized
Oliver Upton
1
-1
/
+2
2024-02-24
KVM: arm64: Fix typos
Bjorn Helgaas
8
-10
/
+10
2024-02-24
KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
Oliver Upton
2
-4
/
+2
2024-02-22
KVM: arm64: Make build-time check of RES0/RES1 bits optional
Marc Zyngier
2
-0
/
+15
2024-02-19
KVM: arm64: Add debugfs file for guest's ID registers
Marc Zyngier
2
-0
/
+84
2024-02-19
KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checking
Marc Zyngier
2
-0
/
+124
2024-02-19
KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guest
Marc Zyngier
4
-4
/
+10
2024-02-19
KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU is not advertised to the guest
Marc Zyngier
1
-0
/
+4
2024-02-19
KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guest
Marc Zyngier
2
-3
/
+25
2024-02-19
KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
Marc Zyngier
1
-0
/
+34
2024-02-19
KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2
Marc Zyngier
1
-33
/
+9
2024-02-19
KVM: arm64: Move existing feature disabling over to FGU infrastructure
Marc Zyngier
4
-14
/
+36
2024-02-19
KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
Marc Zyngier
2
-20
/
+72
2024-02-19
KVM: arm64: Add Fine-Grained UNDEF tracking information
Marc Zyngier
2
-12
/
+21
2024-02-19
KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
Marc Zyngier
4
-3
/
+4
2024-02-19
KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
Marc Zyngier
3
-55
/
+50
2024-02-19
KVM: arm64: Register AArch64 system register entries with the sysreg xarray
Marc Zyngier
3
-3
/
+50
2024-02-19
KVM: arm64: Always populate the trap configuration xarray
Marc Zyngier
1
-4
/
+1
2024-02-19
KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
Marc Zyngier
1
-15
/
+44
2024-02-19
KVM: arm64: Drop the requirement for XARRAY_MULTI
Marc Zyngier
1
-1
/
+0
2024-02-19
KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
Marc Zyngier
1
-13
/
+36
2024-02-19
KVM: arm64: nv: Correctly handle negative polarity FGTs
Marc Zyngier
1
-3
/
+56
2024-02-19
KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
Marc Zyngier
1
-2
/
+1
2024-02-19
KVM: arm64: nv: Drop sanitised_sys_reg() helper
Marc Zyngier
1
-15
/
+7
2024-02-19
KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
Marc Zyngier
1
-0
/
+42
2024-02-19
KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
Marc Zyngier
1
-0
/
+128
2024-02-19
KVM: arm64: nv: Add sanitising to EL2 configuration registers
Marc Zyngier
1
-1
/
+57
2024-02-19
KVM: arm64: nv: Add sanitising to VNCR-backed sysregs
Marc Zyngier
3
-2
/
+62
2024-02-19
KVM: arm64: Add feature checking helpers
Marc Zyngier
3
-9
/
+52
2024-02-19
arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
Marc Zyngier
1
-1
/
+7
2024-02-15
arm64: cpufeatures: Fix FEAT_NV check when checking for FEAT_NV1
Marc Zyngier
1
-1
/
+1
2024-02-12
KVM: arm64: removed unused kern_hyp_va asm macro
Joey Gouly
1
-16
/
+0
2024-02-12
KVM: arm64: add comments to __kern_hyp_va
Joey Gouly
1
-10
/
+20
2024-02-12
KVM: arm64: print Hyp mode
Joey Gouly
1
-1
/
+2
2024-02-12
arm64: cpufeatures: Only check for NV1 if NV is present
Marc Zyngier
1
-2
/
+3
2024-02-12
arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()
Marc Zyngier
1
-0
/
+1
2024-02-08
KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implemented
Marc Zyngier
1
-1
/
+17
2024-02-08
KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented
Marc Zyngier
2
-2
/
+13
2024-02-08
KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
Marc Zyngier
2
-1
/
+8
2024-02-08
arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
Marc Zyngier
1
-8
/
+15
2024-02-08
arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
Marc Zyngier
2
-0
/
+13
2024-02-08
arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
Marc Zyngier
3
-0
/
+9
2024-02-08
arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
Marc Zyngier
1
-0
/
+37
2024-02-08
arm64: cpufeature: Correctly display signed override values
Marc Zyngier
1
-1
/
+2
2024-02-08
arm64: cpufeatures: Correctly handle signed values
Marc Zyngier
2
-9
/
+57
2024-02-08
arm64: Add macro to compose a sysreg field value
Marc Zyngier
2
-2
/
+6
[next]