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