index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbirdâ„¢ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
i386
/
kernel
/
traps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Report that kernel is tainted if there was an OOPS
Pavel Emelianov
2007-07-17
1
-0
/
+1
*
generic bug: use show_regs() instead of dump_stack()
Heiko Carstens
2007-07-16
1
-1
/
+1
*
Revert "ipmi: add new IPMI nmi watchdog handling"
Linus Torvalds
2007-05-14
1
-5
/
+0
*
wrap access to thread_info
Roman Zippel
2007-05-09
1
-1
/
+1
*
move die notifier handling to common code
Christoph Hellwig
2007-05-08
1
-15
/
+1
*
ipmi: add new IPMI nmi watchdog handling
Corey Minyard
2007-05-08
1
-0
/
+5
*
[PATCH] i386: Page-align the GDT
Jeremy Fitzhardinge
2007-05-02
1
-1
/
+1
*
[PATCH] i386: i386 separate hardware-defined TSS from Linux additions
Rusty Russell
2007-05-02
1
-2
/
+2
*
[PATCH] i386: cleanup GDT Access
Rusty Russell
2007-05-02
1
-3
/
+1
*
[PATCH] x86: Fix i386 and x86_64 fault information pollution
Andi Kleen
2007-05-02
1
-6
/
+18
*
[PATCH] i386: add option to show more code in oops reports
Chuck Ebbert
2007-02-13
1
-4
/
+16
*
[PATCH] i386: Convert i386 PDA code to use %fs
Jeremy Fitzhardinge
2007-02-13
1
-3
/
+4
*
Remove stack unwinder for now
Linus Torvalds
2006-12-15
1
-83
/
+0
*
[PATCH] Generic BUG for i386
Jeremy Fitzhardinge
2006-12-08
1
-30
/
+11
*
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
2006-12-07
1
-66
/
+52
|
\
|
*
[PATCH] unwinder: more sanity checks in Dwarf2 unwinder
Jan Beulich
2006-12-07
1
-0
/
+7
|
*
[PATCH] i386: touch softlockup during backtracing
Dave Jones
2006-12-07
1
-0
/
+2
|
*
[PATCH] x86: add sysctl for kstack_depth_to_print
Chuck Ebbert
2006-12-07
1
-1
/
+1
|
*
[PATCH] i386: Use probe_kernel_address instead of __get_user in fault paths
Andi Kleen
2006-12-07
1
-11
/
+13
|
*
[PATCH] x86: Mention PCI instead of RAM in NMI parity error message
Andi Kleen
2006-12-07
1
-2
/
+1
|
*
[PATCH] i386: add sleazy FPU optimization
Chuck Ebbert
2006-12-07
1
-1
/
+2
|
*
[PATCH] i386: espfix cleanup
Stas Sergeev
2006-12-07
1
-41
/
+16
|
*
[PATCH] i386: remove default_ldt, and simplify ldt-setting.
Jeremy Fitzhardinge
2006-12-07
1
-3
/
+0
|
*
[PATCH] i386: remove pointless printk from i386 oops output
Dave Jones
2006-12-07
1
-1
/
+0
|
*
[PATCH] x86: Compress stack unwinder output
Andi Kleen
2006-12-07
1
-5
/
+5
|
*
[PATCH] x86: shorten lines in unwinder to be <= 80 characters
Andi Kleen
2006-12-07
1
-6
/
+10
*
|
[PATCH] lockdep: name some old style locks
Peter Zijlstra
2006-12-07
1
-1
/
+1
|
/
*
x86: be more careful when walking back the frame pointer chain
Linus Torvalds
2006-11-17
1
-3
/
+7
*
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
2006-10-02
1
-3
/
+3
*
[PATCH] x86: Clean up x86 NMI sysctls
Andi Kleen
2006-09-30
1
-0
/
+2
*
[PATCH] x86: use probe_kernel_address in handle_BUG()
Andrew Morton
2006-09-27
1
-3
/
+4
*
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
2006-09-26
1
-94
/
+130
|
\
|
*
[PATCH] i386: Split multi-line printk in oops output.
Dave Jones
2006-09-26
1
-2
/
+3
|
*
[PATCH] i386: Disallow kprobes on NMI handlers
Fernando Luis Vázquez Cao
2006-09-26
1
-6
/
+9
|
*
[PATCH] i386: Descriptor and trap table cleanups.
Rusty Russell
2006-09-26
1
-19
/
+5
|
*
[PATCH] i386: Get ebp from unwinder state when continuing fallback backtrace
Andi Kleen
2006-09-26
1
-8
/
+14
|
*
[PATCH] i386: Terminate backtrace fallback early if unwinder stack pointer is...
Andi Kleen
2006-09-26
1
-0
/
+2
|
*
[PATCH] i386: Do stacktracer conversion too
Andi Kleen
2006-09-26
1
-28
/
+80
|
*
[PATCH] x86: x86 clean up nmi panic messages
Don Zickus
2006-09-26
1
-7
/
+8
|
*
[PATCH] x86: Allow users to force a panic on NMI
Don Zickus
2006-09-26
1
-0
/
+6
|
*
[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...
Don Zickus
2006-09-26
1
-21
/
+2
|
*
[PATCH] x86: Cleanup NMI interrupt path
Don Zickus
2006-09-26
1
-13
/
+11
|
*
[PATCH] i386: Add SMP support on i386 to reservation framework
Don Zickus
2006-09-26
1
-1
/
+1
*
|
[PATCH] i386: show_registers(): try harder to print failing code
Chuck Ebbert
2006-09-26
1
-3
/
+8
|
/
*
[PATCH] x86: Make backtracer fallback logic more bullet-proof
Jan Beulich
2006-08-30
1
-11
/
+16
*
[PATCH] Change panic_on_oops message to "Fatal exception"
Horms
2006-08-14
1
-1
/
+1
*
[PATCH] panic_on_oops: remove ssleep()
Horms
2006-07-31
1
-5
/
+3
*
[PATCH] i386: Fix up backtrace fallback patch
Andi Kleen
2006-07-29
1
-4
/
+6
*
[PATCH] i386: Do backtrace fallback too
Andi Kleen
2006-07-28
1
-3
/
+14
*
[PATCH] i386: handle_BUG(): don't print garbage if debug info unavailable
Chuck Ebbert
2006-07-14
1
-20
/
+20
[next]