summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch kvm-arm64/single-step-async-exception into kvmarm-master/nextMarc Zyngier2022-09-195-6/+190
|\
| * KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEPReiji Watanabe2022-09-191-0/+131
| * KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new t...Reiji Watanabe2022-09-191-4/+14
| * KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pendingReiji Watanabe2022-09-194-2/+32
| * KVM: arm64: Preserve PSTATE.SS for the guest while single-step is enabledReiji Watanabe2022-09-192-0/+13
* | Merge remote-tracking branch 'arm64/for-next/sysreg' into kvmarm-master/nextMarc Zyngier2022-09-1930-490/+774
|\ \
| * | arm64/sysreg: Convert ID_AA64AFRn_EL1 to automatic generationMark Brown2022-09-162-3/+16
| * | arm64/sysreg: Convert ID_AA64DFR1_EL1 to automatic generationMark Brown2022-09-162-2/+4
| * | arm64/sysreg: Convert ID_AA64FDR0_EL1 to automatic generationMark Brown2022-09-162-24/+63
| * | arm64/sysreg: Use feature numbering for PMU and SPE revisionsMark Brown2022-09-164-16/+16
| * | arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown2022-09-1612-65/+65
| * | arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown2022-09-1612-64/+64
| * | arm64/sysreg: Add defintion for ALLINTMark Brown2022-09-091-0/+6
| * | arm64/sysreg: Convert SCXTNUM_EL1 to automatic generationMark Brown2022-09-092-2/+4
| * | arm64/sysreg: Convert TIPDR_EL1 to automatic generationMark Brown2022-09-092-2/+4
| * | arm64/sysreg: Convert ID_AA64PFR1_EL1 to automatic generationMark Brown2022-09-092-21/+45
| * | arm64/sysreg: Convert ID_AA64PFR0_EL1 to automatic generationMark Brown2022-09-092-24/+76
| * | arm64/sysreg: Convert ID_AA64MMFR2_EL1 to automatic generationMark Brown2022-09-092-19/+67
| * | arm64/sysreg: Convert ID_AA64MMFR1_EL1 to automatic generationKristina Martsenko2022-09-092-23/+71
| * | arm64/sysreg: Convert ID_AA64MMFR0_EL1 to automatic generationMark Brown2022-09-092-30/+73
| * | arm64/sysreg: Convert HCRX_EL2 to automatic generationMark Brown2022-09-092-4/+16
| * | arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 SME enumerationMark Brown2022-09-092-3/+3
| * | arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 BTI enumerationMark Brown2022-09-092-3/+3
| * | arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 fractional version fieldsMark Brown2022-09-092-4/+4
| * | arm64/sysreg: Standardise naming for MTE feature enumerationMark Brown2022-09-094-9/+9
| * | arm64/sysreg: Standardise naming for SSBS feature enumerationMark Brown2022-09-092-8/+8
| * | arm64/sysreg: Standardise naming for ID_AA64PFR0_EL1.AdvSIMD constantsMark Brown2022-09-094-7/+7
| * | arm64/sysreg: Standardise naming for ID_AA64PFR0_EL1 constantsMark Brown2022-09-093-10/+9
| * | arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.CnPMark Brown2022-09-093-4/+4
| * | arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.VARangeMark Brown2022-09-094-5/+5
| * | arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fieldsKristina Martsenko2022-09-0910-55/+55
| * | arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBitsMark Brown2022-09-095-9/+9
| * | arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.BigEndMark Brown2022-09-094-5/+5
| * | arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant namesMark Brown2022-09-0912-55/+55
| * | arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown2022-09-0913-109/+109
| * | arm64/sysreg: Add _EL1 into ID_AA64MMFR2_EL1 definition namesMark Brown2022-09-095-47/+47
| * | arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-0915-121/+121
| * | arm64: cache: Remove unused CTR_CACHE_MINLINE_MASKKristina Martsenko2022-09-091-4/+0
| * | arm64/sysreg: Describe ID_AA64SMFR0_EL1.SMEVer as an enumerationMark Brown2022-09-091-1/+3
| * | arm64/sysreg: Remove stray SMIDR_EL1 definesMark Brown2022-09-091-4/+0
| |/
* | Merge branch kvm-arm64/aarch32-raz-idregs into kvmarm-master/nextMarc Zyngier2022-09-165-86/+259
|\ \ | |/ |/|
| * KVM: selftests: Add test for AArch32 ID registersOliver Upton2022-09-143-0/+171
| * KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only systemOliver Upton2022-09-141-20/+43
| * KVM: arm64: Add a visibility bit to ignore user writesOliver Upton2022-09-142-0/+10
| * KVM: arm64: Spin off helper for calling visibility hookOliver Upton2022-09-141-8/+11
| * KVM: arm64: Drop raz parameter from read_id_reg()Oliver Upton2022-09-141-13/+6
| * KVM: arm64: Remove internal accessor helpers for id regsOliver Upton2022-09-141-34/+12
| * KVM: arm64: Use visibility hook to treat ID regs as RAZOliver Upton2022-09-141-19/+14
|/
* Linux 6.0-rc3v6.0-rc3Linus Torvalds2022-08-281-1/+1
* Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-2821-60/+108
|\