summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/traps_64.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22sparc64: Fix prototype warnings in traps_64.cSam Ravnborg1-5/+5
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-01-09mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann1-0/+1
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann1-2/+0
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-3/+1
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman1-25/+19
2021-03-10sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner1-7/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09sparc: add show_stack_loglvl()Dmitry Safonov1-4/+11
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+19
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-21/+18
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-12-22sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)1-3/+4
2018-04-25signal/sparc: Use force_sig_fault where appropriateEric W. Biederman1-117/+28
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+14
2018-04-20sparc: fix compat siginfo ABI regressionDmitry V. Levin1-1/+1
2018-03-18sparc64: Update signal delivery to use new helper functionsKhalid Aziz1-29/+9
2018-03-18sparc64: Add handler for "Memory Corruption Detected" trapKhalid Aziz1-0/+59
2018-03-18sparc64: Add HV fault type handlers for ADI related faultsKhalid Aziz1-3/+26
2018-03-18sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz1-0/+54
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2017-09-10sparc64: Handle additional cases of no fault loadsRob Gardner1-0/+51
2017-07-20signal/sparc: Document a conflict with SI_USER with SIGFPEEric W. Biederman1-1/+1
2017-07-14sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu1-0/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-28mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+73
2017-01-31sparc64: Handle PIO & MEM non-resumable errors.Liam R. Howlett1-0/+73
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12sparc64: make string buffers large enoughDan Carpenter1-2/+2
2016-10-06sparc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2015-04-12sparc: Remove signal translation and exec_domainRichard Weinberger1-2/+0
2015-03-02sparc64: fatal trap should stop all cpusDave Kleikamp1-0/+2
2015-03-02arch: sparc: kernel: traps_64.c: Remove some unused functionsRickard Strandqvist1-28/+0
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-2/+0
2014-09-17sparc64: sun4v TLB error power off eventsbob picco1-6/+9
2014-05-19sparc64: fix sparse warnings in sys_sparc_64.c + unaligned_64.cSam Ravnborg1-5/+2
2014-05-19sparc64: fix sparse warning in traps_64.cSam Ravnborg1-1/+1
2014-05-19sparc: fix sparse warning in math_{32,64}Sam Ravnborg1-2/+0
2013-11-15sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai1-18/+67
2013-05-01dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-10-15sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro1-2/+2
2012-10-11sparc64: Fix deficiencies in sun4v error reporting.David S. Miller1-61/+202
2012-10-03sparc: fix format string argument for prom_printf()Akinobu Mita1-1/+1