summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2023-11-231-0/+1
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * csky: Fix function name in csky_alignment() and die()Nathan Chancellor2022-01-081-1/+1
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | csky: fix typo of fpu config macroKelly Devilliv2021-12-081-2/+2
|/
* csky: Remove prologue of page fault handler in entry.SGuo Ren2021-01-121-6/+4
* csky: Optimize the trap processing flowGuo Ren2020-07-311-76/+147
* csky: Add uprobes supportGuo Ren2020-04-031-0/+8
* csky: Add kprobes supportedGuo Ren2020-04-031-1/+9
* csky: Fixup get wrong psr value from phyical regGuo Ren2020-04-011-1/+10
* Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-07-191-0/+5
|\
| * csky: Fixup no panic in kernel for some trapsGuo Ren2019-07-191-0/+5
* | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
|/
* csky: remove unused members in processor.hGuo Ren2018-12-311-6/+0
* csky: Exception handling and mm-faultGuo Ren2018-10-251-0/+169