summary refs log tree commit diff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2023-09-02arm64: module: Use module_init_layout_section() to spot init sectionsJames Morse
2023-09-02arm64: module-plts: inline linux/moduleloader.hArnd Bergmann
2023-08-23arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown
2023-08-11arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown
2023-08-11arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsMark Brown
2023-08-11arm64/fpsimd: Clear SME state in the target task when setting the VLMark Brown
2023-08-11arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEMark Brown
2023-08-03arm64/sme: Set new vector length before reallocatingMark Brown
2023-08-03arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2Oliver Upton
2023-07-27arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesMark Brown
2023-06-09arm64: vdso: Pass (void *) to virt_to_page()Linus Walleij
2023-05-24arm64: mte: Do not set PG_mte_tagged if tags were not initializedPeter Collingbourne
2023-05-11arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg
2023-05-11arm64: Stash shadow stack pointer in the task struct on interruptArd Biesheuvel
2023-05-11arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel
2023-04-13arm64: compat: Work around uninitialized variable warningArd Biesheuvel
2023-04-06arm64: efi: Set NX compat flag in PE/COFF headerArd Biesheuvel
2023-03-11arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas
2023-03-11arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois
2023-03-10arm64/cpufeature: Fix field sign for DIT hwcap detectionMark Brown
2023-02-01arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel
2023-02-01arm64: efi: Avoid workqueue to check whether EFI runtime is liveArd Biesheuvel
2023-02-01arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel
2023-01-24efi: rt-wrapper: Add missing includeArd Biesheuvel
2023-01-24arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel
2023-01-18arm64: ptrace: Use ARM64_SME to guard the SME register enumerationsZenghui Yu
2023-01-18arm64/signal: Always accept SVE signal frames on SME only systemsMark Brown
2023-01-18arm64/signal: Always allocate SVE signal frames on SME only systemsMark Brown
2023-01-18elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas
2023-01-18arm64: mte: Avoid the racy walk of the vma list during core dumpCatalin Marinas
2023-01-18arm64: mte: Fix double-freeing of the temporary tag storage during coredumpCatalin Marinas
2023-01-07arm64: Prohibit instrumentation on arch_stack_walk()Masami Hiramatsu (Google)
2022-12-01Merge tag 'efi-fixes-for-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-01arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel
2022-11-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-11-14arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACERSami Tolvanen
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-10arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel
2022-11-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-11-04Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-03arm64: cpufeature: Fix the visibility of compat hwcapsAmit Daniel Kachhap
2022-11-03arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel
2022-11-01arm64: entry: avoid kprobe recursionMark Rutland
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-12arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips
2022-10-12arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld