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
/
entry_32.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
ftrace: function graph return for function entry
Steven Rostedt
2008-12-03
1
-0
/
+3
*
ftrace: have function graph use mcount caller address
Steven Rostedt
2008-12-03
1
-0
/
+1
*
ftrace: use code patching for ftrace graph tracer
Steven Rostedt
2008-11-26
1
-0
/
+5
*
tracing: function graph tracer, fix
Ingo Molnar
2008-11-26
1
-1
/
+1
*
tracing/function-return-tracer: change the name into function-graph-tracer
Frederic Weisbecker
2008-11-26
1
-6
/
+6
*
tracing/function-return-tracer: support for dynamic ftrace on function return...
Frederic Weisbecker
2008-11-16
1
-7
/
+11
*
tracing/function-return-tracer: call prepare_ftrace_return by registers
Frederic Weisbecker
2008-11-12
1
-4
/
+1
*
tracing, x86: add low level support for ftrace return tracing
Frederic Weisbecker
2008-11-11
1
-0
/
+33
*
ftrace: add quick function trace stop
Steven Rostedt
2008-11-06
1
-0
/
+6
*
Merge commit 'v2.6.28-rc2' into tracing/urgent
Ingo Molnar
2008-10-27
1
-1
/
+1
|
\
|
*
MCE: Don't run 32bit machine checks with interrupts on
Andi Kleen
2008-10-22
1
-1
/
+1
*
|
Merge branch 'tracing/ftrace' into tracing/urgent
Ingo Molnar
2008-10-22
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
ftrace: rename FTRACE to FUNCTION_TRACER
Steven Rostedt
2008-10-20
1
-2
/
+2
*
|
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-10-20
1
-14
/
+0
|
\
\
|
|
/
|
*
ftrace: x86 mcount stub
Steven Rostedt
2008-10-14
1
-14
/
+0
*
|
x86: make 32bit support per_cpu vector
Yinghai Lu
2008-10-16
1
-1
/
+1
|
/
*
i386: add TRACE_IRQS_OFF for the exception 3 (int3)
Alexander van Heukelum
2008-10-13
1
-0
/
+1
*
i386: add TRACE_IRQS_OFF for the nmi
Alexander van Heukelum
2008-10-13
1
-0
/
+2
*
i386: add TRACE_IRQS_OFF for exception 1 (debug)
Alexander van Heukelum
2008-10-13
1
-0
/
+1
*
i386: add TRACE_IRQS_OFF to entry_32.S in 'error_code'
Alexander van Heukelum
2008-10-13
1
-0
/
+1
*
i386: convert hardware exception 18 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-1
/
+1
*
i386: convert hardware exception 7 to an interrupt gate
Alexander van Heukelum
2008-10-13
1
-13
/
+2
*
i386 syscall audit fast-path
Roland McGrath
2008-07-23
1
-2
/
+53
*
-
-
-
-
-
-
-
.
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...
Ingo Molnar
2008-07-21
1
-16
/
+8
|
\
\
\
\
\
|
|
|
|
|
*
i386/xen: add proper unwind annotations to xen_sysenter_target
Jan Beulich
2008-07-18
1
-0
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
x86 ptrace: unify syscall tracing
Roland McGrath
2008-07-16
1
-12
/
+7
|
|
|
*
|
x86 ptrace: unify TIF_SINGLESTEP
Roland McGrath
2008-07-16
1
-4
/
+0
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge branch 'auto-ftrace-next' into tracing/for-linus
Ingo Molnar
2008-07-14
1
-0
/
+72
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
ftrace: store mcount address in rec->ip
Abhishek Sagar
2008-06-23
1
-0
/
+4
|
*
|
|
Merge branch 'linus' into tracing/ftrace
Ingo Molnar
2008-06-16
1
-0
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
ftrace: use dynamic patching for updating mcount calls
Steven Rostedt
2008-05-23
1
-3
/
+44
|
*
|
|
ftrace: add basic support for gcc profiler instrumentation
Arnaldo Carvalho de Melo
2008-05-23
1
-0
/
+27
*
|
|
|
x86: use matching CFI_ENDPROC
Glauber Costa
2008-07-11
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
x86/paravirt: split sysret and sysexit
Jeremy Fitzhardinge
2008-07-08
1
-4
/
+4
*
|
|
Merge branch 'linus' into x86/irq
Ingo Molnar
2008-06-16
1
-0
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
x86: fix lockdep warning during suspend-to-ram
Peter Zijlstra
2008-06-12
1
-0
/
+1
|
|
/
*
|
x86: unify interrupt vector defines
Thomas Gleixner
2008-05-12
1
-1
/
+1
|
/
*
xen: fold xen_sysexit into xen_iret
Jeremy Fitzhardinge
2008-04-24
1
-8
/
+1
*
xen: jump to iret fixup
Jeremy Fitzhardinge
2008-04-24
1
-2
/
+1
*
xen: support sysenter/sysexit if hypervisor does
Jeremy Fitzhardinge
2008-04-24
1
-1
/
+17
*
xen: make sure iret faults are trapped
Jeremy Fitzhardinge
2008-04-24
1
-1
/
+1
*
x86: remove pointless comments
WANG Cong
2008-04-19
1
-1
/
+0
*
x86: entry_32.S - use flags from processor-flags.h
Cyrill Gorcunov
2008-04-17
1
-13
/
+7
*
x86: only enable interrupts when kernel state has been set up
Jeremy Fitzhardinge
2008-04-17
1
-9
/
+10
*
x86: don't make irq_return global
Adrian Bunk
2008-02-19
1
-1
/
+1
*
x86: fixup more paravirt fallout
Ingo Molnar
2008-02-09
1
-9
/
+6
*
x86: move to .rodata/.init.data
Jan Beulich
2008-01-30
1
-1
/
+1
*
x86: use generic register name in the thread and tss structures
H. Peter Anvin
2008-01-30
1
-3
/
+3
*
x86 vDSO: ia32_sysenter_target
Roland McGrath
2008-01-30
1
-5
/
+5
*
x86: irqflags consolidation
Glauber de Oliveira Costa
2008-01-30
1
-4
/
+4
[next]