index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core
Catalin Marinas
1
-12
/
+10
2020-11-30
arm64: entry: fix NMI {user, kernel}->kernel transitions
Mark Rutland
1
-5
/
+10
2020-11-30
arm64: entry: move enter_from_user_mode to entry-common.c
Mark Rutland
1
-7
/
+0
2020-11-23
arm64: expose FAR_EL1 tag bits in siginfo
Peter Collingbourne
1
-14
/
+15
2020-10-02
Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...
Will Deacon
1
-94
/
+38
2020-09-21
arm64: Move console stack display code to stacktrace.c
Mark Brown
1
-65
/
+0
2020-09-18
arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMM
Will Deacon
1
-0
/
+17
2020-09-14
arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()
Gavin Shan
1
-20
/
+0
2020-09-14
arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancements
Amit Daniel Kachhap
1
-0
/
+12
2020-09-14
arm64: traps: Allow force_signal_inject to pass esr error code
Amit Daniel Kachhap
1
-7
/
+7
2020-09-07
arm64: traps: Add str of description to panic() in die()
Yue Hu
1
-2
/
+2
2020-07-31
arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stack
Maninder Singh
1
-1
/
+1
2020-06-19
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+1
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-15
arm64: traps: Dump registers prior to panic() in bad_mode()
Will Deacon
1
-0
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-7
/
+1
2020-06-09
arm64: add show_stack_loglvl()
Dmitry Safonov
1
-2
/
+8
2020-06-09
arm64: add loglvl to dump_backtrace()
Dmitry Safonov
1
-7
/
+8
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-61
/
+72
2020-05-28
Merge branch 'for-next/bti' into for-next/core
Will Deacon
1
-60
/
+71
2020-05-19
hardirq/nmi: Allow nested nmi_enter()
Peter Zijlstra
1
-6
/
+2
2020-05-18
arm64: Call debug_traps_init() from trap_init() to help early kgdb
Douglas Anderson
1
-1
/
+1
2020-03-16
arm64: BTI: Reset BTYPE when skipping emulated instructions
Dave Martin
1
-0
/
+2
2020-03-16
arm64: traps: Shuffle code to eliminate forward declarations
Dave Martin
1
-52
/
+55
2020-03-16
arm64: unify native/compat instruction skipping
Dave Martin
1
-10
/
+8
2020-03-16
arm64: Basic Branch Target Identification support
Dave Martin
1
-0
/
+8
2019-12-08
sched/rt, arm64: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-0
/
+3
2019-10-28
Merge branch 'for-next/entry-s-to-c' into for-next/core
Catalin Marinas
1
-4
/
+8
2019-10-28
arm64: Remove asmlinkage from updated functions
James Morse
1
-4
/
+4
2019-10-28
arm64: remove __exception annotations
James Morse
1
-3
/
+7
2019-10-25
arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419
James Morse
1
-1
/
+7
2019-10-25
arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419
James Morse
1
-0
/
+3
2019-09-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+15
2019-08-21
arm64: entry: Move ct_user_exit before any other exception
James Morse
1
-0
/
+9
2019-08-13
arm64: constify sys64_hook instances
Mark Rutland
1
-5
/
+5
2019-08-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2019-08-05
arm64: esr: Add ESR exception class encoding for trapped ERET
Will Deacon
1
-0
/
+1
2019-07-26
KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new EC
Zenghui Yu
1
-0
/
+1
2019-07-22
arm64: stacktrace: Factor out backtrace initialisation
Dave Martin
1
-7
/
+6
2019-07-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+4
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-16
/
+7
2019-07-05
arm64: Update silicon-errata.txt for Neoverse-N1 #1349291
James Morse
1
-0
/
+4
2019-06-26
arm64: rename dump_instr as dump_kernel_instr
jinho lim
1
-16
/
+7
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-1
/
+1
2019-05-29
signal/arm64: Use force_sig not force_sig_fault for SIGKILL
Eric W. Biederman
1
-1
/
+4
2019-05-27
signal: Remove task parameter from force_sig_mceerr
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-1
/
+1
[next]