summaryrefslogtreecommitdiffstats
path: root/arch/arm64/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8 days2-5/+244
|\
| * Merge branch kvm-arm64/nv-pmu into kvmarm/nextOliver Upton2024-11-111-3/+73
| |\
| | * arm64: sysreg: Add new definitions for ID_AA64DFR0_EL1Oliver Upton2024-10-311-3/+12
| | * arm64: sysreg: Migrate MDCR_EL2 definition to tableOliver Upton2024-10-311-0/+35
| | * arm64: sysreg: Describe ID_AA64DFR2_EL1 fieldsOliver Upton2024-10-311-0/+26
| * | Merge branch kvm-arm64/mpam-ni into kvmarm/nextOliver Upton2024-11-112-0/+163
| |\ \
| | * | arm64: cpufeature: discover CPU support for MPAMJames Morse2024-10-311-0/+2
| | * | arm64/sysreg: Convert existing MPAM sysregs and add the remaining entriesJames Morse2024-10-311-0/+161
| * | | arm64: Add encoding for POR_EL2Marc Zyngier2024-10-311-0/+4
| * | | arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFTMarc Zyngier2024-10-311-0/+1
| | |/ | |/|
| * | arm64: Add encoding for PIRE0_EL2Marc Zyngier2024-10-311-0/+4
| * | arm64: Drop SKL0/SKL1 from TCR2_EL2Marc Zyngier2024-10-311-2/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds13 days2-0/+14
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas2024-11-142-0/+6
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | | | | * arm64: Add support for FEAT_HAFTYicong Yang2024-11-051-0/+1
| | | | | * arm64/sysreg: Update ID_AA64MMFR1_EL1 registerYicong Yang2024-11-051-0/+4
| | | | |/ | | | |/|
| | | | * arm64/sysreg: Update ID_AA64MMFR1_EL1 to DDI0601 2024-09Mark Brown2024-10-161-0/+4
| | | |/
| | * / arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)Mark Brown2024-10-041-0/+1
| | |/
| * / perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)2024-10-281-0/+8
| |/
* / fs/xattr: add *at family syscallsChristian Göttsche2024-11-061-0/+4
|/
* Merge branch 'for-next/poe' into for-next/coreWill Deacon2024-09-121-0/+1
|\
| * arm64: cpufeature: add Permission Overlay Extension cpucapJoey Gouly2024-09-041-0/+1
* | perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counterRob Herring (Arm)2024-08-161-0/+25
* | KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL accessRob Herring (Arm)2024-08-161-0/+5
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-07-261-2/+2
|\
| * arm64/sysreg: Correct the values for GICv4.1Raghavendra Rao Ananta2024-07-231-2/+2
* | arm64: generate 64-bit syscall.tblArnd Bergmann2024-07-102-1/+6
* | arm64: convert unistd_32.h to syscall.tbl formatArnd Bergmann2024-07-101-0/+476
|/
* arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland2024-05-101-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-152-1/+45
|\
| * arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variantsMarc Zyngier2024-02-191-1/+7
| * arm64: cpufeature: Detect HCR_EL2.NV1 being RES0Marc Zyngier2024-02-081-0/+1
| * arm64: sysreg: Add layout for ID_AA64MMFR4_EL1Marc Zyngier2024-02-081-0/+37
* | Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas2024-03-072-4/+5
|\ \
| * | arm64: Use Signed/Unsigned enums for TGRAN{4,16,64} and VARangeMarc Zyngier2024-02-191-4/+4
| * | arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel2024-02-161-0/+1
| |/
| |
| \
*-. \ Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas2024-03-072-1/+35
|\ \ \ | |_|/ |/| |
| | * arm64/fpsimd: Support FEAT_FPMRMark Brown2024-03-071-0/+1
| |/ |/|
| * arm64/sysreg: Update ID_AA64DFR0_EL1 registerAnshuman Khandual2024-02-211-0/+2
| * arm64/sysreg: Update ID_DFR0_EL1 register fieldsAnshuman Khandual2024-02-211-0/+2
| * arm64/sysreg: Add register fields for ID_AA64DFR1_EL1Anshuman Khandual2024-02-211-1/+30
|/
* arm64: Rename ARM64_WORKAROUND_2966298Rob Herring2024-01-121-1/+1
* Merge branch 'for-next/sysregs' into for-next/coreWill Deacon2024-01-041-11/+309
|\
| * arm64/sysreg: Add missing system register definitions for FGTFuad Tabba2023-12-171-0/+43
| * arm64/sysreg: Add missing ExtTrcBuff field definition to ID_AA64DFR0_EL1Fuad Tabba2023-12-171-1/+4
| * arm64/sysreg: Add missing Pauth_LR field definitions to ID_AA64ISAR1_EL1Fuad Tabba2023-12-171-0/+2
| * arm64/sysreg: Add new system registers for GCSMark Brown2023-12-111-0/+55
| * arm64/sysreg: Add definition for FPMRMark Brown2023-12-111-0/+23
| * arm64/sysreg: Update HCRX_EL2 definition for DDI0601 2023-09Mark Brown2023-12-111-1/+3
| * arm64/sysreg: Update SCTLR_EL1 for DDI0601 2023-09Mark Brown2023-12-111-2/+3