aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-12-01arm64/sysreg: Standardise naming for MVFR0_EL1James Morse1-10/+10
2022-12-01arm64/sysreg: Standardise naming for ID_DFR1_EL1James Morse1-1/+1
2022-12-01arm64/sysreg: Standardise naming for ID_DFR0_EL1James Morse1-7/+7
2022-12-01arm64/sysreg: Standardise naming for ID_PFR2_EL1James Morse1-2/+2
2022-12-01arm64/sysreg: Standardise naming for ID_PFR1_EL1James Morse1-13/+13
2022-12-01arm64/sysreg: Standardise naming for ID_PFR0_EL1James Morse1-6/+6
2022-12-01arm64/sysreg: Standardise naming for ID_ISAR6_EL1James Morse1-7/+7
2022-12-01arm64/sysreg: Standardise naming for ID_ISAR5_EL1James Morse1-11/+11
2022-12-01arm64/sysreg: Standardise naming for ID_ISAR4_EL1James Morse1-9/+9
2022-12-01arm64/sysreg: Standardise naming for ID_ISAR0_EL1James Morse1-7/+7
2022-12-01arm64/sysreg: Standardise naming for ID_MMFR5_EL1James Morse1-1/+1
2022-12-01arm64/sysreg: Standardise naming for ID_MMFR4_EL1James Morse1-8/+8
2022-12-01arm64/sysreg: Standardise naming for ID_MMFR0_EL1James Morse1-8/+8
2022-12-01arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel2-57/+2
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-22/+0
2022-11-29arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark Brown1-28/+6
2022-11-29arm64/sve: Leave SVE enabled on syscall if we don't context switchMark Brown2-15/+12
2022-11-29arm64/fpsimd: SME no longer requires SVE register stateMark Brown2-4/+1
2022-11-29arm64/fpsimd: Load FP state based on recorded data typeMark Brown1-8/+32
2022-11-29arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVMMark Brown1-18/+4
2022-11-29arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown1-3/+24
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown4-16/+54
2022-11-29KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown1-0/+23
2022-11-29arm64/perf: Replace PMU version number '0' with ID_AA64DFR0_EL1_PMUVer_NIAnshuman Khandual1-1/+2
2022-11-29arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas2-10/+4
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas4-9/+16
2022-11-25arm64: armv8_deprecated: fix unused-function errorRen Zhijie1-1/+1
2022-11-25ftrace: arm64: remove static ftraceMark Rutland2-44/+0
2022-11-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-11-18arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual1-0/+7
2022-11-18arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland1-4/+5
2022-11-18arm64: alternatives: make apply_alternatives_vdso() staticMark Rutland1-1/+1
2022-11-18ftrace: arm64: move from REGS to ARGSMark Rutland4-108/+107
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel3-85/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-15arm64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-12/+4
2022-11-15arm64: armv8_deprecated: rework deprected instruction handlingMark Rutland2-182/+140
2022-11-15arm64: armv8_deprecated: move aarch32 helper earlierMark Rutland1-20/+19
2022-11-15arm64: armv8_deprecated move emulation functionsMark Rutland1-197/+197
2022-11-15arm64: armv8_deprecated: fold ops into insn_emulationMark Rutland1-43/+33
2022-11-15arm64: rework EL0 MRS emulationMark Rutland2-18/+8
2022-11-15arm64: factor insn read out of call_undef_hook()Mark Rutland1-9/+22
2022-11-15arm64: factor out EL1 SSBS emulation hookMark Rutland2-26/+15
2022-11-15arm64: split EL0/EL1 UNDEF handlersMark Rutland2-12/+14
2022-11-15arm64: allow kprobes on EL0 handlersMark Rutland2-6/+4
2022-11-15arm64: insn: simplify insn group identificationMark Rutland1-1/+1
2022-11-14arm64: Add architecture specific ACPI FFH Opregion callbacksSudeep Holla1-0/+106
2022-11-14arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACERSami Tolvanen1-1/+1
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+34
2022-11-11KVM: arm64: Don't unnecessarily map host kernel sections at EL2Quentin Perret1-6/+0