index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
/
traps_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-3
/
+1
2021-07-23
signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP
Eric W. Biederman
1
-25
/
+19
2021-03-09
sparc64: Fix opcode filtering in handling of no fault loads
Rob Gardner
1
-7
/
+6
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-7
/
+1
2020-06-09
sparc: add show_stack_loglvl()
Dmitry Safonov
1
-4
/
+11
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-22
/
+19
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-21
/
+18
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-12-22
sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
Steven Rostedt (VMware)
1
-3
/
+4
2018-04-25
signal/sparc: Use force_sig_fault where appropriate
Eric W. Biederman
1
-117
/
+28
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+14
2018-04-19
sparc: fix compat siginfo ABI regression
Dmitry V. Levin
1
-1
/
+1
2018-03-18
sparc64: Update signal delivery to use new helper functions
Khalid Aziz
1
-29
/
+9
2018-03-18
sparc64: Add handler for "Memory Corruption Detected" trap
Khalid Aziz
1
-0
/
+59
2018-03-18
sparc64: Add HV fault type handlers for ADI related faults
Khalid Aziz
1
-3
/
+26
2018-03-18
sparc64: Add support for ADI register fields, ASIs and traps
Khalid Aziz
1
-0
/
+54
2017-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+1
2017-09-09
sparc64: Handle additional cases of no fault loads
Rob Gardner
1
-0
/
+51
2017-07-19
signal/sparc: Document a conflict with SI_USER with SIGFPE
Eric W. Biederman
1
-1
/
+1
2017-07-14
sparc64: Measure receiver forward progress to avoid send mondo timeout
Jane Chu
1
-0
/
+1
2017-03-03
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-27
mm: add new mmgrab() helper
Vegard Nossum
1
-1
/
+1
2017-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-0
/
+73
2017-01-30
sparc64: Handle PIO & MEM non-resumable errors.
Liam R. Howlett
1
-0
/
+73
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-11
sparc64: make string buffers large enough
Dan Carpenter
1
-2
/
+2
2016-10-06
sparc: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2015-04-12
sparc: Remove signal translation and exec_domain
Richard Weinberger
1
-2
/
+0
2015-03-01
sparc64: fatal trap should stop all cpus
Dave Kleikamp
1
-0
/
+2
2015-03-01
arch: sparc: kernel: traps_64.c: Remove some unused functions
Rickard Strandqvist
1
-28
/
+0
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-2
/
+0
2014-09-16
sparc64: sun4v TLB error power off events
bob picco
1
-6
/
+9
2014-05-18
sparc64: fix sparse warnings in sys_sparc_64.c + unaligned_64.c
Sam Ravnborg
1
-5
/
+2
2014-05-18
sparc64: fix sparse warning in traps_64.c
Sam Ravnborg
1
-1
/
+1
2014-05-18
sparc: fix sparse warning in math_{32,64}
Sam Ravnborg
1
-2
/
+0
2013-11-14
sparc64: Implement HAVE_CONTEXT_TRACKING
Kirill Tkhai
1
-18
/
+67
2013-04-30
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
1
-7
/
+0
2013-01-21
taint: add explicit flag to show whether lock dep is still OK.
Rusty Russell
1
-1
/
+1
2012-10-14
sparc64: clear syscall_noerror on the entry to syscall, not on the exit
Al Viro
1
-2
/
+2
2012-10-10
sparc64: Fix deficiencies in sun4v error reporting.
David S. Miller
1
-61
/
+202
2012-10-02
sparc: fix format string argument for prom_printf()
Akinobu Mita
1
-1
/
+1
2012-05-25
sparc64: Fix several bugs in quad floating point emulation.
David S. Miller
1
-5
/
+7
2012-03-28
Disintegrate asm/system.h for Sparc
David Howells
1
-1
/
+1
2011-06-07
sparc: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2011-03-16
sparc64: Fix build errors with gcc-4.6.0
David S. Miller
1
-2
/
+1
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-04-21
sparc64: Fix stack dumping and tracing when function graph is enabled.
David S. Miller
1
-0
/
+14
[next]