aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-13arm64: dts: qcom: sc7280: Add wcd9385 codec node for CRD 1.0/2.0 and IDP boardsSrinivasa Rao Mandadapu2-0/+55
2022-09-13arm64: dts: qcom: sc7280: Enable digital codecs and soundwire for CRD 3.0/3.1Srinivasa Rao Mandadapu2-0/+44
2022-09-13arm64: dts: qcom: sc7280: Enable digital codecs and soundwire for CRD 1.0/2.0 and IDP boardsSrinivasa Rao Mandadapu1-0/+35
2022-09-13arm64: dts: qcom: sc7280: Add nodes for soundwire and va tx rx digital macro codecsSrinivasa Rao Mandadapu1-0/+128
2022-09-13arm64: dts: qcom: Add LTE SKUs for sc7280-villager familyJimmy Chen8-11/+50
2022-09-13arm64: dts: qcom: sc7280: Add herobrine-villager-r1Jimmy Chen3-2/+17
2022-09-13arm64: dts: ti: Add support for AM62A7-SKVignesh Raghavendra2-0/+225
2022-09-13arm64: dts: ti: Introduce AM62A7 family of SoCsVignesh Raghavendra5-0/+616
2022-09-13arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu portTim Harvey1-2/+2
2022-09-13arm64: dts: imx8mp-venice-gw74xx: fix CAN STBY polarityTim Harvey1-2/+1
2022-09-12Merge tag 'samsung-dt64-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dtArnd Bergmann2-0/+111
2022-09-12Merge tag 'v6.0-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixesArnd Bergmann9-8/+20
2022-09-12Merge tag 'v6.1-rockchip-dts64-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dtArnd Bergmann17-8/+3703
2022-09-12arm64: dts: tqma8mqml: Include phy-imx8-pcie.h headerFabio Estevam2-1/+1
2022-09-12arm64: defconfig: enable ARCH_NXPMichael Walle1-0/+1
2022-09-12arm64: dts: imx8mp-tqma8mpql-mba8mpxl: add missing pinctrl for RTC alarmAlexander Stein1-0/+6
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang2-7/+0
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-09-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-2/+5
2022-09-10arm64: mm: fix resume for 52-bit enabled buildsJoey Gouly1-0/+3
2022-09-10arm64: dts: rockchip: use BCLK to GPIO switch on rk3399Judy Hsiao2-1/+34
2022-09-10arm64: dts: rockchip: Add Hantro encoder node to rk356xNicolas Frattaroli1-0/+20
2022-09-10arm64: dts: rockchip: Add VPU support for RK3568/RK3566Piotr Oniszczuk1-0/+20
2022-09-10arm64: dts: rockchip: Enable PCIe controller on rock3aChukun Pan1-0/+34
2022-09-10arm64: dts: rockchip: add rtc to rock3aChukun Pan1-0/+23
2022-09-10arm64: dts: rockchip: Add PCIe 2 nodes to quartz64-bNicolas Frattaroli1-0/+34
2022-09-09arm64: spectre: increase parameters that can be used to turn off bhb mitigation individuallyLiu Song1-1/+9
2022-09-09arm64: run softirqs on the per-CPU IRQ stackQi Zheng2-0/+15
2022-09-09arm64: dts: rockchip: add Anbernic RG353P and RG503Chris Morgan4-0/+1014
2022-09-09arm64: dts: rockchip: Add regulator suffix to BPI-R2-ProFrank Wunderlich1-6/+6
2022-09-09arm64: dts: rockchip: add LEDs for ROCK 4C+FUKAUMI Naoki1-0/+33
2022-09-09arm64: dts: rockchip: add LED for ROCK Pi 4A/B/C/A+/B+FUKAUMI Naoki1-0/+21
2022-09-09arm64: dts: rockchip: add rk817 chg to Odroid Go AdvanceChris Morgan1-0/+26
2022-09-09arm64: dts: ti: k3-am625-sk: Add epwm nodesGeorgi Vlaev1-0/+12
2022-09-09arm64: dts: ti: k3-am62-main: Add epwm nodesGeorgi Vlaev1-0/+33
2022-09-09arm64: atomic: always inline the assemblyMark Rutland2-26/+38
2022-09-09arm64: atomics: remove LL/SC trampolinesMark Rutland1-31/+9
2022-09-09arm64: stacktrace: track hyp stacks in unwinder's address spaceMark Rutland4-49/+46
2022-09-09arm64: stacktrace: track all stack boundaries explicitlyMark Rutland5-199/+132
2022-09-09arm64: stacktrace: remove stack type from fp translatorMark Rutland2-39/+49
2022-09-09arm64: stacktrace: rework stack boundary discoveryMark Rutland7-96/+153
2022-09-09arm64: stacktrace: add stackinfo_on_stack() helperMark Rutland1-8/+21
2022-09-09arm64: stacktrace: move SDEI stack helpers to stacktrace codeMark Rutland4-52/+48
2022-09-09arm64: stacktrace: rename unwind_next_common() -> unwind_next_frame_record()Mark Rutland4-14/+17
2022-09-09arm64: stacktrace: simplify unwind_next_common()Mark Rutland4-14/+9
2022-09-09arm64: stacktrace: fix kerneldoc commentsMark Rutland2-13/+19
2022-09-09arm64: vdso: use SYS_CNTVCTSS_EL0 for gettimeofdayJoey Gouly1-4/+15
2022-09-09arm64: alternative: patch alternatives in the vDSOJoey Gouly4-3/+38
2022-09-09arm64: module: move find_section to headerJoey Gouly2-15/+15
2022-09-09Merge tag 'renesas-fixes-for-v6.0-tag1' into renesas-arm-dt-for-v6.1Geert Uytterhoeven1-1/+1