summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/traps.c
AgeCommit message (Expand)AuthorLines
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-01-08csky: Fix function name in csky_alignment() and die()Nathan Chancellor-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman-1/+1
2021-12-08csky: fix typo of fpu config macroKelly Devilliv-2/+2
2021-01-12csky: Remove prologue of page fault handler in entry.SGuo Ren-6/+4
2020-07-31csky: Optimize the trap processing flowGuo Ren-76/+147
2020-04-03csky: Add uprobes supportGuo Ren-0/+8
2020-04-03csky: Add kprobes supportedGuo Ren-1/+9
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren-1/+10
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds-0/+5
2019-07-19csky: Fixup no panic in kernel for some trapsGuo Ren-0/+5
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-1/+1
2018-12-31csky: remove unused members in processor.hGuo Ren-6/+0
2018-10-25csky: Exception handling and mm-faultGuo Ren-0/+169