summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: mte: Do not set PG_mte_tagged if tags were not initializedPeter Collingbourne2023-05-241-5/+2
* arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg2023-05-112-0/+7
* arm64: Stash shadow stack pointer in the task struct on interruptArd Biesheuvel2023-05-111-7/+5
* arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel2023-05-112-3/+3
* arm64: compat: Work around uninitialized variable warningArd Biesheuvel2023-04-131-18/+14
* arm64: efi: Set NX compat flag in PE/COFF headerArd Biesheuvel2023-04-061-1/+1
* arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2023-03-114-9/+16
* arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois2023-03-111-1/+1
* arm64/cpufeature: Fix field sign for DIT hwcap detectionMark Brown2023-03-101-1/+1
* arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel2023-02-011-0/+12
* arm64: efi: Avoid workqueue to check whether EFI runtime is liveArd Biesheuvel2023-02-012-1/+8
* arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2023-02-012-5/+49
* efi: rt-wrapper: Add missing includeArd Biesheuvel2023-01-241-0/+1
* arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel2023-01-242-1/+39
* arm64: ptrace: Use ARM64_SME to guard the SME register enumerationsZenghui Yu2023-01-181-1/+1
* arm64/signal: Always accept SVE signal frames on SME only systemsMark Brown2023-01-181-1/+6
* arm64/signal: Always allocate SVE signal frames on SME only systemsMark Brown2023-01-181-1/+1
* elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2023-01-181-2/+2
* arm64: mte: Avoid the racy walk of the vma list during core dumpCatalin Marinas2023-01-181-30/+26
* arm64: mte: Fix double-freeing of the temporary tag storage during coredumpCatalin Marinas2023-01-181-1/+0
* arm64: Prohibit instrumentation on arch_stack_walk()Masami Hiramatsu (Google)2023-01-071-5/+5
* Merge tag 'efi-fixes-for-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-012-57/+2
|\
| * arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel2022-12-012-57/+2
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-11-181-1/+1
|\ \
| * | arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACERSami Tolvanen2022-11-141-1/+1
* | | Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-131-18/+34
|\ \ \ | |/ / |/| / | |/
| * arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel2022-11-101-18/+34
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-11-042-10/+35
|\ \
| * | arm64: cpufeature: Fix the visibility of compat hwcapsAmit Daniel Kachhap2022-11-031-9/+33
| * | arm64: entry: avoid kprobe recursionMark Rutland2022-11-011-1/+2
* | | Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-042-2/+57
|\ \ \ | | |/ | |/|
| * | arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2022-11-032-2/+57
| |/
* / ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-201-1/+6
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-10-143-2/+18
|\ \
| * | arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips2022-10-121-0/+6
| * | arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2022-10-121-2/+7
| * | arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse2022-10-071-0/+5
* | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-4/+0
|\ \ \ | |_|/ |/| |
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-4/+0
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-7/+12
|\ \ \
| * | | arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam R. Howlett2022-09-261-6/+10
| * | | arm64: remove mmap linked list from vdsoMatthew Wilcox (Oracle)2022-09-261-1/+2
| |/ /
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-2/+2
|\ \ \
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
* | | | Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-091-40/+0
|\ \ \ \
| * | | | arm64: topology: move store_cpu_topology() to shared codeConor Dooley2022-08-151-40/+0
* | | | | Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-091-13/+0
|\ \ \ \ \