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