Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_lge_hammerhead
/
f34bfb1beef8a17ba3d46b60f8fa19ffedc1ed8d
/
arch
/
x86
/
kernel
/
entry_32.S
e765ee9
Merge branch 'linus' into tracing/ftrace
by Ingo Molnar
· 18 years ago
e32e58a
x86: fix lockdep warning during suspend-to-ram
by Peter Zijlstra
· 18 years ago
d61f82d
ftrace: use dynamic patching for updating mcount calls
by Steven Rostedt
· 18 years ago
16444a8
ftrace: add basic support for gcc profiler instrumentation
by Arnaldo Carvalho de Melo
· 18 years ago
b77797f
xen: fold xen_sysexit into xen_iret
by Jeremy Fitzhardinge
· 18 years ago
0f2c876
xen: jump to iret fixup
by Jeremy Fitzhardinge
· 18 years ago
e2a81ba
xen: support sysenter/sysexit if hypervisor does
by Jeremy Fitzhardinge
· 18 years ago
90e9f53
xen: make sure iret faults are trapped
by Jeremy Fitzhardinge
· 18 years ago
cf9b111
x86: remove pointless comments
by WANG Cong
· 18 years ago
ab68ed9
x86: entry_32.S - use flags from processor-flags.h
by Cyrill Gorcunov
· 18 years ago
d93c870
x86: only enable interrupts when kernel state has been set up
by Jeremy Fitzhardinge
· 18 years ago
f7f3d79
x86: don't make irq_return global
by Adrian Bunk
· 18 years ago
3701d863
x86: fixup more paravirt fallout
by Ingo Molnar
· 18 years ago
3e7622f
x86: move to .rodata/.init.data
by Jan Beulich
· 18 years ago
faca622
x86: use generic register name in the thread and tss structures
by H. Peter Anvin
· 18 years ago
0aa97fb
x86 vDSO: ia32_sysenter_target
by Roland McGrath
· 18 years ago
6abcd98
x86: irqflags consolidation
by Glauber de Oliveira Costa
· 18 years ago
fb9fc39
Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 18 years ago
93b1eab
paravirt: refactor struct paravirt_ops into smaller pv_*_ops
by Jeremy Fitzhardinge
· 18 years ago
c7e872e
lockdep: i386: connect the sysexit hook
by Peter Zijlstra
· 18 years ago
9a163ed
i386: move kernel
by Thomas Gleixner
· 18 years ago
[Renamed from arch/i386/kernel/entry_32.S]
668a3bf
i386: prepare shared kernel/entry.S
by Thomas Gleixner
· 18 years ago
[Renamed from arch/i386/kernel/entry.S]
541054d
i386: prepare shared kernel/syscall_table.S
by Thomas Gleixner
· 18 years ago
a10d9a7
i386: fixup TRACE_IRQ breakage
by Peter Zijlstra
· 18 years ago
9ec2b80
xen: use iret directly when possible
by Jeremy Fitzhardinge
· 18 years ago
5ead97c
xen: Core Xen implementation
by Jeremy Fitzhardinge
· 18 years ago
1e2e99f
i386: fix regression, endless loop in ptrace singlestep over an int80
by Jason Wessel
· 19 years ago
889f21c
[PATCH] i386: fix wrong comment for syscall stack layout
by Andi Kleen
· 19 years ago
e0bb864
[PATCH] i386: Convert VMI timer to use clock events
by Zachary Amsden
· 19 years ago
7c3576d
[PATCH] i386: Convert PDA into the percpu section
by Jeremy Fitzhardinge
· 19 years ago
7a61d35
[PATCH] i386: Page-align the GDT
by Jeremy Fitzhardinge
· 19 years ago
42c24fa
[PATCH] i386: PARAVIRT: Fix patch site clobbers to include return register
by Jeremy Fitzhardinge
· 19 years ago
d4f7a2c
[PATCH] i386: Relocate VDSO ELF headers to match mapped location with COMPAT_VDSO
by Jeremy Fitzhardinge
· 19 years ago
4fbb596
[PATCH] i386: cleanup GDT Access
by Rusty Russell
· 19 years ago
f76c392
[PATCH] i386: No need to use -traditional for processing asm in i386/kernel/
by Jeremy Fitzhardinge
· 19 years ago
47a55cd
[PATCH] i386: entry.S END/ENDPROC annotations
by Jan Beulich
· 19 years ago
bbab4f3
[PATCH] i386: vMI timer patches
by Zachary Amsden
· 19 years ago
464d1a7
[PATCH] i386: Convert i386 PDA code to use %fs
by Jeremy Fitzhardinge
· 19 years ago
a1f3bb9
[PATCH] Fix CONFIG_COMPAT_VDSO
by Roland McGrath
· 19 years ago
d1526e2
Remove stack unwinder for now
by Linus Torvalds
· 19 years ago
139ec7c
[PATCH] paravirt: Patch inline replacements for paravirt intercepts
by Rusty Russell
· 19 years ago
d3561b7
[PATCH] paravirt: header and stubs for paravirtualisation
by Rusty Russell
· 19 years ago
74b47a7
[PATCH] i386: Fix entry.S code with !CONFIG_VM86
by Joe Korty
· 19 years ago
b2938f8
[PATCH] i386: Implement smp_processor_id() with the PDA
by Jeremy Fitzhardinge
· 19 years ago
f95d47c
[PATCH] i386: Use %gs as the PDA base-segment in the kernel
by Jeremy Fitzhardinge
· 19 years ago
eb5b7b9
[PATCH] i386: Use asm-offsets for the offsets of registers into the pt_regs struct
by Jeremy Fitzhardinge
· 19 years ago
be44d2a
[PATCH] i386: espfix cleanup
by Stas Sergeev
· 19 years ago
adf1423
[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder
by Jan Beulich
· 19 years ago
78be370
[PATCH] i386: Allow a kernel not to be in ring 0
by Rusty Russell
· 19 years ago
0da5db3
[PATCH] i386: Abstract sensitive instructions
by Rusty Russell
· 19 years ago
a549b86
[PATCH] i386: annotate FIX_STACK() and the rest of nmi()
by Chuck Ebbert
· 19 years ago
0603975
[PATCH] i386: Disallow kprobes on NMI handlers
by Fernando Luis Vázquez Cao
· 19 years ago
02ba1a3
[PATCH] i386: move kernel_thread_helper into entry.S
by Andi Kleen
· 19 years ago
d28c439
[PATCH] x86: error_code is not safe for kprobes
by Prasanna S.P
· 19 years ago
47a5c6f
x86: save/restore eflags in context switch
by Linus Torvalds
· 19 years ago
25d7dfd
[PATCH] Fix trivial unwind info bug
by Markus Armbruster
· 19 years ago
55f327f
[PATCH] lockdep: irqtrace subsystem, i386 support
by Ingo Molnar
· 20 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 20 years ago
e6e5494
[PATCH] vdso: randomize the i386 vDSO by moving it into a vma
by Ingo Molnar
· 20 years ago
4031ff3
[PATCH] fix broken vm86 interrupt/signal handling
by Aleksey Gorelov
· 20 years ago
19eadf9
[PATCH] x86: increase interrupt vector range
by Rusty Russell
· 20 years ago
fe7cacc
[PATCH] i386: reliable stack trace support i386 entry.S
by Jan Beulich
· 20 years ago
176a271
[PATCH] i386: reliable stack trace support (i386)
by Jan Beulich
· 20 years ago
635cf99
[PATCH] i386: fix singlestep through an int80 syscall
by Chuck Ebbert
· 20 years ago
64ca900
[PATCH] Make vm86 support optional
by Matt Mackall
· 20 years ago
bb152f5
[PATCH] x86/x86_64: mark rodata section read-only: make some datastructures const
by Arjan van de Ven
· 20 years ago
e271820
[PATCH] i386: NMI pointer comparison fix
by Jan Beulich
· 20 years ago
c3ff8ec
[PATCH] i386: Don't miss pending signals returning to user mode after signal processing
by Roland McGrath
· 20 years ago
3d97ae5
[PATCH] kprobes: prevent possible race conditions i386 changes
by Prasanna S Panchamukhi
· 20 years ago
640aa46
[PATCH] uml: SYSEMU: slight cleanup and speedup
by Paolo 'Blaisorblade' Giarrusso
· 20 years ago
c8c86ce
[PATCH] Uml support: reorganize PTRACE_SYSEMU support
by Bodo Stroesser
· 20 years ago
ed75e8d
[PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and general usage
by Laurent Vivier
· 20 years ago
5e7b83f
[PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for i386
by Paolo 'Blaisorblade' Giarrusso
· 21 years ago
48c8821
[PATCH] x86: entry.S trap return fixes
by Stas Sergeev
· 21 years ago
a879cbb
x86: make traps on 'iret' be debuggable in user space
by Linus Torvalds
· 21 years ago
5df2408
[PATCH] fix crash in entry.S restore_all
by Stas Sergeev
· 21 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 21 years ago