summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* x86_64: prepare shared kernel/entry.SThomas Gleixner2007-10-111-1172/+0Star
* remove unused TIF_NOTIFY_RESUME flagStephane Eranian2007-08-011-3/+3
* x86_64: support poll() on /dev/mcelogTim Hockin2007-07-221-3/+3
* x86_64: Ignore compat mode SYSCALL when IA32_EMULATION is not definedAndi Kleen2007-06-231-0/+7
* [PATCH] x86-64: a few missing entry.S annotationsJan Beulich2007-05-021-0/+5
* [PATCH] x86_64 irq: Safely cleanup an irq after moving it.Eric W. Biederman2007-02-261-0/+3
* Remove stack unwinder for nowLinus Torvalds2006-12-151-33/+0Star
* [PATCH] x86-64: miscellaneous entry.S adjustmentsJan Beulich2006-12-071-30/+6Star
* [PATCH] x86: Revert new unwind kernel stack terminationAndi Kleen2006-10-211-5/+0Star
* [PATCH] x86-64: Revert interrupt backlink changesAndi Kleen2006-10-211-3/+0Star
* [PATCH] x86-64: Fix ENOSYS in system call tracingJan Beulich2006-10-211-0/+2
* [PATCH] x86-64: Annotate interrupt frame backlink in interrupt handlersAndi Kleen2006-10-051-0/+3
* [PATCH] x86: Terminate the kernel stacks for the unwinderAndi Kleen2006-10-051-0/+5
* [PATCH] rename the provided execve functions to kernel_execveArnd Bergmann2006-10-021-2/+2
* [PATCH] Don't leak NT bit into next taskAndi Kleen2006-09-261-0/+4
* [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich2006-09-261-0/+4
* [PATCH] Fix a irqcount comment in entry.SAndi Kleen2006-09-261-1/+6
* [PATCH] Add a missing check for irq flags tracing in NMIAndi Kleen2006-09-261-0/+2
* [PATCH] x86: error_code is not safe for kprobesPrasanna S.P2006-09-261-12/+7Star
* [PATCH] Remove obsolete CVS $Id$ from assembler files in arch/x86_64/kernel/*Andi Kleen2006-09-261-2/+0Star
* [PATCH] Add some comments to entry.SAndi Kleen2006-09-261-3/+15
* [PATCH] Remove all ifdefs for local/io apicAndi Kleen2006-09-261-2/+0Star
* [PATCH] Add proper alignment to ENTRYAndi Kleen2006-09-261-2/+1Star
* [PATCH] Clean up asm/smp.h includesAndi Kleen2006-09-261-2/+0Star
* [PATCH] x86_64: Add kernel thread stack frame termination for properly stoppi...Andi Kleen2006-08-311-0/+3
* [PATCH] x86_64: Fix backtracing for interrupt stacksAndi Kleen2006-08-031-7/+11
* [PATCH] lockdep: irqtrace subsystem, x86_64 supportIngo Molnar2006-07-041-52/+136
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] x86: increase interrupt vector rangeRusty Russell2006-06-281-1/+1
* [PATCH] x86_64: reliable stack trace support (x86-64 syscallJan Beulich2006-06-261-1/+1
* [PATCH] x86_64: reliable stack trace support (x86-64 IRQ stackJan Beulich2006-06-261-25/+8Star
* [PATCH] x86_64: reliable stack trace support (x86-64)Jan Beulich2006-06-261-0/+33
* [PATCH] x86_64: add END()/ENDPROC() annotations to entry.SJan Beulich2006-06-261-1/+44
* [PATCH] x86_64: Don't do syscall exit tracing twiceAndi Kleen2006-05-311-6/+1Star
* [PATCH] x86_64: When user could have changed RIP always force IRETAndi Kleen2006-04-091-2/+10
* [PATCH] x86_64: Clean up execve pathAndi Kleen2006-04-091-16/+0Star
* [PATCH] x86_64: Report SIGSEGV for IRET faultsAndi Kleen2006-03-251-1/+1
* Revert "[PATCH] x86-64: Fix up handling of non canonical user RIPs"Linus Torvalds2006-03-141-11/+18
* [PATCH] x86-64: Fix up handling of non canonical user RIPsAndi Kleen2006-03-131-18/+11Star
* [PATCH] x86_64: Don't call do_exit with interrupts disabled after IRET exceptionAndi Kleen2006-02-171-0/+1
* [PATCH] x86_64: small fix for CFI annotationsJan Beulich2006-02-051-0/+4
* [PATCH] x86_64: Disallow kprobes on NMI handlersAndi Kleen2006-02-051-1/+2
* [PATCH] x86_64: Allow nesting of int3 by default for kprobesAndi Kleen2006-01-161-7/+5Star
* [PATCH] x86_64: Remove useless KDB vectorAndi Kleen2006-01-121-3/+0Star
* [PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen2006-01-121-0/+1
* [PATCH] x86_64: fix page fault from show_trace()Jan Beulich2006-01-121-7/+5Star
* [PATCH] x86_64: Move int 3 handler to debug stack and allow to increase it.Jan Beulich2006-01-121-4/+22
* [PATCH] x86_64: Remove unprotected iretJan Beulich2006-01-121-1/+1
* [PATCH] x86_64: Support for AMD specific MCE Threshold.Jacob Shin2005-11-151-0/+3
* [PATCH] x86-64: Fix CFI informationJan Beulich2005-09-121-57/+150