index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-07
arm64: Add CNTVCT_EL0 trap handler
Marc Zyngier
1
-0
/
+14
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+10
2017-02-15
arm64: traps: correctly handle MRS/MSR with XZR
Mark Rutland
1
-2
/
+4
2017-01-27
arm64: handle sys and undef traps consistently
Mark Rutland
1
-1
/
+6
2017-01-19
arm64: avoid returning from bad_mode
Mark Rutland
1
-4
/
+24
2017-01-10
arm64: cpufeature: Track user visible fields
Suzuki K Poulose
1
-1
/
+1
2016-11-21
arm64: Disable TTBR0_EL1 during normal kernel execution
Catalin Marinas
1
-3
/
+6
2016-11-11
arm64: prep stack walkers for THREAD_INFO_IN_TASK
Mark Rutland
1
-0
/
+5
2016-11-11
arm64: traps: simplify die() and __die()
Mark Rutland
1
-7
/
+6
2016-11-11
arm64: factor out current_stack_pointer
Mark Rutland
1
-0
/
+1
2016-10-20
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
James Morse
1
-1
/
+2
2016-10-20
arm64: Cortex-A53 errata workaround: check for kernel addresses
Andre Przywara
1
-12
/
+15
2016-09-26
arm64: fix dump_backtrace/unwind_frame with NULL tsk
Mark Rutland
1
-5
/
+5
2016-09-09
arm64: Work around systems with mismatched cache line sizes
Suzuki K Poulose
1
-0
/
+14
2016-09-09
arm64: Refactor sysinstr exception handling
Suzuki K Poulose
1
-26
/
+47
2016-07-01
arm64: trap userspace "dc cvau" cache operation on errata-affected core
Andre Przywara
1
-0
/
+60
2016-07-01
arm64: consolidate signal injection on emulation errors
Andre Przywara
1
-13
/
+50
2016-06-21
arm64: add macro to extract ESR_ELx.EC
Mark Rutland
1
-1
/
+1
2016-06-21
arm64: simplify dump_mem
Mark Rutland
1
-20
/
+11
2016-06-14
arm64: fix dump_instr when PAN and UAO are in use
Mark Rutland
1
-13
/
+13
2016-06-03
arm64: report CPU number in bad_mode
Mark Rutland
1
-2
/
+3
2016-02-12
arm64: make irq_stack_ptr more robust
Yang Shi
1
-1
/
+10
2015-12-21
arm64: traps: address fallout from printk -> pr_* conversion
Will Deacon
1
-5
/
+5
2015-12-21
arm64: ftrace: fix a stack tracer's output under function graph tracer
AKASHI Takahiro
1
-6
/
+20
2015-12-21
arm64: pass a task parameter to unwind_frame()
AKASHI Takahiro
1
-1
/
+1
2015-12-08
arm64: Modify stack trace and dump for use with irq_stack
AKASHI Takahiro
1
-1
/
+13
2015-10-19
arm64: Synchronise dump_backtrace() with perf callchain
Jungseok Lee
1
-5
/
+10
2015-07-27
arm64/BUG: Show explicit backtrace for WARNs
Dave P Martin
1
-0
/
+2
2015-07-27
arm64/BUG: Use BRK instruction for generic BUG traps
Dave P Martin
1
-1
/
+58
2015-07-27
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
Will Deacon
1
-4
/
+0
2015-07-27
arm64: modify the dump mem for 64 bit addresses
Rohit Thapliyal
1
-9
/
+20
2015-07-03
arm64: Fix show_unhandled_signal_ratelimited usage
Suzuki K. Poulose
1
-1
/
+1
2015-06-19
arm64: use private ratelimit state along with show_unhandled_signals
Vladimir Murzin
1
-3
/
+2
2015-01-15
arm64: decode ESR_ELx.EC when reporting exceptions
Mark Rutland
1
-2
/
+48
2014-11-20
arm64: Add support for hooks to handle undefined instructions
Punit Agrawal
1
-0
/
+66
2014-09-08
arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c
Behan Webster
1
-2
/
+1
2014-07-23
arm64: mm: Implement 4 levels of translation tables
Jungseok Lee
1
-0
/
+5
2014-07-17
arm64: Use pr_* instead of printk
Jungseok Lee
1
-4
/
+4
2014-05-09
arm64: Provide read/write fault information in compat signal handlers
Catalin Marinas
1
-2
/
+5
2013-06-12
arm64: debug: consolidate software breakpoint handlers
Will Deacon
1
-3
/
+2
2013-05-31
arm64: don't kill the kernel on a bad esr from el0
Mark Rutland
1
-3
/
+9
2013-05-24
arm64: Do not report user faults for handled signals
Catalin Marinas
1
-2
/
+3
2013-05-01
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
1
-7
/
+0
2013-01-21
taint: add explicit flag to show whether lock dep is still OK.
Rusty Russell
1
-1
/
+1
2012-09-17
arm64: Exception handling
Catalin Marinas
1
-0
/
+348