summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-12-06Merge branch 'for-next/undef-traps' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/trivial' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/sysregs' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/sve-state' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/stacks' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/perf' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/kprobes' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/insn' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/ftrace' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/errata' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/dynamic-scs' into for-next/coreWill Deacon
2022-12-05arm64: kprobes: Return DBG_HOOK_ERROR if kprobes can not handle a BRKMasami Hiramatsu (Google)
2022-12-05arm64: kprobes: Let arch do_page_fault() fix up page fault in user handlerMasami Hiramatsu (Google)
2022-12-05arm64: Prohibit instrumentation on arch_stack_walk()Masami Hiramatsu (Google)
2022-12-05arm64: alternatives: add __init/__initconst to some functions/variablesJisheng Zhang
2022-12-01Merge tag 'efi-fixes-for-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-01arm64/sysreg: Standardise naming for MVFR2_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for MVFR1_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for MVFR0_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_DFR1_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_DFR0_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_PFR2_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_PFR1_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_PFR0_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_ISAR6_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_ISAR5_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_ISAR4_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_ISAR0_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_MMFR5_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_MMFR4_EL1James Morse
2022-12-01arm64/sysreg: Standardise naming for ID_MMFR0_EL1James Morse
2022-12-01arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel
2022-11-29arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark Brown
2022-11-29arm64/sve: Leave SVE enabled on syscall if we don't context switchMark Brown
2022-11-29arm64/fpsimd: SME no longer requires SVE register stateMark Brown
2022-11-29arm64/fpsimd: Load FP state based on recorded data typeMark Brown
2022-11-29arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVMMark Brown
2022-11-29arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown
2022-11-29KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown
2022-11-29arm64/perf: Replace PMU version number '0' with ID_AA64DFR0_EL1_PMUVer_NIAnshuman Khandual
2022-11-25arm64: armv8_deprecated: fix unused-function errorRen Zhijie
2022-11-25ftrace: arm64: remove static ftraceMark Rutland
2022-11-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-11-18arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual
2022-11-18arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland
2022-11-18arm64: alternatives: make apply_alternatives_vdso() staticMark Rutland
2022-11-18ftrace: arm64: move from REGS to ARGSMark Rutland