index
:
talos-op-linux
master
Talos™ II 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_32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
traps: x86: finalize unification of traps.c
Alexander van Heukelum
2008-10-13
1
-1071
/
+0
*
traps: x86: make traps_32.c and traps_64.c equal
Alexander van Heukelum
2008-10-13
1
-4
/
+169
*
traps: x86: various noop-changes preparing for unification of traps_xx.c
Alexander van Heukelum
2008-10-13
1
-12
/
+16
*
traps: i386: expand clear_mem_error and remove from mach_traps.h
Alexander van Heukelum
2008-10-13
1
-1
/
+2
*
traps: i386: use preempt_conditional_sti/cli in do_int3
Alexander van Heukelum
2008-10-13
1
-1
/
+2
*
traps: x86: converge trap_init functions
Alexander van Heukelum
2008-10-13
1
-7
/
+9
*
x86, traps: converge do_debug handlers
Alexander van Heukelum
2008-10-13
1
-9
/
+21
*
x86, traps: introduce dotraplinkage
Alexander van Heukelum
2008-10-13
1
-12
/
+16
*
x86, traps, i386: factor out lazy io-bitmap copy
Alexander van Heukelum
2008-10-13
1
-33
/
+43
*
i386: split out dumpstack code from traps_32.c
Alexander van Heukelum
2008-10-13
1
-404
/
+0
*
x86: __show_registers() and __show_regs() API unification
Pekka Enberg
2008-10-13
1
-1
/
+1
*
traps: i386: make do_trap more like x86_64
Alexander van Heukelum
2008-10-13
1
-39
/
+16
*
i386: trace_hardirqs_fixup should now not be necessary: irqs are off.
Alexander van Heukelum
2008-10-13
1
-10
/
+0
*
i386: remove temporary DO_TRAP macros, expanding the last one used
Alexander van Heukelum
2008-10-13
1
-51
/
+15
*
i386: convert hardware exception 19 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-1
/
+3
*
i386: convert hardware exception 18 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-1
/
+10
*
i386: convert hardware exception 17 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-2
/
+2
*
i386: convert hardware exception 16 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-1
/
+2
*
i386: convert hardware exception 15 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-1
/
+2
*
i386: convert hardware exception 13 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-1
/
+3
*
i386: convert hardware exception 12 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-2
/
+2
*
i386: convert hardware exception 11 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-2
/
+2
*
i386: convert hardware exception 10 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-2
/
+2
*
i386: convert hardware exception 9 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-2
/
+2
*
i386: convert hardware exception 7 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-1
/
+13
*
i386: convert hardware exception 6 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-2
/
+2
*
i386: convert hardware exception 5 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-2
/
+2
*
i386: convert hardware exception 4 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-2
/
+2
*
i386: expand exception 3 DO_TRAP macro
Alexander van Heukelum
2008-10-13
1
-5
/
+6
*
i386: convert hardware exception 0 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-2
/
+2
*
i386: prepare to convert exceptions to interrupts
Alexander van Heukelum
2008-10-13
1
-11
/
+65
*
i386: remove kprobes' restore_interrupts in favour of conditional_sti
Alexander van Heukelum
2008-10-13
1
-1
/
+7
*
signals: demultiplexing SIGTRAP signal
Srinivasa Ds
2008-09-23
1
-1
/
+3
*
x86, xsave: enable xsave/xrstor on cpus with xsave support
Suresh Siddha
2008-07-30
1
-1
/
+0
*
x86: introducing asm-x86/traps.h
Jaswinder Singh
2008-07-18
1
-20
/
+1
*
x86: traps_xx: modify x86_64 to use _log_lvl variants
Alexander van Heukelum
2008-07-18
1
-1
/
+1
*
x86: traps_xx: refactor die() like in x86_64
Alexander van Heukelum
2008-07-18
1
-44
/
+51
*
x86: traps_xx: various small changes
Alexander van Heukelum
2008-07-09
1
-8
/
+7
*
x86: traps_xx: modify default_do_nmi
Alexander van Heukelum
2008-07-09
1
-3
/
+6
*
x86: traps_xx: restructure do_general_protection()
Alexander van Heukelum
2008-07-09
1
-16
/
+20
*
x86: traps_xx: modify __die
Alexander van Heukelum
2008-07-09
1
-17
/
+13
*
x86: traps_xx: shuffle headers and globals
Alexander van Heukelum
2008-07-09
1
-6
/
+3
*
x86: initial changes to unify traps_32.c and traps_64.c
Alexander van Heukelum
2008-07-09
1
-39
/
+39
*
x86: fix "x86: let setup_arch call init_apic_mappings for 32bit"
Ingo Molnar
2008-07-08
1
-0
/
+1
*
x86: let setup_arch call init_apic_mappings for 32bit
Yinghai Lu
2008-07-08
1
-4
/
+0
*
x86: don't use gdt_page openly.
Glauber Costa
2008-07-08
1
-1
/
+1
*
Merge branch 'linus' into x86/nmi
Ingo Molnar
2008-06-16
1
-0
/
+1
|
\
|
*
x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"
Vegard Nossum
2008-06-12
1
-0
/
+1
*
|
x86: nmi - unify die_nmi() interface
Cyrill Gorcunov
2008-05-25
1
-3
/
+5
|
/
*
i386: fix signal type for iret exception
Jan Beulich
2008-04-26
1
-1
/
+1
[next]