aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2021-11-25KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1Catalin Marinas1-2/+2
2021-11-24arm64: uaccess: avoid blocking within critical sectionsMark Rutland1-7/+41
2021-11-16arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgdPingfan Liu1-1/+1
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland2-6/+11
2021-11-12Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-masterPaolo Bonzini2-1/+2
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+9
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-10/+0
2021-11-08KVM: arm64: Change the return type of kvm_vcpu_preferred_target()YueHaibing1-1/+1
2021-11-08KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland1-0/+1
2021-11-08arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann1-3/+9
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-22/+44
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-1/+5
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds34-183/+507
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-11-01Merge tag 'timers-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+23
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+3
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini10-24/+57
2021-10-29Merge branch 'for-next/vdso' into for-next/coreWill Deacon1-7/+0
2021-10-29Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon2-1/+19
2021-10-29Merge branch 'for-next/sve' into for-next/coreWill Deacon4-35/+155
2021-10-29Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon1-1/+0
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon5-6/+15
2021-10-29Merge branch 'for-next/mm' into for-next/coreWill Deacon2-2/+7
2021-10-29Merge branch 'for-next/misc' into for-next/coreWill Deacon2-1/+7
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon6-13/+94
2021-10-29Merge branch 'for-next/extable' into for-next/coreWill Deacon10-109/+175
2021-10-26arm64/sve: Add stub for sve_max_virtualisable_vl()Mark Brown1-0/+5
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu1-0/+4
2021-10-21arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose1-1/+15
2021-10-21arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2021-10-21arm64: extable: add load_unaligned_zeropad() handlerMark Rutland2-17/+19
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland3-32/+36
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland2-16/+35
2021-10-21arm64: extable: make fixup_exception() return boolMark Rutland1-5/+5
2021-10-21arm64: extable: consolidate definitionsMark Rutland4-34/+57
2021-10-21arm64: gpr-num: support W registersMark Rutland1-1/+5
2021-10-21arm64: factor out GPR numbering helpersMark Rutland2-17/+30
2021-10-21arm64: kvm: use kvm_exception_table_entryMark Rutland1-3/+4
2021-10-21arm64: vdso32: drop test for -march=armv8-aNick Desaulniers1-7/+0
2021-10-21arm64: vdso32: drop the test for dmb ishldNick Desaulniers1-1/+1
2021-10-21arm64/sve: Track vector lengths for tasks in an arrayMark Brown2-8/+38
2021-10-21arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown2-7/+2
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown2-15/+91
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown2-1/+11
2021-10-21arm64/sve: Make access to FFR optionalMark Brown2-9/+17
2021-10-21arm64/sve: Make sve_state_size() staticMark Brown1-2/+0
2021-10-21arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown1-2/+0
2021-10-19arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2-0/+2