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
/
arm
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-29
ARM: 9277/1: Make the dumped instructions are consistent with the disassemble...
Zhen Lei
1
-1
/
+3
2022-11-28
ARM: 9276/1: Refactor dump_instr()
Zhen Lei
1
-11
/
+12
2022-09-22
ARM: 9224/1: Dump the stack traces based on the parameter 'regs' of show_regs()
Zhen Lei
1
-4
/
+4
2022-08-31
ARM: 9232/1: Replace this_cpu_* with raw_cpu_* in handle_bad_stack()
Zhen Lei
1
-2
/
+2
2022-08-30
ARM: 9221/1: traps: print un-hashed user pc on undefined instruction
Baruch Siach
1
-1
/
+1
2022-03-24
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2022-03-24
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-6
/
+87
2022-03-11
ARM: Revert "unwind: dump exception stack from calling frame"
Ard Biesheuvel
1
-2
/
+1
2022-03-08
Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-6
/
+59
2022-03-05
ARM: Spectre-BHB workaround
Russell King (Oracle)
1
-0
/
+38
2022-03-05
ARM: early traps initialisation
Russell King (Oracle)
1
-6
/
+21
2022-02-25
uaccess: fix type mismatch warnings from access_ok()
Arnd Bergmann
1
-1
/
+1
2022-01-25
ARM: mm: make vmalloc_seq handling SMP safe
Ard Biesheuvel
1
-18
/
+7
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2021-12-17
ARM: reduce the information printed in call traces
Russell King
1
-3
/
+5
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-1
/
+1
2021-12-06
ARM: implement THREAD_INFO_IN_TASK for uniprocessor systems
Ard Biesheuvel
1
-0
/
+4
2021-12-03
ARM: implement support for vmap'ed stacks
Ard Biesheuvel
1
-2
/
+78
2021-12-03
ARM: implement IRQ stacks
Ard Biesheuvel
1
-1
/
+14
2021-12-03
ARM: unwind: dump exception stack from calling frame
Ard Biesheuvel
1
-1
/
+2
2021-12-03
ARM: export dump_mem() to other objects
Ard Biesheuvel
1
-4
/
+3
2021-10-19
ARM: 9125/1: fix incorrect use of get_kernel_nofault()
Ard Biesheuvel
1
-1
/
+1
2021-09-09
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-31
/
+16
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
1
-5
/
+0
2021-08-20
ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs()
Arnd Bergmann
1
-31
/
+16
2021-05-07
arm: print alloc free paths for address in registers
Maninder Singh
1
-0
/
+1
2020-06-18
maccess: make get_kernel_nofault() check for minimal type compatibility
Linus Torvalds
1
-1
/
+1
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-7
/
+1
2020-06-09
arm: add show_stack_loglvl()
Dmitry Safonov
1
-2
/
+8
2020-06-09
arm: wire up dump_backtrace_{entry,stm}
Dmitry Safonov
1
-5
/
+7
2020-06-09
arm: add loglvl to dump_backtrace()
Dmitry Safonov
1
-7
/
+9
2020-06-09
arm: add loglvl to unwind_backtrace()
Dmitry Safonov
1
-3
/
+3
2020-06-09
arm/asm: add loglvl to c_backtrace()
Dmitry Safonov
1
-4
/
+5
2020-06-08
arm: rename flush_cache_user_range to flush_icache_user_range
Christoph Hellwig
1
-1
/
+1
2020-02-04
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+4
2020-01-25
ARM: 8948/1: Prevent OOB access in stacktrace
Vincent Whitchurch
1
-2
/
+4
2019-12-08
sched/rt, ARM: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-0
/
+2
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2019-07-09
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+2
2019-06-21
ARM: arrange show_pte() to issue severity-based messages
Russell King
1
-1
/
+1
2019-06-21
ARM: add "8<--- cut here ---" to kernel dumps
Russell King
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-1
/
+1
2019-05-29
signal/arm: Remove tsk parameter from ptrace_break
Eric W. Biederman
1
-1
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-09-27
signal/arm: Push siginfo generation into arm_notify_die
Eric W. Biederman
1
-46
/
+17
2018-06-05
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+5
2018-05-19
ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
Masami Hiramatsu
1
-1
/
+4
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+5
[next]