aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'qcom-arm64-fixes-for-6.1' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2022-11-1411-32/+67
|\
| * arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle stateUlf Hansson2022-10-281-0/+1
| * arm64: dts: qcom: sc7280: Add the reset reg for lpass audiocc on SC7280Satya Priya2022-10-171-1/+2
| * arm64: dts: qcom: sc8280xp: fix UFS PHY serdes sizeJohan Hovold2022-10-171-2/+2
| * arm64: dts: qcom: sc8280xp: drop broken DP PHY nodesJohan Hovold2022-10-171-20/+0
| * arm64: dts: qcom: sc8280xp: fix USB PHY PCS registersJohan Hovold2022-10-171-2/+2
| * arm64: dts: qcom: sc8280xp: fix USB1 PHY RX1 registersJohan Hovold2022-10-171-1/+1
| * arm64: dts: qcom: sc8280xp: fix USB0 PHY PCS_MISC registersJohan Hovold2022-10-171-1/+1
| * arm64: dts: qcom: sc8280xp: correct ref clock for ufs_mem_phyBrian Masney2022-10-171-1/+1
| * arm64: dts: qcom: sc8280xp: fix ufs_card_phy ref clockJohan Hovold2022-10-171-1/+1
| * arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowedDouglas Anderson2022-10-171-0/+12
| * arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowedDouglas Anderson2022-10-171-0/+6
| * arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowedDouglas Anderson2022-10-171-0/+6
| * arm64: dts: qcom: sc8280xp-crd: Specify which LDO modes are allowedDouglas Anderson2022-10-171-0/+6
| * arm64: dts: qcom: sa8295p-adp: Specify which LDO modes are allowedDouglas Anderson2022-10-171-0/+12
| * arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowedDouglas Anderson2022-10-171-1/+12
| * Revert "arm64: dts: qcom: msm8996: add missing TCSR syscon compatible"Dmitry Baryshkov2022-10-171-1/+1
| * arm64: dts: qcom: ipq8074: correct APCS register space sizeRobert Marko2022-10-171-1/+1
* | Merge tag 'juno-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann2022-11-021-0/+14
|\ \
| * | arm64: dts: juno: Add thermal critical trip pointsCristian Marussi2022-11-011-0/+14
| |/
* | Merge tag 'imx-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2022-11-019-38/+57
|\ \
| * | arm64: dts: ls208xa: specify clock frequencies for the MDIO controllersIoana Ciornei2022-10-291-0/+6
| * | arm64: dts: ls1088a: specify clock frequencies for the MDIO controllersIoana Ciornei2022-10-291-0/+6
| * | arm64: dts: lx2160a: specify clock frequencies for the MDIO controllersIoana Ciornei2022-10-291-0/+6
| * | arm64: dts: imx93: correct gpio-rangesPeng Fan2022-10-291-4/+5
| * | arm64: dts: imx93: correct s4mu interrupt namesPeng Fan2022-10-291-1/+1
| * | arm64: dts: imx8: correct clock orderPeng Fan2022-10-291-9/+9
| * | arm64: dts: imx8mn: Correct the usb power domainLi Jun2022-10-291-1/+2
| * | arm64: dts: imx8mn: remove otg1 power domain dependency on hsioLi Jun2022-10-291-1/+0
| * | arm64: dts: imx8mm: correct usb power domainsLi Jun2022-10-291-2/+4
| * | arm64: dts: imx8mm: remove otg1/2 power domain dependency on hsioLi Jun2022-10-291-2/+0
| * | arm64: dts: verdin-imx8mp: fix ctrl_sleep_mociMax Krummenacher2022-10-291-10/+10
| * | arm64: dts: imx8mm: Enable CPLD_Dn pull down resistor on MX8MenloMarek Vasut2022-10-231-8/+8
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-236-31/+33
|\ \
| * \ Merge tag 'kvmarm-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-222-1/+8
| |\ \
| | * | KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren2022-10-151-1/+4
| | * | KVM: arm64: nvhe: Fix build with profile optimizationDenis Nikitin2022-10-151-0/+4
| * | | Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-225-30/+25
| |\| | | | |/ | |/|
| | * KVM: arm64: Enable stack protection and branch profiling for VHEVincent Donnefort2022-10-092-4/+4
| | * KVM: arm64: Limit stage2_apply_range() batch size to largest blockOliver Upton2022-10-092-21/+8
| | * KVM: arm64: Work out supported block level at compile timeOliver Upton2022-10-091-5/+13
* | | ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-201-1/+6
|/ /
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\ \
| * | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-10-147-4/+46
|\ \ \
| * | | arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips2022-10-122-0/+10
| * | | arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2022-10-122-3/+13
| * | | arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse2022-10-072-0/+22
| * | | arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASKMark Brown2022-10-071-1/+1