summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-2/+2
|\
| *-. Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-031-2/+2
| |\ \
| | | * iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-121-2/+2
| | |/
* | | Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-188-104/+31
|\ \ \
| * | | arm64: dts: mediatek: mt8195: Add 'rx-fifo-depth' for cherryChunfeng Yun2024-01-041-0/+2
| * | | arm64: dts: qcom: msm8996: Remove PNoC clock from MSSKonrad Dybcio2024-01-041-3/+8
| * | | arm64: dts: qcom: msm8996: Remove AGGRE2 clock from SLPIKonrad Dybcio2024-01-041-3/+2
| * | | arm64: dts: qcom: msm8998: Remove AGGRE2 clock from SLPIKonrad Dybcio2024-01-041-3/+2
| * | | arm64: dts: qcom: msm8939: Drop RPM bus clocksKonrad Dybcio2024-01-041-12/+0
| * | | arm64: dts: qcom: sdm630: Drop RPM bus clocksKonrad Dybcio2024-01-041-41/+12
| * | | arm64: dts: qcom: qcs404: Drop RPM bus clocksKonrad Dybcio2024-01-041-9/+0
| * | | arm64: dts: qcom: msm8996: Drop RPM bus clocksKonrad Dybcio2024-01-041-23/+4
| * | | arm64: dts: qcom: msm8916: Drop RPM bus clocksKonrad Dybcio2024-01-041-9/+0
| * | | arm64: dts: qcom: qrb5165-rb5: use u16 for DP altmode svidDmitry Baryshkov2023-12-151-1/+1
* | | | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-183-12/+3
|\ \ \ \
| * | | | arm64: convert to arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-6/+2
| * | | | arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()James Morse2023-12-063-10/+5
| | |_|/ | |/| |
* | | | Merge tag 'rproc-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2024-01-171-0/+22
|\ \ \ \
| * | | | arm64: dts: imx8mp: Add reserve-memory nodes for DSPIuliana Prodan2023-11-201-0/+22
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-1729-377/+884
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-1/+0
| |\ \ \ \ \
| | * | | | | KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang2023-11-301-1/+0
| * | | | | | Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2024-01-0835-421/+1337
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Add missing memory barriers when switching to pKVM's hyp pgdWill Deacon2024-01-041-0/+2
| | * | | | | | Merge branch kvm-arm64/vgic-6.8 into kvmarm-master/nextMarc Zyngier2024-01-043-81/+53
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cacheOliver Upton2024-01-041-0/+5
| | | * | | | | | KVM: arm64: vgic-v3: Reinterpret user ISPENDR writes as I{C,S}PENDROliver Upton2023-12-221-30/+5
| | | * | | | | | KVM: arm64: vgic: Use common accessor for writes to ICPENDROliver Upton2023-12-221-29/+22
| | | * | | | | | KVM: arm64: vgic: Use common accessor for writes to ISPENDROliver Upton2023-12-221-29/+21
| | | * | | | | | KVM: arm64: vgic-v4: Restore pending state on host userspace writeMarc Zyngier2023-12-221-10/+17
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge branch kvm-arm64/nv-6.8-prefix into kvmarm-master/nextMarc Zyngier2023-12-199-118/+457
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()Marc Zyngier2023-12-192-5/+126
| | | * | | | | | KVM: arm64: nv: Map VNCR-capable registers to a separate pageMarc Zyngier2023-12-191-46/+81
| | | * | | | | | KVM: arm64: nv: Add EL2_REG_VNCR()/EL2_REG_REDIR() sysreg helpersMarc Zyngier2023-12-191-18/+47
| | | * | | | | | KVM: arm64: Introduce a bad_trap() primitive for unexpected trap handlingMarc Zyngier2023-12-191-8/+15
| | | * | | | | | KVM: arm64: nv: Add include containing the VNCR_EL2 offsetsMarc Zyngier2023-12-191-0/+103
| | | * | | | | | KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpersMarc Zyngier2023-12-191-1/+49
| | | * | | | | | KVM: arm64: nv: Drop EL12 register traps that are redirected to VNCRMarc Zyngier2023-12-191-15/+0
| | | * | | | | | KVM: arm64: nv: Compute NV view of idregs as a one-offMarc Zyngier2023-12-195-14/+23
| | | * | | | | | KVM: arm64: nv: Hoist vcpu_has_nv() into is_hyp_ctxt()Marc Zyngier2023-12-193-8/+10
| | | * | | | | | arm64: cpufeatures: Restrict NV support to FEAT_NV2Marc Zyngier2023-12-191-1/+1
| | | |/ / / / /
| | * | | | | | Merge branch kvm-arm64/fgt-rework into kvmarm-master/nextMarc Zyngier2023-12-189-70/+513
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: Trap external trace for protected VMsFuad Tabba2023-12-181-0/+4
| | | * | | | | | KVM: arm64: Mark PAuth as a restricted feature for protected VMsFuad Tabba2023-12-181-3/+11
| | | * | | | | | KVM: arm64: Fix which features are marked as allowed for protected VMsFuad Tabba2023-12-181-1/+7
| | | * | | | | | KVM: arm64: Macros for setting/clearing FGT bitsFuad Tabba2023-12-181-42/+27
| | | * | | | | | KVM: arm64: Define FGT nMASK bits relative to other fieldsFuad Tabba2023-12-181-7/+7
| | | * | | | | | KVM: arm64: Use generated FGT RES0 bits instead of specifying themFuad Tabba2023-12-181-18/+16
| | | * | | | | | KVM: arm64: Add build validation for FGT trap mask valuesFuad Tabba2023-12-181-0/+18
| | | * | | | | | KVM: arm64: Update and fix FGT register masksFuad Tabba2023-12-181-15/+24