summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-06-20KVM: arm64: unify code to prepare trapsSebastian Ott2-32/+10
2024-06-20KVM: arm64: nv: Use accessors for modifying ID registersOliver Upton1-1/+0
2024-06-20KVM: arm64: Add helper for writing ID regsOliver Upton1-1/+2
2024-06-20KVM: arm64: Use read-only helper for reading VM ID registersOliver Upton1-1/+15
2024-06-19arm64: word-at-a-time: improve byte count calculations for LELinus Torvalds1-8/+3
2024-06-19arm64: start using 'asm goto' for put_user()Linus Torvalds2-34/+39
2024-06-19arm64: start using 'asm goto' for get_user() when availableLinus Torvalds1-23/+98
2024-06-19arm64: mm: Permit PTE SW bits to change in live mappingsRyan Roberts1-0/+1
2024-06-19KVM: arm64: nv: Tag shadow S2 entries with guest's leaf S2 levelMarc Zyngier1-0/+8
2024-06-19KVM: arm64: nv: Handle FEAT_TTL hinted TLB operationsMarc Zyngier1-0/+2
2024-06-19KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1Marc Zyngier1-0/+7
2024-06-19KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidationMarc Zyngier2-0/+72
2024-06-19KVM: arm64: nv: Add Stage-1 EL2 invalidation primitivesMarc Zyngier1-0/+2
2024-06-19KVM: arm64: nv: Unmap/flush shadow stage 2 page tablesChristoffer Dall2-0/+5
2024-06-19KVM: arm64: nv: Handle shadow stage 2 page faultsMarc Zyngier1-0/+33
2024-06-19KVM: arm64: nv: Implement nested Stage-2 page table walk logicChristoffer Dall2-0/+14
2024-06-19KVM: arm64: nv: Support multiple nested Stage-2 mmu structuresMarc Zyngier3-0/+66
2024-06-12arm64: errata: Unify speculative SSBS errata logicMark Rutland1-1/+1
2024-06-12arm64: cputype: Add Cortex-X925 definitionsMark Rutland1-0/+2
2024-06-12arm64: cputype: Add Cortex-A720 definitionsMark Rutland1-0/+2
2024-06-12arm64: cputype: Add Cortex-X3 definitionsMark Rutland1-0/+2
2024-06-12arm64: mte: Make mte_check_tfsr_*() conditional on KASAN instead of MTEPeter Collingbourne1-2/+2
2024-06-12arm64: implement raw_smp_processor_id() using thread_infoPuranjay Mohan1-12/+1
2024-06-12arm64/arch_timer: include <linux/percpu.h>Puranjay Mohan1-1/+1
2024-06-12KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson1-1/+0
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-11/+0
2024-06-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-20/+16
2024-06-05arm64/io: add constant-argument checkArnd Bergmann1-20/+16
2024-06-04KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba2-8/+7
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba1-2/+8
2024-06-04KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba3-0/+27
2024-06-04KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba2-0/+68
2024-06-04KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_stateFuad Tabba1-2/+2
2024-06-04KVM: arm64: Reintroduce __sve_save_stateFuad Tabba1-0/+1
2024-05-24Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+3
2024-05-24mseal: wire up mseal syscallJeff Xu2-1/+3
2024-05-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-0/+11
2024-05-23Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+15
2024-05-22Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon1-0/+1
2024-05-21arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRYJiangfeng Xiao1-0/+1
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+0
2024-05-20arm64: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+15
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+64
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+132
2024-05-17Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon1-1/+0
2024-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-74/+169
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+8
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds9-85/+158
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-05-13bpf, arm64: inline bpf_get_smp_processor_id() helperPuranjay Mohan1-0/+1