summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-09-113-2/+5
|\
| * arm64: mm: fix resume for 52-bit enabled buildsJoey Gouly2022-09-101-0/+3
| * arm64/ptrace: Don't clear calling process' TIF_SME on OOMMark Brown2022-09-081-2/+0
| * arm64/bti: Disable in kernel BTI when cross section thunks are brokenMark Brown2022-09-061-0/+2
* | Merge tag 'soc-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-0510-24/+26
|\ \
| * \ Merge tag 'renesas-fixes-for-v6.0-tag1' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2022-09-021-1/+1
| |\ \
| | * | arm64: dts: renesas: r8a779g0: Fix HSCIF0 interrupt numberGeert Uytterhoeven2022-08-291-1/+1
| * | | Merge tag 'juno-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2022-09-022-3/+2
| |\ \ \
| | * | | arm64: dts: juno: Add missing MHU secure-irqJassi Brar2022-08-151-1/+2
| | * | | arm64: dts: arm: juno: Remove legacy Coresight 'slave-mode' propertyRob Herring2022-08-151-2/+0
| | |/ /
| * | | Merge tag 'imx-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2022-08-297-20/+23
| |\ \ \
| | * | | arm64: dts: freescale: verdin-imx8mp: fix atmel_mxt_ts reset polarityMarcel Ziswiler2022-08-221-2/+2
| | * | | arm64: dts: freescale: verdin-imx8mm: fix atmel_mxt_ts reset polarityMarcel Ziswiler2022-08-221-1/+1
| | * | | arm64: dts: imx8mp: Fix I2C5 GPIO assignment on i.MX8M Plus DHCOMMarek Vasut2022-08-221-2/+2
| | * | | arm64: dts: imx8mm-venice-gw7901: fix port/phy validationTim Harvey2022-08-221-0/+4
| | * | | arm64: dts: verdin-imx8mm: add otg2 pd to usbphyPhilippe Schenker2022-08-221-0/+1
| | * | | arm64: dts: ls1028a-qds-65bb: don't use in-band autoneg for 2500base-xVladimir Oltean2022-08-211-1/+0
| | * | | arm64: dts: imx8mq-tqma8mq: Remove superfluous interrupt-namesAlexander Stein2022-08-211-1/+0
| | * | | arm64: dts: imx8mp: Adjust ECSPI1 pinmux on i.MX8M Plus DHCOMMarek Vasut2022-08-211-5/+5
| | * | | arm64: dts: imx8mp-venice-gw74xx: fix sai2 pin settingsPeng Fan2022-08-211-4/+4
| | * | | arm64: dts: imx8mm-verdin: use level interrupt for mcp251xfdAndrejs Cainikovs2022-08-171-1/+1
| | * | | arm64: dts: imx8mm-verdin: update CAN clock to 40MHzAndrejs Cainikovs2022-08-171-3/+3
| | |/ /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-09-023-14/+16
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | arm64: mm: Reserve enough pages for the initial ID mapArd Biesheuvel2022-09-011-13/+13
| * | arm64: head: Ignore bogus KASLR displacement on non-relocatable kernelsArd Biesheuvel2022-09-011-0/+2
| * | arm64/kexec: Fix missing extra range for crashkres_low.Levi Yun2022-09-011-1/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-08-2616-53/+117
|\| |
| * | arm64/sme: Don't flush SVE register state when handling SME trapsMark Brown2022-08-231-11/+0
| * | arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown2022-08-234-10/+12
| * | arm64/signal: Flush FPSIMD register state when disabling streaming modeMark Brown2022-08-231-0/+10
| * | arm64/signal: Raise limit on stack framesMark Brown2022-08-231-1/+1
| * | arm64/cache: Fix cache_type_cwg() for register generationMark Brown2022-08-231-1/+1
| * | arm64/sysreg: Guard SYS_FIELD_ macros for asmMark Brown2022-08-231-2/+2
| * | arm64/sysreg: Directly include bitfield.hMark Brown2022-08-231-0/+1
| * | arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned ...Sudeep Holla2022-08-231-1/+5
| * | arm64: errata: add detection for AMEVCNTR01 incrementing incorrectlyIonela Voinescu2022-08-235-3/+62
| * | arm64: fix rodata=fullMark Rutland2022-08-232-18/+17
| * | arm64: Fix comment typoKuan-Ying Lee2022-08-231-1/+1
| * | arm64: adjust KASLR relocation after ARCH_RANDOM removalLukas Bulwahn2022-08-171-5/+3
| * | arm64: Fix match_list for erratum 1286807 on Arm Cortex-A76Zenghui Yu2022-08-171-0/+2
| |/
* | Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-08-195-7/+12
|\ \
| * | KVM: arm64: Reject 32bit user PSTATE on asymmetric systemsOliver Upton2022-08-171-1/+1
| * | KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systemsOliver Upton2022-08-173-4/+7
| * | KVM: arm64: Fix compile error due to sign extensionYang Yingliang2022-08-101-2/+4
* | | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-4/+4
| |/ |/|
* | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-111-8/+8
|\ \
| * | bpf, arm64: Fix bpf trampoline instruction endiannessXu Kuohai2022-08-101-6/+6
| * | bpf, arm64: Allocate program buffer using kvcalloc instead of kcallocAijun Sun2022-08-081-2/+2
* | | mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song2022-08-081-10/+3
* | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-8/+0
|\ \ \