index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
entry.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: entry: simplify kernel_exit logic
Mark Rutland
2024-01-18
1
-5
/
+4
*
arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
Mark Rutland
2024-01-18
1
-9
/
+13
*
arm64: Rename ARM64_WORKAROUND_2966298
Rob Herring
2024-01-12
1
-1
/
+1
*
arm64: errata: Add Cortex-A520 speculative unprivileged load workaround
Rob Herring
2023-09-29
1
-0
/
+4
*
arm64: sdei: abort running SDEI handlers during crash
D Scott Phillips
2023-08-04
1
-2
/
+25
*
arm64: entry: Simplify tramp_alias macro and tramp_exit routine
Ard Biesheuvel
2023-05-25
1
-27
/
+20
*
arm64: entry: Preserve/restore X29 even for compat tasks
Ard Biesheuvel
2023-05-25
1
-10
/
+0
*
-
.
Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...
Catalin Marinas
2023-02-10
1
-18
/
+23
|
\
\
|
|
*
arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucap
Mark Rutland
2023-01-31
1
-9
/
+16
|
|
*
arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKING
Mark Rutland
2023-01-31
1
-2
/
+2
|
|
/
|
/
|
|
*
arm64: Stash shadow stack pointer in the task struct on interrupt
Ard Biesheuvel
2023-01-20
1
-7
/
+5
|
*
arm64: Always load shadow stack pointer directly from the task struct
Ard Biesheuvel
2023-01-20
1
-2
/
+2
|
/
*
arm64: Enable data independent timing (DIT) in the kernel
Ard Biesheuvel
2022-11-08
1
-0
/
+3
*
arm64: alternatives: have callbacks take a cap
Mark Rutland
2022-09-16
1
-4
/
+4
*
arm64: Fix comment typo
Kuan-Ying Lee
2022-08-23
1
-1
/
+1
*
arm64: entry: simplify trampoline data page
Ard Biesheuvel
2022-06-24
1
-31
/
+22
*
arm64: entry: use stackleak_erase_on_task_stack()
Mark Rutland
2022-05-08
1
-1
/
+1
*
Merge branch 'for-next/spectre-bhb' into for-next/core
Will Deacon
2022-03-14
1
-57
/
+157
|
\
|
*
arm64: Use the clearbhb instruction in mitigations
James Morse
2022-02-24
1
-0
/
+8
|
*
arm64: Add percpu vectors for EL1
James Morse
2022-02-16
1
-6
/
+6
|
*
arm64: entry: Add macro for reading symbol addresses from the trampoline
James Morse
2022-02-16
1
-21
/
+16
|
*
arm64: entry: Add vectors that have the bhb mitigation sequences
James Morse
2022-02-16
1
-9
/
+44
|
*
arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations
James Morse
2022-02-15
1
-1
/
+34
|
*
arm64: entry: Allow the trampoline text to occupy multiple pages
James Morse
2022-02-15
1
-1
/
+1
|
*
arm64: entry: Make the kpti trampoline's kpti sequence optional
James Morse
2022-02-15
1
-6
/
+12
|
*
arm64: entry: Move trampoline macros out of ifdef'd section
James Morse
2022-02-15
1
-6
/
+5
|
*
arm64: entry: Don't assume tramp_vectors is the start of the vectors
James Morse
2022-02-15
1
-13
/
+15
|
*
arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
James Morse
2022-02-15
1
-5
/
+8
|
*
arm64: entry: Move the trampoline data page before the text page
James Morse
2022-02-15
1
-2
/
+7
|
*
arm64: entry: Free up another register on kpti's tramp_exit path
James Morse
2022-02-15
1
-6
/
+13
|
*
arm64: entry: Make the trampoline cleanup optional
James Morse
2022-02-15
1
-3
/
+7
|
*
arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
James Morse
2022-02-15
1
-1
/
+1
|
*
arm64: entry.S: Add ventry overflow sanity checks
James Morse
2022-02-15
1
-0
/
+3
*
|
Merge branch 'for-next/mte' into for-next/core
Will Deacon
2022-03-14
1
-7
/
+0
|
\
\
|
*
|
arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
Peter Collingbourne
2022-02-22
1
-7
/
+0
|
|
/
*
/
arm64: entry: Save some nops when CONFIG_ARM64_PSEUDO_NMI is not set
He Ying
2022-02-15
1
-0
/
+4
|
/
*
arm64: entry: Use SDEI event constants
Florian Fainelli
2021-12-06
1
-2
/
+4
*
arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabled
Peter Collingbourne
2021-09-29
1
-5
/
+5
*
Merge branch 'for-next/entry' into for-next/core
Catalin Marinas
2021-08-26
1
-45
/
+3
|
\
|
*
arm64: entry: call exit_to_user_mode() from C
Mark Rutland
2021-08-05
1
-2
/
+2
|
*
arm64: entry: move bulk of ret_to_user to C
Mark Rutland
2021-08-05
1
-45
/
+3
|
|
|
\
*
-
.
\
Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...
Catalin Marinas
2021-08-26
1
-24
/
+42
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
arm64: entry: Add SYM_CODE annotation for __bad_stack
Mark Brown
2021-08-06
1
-1
/
+3
|
|
/
|
/
|
|
*
arm64: kasan: mte: use a constant kernel GCR_EL1 value
Mark Rutland
2021-08-02
1
-3
/
+2
|
*
arm64: avoid double ISB on kernel entry
Peter Collingbourne
2021-07-28
1
-2
/
+13
|
*
arm64: mte: optimize GCR_EL1 modification on kernel entry/exit
Peter Collingbourne
2021-07-28
1
-8
/
+4
|
*
arm64: mte: rename gcr_user_excl to mte_ctrl
Peter Collingbourne
2021-07-28
1
-2
/
+2
|
*
arm64: mte: avoid TFSRE0_EL1 related operations unless in async mode
Peter Collingbourne
2021-07-27
1
-9
/
+19
|
/
*
Merge branch 'for-next/entry' into for-next/core
Will Deacon
2021-06-24
1
-268
/
+91
|
\
|
*
arm64: entry: handle all vectors with C
Mark Rutland
2021-06-07
1
-101
/
+45
[next]