summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-08-184-9/+23
|\
| * arm64/ptrace: Ensure that the task sees ZT writes on first useMark Brown2023-08-171-1/+8
| * arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown2023-08-174-8/+15
* | Merge tag 'soc-fixes-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-1837-102/+56
|\ \
| * \ Merge tag 'qcom-arm64-fixes-for-6.5' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2023-08-177-24/+28
| |\ \
| | * | arm64: dts: qcom: sc7180: Fix DSI0_PHY reg-namesKonrad Dybcio2023-07-311-2/+2
| | * | arm64: dts: qcom: sa8775p-ride: Update L4C parametersNaveen Kumar Goud Arepalli2023-07-141-2/+2
| | * | arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflictDmitry Baryshkov2023-07-101-1/+1
| | * | arm64: dts: qcom: sm8350: fix BAM DMA crash and rebootKrzysztof Kozlowski2023-07-101-0/+4
| | * | arm64: dts: qcom: sc8180x: Fix OSM L3 compatibleKrzysztof Kozlowski2023-07-101-1/+1
| | * | arm64: dts: qcom: sm8250: Fix EPSS L3 interconnect cellsKrzysztof Kozlowski2023-07-101-9/+9
| | * | arm64: dts: qcom: sm8150: Fix OSM L3 interconnect cellsKrzysztof Kozlowski2023-07-101-9/+9
| * | | Merge tag 'v6.5-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2023-08-1727-69/+22
| |\ \ \
| | * | | arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boardsYogesh Hegde2023-07-241-1/+1
| | * | | arm64: dts: rockchip: minor whitespace cleanup around '='Krzysztof Kozlowski2023-07-103-11/+11
| | * | | arm64: dts: rockchip: Disable HS400 for eMMC on ROCK 4C+Christopher Obbard2023-07-101-2/+1
| | * | | arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4Christopher Obbard2023-07-101-2/+2
| | * | | arm64: dts: rockchip: add missing space before { on indiedroid novaKrzysztof Kozlowski2023-07-101-4/+4
| | * | | arm64: dts: rockchip: correct wifi interrupt flag in Box DemoKrzysztof Kozlowski2023-07-101-1/+1
| | * | | arm64: dts: rockchip: correct wifi interrupt flag in Rock Pi 4BKrzysztof Kozlowski2023-07-101-1/+1
| | * | | arm64: dts: rockchip: correct wifi interrupt flag in eaidk-610Krzysztof Kozlowski2023-07-101-1/+1
| | * | | arm64: dts: rockchip: Drop invalid regulator-init-microvolt propertyCristian Ciocaltea2023-07-1019-46/+0
| | |/ /
| * | | Merge tag 'imx-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2023-08-123-9/+6
| |\ \ \
| | * | | arm64: dts: imx93: Fix anatop node sizeAlexander Stein2023-08-061-1/+1
| | * | | arm64: dts: imx8mm: Drop CSI1 PHY reference clock configurationFabio Estevam2023-07-301-4/+3
| | * | | arm64: dts: imx8mn: Drop CSI1 PHY reference clock configurationMarek Vasut2023-07-301-4/+2
* | | | | Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-181-0/+24
|\ \ \ \ \
| * | | | | asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and ...Arnd Bergmann2023-08-171-0/+24
* | | | | | locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-8/+0
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-08-077-56/+90
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-08-047-56/+90
| |\ \ \ \ \
| | * | | | | KVM: arm64: Skip instruction after emulating write to TCR_EL1Oliver Upton2023-07-281-0/+1
| | * | | | | KVM: arm64: fix __kvm_host_psci_cpu_entry() prototypeArnd Bergmann2023-07-261-1/+1
| | * | | | | KVM: arm64: Fix resetting SME trap values on reset for (h)VHEFuad Tabba2023-07-261-0/+4
| | * | | | | KVM: arm64: Fix resetting SVE trap values on reset for hVHEFuad Tabba2023-07-261-0/+4
| | * | | | | KVM: arm64: Use the appropriate feature trap register when activating trapsFuad Tabba2023-07-261-1/+1
| | * | | | | KVM: arm64: Helper to write to appropriate feature trap register based on modeFuad Tabba2023-07-261-4/+9
| | * | | | | KVM: arm64: Disable SME traps for (h)VHE at setupFuad Tabba2023-07-261-0/+10
| | * | | | | KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setupFuad Tabba2023-07-261-6/+9
| | * | | | | KVM: arm64: Factor out code for checking (h)VHE mode into a macroFuad Tabba2023-07-261-9/+10
| | * | | | | KVM: arm64: Rephrase percpu enable/disable tracking in terms of hypOliver Upton2023-07-201-23/+23
| | * | | | | KVM: arm64: Fix hardware enable/disable flows for pKVMRaghavendra Rao Ananta2023-07-201-11/+4
| | * | | | | KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementationsOliver Upton2023-07-191-1/+14
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-08-042-7/+12
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEMark Brown2023-08-041-1/+2
| * | | | | | arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsMark Brown2023-08-041-2/+2
| * | | | | | arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown2023-08-041-3/+5
| * | | | | | arm64/ptrace: Flush FP state when setting ZT0Mark Brown2023-08-031-0/+2
| * | | | | | arm64/fpsimd: Clear SME state in the target task when setting the VLMark Brown2023-08-031-1/+1
* | | | | | | Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-0311-24/+31
|\ \ \ \ \ \ \