summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: rockchip: Add rock-5b boardChristopher Obbard2023-01-102-0/+45
* arm64: dts: rockchip: Add rock-5a boardSebastian Reichel2023-01-102-0/+74
* arm64: dts: rockchip: Add rk3588-evb1 boardKever Yang2023-01-102-0/+130
* arm64: dts: rockchip: Add base DT for rk3588 SoCKever Yang2023-01-102-0/+1761
* arm64: dts: rockchip: Add rk3588 pinctrl dataJianqun Xu2023-01-102-0/+3919
* arm64: dts: rockchip: increase spi-max-frequency of nor flash for roc-rk3399-pcManoj Sai2023-01-101-1/+1
* arm64: dts: rockchip: Update leds for Odroid Go AdvanceChris Morgan2023-01-101-7/+26
* arm64: dts: rockchip: update px30 thermal zones for GPUChris Morgan2023-01-101-6/+27
* arm64: dts: rockchip: don't set cpll rate for Odroid GoChris Morgan2023-01-101-4/+2
* arm64: dts: rockchip: Change audio card name for Odroid GoChris Morgan2023-01-101-1/+1
* arm64: dts: rockchip: rk3328: Add Orange Pi R1 PlusChukun Pan2023-01-102-0/+374
* arm64: dts: rockchip: Add IR receiver to BPI-R2ProAlex Riabchenko2023-01-101-0/+13
* arm64: dts: rockchip: Add dts for EmbedFire rk3568 LubanCat 2Andy Yan2023-01-102-0/+734
* arm64: dts: rockchip: add audio nodes to rk3566-roc-pcFurkan Kardame2023-01-101-2/+42
* arm64: dts: rockchip: Add EmbedFire LubanCat 1Wenhao Cui2023-01-102-0/+596
* arm64: dts: rockchip: Add Radxa CM3I E25Chukun Pan2022-12-263-0/+646
* Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2022-12-211-0/+33
|\
| * arm64: dts: xilinx: zynqmp: Add RPU subsystem device nodeTanmay Shah2022-11-251-0/+33
* | Merge tag 'soc-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-192-3/+3
|\ \
| * | arm64: dts: mt8183: Fix Mali GPU clockChen-Yu Tsai2022-12-161-1/+1
| * | arm64: dts: mediatek: mt8195-demo: fix the memory size of node secmonMacpaul Lin2022-12-161-2/+2
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-12-167-84/+0
|\ \ \
| * | | Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon2022-12-157-84/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-1545-995/+2787
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-0948-1222/+3641
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'arm64/for-next/sysregs' into kvmarm-master/nextMarc Zyngier2022-12-056-257/+871
| | |\ \ \ \
| | * \ \ \ \ Merge branch kvm-arm64/misc-6.2 into kvmarm-master/nextMarc Zyngier2022-12-051-1/+1
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Fix typo in commentZhiyuan Dai2022-11-111-1/+1
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch kvm-arm64/pmu-unchained into kvmarm-master/nextMarc Zyngier2022-12-055-308/+343
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: PMU: Fix period computation for 64bit counters with 32bit overflowMarc Zyngier2022-12-051-7/+3
| | | * | | | | KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu runMarc Zyngier2022-11-282-4/+10
| | | * | | | | KVM: arm64: PMU: Simplify PMCR_EL0 reset handlingMarc Zyngier2022-11-281-12/+6
| | | * | | | | KVM: arm64: PMU: Replace version number '0' with ID_AA64DFR0_EL1_PMUVer_NIAnshuman Khandual2022-11-281-2/+3
| | | * | | | | KVM: arm64: PMU: Make kvm_pmc the main data structureMarc Zyngier2022-11-191-87/+87
| | | * | | | | KVM: arm64: PMU: Simplify vcpu computation on perf overflow notificationMarc Zyngier2022-11-191-4/+1
| | | * | | | | KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guestMarc Zyngier2022-11-191-1/+1
| | | * | | | | KVM: arm64: PMU: Implement PMUv3p5 long counter supportMarc Zyngier2022-11-192-3/+9
| | | * | | | | KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon to be set from userspaceMarc Zyngier2022-11-191-1/+56
| | | * | | | | KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspaceMarc Zyngier2022-11-191-1/+41
| | | * | | | | KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier2022-11-194-8/+49
| | | * | | | | KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bitsMarc Zyngier2022-11-191-8/+27
| | | * | | | | KVM: arm64: PMU: Simplify setting a counter to a specific valueMarc Zyngier2022-11-171-1/+4
| | | * | | | | KVM: arm64: PMU: Add counter_index_to_*reg() helpersMarc Zyngier2022-11-171-15/+18
| | | * | | | | KVM: arm64: PMU: Only narrow counters that are not 64bit wideMarc Zyngier2022-11-171-8/+6
| | | * | | | | KVM: arm64: PMU: Narrow the overflow checking when requiredMarc Zyngier2022-11-171-1/+2
| | | * | | | | KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflowMarc Zyngier2022-11-171-12/+31
| | | * | | | | KVM: arm64: PMU: Always advertise the CHAIN eventMarc Zyngier2022-11-171-0/+2
| | | * | | | | KVM: arm64: PMU: Align chained counter implementation with architecture pseud...Marc Zyngier2022-11-171-234/+86
| | | * | | | | arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEFMarc Zyngier2022-11-171-0/+2
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/mte-map-shared into kvmarm-master/nextMarc Zyngier2022-12-0512-70/+129
| | |\ \ \ \ \