summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-06-071-20/+16
|\
| * arm64/io: add constant-argument checkArnd Bergmann2024-06-051-20/+16
* | KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba2024-06-042-8/+7
* | KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba2024-06-041-2/+8
* | KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba2024-06-043-0/+27
* | KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba2024-06-042-0/+68
* | KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_stateFuad Tabba2024-06-041-2/+2
* | KVM: arm64: Reintroduce __sve_save_stateFuad Tabba2024-06-041-0/+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 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-05-234-0/+11
|\ \ | |/ |/|
| * Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon2024-05-221-0/+1
| * 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-171-1/+0
| * Merge branch 'for-next/errata' into for-next/coreWill Deacon2024-05-103-0/+10
| |\
| | * arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland2024-05-101-0/+2
| | * 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-221-0/+15
|\ \ \
| * | | arm64: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-191-0/+15
* | | | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-10/+0
|\ \ \ \ | |/ / / |/| | |
| * | | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-10/+0
* | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-192-22/+64
|\ \ \ \
| * | | | mm/arm64: override clear_young_dirty_ptes() batch helperLance Yang2024-05-051-0/+55
| * | | | mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)2024-04-251-3/+3
| * | | | arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song2024-04-251-17/+2
| * | | | mm/arm: remove pmd_thp_or_huge()Peter Xu2024-04-251-2/+0
| * | | | mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-251-1/+1
| * | | | mm/arm64: merge pXd_huge() and pXd_leaf() definitionsPeter Xu2024-04-251-0/+4
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-181-0/+132
|\ \ \ \
| * | | | arm64/io: Provide a WC friendly __iowriteXX_copy()Jason Gunthorpe2024-04-221-0/+132
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-05-159-74/+169
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini2024-05-129-74/+169
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch kvm-arm64/mpidr-reset into kvmarm-master/nextMarc Zyngier2024-05-091-0/+2
| | |\ \ \
| | | * | | KVM: arm64: Only reset vCPU-scoped feature ID regs onceOliver Upton2024-05-091-0/+2
| | | |/ /
| | * | | Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier2024-05-081-13/+3
| | |\ \ \
| | | * | | KVM: arm64: Convert kvm_mpidr_index() to bitmap_gather()Marc Zyngier2024-05-031-13/+3
| | | |/ /
| | * | | Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier2024-05-035-23/+30
| | |\ \ \
| | | * | | KVM: arm64: Introduce and use predicates that check for protected VMsFuad Tabba2024-05-011-4/+4
| | | * | | KVM: arm64: Add is_pkvm_initialized() helperQuentin Perret2024-05-011-4/+8
| | | * | | KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier2024-05-012-8/+4
| | | * | | KVM: arm64: Do not map the host fpsimd state to hyp in pKVMFuad Tabba2024-05-011-3/+0
| | | * | | KVM: arm64: Refactor checks for FP state ownershipFuad Tabba2024-05-012-4/+8
| | | * | | KVM: arm64: Move guest_owns_fp_regs() to increase its scopeFuad Tabba2024-05-011-0/+6
| | * | | | Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/nextMarc Zyngier2024-05-036-13/+70
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | KVM: arm64: Drop trapping of PAuth instructions/keysMarc Zyngier2024-04-202-5/+21
| | | * | | KVM: arm64: nv: Add emulation for ERETAx instructionsMarc Zyngier2024-04-202-0/+13
| | | * | | KVM: arm64: nv: Add kvm_has_pauth() helperMarc Zyngier2024-04-201-0/+15
| | | * | | KVM: arm64: nv: Handle HCR_EL2.{API,APK} independentlyMarc Zyngier2024-04-201-5/+0