aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/exceptions.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-2/+2
2020-11-26microblaze: Remove noMMU codeMichal Simek1-5/+0
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2018-04-25signal/microblaze: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek1-1/+1
2013-02-12microblaze: Fix coding style issuesMichal Simek1-15/+10
2011-10-14microblaze: Raise SIGFPE/FPE_INTDIV for div by zeroEdgar E. Iglesias1-1/+1
2011-03-09microblaze: Fix sparse warning - sw_exceptionsMichal Simek1-1/+1
2011-01-03microblaze: Clear i/dcache for sw breakpointsMichal Simek1-0/+3
2010-10-21microblaze: Remove old user debugging gdb stubMichal Simek1-8/+1
2010-10-21microblaze: Remove pr_<level> uses of KERN_<level>Joe Perches1-10/+6
2010-08-04microblaze: Add KGDB supportMichal Simek1-1/+0
2010-08-04microblaze: Support brki rX, 0x18 for user application debuggingMichal Simek1-1/+7
2010-05-06microblaze: fix divide by zero exception messageRandy Dunlap1-1/+1
2009-09-22microblaze: Generate correct signal and siginfo for integer div-by-zeroMichal Simek1-1/+1
2009-09-22microblaze: Don't be noisy when userspace causes hardware exceptionsMichal Simek1-11/+20
2009-05-26microblaze_mmu_v2: Add MMU related exceptions handlingMichal Simek1-8/+37
2009-03-27microblaze_v8: exception handlingMichal Simek1-0/+124