summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: zynqmp: Used fixed-partitions for QSPI in k26Michal Simek2023-06-051-81/+88
* arm64: zynqmp: Add pmu interrupt-affinityRadhey Shyam Pandey2023-06-051-0/+4
* arm64: zynqmp: Set qspi tx-buswidth to 4Amit Kumar Mahapatra2023-06-0511-11/+11
* arm64: zynqmp: Fix usb node drive strength and slew rateAshok Reddy Soma2023-06-0510-18/+54
* arm64: zynqmp: Describe TI phy as ethernet-phy-idMichal Simek2023-06-056-46/+90
* arm64: zynqmp: Switch to amd.com emailsMichal Simek2023-06-0524-27/+27
* arm64: zynqmp: Convert kv260-revA overlay to ASCII textMichal Simek2023-06-051-3/+3
* arm64: xilinx: Use zynqmp prefix for SOM dt overlaysMichal Simek2023-05-161-8/+8
* arm64: zynqmp: Add phase tags markingMichal Simek2023-05-163-0/+21
* arm64: zynqmp: Describe bus-width for SD card on KV260Michal Simek2023-05-162-0/+2
* arm64: zynqmp: Enable AMS on SOM and other zcu10x boardsMichal Simek2023-05-165-0/+79
* arm64: zynqmp: Enable DP driver for SOMsMichal Simek2023-05-162-2/+2
* arm64: zynqmp: Setup clock for DP and DPDMAMichal Simek2023-05-163-0/+8
* arm64: zynqmp: Switch to ethernet-phy-id in kv260Michal Simek2023-05-162-4/+8
* arm64: zynqmp: Disable USB3.0 for zc1751-xm016-dc2Piyush Mehta2023-05-161-2/+0
* arm64: zynqmp: Add pinctrl emmc description to SM-K26Michal Simek2023-05-161-0/+20
* arm64: zynqmp: Add gpio labels for modepin gpioMichal Simek2023-05-161-0/+4
* arm64: zynqmp: Add mtd partition for secure OS storage areaAmit Kumar Mahapatra2023-05-161-4/+8
* arm64: zynqmp: Use assigned-clock-rates for setting up SD clock in SOMMichal Simek2023-05-164-1/+7
* arm64: zynqmp: Add linux,code for gpio buttonSrinivas Neeli2023-05-161-0/+3
* arm64: zynqmp: Add dmas, dp, rtc, watchdogs and opp nodes for SOMMichal Simek2023-05-161-0/+95
* arm64: zynqmp: Fix usb reset over bootmode pins on zcu100Michal Simek2023-05-161-0/+2
* arm64: zynqmp: Sync node name address with reg (mailbox)Michal Simek2023-05-161-1/+1
* arm64: zynqmp: Add resets property to sdhci nodesSai Krishna Potthuri2023-05-161-0/+2
* arm64: zynqmp: Rename ams_ps/pl node namesMichal Simek2023-05-161-2/+2
* Revert "arm64: dts: zynqmp: Add address-cells property to interrupt controllers"Michal Simek2023-05-121-2/+0
* arm64: zynqmp: Change zc1275 board name to zcu1275Michal Simek2023-05-122-3/+3
* arm64: zynqmp: Add mali-400 gpu node for zynqmpParth Gajjar2023-05-1211-0/+51
* s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDSLukas Bulwahn2023-05-051-1/+0
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0526-62/+114
|\
| * locking/x86: Define arch_try_cmpxchg_local()Uros Bizjak2023-04-291-0/+6
| * locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-295-8/+54
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-2920-54/+54
* | Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanupsLinus Torvalds2023-05-054-94/+122
|\ \
| * | x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds2023-05-032-15/+33
| * | x86: mm: remove 'sign' games from LAM untagged_addr*() macrosLinus Torvalds2023-05-031-15/+3
| * | x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> headerLinus Torvalds2023-05-033-85/+82
| * | x86: mm: remove architecture-specific 'access_ok()' defineLinus Torvalds2023-05-031-34/+0
| * | x86-64: make access_ok() independent of LAMLinus Torvalds2023-05-032-10/+69
* | | Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0519-66/+674
|\ \ \
| * | | RISC-V: include cpufeature.h in cpufeature.cConor Dooley2023-05-011-0/+1
| * | | riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti2023-05-011-6/+6
| * | | riscv: compat_syscall_table: Fixup compile warningGuo Ren2023-05-011-0/+1
| * | | RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP renameConor Dooley2023-04-291-1/+1
| * | | RISC-V: fix sifive and thead section mismatches in errataRandy Dunlap2023-04-292-8/+6
| * | | RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-294-12/+11
| * | | riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai2023-04-291-4/+2
| * | | Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2023-04-2910-34/+634
| |\ \ \
| | * | | RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng2023-04-297-1/+556
| | * | | RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng2023-04-291-0/+8