summaryrefslogtreecommitdiff
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-1614-40/+40
|\
| * arm64: dts: qcom/sdm845-shift-axolotl: Fix boolean properties with valuesRob Herring2022-04-141-1/+1
| * arm/arm64: dts: qcom: Fix boolean properties with valuesRob Herring2022-04-073-4/+4
| * arm64: dts: imx: Fix imx8*-var-som touchscreen property sizesRob Herring2022-04-072-8/+8
| * arm64: dts: tegra: Fix boolean properties with valuesRob Herring2022-04-078-27/+27
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-127-55/+101
|\ \
| * | KVM: arm64: mixed-width check should be skipped for uninitialized vCPUsReiji Watanabe2022-04-063-28/+74
| * | KVM: arm64: vgic: Remove unnecessary type castingsYu Zhe2022-04-062-6/+6
| * | KVM: arm64: Don't split hugepages outside of MMU write lockOliver Upton2022-04-061-4/+7
| * | KVM: arm64: Drop unneeded minor version check from PSCI v1.x handlerOliver Upton2022-04-061-3/+0
| * | KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32Oliver Upton2022-04-061-5/+9
| * | KVM: arm64: Generally disallow SMC64 for AArch32 guestsOliver Upton2022-04-061-9/+5
| |/
* | arm64: Add part number for Arm Cortex-A78AEChanho Park2022-04-082-0/+3
* | arm64: patch_text: Fixup last cpu should be masterGuo Ren2022-04-081-2/+2
* | arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly2022-04-061-3/+3
* | arm64: Fix comments in macro __init_el2_gicv3Zhiyuan Dai2022-04-041-1/+1
* | arm64: fix typos in commentsJulia Lawall2022-04-044-5/+5
* | arch/arm64: Fix topology initialization for core schedulingPhil Auld2022-04-041-1/+1
* | arm64: mte: Fix the stack frame size warning in mte_dump_tag_range()Catalin Marinas2022-04-041-4/+20
* | Revert "arm64: Change elfcore for_each_mte_vma() to use VMA iterator"Will Deacon2022-04-041-17/+6
|/
* Merge tag 'soc-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-0110-203/+293
|\
| * arm64: dts: ls1046a: Update i2c node dma propertiesKuldeep Singh2022-04-011-3/+3
| * arm64: dts: ls1043a: Update i2c dma propertiesKuldeep Singh2022-04-011-3/+3
| * dt: amd-seattle: add a description of the CPUs and cachesArd Biesheuvel2022-03-244-12/+226
| * dt: amd-seattle: disable IPMI controller and some GPIO blocks on B0Ard Biesheuvel2022-03-241-12/+0
| * dt: amd-seattle: add description of the SATA/CCP SMMUsArd Biesheuvel2022-03-241-0/+26
| * dt: amd-seattle: add a description of the PCIe SMMUArd Biesheuvel2022-03-241-0/+10
| * dt: amd-seattle: fix PCIe legacy interrupt routingArd Biesheuvel2022-03-241-6/+16
| * dt: amd-seattle: upgrade AMD Seattle XGBE to new SMMU bindingArd Biesheuvel2022-03-241-14/+8
| * dt: amd-seattle: remove Overdrive revision A0 supportArd Biesheuvel2022-03-242-68/+1
| * dt: amd-seattle: remove Husky platformArd Biesheuvel2022-03-242-86/+1
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-10/+8
|\ \
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-4/+3
| * | ptrace/arm: Rename tracehook_report_syscall report_syscallEric W. Biederman2022-03-101-4/+3
* | | Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-281-2/+12
|\ \ \
| * \ \ Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman2022-02-282-1/+3
| |\ \ \
| * | | | arm64: dts: marvell: armada-37xx: add device node for UART clock and use itPali Rohár2022-02-251-2/+12
* | | | | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-287-3/+16
|\ \ \ \ \
| * | | | | arm64: dts: qcom: add non-secure domain property to fastrpc nodesJeya R2022-03-185-0/+12
| * | | | | parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki2022-03-181-0/+1
| * | | | | Merge tag 'coresight-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2022-03-181-3/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | coresight: trbe: Work around the trace data corruptionAnshuman Khandual2022-03-111-1/+1
| | * | | | coresight: trbe: Work around the invalid prohibited statesAnshuman Khandual2022-03-111-1/+1
| | * | | | coresight: trbe: Work around the ignored system register writesAnshuman Khandual2022-03-111-1/+1
* | | | | | Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-264-7/+10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.17-rc8' into usb-nextGreg Kroah-Hartman2022-03-1649-129/+934
| |\ \ \ \ \ \
| * | | | | | | arm64: dts: imx8mp: Add memory for USB3 glue layer to usb3 nodesAlexander Stein2022-03-151-2/+4
| * | | | | | | Revert "arm64: dts: qcom: sc7280: Add EUD dt node and dwc3 connector"Souradeep Chowdhury2022-03-151-36/+0
| * | | | | | | Revert "arm64: dts: qcom: sc7280: Set the default dr_mode for usb2"Souradeep Chowdhury2022-03-151-4/+0