summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-08-077-56/+90
|\
| * Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-08-047-56/+90
| |\
| | * KVM: arm64: Skip instruction after emulating write to TCR_EL1Oliver Upton2023-07-281-0/+1
| | * KVM: arm64: fix __kvm_host_psci_cpu_entry() prototypeArnd Bergmann2023-07-261-1/+1
| | * KVM: arm64: Fix resetting SME trap values on reset for (h)VHEFuad Tabba2023-07-261-0/+4
| | * KVM: arm64: Fix resetting SVE trap values on reset for hVHEFuad Tabba2023-07-261-0/+4
| | * KVM: arm64: Use the appropriate feature trap register when activating trapsFuad Tabba2023-07-261-1/+1
| | * KVM: arm64: Helper to write to appropriate feature trap register based on modeFuad Tabba2023-07-261-4/+9
| | * KVM: arm64: Disable SME traps for (h)VHE at setupFuad Tabba2023-07-261-0/+10
| | * KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setupFuad Tabba2023-07-261-6/+9
| | * KVM: arm64: Factor out code for checking (h)VHE mode into a macroFuad Tabba2023-07-261-9/+10
| | * KVM: arm64: Rephrase percpu enable/disable tracking in terms of hypOliver Upton2023-07-201-23/+23
| | * KVM: arm64: Fix hardware enable/disable flows for pKVMRaghavendra Rao Ananta2023-07-201-11/+4
| | * KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementationsOliver Upton2023-07-191-1/+14
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-08-042-7/+12
|\ \ \
| * | | arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEMark Brown2023-08-041-1/+2
| * | | arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsMark Brown2023-08-041-2/+2
| * | | arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown2023-08-041-3/+5
| * | | arm64/ptrace: Flush FP state when setting ZT0Mark Brown2023-08-031-0/+2
| * | | arm64/fpsimd: Clear SME state in the target task when setting the VLMark Brown2023-08-031-1/+1
* | | | Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-0211-24/+31
|\ \ \ \
| * \ \ \ Merge tag 'socfpga_dts_fix_for_v6.5' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2023-07-272-2/+2
| |\ \ \ \
| | * | | | arm64: dts: stratix10: fix incorrect I2C property for SCL signalDinh Nguyen2023-07-112-2/+2
| * | | | | Merge tag 'renesas-fixes-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-07-272-16/+16
| |\ \ \ \ \
| | * | | | | arm64: dts: renesas: rzg2l: Update overfow/underflow IRQ names for MTU3 channelsBiju Das2023-07-252-16/+16
| | |/ / / /
| * | | | | Merge tag 'imx-fixes-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2023-07-276-5/+13
| |\ \ \ \ \
| | * | | | | arm64: dts: freescale: Fix VPU G2 clockBenjamin Gaignard2023-07-181-1/+1
| | * | | | | arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmuxHugo Villeneuve2023-07-181-1/+1
| | * | | | | arm64: dts: phycore-imx8mm: Correction in gpio-line-namesYashwanth Varakala2023-07-182-2/+2
| | * | | | | arm64: dts: phycore-imx8mm: Label typo-fix of VPUYashwanth Varakala2023-07-181-1/+1
| | * | | | | arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrlTim Harvey2023-07-171-0/+4
| | * | | | | arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrlTim Harvey2023-07-171-0/+4
| | |/ / / /
| * | | | | Merge tag 'juno-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann2023-07-211-1/+0
| |\ \ \ \ \
| | * | | | | arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlinkSudeep Holla2023-07-131-1/+0
| | |/ / / /
* | | | | | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-291-1/+1
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-07-281-3/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | arm64/sme: Set new vector length before reallocatingMark Brown2023-07-261-2/+2
| * | | | arm64/fpsimd: Don't flush SME register hardware state along with threadMark Brown2023-07-261-1/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-2314-69/+132
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-07-2314-69/+132
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | KVM: arm64: Fix the name of sys_reg_desc related to PMUXiang Chen2023-07-141-20/+21
| | * | | KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCountOliver Upton2023-07-141-1/+0
| | * | | KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-134-5/+12
| | * | | KVM: arm64: Add missing BTI instructionsMostafa Saleh2023-07-123-1/+19
| | * | | KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton2023-07-123-36/+55
| | * | | KVM: arm64: Disable preemption in kvm_arch_hardware_enable()Marc Zyngier2023-07-111-1/+12
| | * | | KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvmSudeep Holla2023-07-113-2/+10
| | * | | KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bitsMarc Zyngier2023-07-111-3/+3
| | | |/ | | |/|
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-07-214-15/+38
|\ \ \ \ | | |_|/ | |/| |
| * | | arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesMark Brown2023-07-211-8/+25