aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/score/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arch: remove score portArnd Bergmann1-346/+0
2017-03-11score: Fix implicit includes now failing build after extable changeGuenter Roeck1-0/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-26score: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-14score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-10/+0
2009-06-19score: update files according to review commentsChen Liqin1-1/+1
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin1-0/+349