index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
entry.S
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
Revert "arm64: Stash shadow stack pointer in the task struct on interrupt"
Xiang Yang
1
-2
/
+6
2023-09-19
arm64: sdei: abort running SDEI handlers during crash
D Scott Phillips
1
-2
/
+25
2023-05-17
arm64: Stash shadow stack pointer in the task struct on interrupt
Ard Biesheuvel
1
-6
/
+2
2023-05-17
arm64: Always load shadow stack pointer directly from the task struct
Ard Biesheuvel
1
-2
/
+2
2022-03-11
arm64: Use the clearbhb instruction in mitigations
James Morse
1
-0
/
+8
2022-03-11
arm64: Add percpu vectors for EL1
James Morse
1
-6
/
+6
2022-03-11
arm64: entry: Add macro for reading symbol addresses from the trampoline
James Morse
1
-20
/
+16
2022-03-11
arm64: entry: Add vectors that have the bhb mitigation sequences
James Morse
1
-9
/
+44
2022-03-11
arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations
James Morse
1
-1
/
+34
2022-03-11
arm64: entry: Allow the trampoline text to occupy multiple pages
James Morse
1
-1
/
+1
2022-03-11
arm64: entry: Make the kpti trampoline's kpti sequence optional
James Morse
1
-6
/
+12
2022-03-11
arm64: entry: Move trampoline macros out of ifdef'd section
James Morse
1
-6
/
+5
2022-03-11
arm64: entry: Don't assume tramp_vectors is the start of the vectors
James Morse
1
-13
/
+15
2022-03-11
arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
James Morse
1
-5
/
+8
2022-03-11
arm64: entry: Move the trampoline data page before the text page
James Morse
1
-2
/
+7
2022-03-11
arm64: entry: Free up another register on kpti's tramp_exit path
James Morse
1
-6
/
+13
2022-03-11
arm64: entry: Make the trampoline cleanup optional
James Morse
1
-3
/
+7
2022-03-11
arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
James Morse
1
-1
/
+1
2022-03-11
arm64: entry.S: Add ventry overflow sanity checks
James Morse
1
-0
/
+3
2021-07-14
arm64: consistently use reserved_pg_dir
Mark Rutland
1
-2
/
+4
2021-05-19
arm64: entry: always set GIC_PRIO_PSR_I_SET during entry
Mark Rutland
1
-13
/
+2
2021-05-19
arm64: entry: factor irq triage logic into macros
Marc Zyngier
1
-37
/
+43
2021-04-21
arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomically
Catalin Marinas
1
-4
/
+6
2020-11-30
arm64: entry: fix non-NMI user<->kernel transitions
Mark Rutland
1
-22
/
+13
2020-11-30
arm64: entry: move el1 irq/nmi logic to C
Mark Rutland
1
-30
/
+4
2020-11-30
arm64: entry: prepare ret_to_user for function call
Mark Rutland
1
-4
/
+5
2020-10-29
arm64: Add workaround for Arm Cortex-A77 erratum 1508412
Rob Herring
1
-0
/
+3
2020-10-02
Merge branch 'for-next/mte' into for-next/core
Will Deacon
1
-0
/
+37
2020-09-29
arm64: Rewrite Spectre-v4 mitigation code
Will Deacon
1
-3
/
+3
2020-09-29
arm64: Remove Spectre-related CONFIG_* options
Will Deacon
1
-4
/
+0
2020-09-04
arm64: mte: Handle synchronous and asynchronous tag check faults
Vincenzo Frascino
1
-0
/
+37
2020-08-21
arm64: Move handling of erratum 1418040 into C code
Marc Zyngier
1
-21
/
+0
2020-08-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-48
/
+48
2020-07-31
Merge branch 'for-next/read-barrier-depends' into for-next/core
Catalin Marinas
1
-0
/
+1
2020-07-23
arm64/entry: deduplicate SW PAN entry/exit routines
Ard Biesheuvel
1
-48
/
+47
2020-07-21
arm64: Reduce the number of header files pulled into vmlinux.lds.S
Will Deacon
1
-0
/
+1
2020-07-08
arm64: entry: Tidy up block comments and label numbers
Will Deacon
1
-8
/
+14
2020-07-08
arm64: Rework ARM_ERRATUM_1414080 handling
Marc Zyngier
1
-15
/
+19
2020-05-28
Merge branch 'for-next/scs' into for-next/core
Will Deacon
1
-3
/
+35
2020-05-28
Merge branch 'for-next/bti' into for-next/core
Will Deacon
1
-13
/
+14
2020-05-18
arm64: scs: Use 'scs_sp' register alias for x18
Will Deacon
1
-5
/
+5
2020-05-15
arm64: scs: Add shadow stacks for SDEI
Sami Tolvanen
1
-1
/
+13
2020-05-15
arm64: Implement Shadow Call Stack
Sami Tolvanen
1
-2
/
+22
2020-05-04
arm64: entry: Refactor and modernise annotation for ret_to_user
Mark Brown
1
-13
/
+14
2020-04-28
arm64: remove ptrauth_keys_install_kernel sync arg
Mark Rutland
1
-2
/
+2
2020-03-25
Merge branch 'for-next/kernel-ptrauth' into for-next/core
Catalin Marinas
1
-0
/
+6
2020-03-18
arm64: suspend: restore the kernel ptrauth keys
Amit Daniel Kachhap
1
-2
/
+2
2020-03-18
arm64: initialize and switch ptrauth kernel keys
Kristina Martsenko
1
-0
/
+3
2020-03-18
arm64: install user ptrauth keys at kernel exit time
Kristina Martsenko
1
-0
/
+3
2020-03-09
arm64: sdei: Annotate SDEI entry points using new style annotations
Mark Brown
1
-6
/
+6
[next]