Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e51a1ac2dfca9ad869471e88f828281db7e810c0
/
arch
/
x86
/
kernel
/
traps_64.c
6ffac1e
x64, fpu: fix possible FPU leakage in error conditions
by Suresh Siddha
· 16 years ago
6ac8d51
x86: introducing asm-x86/traps.h
by Jaswinder Singh
· 16 years ago
7dedcee
x86: traps_xx: modify x86_64 to use _log_lvl variants
by Alexander van Heukelum
· 16 years ago
78cbac6
x86: traps_xx: refactor die() like in x86_64
by Alexander van Heukelum
· 16 years ago
a3da5bf
Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
7daf705
Start using the new '%pS' infrastructure to print symbols
by Linus Torvalds
· 16 years ago
7b4fd4b
x86: traps_xx: various small changes
by Alexander van Heukelum
· 17 years ago
abd3480
x86: traps_xx: modify default_do_nmi
by Alexander van Heukelum
· 17 years ago
13485ab
x86: traps_xx: restructure do_general_protection()
by Alexander van Heukelum
· 17 years ago
a7bbb0c
x86: traps_xx: modify do_trap
by Alexander van Heukelum
· 17 years ago
e423f49
x86: traps_xx: modify __die
by Alexander van Heukelum
· 17 years ago
badc765
x86: traps_xx: shuffle headers and globals
by Alexander van Heukelum
· 17 years ago
a8c1be9
x86: initial changes to unify traps_32.c and traps_64.c
by Alexander van Heukelum
· 17 years ago
4b62ac9
Merge branch 'x86/nmi' into x86/devel
by Ingo Molnar
· 16 years ago
c6425b9
x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.c
by Cyrill Gorcunov
· 17 years ago
e56b3a1
x86: nmi - die_nmi() output message unification
by Cyrill Gorcunov
· 17 years ago
83cd1da
x86: eliminate dead code in x86_64 entry.S
by Jan Beulich
· 17 years ago
aa283f4
x86, fpu: lazy allocation of FPU area - v5
by Suresh Siddha
· 17 years ago
61c4628
x86, fpu: split FPU state from task struct - v5
by Suresh Siddha
· 17 years ago
5deb45e
ftrace: add notrace annotations for NMI routines
by Steven Rostedt
· 17 years ago
9732b61
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
by Linus Torvalds
· 17 years ago
737a460
kgdb: fix several kgdb regressions
by Jason Wessel
· 17 years ago
d359752
kgdb: fix NMI hangs
by Jason Wessel
· 17 years ago
e32ede1
x86: wipe get_nmi_reason out of nmi_64.h
by Glauber de Oliveira Costa
· 17 years ago
e8bff74
x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr()
by Ingo Molnar
· 17 years ago
85e2aee
x86: use KSYM_NAME_LEN
by Cyrill Gorcunov
· 17 years ago
a5ff677
x86: make printk_address available on X86_32
by Harvey Harrison
· 17 years ago
ade1af7
x86: remove unneded casts
by Jan Engelhardt
· 17 years ago
0325291
x86: print which shared library/executable faulted in segfault etc. messages v3
by Andi Kleen
· 17 years ago
aafbd7e
x86: make printk_address regs->ip always reliable
by Arjan van de Ven
· 17 years ago
a25bd94
x86: add the "print code before the trapping instruction" feature to 64 bit
by Arjan van de Ven
· 17 years ago
80b51f3
x86: use the stack frames to get exact stack-traces for CONFIG_FRAMEPOINTER on x86-64
by Arjan van de Ven
· 17 years ago
e4a9456
x86: turn 64 bit x86 HANDLE_STACK into print_context_stack like 32 bit has
by Arjan van de Ven
· 17 years ago
bc850d6
x86: add the capability to print fuzzy backtraces
by Arjan van de Ven
· 17 years ago
b3a5acc
x86: use fixup_exception() in traps_64.c
by Harvey Harrison
· 17 years ago
053de04
x86: get rid of _MASK flags
by Glauber de Oliveira Costa
· 17 years ago
22f5991
x86-64: honor notify_die() returning NOTIFY_STOP
by Jan Beulich
· 17 years ago
21db558
x86: export math_state_restore
by Glauber de Oliveira Costa
· 17 years ago
faca622
x86: use generic register name in the thread and tss structures
by H. Peter Anvin
· 17 years ago
65ea5b0
x86: rename the struct pt_regs members for 32/64-bit consistency
by H. Peter Anvin
· 17 years ago
10faa81
x86: debugctlmsr arch_has_block_step
by Roland McGrath
· 17 years ago
e1f2877
x86 single_step: TIF_FORCED_TF
by Roland McGrath
· 17 years ago
3abf024
x86: nuke a ton of unused exports
by Thomas Gleixner
· 17 years ago
fb1dac9
lockdep: more hardirq annotations for notify_die()
by Peter Zijlstra
· 17 years ago
000f4a9
lockdep: annotate do_debug() trap handler
by Peter Zijlstra
· 17 years ago
57c351d
x86: printk kernel version in WARN_ON and other dump_stack users
by Arjan van de Ven
· 17 years ago
143a5d3
lockdep: fixup irq tracing
by Peter Zijlstra
· 17 years ago
c00046c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 17 years ago
676b185
spelling fixes: arch/x86_64/
by Simon Arlott
· 17 years ago
39743c9
x86: use raw locks during oopses
by Andi Kleen
· 17 years ago
9689ba8
x86: constify stacktrace_ops
by Jan Beulich
· 17 years ago
835c34a
Delete filenames in comments.
by Dave Jones
· 17 years ago
250c227
x86_64: move kernel
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/traps_64.c]
76acb5c
x86_64: prepare shared kernel/traps.c
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/traps.c]
abd4f75
x86: i386-show-unhandled-signals-v3
by Masoud Asgharifard Sharbiani
· 17 years ago
c0d1217
drivers/edac: add new nmi rescan
by Dave Jiang
· 17 years ago
1c978b9
Inhibit NMI watchdog when Alt-SysRq-T operation is underway
by Konrad Rzeszutek
· 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
b39b703
x86_64: oops_begin() fix
by Andrew Morton
· 18 years ago
faa8b6c
Revert "ipmi: add new IPMI nmi watchdog handling"
by Linus Torvalds
· 18 years ago
02b6732
x86_64: fix default_do_nmi() missing return after an if ()
by Mathieu Desnoyers
· 18 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
f64da95
ipmi: add new IPMI nmi watchdog handling
by Corey Minyard
· 18 years ago
d039c68
[PATCH] x86-64: Minor white space cleanup in traps.c
by Andi Kleen
· 18 years ago
d189518
[PATCH] x86: Fix i386 and x86_64 fault information pollution
by Andi Kleen
· 18 years ago
7523c4d
[PATCH] x86_64: Fix dump_trace()
by OGAWA Hirofumi
· 18 years ago
d1526e2
Remove stack unwinder for now
by Linus Torvalds
· 18 years ago
c31a0bf
[PATCH] Generic BUG for x86-64
by Jeremy Fitzhardinge
· 18 years ago
a0429d0
[PATCH] x86-64: Remove unwind stack pointer alignment forcing again
by Andi Kleen
· 18 years ago
359ad0d
[PATCH] unwinder: more sanity checks in Dwarf2 unwinder
by Jan Beulich
· 18 years ago
446f713
[PATCH] unwinder: always use unlocked module list access in unwinder fallback
by Andi Kleen
· 18 years ago
0741f4d
[PATCH] x86: add sysctl for kstack_depth_to_print
by Chuck Ebbert
· 18 years ago
ab2bf0c
[PATCH] x86-64: Use probe_kernel_address in arch/x86_64/*
by Andi Kleen
· 18 years ago
9c5f8be
[PATCH] x86: Mention PCI instead of RAM in NMI parity error message
by Andi Kleen
· 18 years ago
da68933
[PATCH] x86-64: dump_trace() atomicity fix
by Andrew Morton
· 18 years ago
dd315df
[PATCH] x86: Compress stack unwinder output
by Andi Kleen
· 18 years ago
b615ebd
[PATCH] x86: shorten lines in unwinder to be <= 80 characters
by Andi Kleen
· 18 years ago
c547c77
[PATCH] x86-64: Use stricter in process stack check for unwinder
by Andi Kleen
· 18 years ago
0796bdb
[PATCH] x86_64: stack unwinder crash fix
by Ingo Molnar
· 18 years ago
4b0ff1a
[PATCH] x86-64: Fix compilation without CONFIG_KALLSYMS
by Randy Dunlap
· 18 years ago
e8c7391
[PATCH] Don't use kernel_text_address in oops context
by Andi Kleen
· 18 years ago
f574164
[PATCH] Remove most of the special cases for the debug IST stack
by Keith Owens
· 18 years ago
151f8cc
[PATCH] Remove safe_smp_processor_id()
by Andi Kleen
· 18 years ago
abf0f10
[PATCH] wire up oops_enter()/oops_exit()
by Andrew Morton
· 18 years ago
e07e23e
[PATCH] non lazy "sleazy" fpu implementation
by Arjan van de Ven
· 18 years ago
be7a917
[PATCH] Check for end of stack trace before falling back
by Andi Kleen
· 18 years ago
c0b766f
[PATCH] Merge stacktrace and show_trace
by Andi Kleen
· 18 years ago
2c8c0e6
[PATCH] Convert x86-64 to early param
by Andi Kleen
· 18 years ago
7f11d8a
[PATCH] Remove all ifdefs for local/io apic
by Andi Kleen
· 18 years ago
fac5855
[PATCH] Fix up panic messages for different NMI panics
by Andi Kleen
· 18 years ago
c41c5cd
[PATCH] x86: x86 clean up nmi panic messages
by Don Zickus
· 18 years ago
8da5add
[PATCH] x86: Allow users to force a panic on NMI
by Don Zickus
· 18 years ago
3adbbcc
[PATCH] x86: Cleanup NMI interrupt path
by Don Zickus
· 18 years ago
01ebb77
[PATCH] x86_64: Save original IST values for checking stack addresses
by Keith Owens
· 18 years ago
ea42405
[PATCH] x86: Make backtracer fallback logic more bullet-proof
by Jan Beulich
· 18 years ago
012c437
[PATCH] Change panic_on_oops message to "Fatal exception"
by Horms
· 18 years ago
cea6a4b
[PATCH] panic_on_oops: remove ssleep()
by Horms
· 18 years ago
b13761e
[PATCH] x86_64: Dump leftover backtrace entries when dwarf2 unwinder got stuck
by Andi Kleen
· 18 years ago
1454aed
[PATCH] put a comment at register_die_notifier that the export is used
by Arjan van de Ven
· 18 years ago
Next »