index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
traps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-11-15
1
-71
/
+38
|
\
|
*
arm64/sve: Core task context handling
Dave Martin
2017-11-03
1
-3
/
+3
|
*
arm64/sve: System register and exception syndrome definitions
Dave Martin
2017-11-03
1
-0
/
+1
|
*
arm64: entry.S: move SError handling into a C function for future expansion
Xie XiuQi
2017-11-02
1
-0
/
+13
|
*
arm64: explicitly mask all exceptions
James Morse
2017-11-02
1
-1
/
+2
|
*
arm64: traps: Don't print stack or raw PC/LR values in backtraces
Will Deacon
2017-10-27
1
-62
/
+3
|
*
arm64: Fix single stepping in kernel traps
Julien Thierry
2017-10-25
1
-5
/
+16
*
|
arm64: ensure __dump_instr() checks addr_limit
Mark Rutland
2017-11-02
1
-1
/
+1
|
/
*
Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...
Catalin Marinas
2017-08-15
1
-4
/
+40
|
\
|
*
arm64: add VMAP_STACK overflow detection
Mark Rutland
2017-08-15
1
-0
/
+39
|
*
arm64: add on_accessible_stack()
Mark Rutland
2017-08-15
1
-2
/
+1
|
*
arm64: remove __die()'s stack dump
Mark Rutland
2017-08-15
1
-2
/
+0
*
|
Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...
Catalin Marinas
2017-08-09
1
-27
/
+7
|
\
\
|
|
/
|
*
arm64: unwind: remove sp from struct stackframe
Ard Biesheuvel
2017-08-09
1
-2
/
+0
|
*
arm64: unwind: reference pt_regs via embedded stack frame
Ard Biesheuvel
2017-08-09
1
-25
/
+7
|
*
arm64: unwind: avoid percpu indirection for irq stack
Mark Rutland
2017-08-08
1
-1
/
+1
*
|
arm64: Handle trapped DC CVAP
Robin Murphy
2017-08-09
1
-0
/
+3
*
|
arm64: syscallno is secretly an int, make it official
Dave Martin
2017-08-07
1
-1
/
+1
*
|
arm64: Use arch_timer_get_rate when trapping CNTFRQ_EL0
Marc Zyngier
2017-08-01
1
-1
/
+1
|
/
*
arm64: traps: disable irq in die()
Qiao Zhou
2017-07-20
1
-2
/
+6
*
arm64: fix endianness annotation in call_undef_hook()
Luc Van Oostenryck
2017-06-29
1
-6
/
+8
*
arm64: Add dump_backtrace() in show_regs
Kefeng Wang
2017-05-30
1
-3
/
+1
*
arm64: traps: fix userspace cache maintenance emulation on a tagged pointer
Kristina Martsenko
2017-05-09
1
-2
/
+2
*
arm64: Add CNTFRQ_EL0 trap handler
Marc Zyngier
2017-04-24
1
-0
/
+14
*
arm64: Add CNTVCT_EL0 trap handler
Marc Zyngier
2017-04-07
1
-0
/
+14
*
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-02-22
1
-3
/
+10
|
\
|
*
arm64: traps: correctly handle MRS/MSR with XZR
Mark Rutland
2017-02-15
1
-2
/
+4
|
*
arm64: handle sys and undef traps consistently
Mark Rutland
2017-01-27
1
-1
/
+6
|
*
arm64: cpufeature: Track user visible fields
Suzuki K Poulose
2017-01-10
1
-1
/
+1
*
|
arm64: avoid returning from bad_mode
Mark Rutland
2017-01-19
1
-4
/
+24
|
/
*
arm64: Disable TTBR0_EL1 during normal kernel execution
Catalin Marinas
2016-11-21
1
-3
/
+6
*
arm64: prep stack walkers for THREAD_INFO_IN_TASK
Mark Rutland
2016-11-11
1
-0
/
+5
*
arm64: traps: simplify die() and __die()
Mark Rutland
2016-11-11
1
-7
/
+6
*
arm64: factor out current_stack_pointer
Mark Rutland
2016-11-11
1
-0
/
+1
*
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
James Morse
2016-10-20
1
-1
/
+2
*
arm64: Cortex-A53 errata workaround: check for kernel addresses
Andre Przywara
2016-10-20
1
-12
/
+15
*
arm64: fix dump_backtrace/unwind_frame with NULL tsk
Mark Rutland
2016-09-26
1
-5
/
+5
*
arm64: Work around systems with mismatched cache line sizes
Suzuki K Poulose
2016-09-09
1
-0
/
+14
*
arm64: Refactor sysinstr exception handling
Suzuki K Poulose
2016-09-09
1
-26
/
+47
*
arm64: trap userspace "dc cvau" cache operation on errata-affected core
Andre Przywara
2016-07-01
1
-0
/
+60
*
arm64: consolidate signal injection on emulation errors
Andre Przywara
2016-07-01
1
-13
/
+50
*
arm64: add macro to extract ESR_ELx.EC
Mark Rutland
2016-06-21
1
-1
/
+1
*
arm64: simplify dump_mem
Mark Rutland
2016-06-21
1
-20
/
+11
*
arm64: fix dump_instr when PAN and UAO are in use
Mark Rutland
2016-06-14
1
-13
/
+13
*
arm64: report CPU number in bad_mode
Mark Rutland
2016-06-03
1
-2
/
+3
*
arm64: make irq_stack_ptr more robust
Yang Shi
2016-02-12
1
-1
/
+10
[next]