aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386: prepare shared kernel/entry.SThomas Gleixner1-1112/+0
2007-10-11i386: prepare shared kernel/syscall_table.SThomas Gleixner1-1/+1
2007-07-18i386: fixup TRACE_IRQ breakagePeter Zijlstra1-2/+0
2007-07-18xen: use iret directly when possibleJeremy Fitzhardinge1-1/+15
2007-07-18xen: Core Xen implementationJeremy Fitzhardinge1-0/+71
2007-07-06i386: fix regression, endless loop in ptrace singlestep over an int80Jason Wessel1-4/+4
2007-05-02[PATCH] i386: fix wrong comment for syscall stack layoutAndi Kleen1-1/+1
2007-05-02[PATCH] i386: Convert VMI timer to use clock eventsZachary Amsden1-5/+0
2007-05-02[PATCH] i386: Convert PDA into the percpu sectionJeremy Fitzhardinge1-3/+2
2007-05-02[PATCH] i386: Page-align the GDTJeremy Fitzhardinge1-1/+1
2007-05-02[PATCH] i386: PARAVIRT: Fix patch site clobbers to include return registerJeremy Fitzhardinge1-1/+1
2007-05-02[PATCH] i386: Relocate VDSO ELF headers to match mapped location with COMPAT_VDSOJeremy Fitzhardinge1-4/+0
2007-05-02[PATCH] i386: cleanup GDT AccessRusty Russell1-2/+1
2007-05-02[PATCH] i386: No need to use -traditional for processing asm in i386/kernel/Jeremy Fitzhardinge1-1/+1
2007-02-13[PATCH] i386: entry.S END/ENDPROC annotationsJan Beulich1-4/+37
2007-02-13[PATCH] i386: vMI timer patchesZachary Amsden1-0/+5
2007-02-13[PATCH] i386: Convert i386 PDA code to use %fsJeremy Fitzhardinge1-16/+16
2007-01-26[PATCH] Fix CONFIG_COMPAT_VDSORoland McGrath1-0/+4
2006-12-15Remove stack unwinder for nowLinus Torvalds1-32/+0
2006-12-07[PATCH] paravirt: Patch inline replacements for paravirt interceptsRusty Russell1-13/+26
2006-12-07[PATCH] paravirt: header and stubs for paravirtualisationRusty Russell1-7/+27
2006-12-07[PATCH] i386: Fix entry.S code with !CONFIG_VM86Joe Korty1-2/+4
2006-12-07[PATCH] i386: Implement smp_processor_id() with the PDAJeremy Fitzhardinge1-2/+1
2006-12-07[PATCH] i386: Use %gs as the PDA base-segment in the kernelJeremy Fitzhardinge1-22/+48
2006-12-07[PATCH] i386: Use asm-offsets for the offsets of registers into the pt_regs structJeremy Fitzhardinge1-68/+52
2006-12-07[PATCH] i386: espfix cleanupStas Sergeev1-40/+33
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich1-0/+4
2006-09-26[PATCH] i386: Allow a kernel not to be in ring 0Rusty Russell1-4/+5
2006-09-26[PATCH] i386: Abstract sensitive instructionsRusty Russell1-16/+22
2006-09-26[PATCH] i386: annotate FIX_STACK() and the rest of nmi()Chuck Ebbert1-3/+15
2006-09-26[PATCH] i386: Disallow kprobes on NMI handlersFernando Luis Vázquez Cao1-1/+2
2006-09-26[PATCH] i386: move kernel_thread_helper into entry.SAndi Kleen1-0/+13
2006-09-26[PATCH] x86: error_code is not safe for kprobesPrasanna S.P1-12/+13
2006-09-18x86: save/restore eflags in context switchLinus Torvalds1-0/+4
2006-07-31[PATCH] Fix trivial unwind info bugMarkus Armbruster1-1/+1
2006-07-03[PATCH] lockdep: irqtrace subsystem, i386 supportIngo Molnar1-3/+33
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar1-1/+6
2006-06-27[PATCH] fix broken vm86 interrupt/signal handlingAleksey Gorelov1-2/+9
2006-06-27[PATCH] x86: increase interrupt vector rangeRusty Russell1-2/+2
2006-06-26[PATCH] i386: reliable stack trace support i386 entry.SJan Beulich1-11/+223
2006-06-26[PATCH] i386: reliable stack trace support (i386)Jan Beulich1-0/+29
2006-03-23[PATCH] i386: fix singlestep through an int80 syscallChuck Ebbert1-0/+4
2006-01-08[PATCH] Make vm86 support optionalMatt Mackall1-0/+2
2006-01-06[PATCH] x86/x86_64: mark rodata section read-only: make some datastructures constArjan van de Ven1-0/+1
2005-11-13[PATCH] i386: NMI pointer comparison fixJan Beulich1-4/+3
2005-09-12[PATCH] i386: Don't miss pending signals returning to user mode after signal processingRoland McGrath1-2/+2
2005-09-07[PATCH] kprobes: prevent possible race conditions i386 changesPrasanna S Panchamukhi1-5/+8
2005-09-05[PATCH] uml: SYSEMU: slight cleanup and speedupPaolo 'Blaisorblade' Giarrusso1-7/+1
2005-09-05[PATCH] Uml support: reorganize PTRACE_SYSEMU supportBodo Stroesser1-1/+7