index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
entry-common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: entry: call exit_to_user_mode() from C
Mark Rutland
2021-08-05
1
-28
/
+46
*
arm64: entry: move bulk of ret_to_user to C
Mark Rutland
2021-08-05
1
-2
/
+19
*
arm64: entry: clarify entry/exit helpers
Mark Rutland
2021-08-05
1
-7
/
+63
*
arm64: entry: consolidate entry/exit helpers
Mark Rutland
2021-08-05
1
-42
/
+42
*
arm64: entry: add missing noinstr
Mark Rutland
2021-07-15
1
-1
/
+1
*
arm64: entry: make NMI entry/exit functions static
Mark Rutland
2021-06-07
1
-2
/
+2
*
arm64: entry: split SDEI entry
Mark Rutland
2021-06-07
1
-0
/
+37
*
arm64: entry: split bad stack entry
Mark Rutland
2021-06-07
1
-0
/
+11
*
arm64: entry: fold el1_inv() into el1h_64_sync_handler()
Mark Rutland
2021-06-07
1
-10
/
+1
*
arm64: entry: handle all vectors with C
Mark Rutland
2021-06-07
1
-23
/
+28
*
arm64: entry: improve bad_mode()
Mark Rutland
2021-06-07
1
-15
/
+16
*
arm64: entry: move bad_mode() to entry-common.c
Mark Rutland
2021-06-07
1
-0
/
+27
*
arm64: entry: convert IRQ+FIQ handlers to C
Mark Rutland
2021-06-07
1
-3
/
+90
*
arm64: entry: move NMI preempt logic to C
Mark Rutland
2021-06-07
1
-0
/
+9
*
arm64: entry: move arm64_preempt_schedule_irq to entry-common.c
Mark Rutland
2021-06-07
1
-0
/
+20
*
arm64: entry: convert SError handlers to C
Mark Rutland
2021-06-07
1
-0
/
+32
*
arm64: entry: unmask IRQ+FIQ after EL0 handling
Mark Rutland
2021-06-07
1
-1
/
+1
*
arm64: entry: always set GIC_PRIO_PSR_I_SET during entry
Mark Rutland
2021-05-05
1
-17
/
+0
*
arm64: mte: Enable async tag check fault
Vincenzo Frascino
2021-04-11
1
-0
/
+6
*
arm64: entry: consolidate Cortex-A76 erratum 1463225 workaround
Mark Rutland
2021-02-08
1
-1
/
+53
*
Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core
Catalin Marinas
2020-12-09
1
-64
/
+190
|
\
|
*
arm64: entry: fix EL1 debug transitions
Mark Rutland
2020-11-30
1
-0
/
+26
|
*
arm64: entry: fix NMI {user, kernel}->kernel transitions
Mark Rutland
2020-11-30
1
-2
/
+32
|
*
arm64: entry: fix non-NMI kernel<->kernel transitions
Mark Rutland
2020-11-30
1
-3
/
+64
|
*
arm64: entry: fix non-NMI user<->kernel transitions
Mark Rutland
2020-11-30
1
-14
/
+26
|
*
arm64: entry: move el1 irq/nmi logic to C
Mark Rutland
2020-11-30
1
-0
/
+16
|
*
arm64: entry: move enter_from_user_mode to entry-common.c
Mark Rutland
2020-11-30
1
-0
/
+6
|
*
arm64: entry: mark entry code as noinstr
Mark Rutland
2020-11-30
1
-50
/
+25
*
|
arm64: expose FAR_EL1 tag bits in siginfo
Peter Collingbourne
2020-11-23
1
-2
/
+0
|
/
*
arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancements
Amit Daniel Kachhap
2020-09-14
1
-0
/
+21
*
arm64: entry: Fix the typo in the comment of el1_dbg()
Kevin Hao
2020-07-08
1
-1
/
+1
*
Merge branch 'for-next/bti' into for-next/core
Will Deacon
2020-05-28
1
-0
/
+11
|
\
|
*
Merge branch 'for-next/bti-user' into for-next/bti
Will Deacon
2020-05-05
1
-0
/
+11
|
|
\
|
|
*
arm64: Basic Branch Target Identification support
Dave Martin
2020-03-16
1
-0
/
+11
*
|
|
arm64: entry: remove unneeded semicolon in el1_sync_handler()
Jason Yan
2020-04-28
1
-1
/
+1
|
/
/
*
/
arm64: entry: unmask IRQ in el0_sp()
Mark Rutland
2020-03-11
1
-1
/
+1
|
/
*
arm64: entry: cleanup el0 svc handler naming
Mark Rutland
2020-01-17
1
-2
/
+2
*
arm64: entry: mark all entry code as notrace
Mark Rutland
2020-01-17
1
-2
/
+2
*
arm64: entry-common: don't touch daif before bp-hardening
James Morse
2019-10-28
1
-3
/
+15
*
arm64: entry: convert el0_sync to C
Mark Rutland
2019-10-28
1
-0
/
+222
*
arm64: entry: convert el1_sync to C
Mark Rutland
2019-10-28
1
-0
/
+98