summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2021-07-30arm64: dts: renesas: Add support for M3ULCB+Kingfisher with R-Car M3e-2GGeert Uytterhoeven2-0/+19
2021-07-30arm64: dts: renesas: Add support for M3ULCB with R-Car M3e-2GGeert Uytterhoeven2-0/+46
2021-07-30arm64: dts: renesas: Add support for Salvator-XS with R-Car M3e-2GGeert Uytterhoeven2-0/+48
2021-07-30arm64: dts: renesas: Add support for H3ULCB+Kingfisher with R-Car H3e-2GGeert Uytterhoeven2-0/+20
2021-07-30arm64: dts: renesas: Add support for H3ULCB with R-Car H3e-2GGeert Uytterhoeven2-0/+55
2021-07-30arm64: dts: renesas: Add support for Salvator-XS with R-Car H3e-2GGeert Uytterhoeven2-0/+55
2021-07-30arm64: dts: renesas: Add Renesas R8A779M3 SoC supportGeert Uytterhoeven1-0/+12
2021-07-30arm64: dts: renesas: Add Renesas R8A779M1 SoC supportGeert Uytterhoeven1-0/+12
2021-07-30arm64: dts: renesas: hihope-rzg2-ex: Add EtherAVB internal rx delayBiju Das1-0/+1
2021-07-30arm64: dts: renesas: r8a77995: draak: Add R-Car Sound supportKuninori Morimoto1-0/+121
2021-07-30arm64: dts: renesas: r8a77995: Add R-Car Sound supportKuninori Morimoto1-0/+158
2021-07-30arm64: dts: renesas: rcar-gen3: Add SoC model to comment headersGeert Uytterhoeven15-16/+15
2021-07-19arm64: dts: renesas: r8a77990: ebisu: Add I2C EEPROM for PMICGeert Uytterhoeven1-0/+6
2021-07-19arm64: dts: renesas: r8a77995: draak: Remove bogus adv7511w propertiesGeert Uytterhoeven1-4/+0
2021-07-19arm64: dts: renesas: beacon: Enable micbiasAdam Ford1-0/+8
2021-07-19arm64: dts: renesas: r9a07g044: Add I2C nodesBiju Das1-0/+80
2021-07-19arm64: dts: renesas: r8a779a0: Restore sort orderGeert Uytterhoeven1-13/+13
2021-07-19arm64: dts: renesas: r8a77990: ebisu: Add SW4 supportMagnus Damm1-0/+42
2021-07-19arm64: dts: renesas: r8a77995: draak: Add SW56 supportMagnus Damm1-0/+42
2021-07-19arm64: dts: renesas: rzg2: Rename i2c_dvfs to iic_pmicGeert Uytterhoeven3-4/+4
2021-07-19arm64: dts: renesas: r8a77990: Add generic compatible string to IIC nodeGeert Uytterhoeven1-2/+4
2021-07-19arm64: dts: renesas: r8a774c0: Add generic compatible string to IIC nodeGeert Uytterhoeven1-2/+4
2021-07-19arm64: dts: renesas: salvator-xs: Factor out USB ch3 partsGeert Uytterhoeven4-41/+46
2021-07-19arm64: dts: renesas: salvator-x(s): Factor out USB ch2 partsGeert Uytterhoeven5-64/+25
2021-07-19arm64: dts: renesas: salvator-x(s): Factor out SATA partsGeert Uytterhoeven8-36/+22
2021-07-19arm64: dts: renesas: salvator-x(s): Factor out HDMI1 partsGeert Uytterhoeven5-142/+47
2021-07-18Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+15
2021-07-16Merge tag 'tegra-for-5.14-arm64-dt-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+13
2021-07-15arm64: entry: fix KCOV suppressionMark Rutland1-1/+1
2021-07-15arm64: entry: add missing noinstrMark Rutland1-1/+1
2021-07-15arm64: mte: fix restoration of GCR_EL1 from suspendMark Rutland1-13/+2
2021-07-15arm64: Avoid premature usercopy failureRobin Murphy3-13/+35
2021-07-13arm64: Restrict ARM64_BTI_KERNEL to clang 12.0.0 and newerNathan Chancellor1-1/+2
2021-07-12Revert "arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)"Will Deacon1-1/+1
2021-07-12arm64: Add missing header <asm/smp.h> in two filesCarlos Bilbao2-0/+2
2021-07-12arm64: fix strlen() with CONFIG_KASAN_HW_TAGSMark Rutland1-0/+10
2021-07-12dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitionsBiju Das1-2/+2
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2021-07-10Merge tag 'arm-defconfig-5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+16
2021-07-10Merge tag 'arm-dt-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds235-1800/+16383
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds3-2/+3
2021-07-09Merge branch 'arm/fixes' into arm/socOlof Johansson18-92/+66
2021-07-09arm64: tegra: Enable SMMU support for USB on Tegra194Thierry Reding1-0/+8
2021-07-09arm64: tegra: Enable audio IOMMU support on Tegra194Thierry Reding1-0/+5
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-07-08arm64: stacktrace: use %pSb for backtrace printingStephen Boyd1-1/+1
2021-07-08arm64: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport1-0/+1
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport7-16/+31