summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2024-06-225-5/+5
|\
| * Merge tag 'imx-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2024-06-205-5/+5
| |\
| | * arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmcFrank Li2024-06-171-1/+1
| | * arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input pinMax Krummenacher2024-06-161-1/+1
| | * arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' propertyFabio Estevam2024-06-161-1/+0
| | * arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIOTim Harvey2024-06-151-1/+1
| | * arm64: dts: imx8mp: Fix TC9595 input clock on DH i.MX8M Plus DHCOM SoMMarek Vasut2024-06-151-1/+1
| | * arm64: dts: freescale: imx8mm-verdin: Fix GPU speedJoao Paulo Goncalves2024-06-031-0/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-06-224-4/+27
|\ \ \
| * | | KVM: arm64: FFA: Release hyp rx bufferVincent Donnefort2024-06-111-0/+12
| * | | KVM: arm64: Disassociate vcpus from redistributor region on teardownMarc Zyngier2024-06-063-4/+15
* | | | Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-181-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | efi/arm64: Fix kmemleak false positive in arm64_efi_rt_init()Waiman Long2024-06-151-0/+2
| | |/ | |/|
* | | Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-071-2/+2
|\ \ \
| * | | mm: arm64: fix the out-of-bounds issue in contpte_clear_young_dirty_ptesBarry Song2024-06-051-2/+2
| |/ /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-06-072-20/+19
|\ \ \ | |_|/ |/| |
| * | arm64/io: add constant-argument checkArnd Bergmann2024-06-051-20/+16
| * | arm64: armv8_deprecated: Fix warning in isndep cpuhp starting processWei Li2024-06-051-0/+3
| |/
* | KVM: arm64: Ensure that SME controls are disabled in protected modeFuad Tabba2024-06-042-0/+18
* | KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba2024-06-046-19/+14
* | KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba2024-06-045-21/+22
* | KVM: arm64: Eagerly restore host fpsimd/sve state in pKVMFuad Tabba2024-06-044-5/+93
* | KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba2024-06-047-0/+124
* | KVM: arm64: Specialize handling of host fpsimd state on trapFuad Tabba2024-06-043-1/+13
* | KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba2024-06-044-19/+73
* | KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_stateFuad Tabba2024-06-042-3/+4
* | KVM: arm64: Reintroduce __sve_save_stateFuad Tabba2024-06-042-0/+7
* | KVM: arm64: nv: Expose BTI and CSV_frac to a guest hypervisorMarc Zyngier2024-05-301-2/+4
* | KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAxMarc Zyngier2024-05-301-10/+11
* | KVM: arm64: AArch32: Fix spurious trapping of conditional instructionsMarc Zyngier2024-05-271-2/+16
* | KVM: arm64: Allow AArch32 PSTATE.M to be restored as System modeMarc Zyngier2024-05-271-0/+1
* | KVM: arm64: Fix AArch32 register narrowing on userspace writeMarc Zyngier2024-05-271-1/+1
|/
* Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-251-1/+1
|\
| * arm64: patching: fix handling of execmem addressesWill Deacon2024-05-241-1/+1
* | Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-242-1/+3
|\ \
| * | mseal: wire up mseal syscallJeff Xu2024-05-232-1/+3
| |/
* | Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-231-1/+1
|\ \
| * | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-1/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-05-2310-22/+115
|\ \ \ | |_|/ |/| |
| * | arm64/fpsimd: Avoid erroneous elide of user state reloadArd Biesheuvel2024-05-221-22/+22
| * | Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon2024-05-222-0/+19
| * | arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRYJiangfeng Xiao2024-05-211-0/+1
| * | Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon2024-05-172-19/+0
| * | Merge branch 'for-next/errata' into for-next/coreWill Deacon2024-05-108-0/+92
| |\ \
| | * | arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland2024-05-106-0/+84
| | * | arm64: cputype: Add Neoverse-V3 definitionsMark Rutland2024-05-101-0/+2
| | * | arm64: cputype: Add Cortex-X4 definitionsMark Rutland2024-05-101-0/+2
| | * | arm64: barrier: Restore spec_bar() macroMark Rutland2024-05-101-0/+4
* | | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-224-5/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64: crypto: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland2024-05-191-4/+2