summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/traps.c
AgeCommit message (Expand)Author
2024-04-15openrisc: Move FPU state out of pt_regsStafford Horne
2024-04-15openrisc: Add FPU configStafford Horne
2024-04-15openrisc: traps: Don't send signals to kernel mode threadsStafford Horne
2024-04-15openrisc: traps: Remove calls to show_registers before dieStafford Horne
2024-04-15openrisc: traps: Convert printks to pr_<level> macrosStafford Horne
2023-08-21openriac: Remove unused nommu_dump_state functionStafford Horne
2023-08-21openrisc: Add prototype for die to bug.hStafford Horne
2023-08-21openrisc: Add prototype for show_registers to processor.hStafford Horne
2023-08-21openrisc: Add missing prototypes for assembly called fnctionsStafford Horne
2023-04-26openrisc: Support floating point user apiStafford Horne
2023-04-26openrisc: Support storing and restoring fpu stateStafford Horne
2022-05-23openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne
2022-05-23openrisc/traps: Remove die_if_kernel functionStafford Horne
2022-05-23openrisc/traps: Declare file scope symbols as staticStafford Horne
2022-05-23openrisc: Pretty print show_registers memory dumpsStafford Horne
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman
2021-09-08trap: cleanup trap_init()Kefeng Wang
2020-11-12openrisc: fix trap for debugger breakpoint signallingStafford Horne
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09openrisc: add show_stack_loglvl()Dmitry Safonov
2020-03-18openrisc: Remove obsolete show_trace_task functionStafford Horne
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig
2018-07-01openrisc: entry: Fix delay slot exception detectionStafford Horne
2018-04-25signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-12signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman
2018-01-09openrisc: Fix conflicting types for _exext and _stextJoel Stanley
2017-11-03openrisc: support framepointers and STACKTRACE_SUPPORTStafford Horne
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2017-02-06openrisc: add l.lwa/l.swa emulationStefan Kristiansson
2017-01-26openrisc: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells
2012-03-06openrisc: sanitize use of orig_gpr11Jonas Bonn
2012-03-06OpenRISC: Export dump_stack()Richard Weinberger
2011-07-22OpenRISC: TrapsJonas Bonn