index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
entry-common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-next/undef-traps' into for-next/core
Will Deacon
2022-12-06
1
-4
/
+4
|
\
|
*
arm64: split EL0/EL1 UNDEF handlers
Mark Rutland
2022-11-15
1
-2
/
+2
|
*
arm64: allow kprobes on EL0 handlers
Mark Rutland
2022-11-15
1
-2
/
+2
*
|
arm64: entry: Fix typo
Mukesh Ojha
2022-11-08
1
-8
/
+8
|
/
*
arm64: entry: avoid kprobe recursion
Mark Rutland
2022-11-01
1
-1
/
+2
*
arm64: rework BTI exception handling
Mark Rutland
2022-09-16
1
-1
/
+13
*
arm64: rework FPAC exception handling
Mark Rutland
2022-09-16
1
-2
/
+2
*
arm64: consistently pass ESR_ELx to die()
Mark Rutland
2022-09-16
1
-7
/
+7
*
context_tracking: Take NMI eqs entrypoints over RCU
Frederic Weisbecker
2022-07-05
1
-4
/
+4
*
context_tracking: Take IRQ eqs entrypoints over RCU
Frederic Weisbecker
2022-07-05
1
-3
/
+3
*
Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-05-24
1
-4
/
+4
|
\
|
*
lockdep: Fix -Wunused-parameter for _THIS_IP_
Nick Desaulniers
2022-04-05
1
-4
/
+4
*
|
Merge branch 'for-next/esr-elx-64-bit' into for-next/core
Catalin Marinas
2022-05-20
1
-3
/
+3
|
\
\
|
*
|
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
2022-04-29
1
-3
/
+3
|
|
/
*
/
arm64/sme: Implement traps and syscall handling for SME
Mark Brown
2022-04-22
1
-0
/
+11
|
/
*
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-22
1
-9
/
+19
|
\
|
*
arm64: Support PREEMPT_DYNAMIC
Mark Rutland
2022-02-19
1
-1
/
+9
|
*
arm64: entry: Centralize preemption decision
Mark Rutland
2022-02-19
1
-9
/
+11
*
|
arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
Peter Collingbourne
2022-02-22
1
-0
/
+3
|
/
*
arm64: Snapshot thread flags
Mark Rutland
2021-12-01
1
-1
/
+1
*
irq: arm64: perform irqentry in entry code
Mark Rutland
2021-10-26
1
-21
/
+31
*
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
|
/
[next]