Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0633032f083a53cd33f1171cca38c8ba835d1eba
/
arch
/
parisc
/
kernel
/
traps.c
ec4d396
parisc: trigger die notifier chain in parisc_terminate()
by Sven Schnelle
· 5 years ago
2e1661d2
signal: Remove the task parameter from force_sig_fault
by Eric W. Biederman
· 6 years ago
8858ac8
parisc: Implement kprobes
by Sven Schnelle
· 6 years ago
eacbfce
parisc: add KGDB support
by Sven Schnelle
· 6 years ago
c288ac9
parisc: replace oops_in_progress manipulation with bust_spinlocks()
by Sergey Senozhatsky
· 6 years ago
1138b67
parisc: Fix address in HPMC IVA
by John David Anglin
· 6 years ago
e98bc5e
parisc: Clean up crash header output
by Helge Deller
· 6 years ago
9e0d5c4
parisc: Consolidate unwind initialization calls
by Helge Deller
· 6 years ago
5b00ca0
parisc: Restore possibility to execute 64-bit applications
by Helge Deller
· 6 years ago
c8921d7
parisc: Fix and improve kernel stack unwinding
by Helge Deller
· 6 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
ccf7529
signal/parisc: Use force_sig_fault where appropriate
by Eric W. Biederman
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
41dbee8
parisc: Document rules regarding checksum of HPMC handler
by Helge Deller
· 7 years ago
75abf64
parisc/signal: Add FPE_CONDTRAP for conditional trap handling
by Helge Deller
· 7 years ago
b5daf2b
signal/parisc: Document a conflict with SI_USER with SIGFPE
by Eric W. Biederman
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
8d771b1
parisc: Add PDCE_CHECK instruction to HPMC handler
by Helge Deller
· 7 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
0a86248
parisc: Show trap name in kernel crash
by Helge Deller
· 8 years ago
ef72f311
parisc: Fix kernel crash with reversed copy_from_user()
by Helge Deller
· 9 years ago
c95a23d
parisc: Panic immediately when panic_on_oops
by Aaro Koskinen
· 9 years ago
4182d0c
parisc: Initialize the fault vector earlier in the boot process.
by Helge Deller
· 9 years ago
01ab605
parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based on timing results
by John David Anglin
· 10 years ago
70ffdb9
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
by David Hildenbrand
· 10 years ago
fef47e2
parisc: ratelimit userspace segfault printing
by Helge Deller
· 11 years ago
59b33f1
parisc: fix interruption handler to respect pagefault_disable()
by Helge Deller
· 11 years ago
ec7c241
parisc: remove unused syscall_ipi() function.
by Helge Deller
· 11 years ago
d0c3be8
parisc: show number of FPE and unaligned access handler calls in /proc/interrupts
by Helge Deller
· 12 years ago
a39e6be
parisc: fix whitespace errors in arch/parisc/kernel/traps.c
by Rolf Eike Beer
· 13 years ago
a43cb95
dump_stack: unify debug information printed by show_regs()
by Tejun Heo
· 12 years ago
196779b
dump_stack: consolidate dump_stack() implementations and unify their behaviors
by Tejun Heo
· 12 years ago
373d4d0
taint: add explicit flag to show whether lock dep is still OK.
by Rusty Russell
· 12 years ago
527dcdc
Disintegrate asm/system.h for PA-RISC
by David Howells
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
825e1e2
parisc: fix warning in traps.c
by Grant Grundler
· 15 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 15 years ago
c48faf8
parisc: oops_enter()/oops_exit() in die()
by Helge Deller
· 16 years ago
d75f054
parisc: add ftrace (function and graph tracer) functionality
by Helge Deller
· 16 years ago
ae16489
parisc: export length of os_hpmc vector
by Kyle McMartin
· 16 years ago
c61c25e
parisc: fix kernel crash (protection id trap) when compiling ruby1.9
by Kyle McMartin
· 16 years ago
7a3f513
parisc: fix kernel crash when unwinding a userspace process
by Helge Deller
· 16 years ago
91bae23
parisc: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
dc39455
[PARISC] clean up show_stack
by Kyle McMartin
· 17 years ago
d0347b4
[PARISC] dump_stack in show_regs
by Kyle McMartin
· 17 years ago
19c5870
Use helpers to obtain task pid in printks (arch code)
by Alexey Dobriyan
· 17 years ago
bcdcd8e
Report that kernel is tainted if there was an OOPS
by Pavel Emelianov
· 17 years ago
608e261
generic bug: use show_regs() instead of dump_stack()
by Heiko Carstens
· 17 years ago
c3d4ed4
[PARISC] Fix kernel panic in check_ivt
by Kyle McMartin
· 18 years ago
7022672
[PARISC] spelling fixes: arch/parisc/
by Simon Arlott
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
a8f44e3
[PARISC] use CONFIG_64BIT instead of __LP64__
by Helge Deller
· 18 years ago
0bbdac0
[PARISC] detect recursive kernel crash earlier
by Helge Deller
· 18 years ago
df47b43
[PARISC] a and b in "break a,b" message were swapped
by Helge Deller
· 18 years ago
bd83bcf
[PARISC] dump stack backtrace on BUG() and add syslog-levels to printk()s
by Helge Deller
· 18 years ago
6891f8a
[PARISC] Generic BUG
by Helge Deller
· 18 years ago
9f15c82
[PARISC] Fix show_stack() when we can't kmalloc
by Matthew Wilcox
· 18 years ago
d6ce862
[PARISC] Clean up the cache and tlb headers
by Randolph Chung
· 18 years ago
22fced8
[PARISC] Honour "panic_on_oops" sysctl
by Helge Deller
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
1c63b4b
[PARISC] Refactor show_regs in traps.c
by Kyle McMartin
· 19 years ago
cb6fc18
[PARISC] Use kzalloc and other janitor-style cleanups
by Helge Deller
· 19 years ago
eba9172
[PARISC] Add printing of fpregs state to stack dump
by Thibaut Varene
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago