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
/
entry_32.S
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-20
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+2
2009-06-18
function-graph: add stack frame test
Steven Rostedt
1
-0
/
+2
2009-06-17
x86: de-assembler-ize asm/desc.h
Alexander van Heukelum
1
-1
/
+0
2009-06-17
i386: fix/simplify espfix stack switching, move it into assembly
Alexander van Heukelum
1
-15
/
+34
2009-06-17
i386: fix return to 16-bit stack from NMI handler
Alexander van Heukelum
1
-6
/
+8
2009-03-14
x86: entry_32.S fix compile warnings - fix work mask bit width
Jaswinder Singh Rajput
1
-10
/
+8
2009-02-23
x86: minor cleanup in the espfix code
Stas Sergeev
1
-1
/
+1
2009-02-13
x86: use _types.h headers in asm where available
Jeremy Fitzhardinge
1
-1
/
+1
2009-02-13
Merge branch 'core/percpu' into x86/core
Ingo Molnar
1
-160
/
+283
2009-02-11
x86: pass in pt_regs pointer for syscalls that need it
Brian Gerst
1
-0
/
+20
2009-02-10
x86: implement x86_32 stack protector
Tejun Heo
1
-1
/
+1
2009-02-10
x86: make lazy %gs optional on x86_32
Tejun Heo
1
-19
/
+113
2009-02-10
x86: use asm .macro instead of cpp #define in entry_32.S
Tejun Heo
1
-142
/
+151
2009-01-29
x86: move mach-default/*.h files to asm/
Ingo Molnar
1
-1
/
+1
2009-01-21
x86: make x86_32 use tlb_64.c
Tejun Heo
1
-2
/
+4
2009-01-12
Revert "i386: add TRACE_IRQS_OFF for the nmi"
Ingo Molnar
1
-2
/
+0
2008-12-28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+50
2008-12-03
ftrace: function graph return for function entry
Steven Rostedt
1
-0
/
+3
2008-12-03
ftrace: have function graph use mcount caller address
Steven Rostedt
1
-0
/
+1
2008-11-28
Merge branch 'x86/debug' into x86/irq
Ingo Molnar
1
-0
/
+1
2008-11-27
i386: get rid of the use of KPROBE_ENTRY / KPROBE_END
Alexander van Heukelum
1
-214
/
+224
2008-11-26
ftrace: use code patching for ftrace graph tracer
Steven Rostedt
1
-0
/
+5
2008-11-26
tracing: function graph tracer, fix
Ingo Molnar
1
-1
/
+1
2008-11-26
tracing/function-return-tracer: change the name into function-graph-tracer
Frederic Weisbecker
1
-6
/
+6
2008-11-23
x86, debug: remove the confusing entry in call trace
jia zhang
1
-0
/
+1
2008-11-16
tracing/function-return-tracer: support for dynamic ftrace on function return...
Frederic Weisbecker
1
-7
/
+11
2008-11-12
tracing/function-return-tracer: call prepare_ftrace_return by registers
Frederic Weisbecker
1
-4
/
+1
2008-11-12
x86: fix up the new IRQ code for older versions of gas
H. Peter Anvin
1
-2
/
+2
2008-11-11
x86: 32 bits: shrink and align IRQ stubs
H. Peter Anvin
1
-12
/
+22
2008-11-11
x86: 32 bit: interrupt stub consistency with 64 bit
H. Peter Anvin
1
-3
/
+3
2008-11-11
tracing, x86: add low level support for ftrace return tracing
Frederic Weisbecker
1
-0
/
+33
2008-11-06
ftrace: add quick function trace stop
Steven Rostedt
1
-0
/
+6
2008-10-27
Merge commit 'v2.6.28-rc2' into tracing/urgent
Ingo Molnar
1
-1
/
+1
2008-10-22
MCE: Don't run 32bit machine checks with interrupts on
Andi Kleen
1
-1
/
+1
2008-10-22
Merge branch 'tracing/ftrace' into tracing/urgent
Ingo Molnar
1
-2
/
+2
2008-10-20
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-14
/
+0
2008-10-20
ftrace: rename FTRACE to FUNCTION_TRACER
Steven Rostedt
1
-2
/
+2
2008-10-16
x86: make 32bit support per_cpu vector
Yinghai Lu
1
-1
/
+1
2008-10-14
ftrace: x86 mcount stub
Steven Rostedt
1
-14
/
+0
2008-10-13
i386: add TRACE_IRQS_OFF for the exception 3 (int3)
Alexander van Heukelum
1
-0
/
+1
2008-10-13
i386: add TRACE_IRQS_OFF for the nmi
Alexander van Heukelum
1
-0
/
+2
2008-10-13
i386: add TRACE_IRQS_OFF for exception 1 (debug)
Alexander van Heukelum
1
-0
/
+1
2008-10-13
i386: add TRACE_IRQS_OFF to entry_32.S in 'error_code'
Alexander van Heukelum
1
-0
/
+1
2008-10-13
i386: convert hardware exception 18 to an interrupt gate
Alexander van Heukelum
1
-1
/
+1
2008-10-13
i386: convert hardware exception 7 to an interrupt gate
Alexander van Heukelum
1
-13
/
+2
2008-07-23
i386 syscall audit fast-path
Roland McGrath
1
-2
/
+53
2008-07-21
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...
Ingo Molnar
1
-16
/
+8
2008-07-18
i386/xen: add proper unwind annotations to xen_sysenter_target
Jan Beulich
1
-0
/
+1
2008-07-16
x86 ptrace: unify syscall tracing
Roland McGrath
1
-12
/
+7
2008-07-16
x86 ptrace: unify TIF_SINGLESTEP
Roland McGrath
1
-4
/
+0
[next]