summaryrefslogtreecommitdiff
path: root/arch/arm64/tools
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+480
12 daysMerge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas4-5/+63
12 daysarm64/sysreg: Update ID_AA64SMFR0_EL1 description to DDI0601 2025-12Mark Brown1-1/+6
12 daysarm64/sysreg: Update ID_AA64ZFR0_EL1 description to DDI0601 2025-12Mark Brown1-0/+2
12 daysarm64/sysreg: Update ID_AA64FPFR0_EL1 description to DDI0601 2025-12Mark Brown1-1/+7
12 daysarm64/sysreg: Update ID_AA64ISAR2_EL1 description to DDI0601 2025-12Mark Brown1-0/+1
12 daysarm64/sysreg: Update ID_AA64ISAR0_EL1 description to DDI0601 2025-12Mark Brown1-0/+2
12 daysarm64/hwcap: Generate the KERNEL_HWCAP_ definitions for the hwcapsMark Brown2-1/+30
2026-04-02arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06Mark Brown1-2/+6
2026-04-01arm64: Fix field references for ICH_PPI_DVIR[01]_EL2Marc Zyngier1-2/+2
2026-03-27arm64/sysreg: Add MPAMSM_EL1 registerBen Horgan1-0/+8
2026-03-26arm64: cpufeature: Add FEAT_LSUIYeoreum Yun1-0/+1
2026-03-19arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM supportSascha Bischoff1-0/+480
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-17/+137
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier1-10/+72
2026-02-05Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/nextMarc Zyngier1-1/+1
2026-02-05KVM: arm64: Remove all traces of HCR_EL2.MIOCNCEMarc Zyngier1-2/+1
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier1-9/+3
2026-02-05arm64: Convert SCTLR_EL2 to sysreg infrastructureMarc Zyngier1-0/+69
2026-01-30arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1Sascha Bischoff1-1/+1
2026-01-29Merge branch 'for-next/errata' into for-next/coreWill Deacon1-0/+1
2026-01-23arm64: errata: Workaround for SI L1 downstream coherency issueLucas Wei1-0/+1
2026-01-23Merge branch kvm-arm64/feat_idst into kvmarm-master/nextMarc Zyngier1-3/+4
2026-01-23Merge branch kvm-arm64/vtcr into kvmarm-master/nextMarc Zyngier1-3/+60
2026-01-22arm64: Add support for FEAT_{LS64, LS64_V}Yicong Yang1-0/+2
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner1-0/+1
2026-01-15arm64: Repaint ID_AA64MMFR2_EL1.IDS descriptionMarc Zyngier1-3/+4
2026-01-15arm64: Convert VTCR_EL2 to sysreg infratructureMarc Zyngier1-0/+57
2026-01-15arm64: Convert ID_AA64MMFR0_EL1.TGRAN{4,16,64}_2 to UnsignedEnumMarc Zyngier1-3/+3
2025-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2025-12-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-47/+120
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton1-0/+1
2025-11-25KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trappingMarc Zyngier1-0/+1
2025-11-25arm64: Detect FEAT_XNXOliver Upton1-0/+1
2025-11-13arm64/sysreg: Add ICH_VMCR_EL2Sascha Bischoff1-0/+21
2025-11-13arm64/sysreg: Move generation of RES0/RES1/UNKN to functionSascha Bischoff1-12/+14
2025-11-13arm64/sysreg: Support feature-specific fields with 'Prefix' descriptorSascha Bischoff1-38/+88
2025-11-13arm64/sysreg: Fix checks for incomplete sysreg definitionsSascha Bischoff1-3/+3
2025-11-03arch: hookup listns() system callChristian Brauner1-0/+1
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-09-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-23/+80
2025-09-24Merge branch 'for-next/sysregs' into for-next/coreWill Deacon2-21/+69
2025-09-22arm64/sysreg: Update TCR_EL1 registerAnshuman Khandual1-8/+44
2025-09-18arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 registerJames Clark1-2/+11
2025-09-17arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capabilitySascha Bischoff1-0/+1
2025-09-11arm64: sysreg: Add validation checks to sysreg header generation scriptFuad Tabba1-0/+20
2025-09-11arm64: sysreg: Correct sign definitions for EIESB and DoubleLockFuad Tabba1-2/+2
2025-09-11arm64: sysreg: Fix and tidy up sysreg field definitionsFuad Tabba1-11/+3
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+1