index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
traps_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: introducing asm-x86/traps.h
Jaswinder Singh
2008-07-18
1
-21
/
+1
*
x86: traps_xx: modify x86_64 to use _log_lvl variants
Alexander van Heukelum
2008-07-18
1
-8
/
+16
*
x86: traps_xx: refactor die() like in x86_64
Alexander van Heukelum
2008-07-18
1
-1
/
+1
*
Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2008-07-14
1
-247
/
+269
|
\
|
*
x86: traps_xx: various small changes
Alexander van Heukelum
2008-07-09
1
-9
/
+11
|
*
x86: traps_xx: modify default_do_nmi
Alexander van Heukelum
2008-07-09
1
-1
/
+1
|
*
x86: traps_xx: restructure do_general_protection()
Alexander van Heukelum
2008-07-09
1
-19
/
+22
|
*
x86: traps_xx: modify do_trap
Alexander van Heukelum
2008-07-09
1
-28
/
+28
|
*
x86: traps_xx: modify __die
Alexander van Heukelum
2008-07-09
1
-2
/
+2
|
*
x86: traps_xx: shuffle headers and globals
Alexander van Heukelum
2008-07-09
1
-31
/
+30
|
*
x86: initial changes to unify traps_32.c and traps_64.c
Alexander van Heukelum
2008-07-09
1
-157
/
+152
|
*
Merge branch 'x86/nmi' into x86/devel
Ingo Molnar
2008-07-08
1
-1
/
+27
|
|
\
|
|
*
x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.c
Cyrill Gorcunov
2008-05-25
1
-0
/
+24
|
|
*
x86: nmi - die_nmi() output message unification
Cyrill Gorcunov
2008-05-25
1
-1
/
+3
|
*
|
x86: eliminate dead code in x86_64 entry.S
Jan Beulich
2008-05-25
1
-3
/
+0
|
|
/
*
|
Start using the new '%pS' infrastructure to print symbols
Linus Torvalds
2008-07-14
1
-24
/
+1
|
/
*
x86, fpu: lazy allocation of FPU area - v5
Suresh Siddha
2008-04-19
1
-3
/
+16
*
x86, fpu: split FPU state from task struct - v5
Suresh Siddha
2008-04-19
1
-1
/
+5
*
ftrace: add notrace annotations for NMI routines
Steven Rostedt
2008-04-19
1
-5
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
Linus Torvalds
2008-04-18
1
-1
/
+8
|
\
|
*
kgdb: fix several kgdb regressions
Jason Wessel
2008-04-17
1
-1
/
+6
|
*
kgdb: fix NMI hangs
Jason Wessel
2008-04-17
1
-0
/
+2
*
|
x86: wipe get_nmi_reason out of nmi_64.h
Glauber de Oliveira Costa
2008-04-17
1
-0
/
+2
|
/
*
x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...
Ingo Molnar
2008-02-14
1
-2
/
+2
*
x86: use KSYM_NAME_LEN
Cyrill Gorcunov
2008-01-30
1
-1
/
+1
*
x86: make printk_address available on X86_32
Harvey Harrison
2008-01-30
1
-7
/
+4
*
x86: remove unneded casts
Jan Engelhardt
2008-01-30
1
-1
/
+1
*
x86: print which shared library/executable faulted in segfault etc. messages v3
Andi Kleen
2008-01-30
1
-4
/
+10
*
x86: make printk_address regs->ip always reliable
Arjan van de Ven
2008-01-30
1
-1
/
+1
*
x86: add the "print code before the trapping instruction" feature to 64 bit
Arjan van de Ven
2008-01-30
1
-11
/
+33
*
x86: use the stack frames to get exact stack-traces for CONFIG_FRAMEPOINTER o...
Arjan van de Ven
2008-01-30
1
-23
/
+44
*
x86: turn 64 bit x86 HANDLE_STACK into print_context_stack like 32 bit has
Arjan van de Ven
2008-01-30
1
-29
/
+45
*
x86: add the capability to print fuzzy backtraces
Arjan van de Ven
2008-01-30
1
-16
/
+23
*
x86: use fixup_exception() in traps_64.c
Harvey Harrison
2008-01-30
1
-32
/
+15
*
x86: get rid of _MASK flags
Glauber de Oliveira Costa
2008-01-30
1
-1
/
+1
*
x86-64: honor notify_die() returning NOTIFY_STOP
Jan Beulich
2008-01-30
1
-8
/
+15
*
x86: export math_state_restore
Glauber de Oliveira Costa
2008-01-30
1
-0
/
+1
*
x86: use generic register name in the thread and tss structures
H. Peter Anvin
2008-01-30
1
-2
/
+2
*
x86: rename the struct pt_regs members for 32/64-bit consistency
H. Peter Anvin
2008-01-30
1
-42
/
+42
*
x86: debugctlmsr arch_has_block_step
Roland McGrath
2008-01-30
1
-0
/
+6
*
x86 single_step: TIF_FORCED_TF
Roland McGrath
2008-01-30
1
-18
/
+5
*
x86: nuke a ton of unused exports
Thomas Gleixner
2008-01-30
1
-8
/
+0
*
lockdep: more hardirq annotations for notify_die()
Peter Zijlstra
2008-01-16
1
-0
/
+1
*
lockdep: annotate do_debug() trap handler
Peter Zijlstra
2007-11-26
1
-0
/
+2
*
x86: printk kernel version in WARN_ON and other dump_stack users
Arjan van de Ven
2007-11-26
1
-0
/
+7
*
lockdep: fixup irq tracing
Peter Zijlstra
2007-10-25
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-10-19
1
-1
/
+1
|
\
|
*
spelling fixes: arch/x86_64/
Simon Arlott
2007-10-20
1
-1
/
+1
*
|
x86: use raw locks during oopses
Andi Kleen
2007-10-19
1
-9
/
+7
|
/
*
x86: constify stacktrace_ops
Jan Beulich
2007-10-17
1
-2
/
+2
[next]