summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-05-24arm64: mte: Do not set PG_mte_tagged if tags were not initializedPeter Collingbourne1-5/+2
2023-05-11arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg2-0/+7
2023-05-11arm64: Stash shadow stack pointer in the task struct on interruptArd Biesheuvel1-7/+5
2023-05-11arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel2-3/+3
2023-04-13arm64: compat: Work around uninitialized variable warningArd Biesheuvel1-18/+14
2023-04-06arm64: efi: Set NX compat flag in PE/COFF headerArd Biesheuvel1-1/+1
2023-03-11arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas4-9/+16
2023-03-11arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois1-1/+1
2023-03-10arm64/cpufeature: Fix field sign for DIT hwcap detectionMark Brown1-1/+1
2023-02-01arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel1-0/+12
2023-02-01arm64: efi: Avoid workqueue to check whether EFI runtime is liveArd Biesheuvel2-1/+8
2023-02-01arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2-5/+49
2023-01-24efi: rt-wrapper: Add missing includeArd Biesheuvel1-0/+1
2023-01-24arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel2-1/+39
2023-01-18arm64: ptrace: Use ARM64_SME to guard the SME register enumerationsZenghui Yu1-1/+1
2023-01-18arm64/signal: Always accept SVE signal frames on SME only systemsMark Brown1-1/+6
2023-01-18arm64/signal: Always allocate SVE signal frames on SME only systemsMark Brown1-1/+1
2023-01-18elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas1-2/+2
2023-01-18arm64: mte: Avoid the racy walk of the vma list during core dumpCatalin Marinas1-30/+26
2023-01-18arm64: mte: Fix double-freeing of the temporary tag storage during coredumpCatalin Marinas1-1/+0
2023-01-07arm64: Prohibit instrumentation on arch_stack_walk()Masami Hiramatsu (Google)1-5/+5
2022-12-01Merge tag 'efi-fixes-for-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-57/+2
2022-12-01arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel2-57/+2
2022-11-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
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-11arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel1-18/+34
2022-11-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-10/+35
2022-11-05Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+57
2022-11-03arm64: cpufeature: Fix the visibility of compat hwcapsAmit Daniel Kachhap1-9/+33
2022-11-03arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2-2/+57
2022-11-01arm64: entry: avoid kprobe recursionMark Rutland1-1/+2
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra1-1/+6
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-10-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-2/+18
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2022-10-12arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips1-0/+6
2022-10-12arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas1-2/+7
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+12
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-40/+0
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+0
2022-10-07arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse1-0/+5
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds30-338/+939
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds10-14/+57
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-30Merge branch 'for-next/misc' into for-next/coreCatalin Marinas9-10/+489
2022-09-30Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas5-66/+63