index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
traps.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: armv8_deprecated: rework deprected instruction handling
Mark Rutland
2022-11-15
1
-39
/
+1
*
arm64: rework EL0 MRS emulation
Mark Rutland
2022-11-15
1
-0
/
+3
*
arm64: factor insn read out of call_undef_hook()
Mark Rutland
2022-11-15
1
-9
/
+22
*
arm64: factor out EL1 SSBS emulation hook
Mark Rutland
2022-11-15
1
-7
/
+8
*
arm64: split EL0/EL1 UNDEF handlers
Mark Rutland
2022-11-15
1
-10
/
+12
*
arm64: allow kprobes on EL0 handlers
Mark Rutland
2022-11-15
1
-4
/
+2
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-10-06
1
-19
/
+29
|
\
|
*
arm64: rework BTI exception handling
Mark Rutland
2022-09-16
1
-3
/
+7
|
*
arm64: rework FPAC exception handling
Mark Rutland
2022-09-16
1
-6
/
+10
|
*
arm64: consistently pass ESR_ELx to die()
Mark Rutland
2022-09-16
1
-7
/
+7
|
*
arm64: die(): pass 'err' as long
Mark Rutland
2022-09-16
1
-3
/
+3
|
*
arm64: report EL1 UNDEFs better
Mark Rutland
2022-09-16
1
-1
/
+3
*
|
arm64: Add CFI error handling
Sami Tolvanen
2022-09-26
1
-3
/
+44
|
/
*
arm64/sysreg: Standardise naming for CTR_EL0 fields
Mark Brown
2022-07-05
1
-3
/
+3
*
Merge branch 'for-next/esr-elx-64-bit' into for-next/core
Catalin Marinas
2022-05-20
1
-33
/
+33
|
\
|
*
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
2022-04-29
1
-33
/
+33
*
|
arm64/sme: System register and exception syndrome definitions
Mark Brown
2022-04-22
1
-0
/
+1
|
/
*
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-24
1
-1
/
+1
|
\
|
*
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
2022-02-25
1
-1
/
+1
*
|
arm64: drop unused includes of <linux/personality.h>
Sagar Patel
2022-03-08
1
-1
/
+0
|
/
*
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-17
1
-1
/
+1
|
\
|
*
exit: Add and use make_task_dead.
Eric W. Biederman
2021-12-13
1
-1
/
+1
*
|
arm64/bpf: Remove 128MB limit for BPF JIT programs
Russell King
2021-11-08
1
-1
/
+1
|
/
*
Merge branch 'for-next/misc' into for-next/core
Will Deacon
2021-10-29
1
-2
/
+2
|
\
|
*
arm64/traps: Avoid unnecessary kernel/user pointer conversion
Amit Daniel Kachhap
2021-09-29
1
-2
/
+2
*
|
Merge branch 'for-next/extable' into for-next/core
Will Deacon
2021-10-29
1
-7
/
+2
|
\
\
|
*
|
arm64: extable: add a dedicated uaccess handler
Mark Rutland
2021-10-21
1
-7
/
+2
|
|
/
*
/
arm64: Add handling of CNTVCTSS traps
Marc Zyngier
2021-10-19
1
-0
/
+11
|
/
*
Merge branch 'for-next/insn' into for-next/core
Will Deacon
2021-06-24
1
-0
/
+99
|
\
|
*
arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>
Mark Rutland
2021-06-11
1
-0
/
+1
|
*
arm64: insn: decouple patching from insn code
Mark Rutland
2021-06-11
1
-0
/
+1
|
*
arm64: Move aarch32 condition check functions
Julien Thierry
2021-05-27
1
-1
/
+98
*
|
arm64: entry: split bad stack entry
Mark Rutland
2021-06-07
1
-5
/
+1
*
|
arm64: entry: handle all vectors with C
Mark Rutland
2021-06-07
1
-1
/
+1
*
|
arm64: entry: move bad_mode() to entry-common.c
Mark Rutland
2021-06-07
1
-25
/
+0
*
|
arm64: entry: convert SError handlers to C
Mark Rutland
2021-06-07
1
-5
/
+1
*
|
arm64: remove redundant local_daif_mask() in bad_mode()
Mark Rutland
2021-06-07
1
-1
/
+0
|
/
*
arm64: improve whitespace
Zhiyuan Dai
2021-02-04
1
-1
/
+1
*
arm64: traps: remove duplicate include statement
Tian Tao
2021-01-05
1
-1
/
+0
*
Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core
Catalin Marinas
2020-12-09
1
-12
/
+10
|
\
|
*
arm64: entry: fix NMI {user, kernel}->kernel transitions
Mark Rutland
2020-11-30
1
-5
/
+10
|
*
arm64: entry: move enter_from_user_mode to entry-common.c
Mark Rutland
2020-11-30
1
-7
/
+0
*
|
arm64: expose FAR_EL1 tag bits in siginfo
Peter Collingbourne
2020-11-23
1
-14
/
+15
|
/
*
-
-
-
-
-
.
Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...
Will Deacon
2020-10-02
1
-94
/
+38
|
\
\
\
\
|
|
|
|
*
arm64: Move console stack display code to stacktrace.c
Mark Brown
2020-09-21
1
-65
/
+0
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancements
Amit Daniel Kachhap
2020-09-14
1
-0
/
+12
|
|
|
*
arm64: traps: Allow force_signal_inject to pass esr error code
Amit Daniel Kachhap
2020-09-14
1
-7
/
+7
|
|
_
|
/
|
/
|
|
|
|
*
arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()
Gavin Shan
2020-09-14
1
-20
/
+0
|
|
*
arm64: traps: Add str of description to panic() in die()
Yue Hu
2020-09-07
1
-2
/
+2
|
|
/
|
/
|
|
*
arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMM
Will Deacon
2020-09-18
1
-0
/
+17
|
/
[next]