summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-161-46/+3
|\
| * x86, 64-bit: Move kernel_thread to CBrian Gerst2009-12-101-46/+3
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-111-3/+3
|\ \ | |/ |/|
| * x86: Fixup wrong debug exception frame link in stacktracesFrederic Weisbecker2009-12-061-3/+3
* | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-2/+2
|\ \
| * | x86: UV RTC: Rename generic_interrupt to x86_platform_ipiDimitri Sivanich2009-10-141-2/+2
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-051-3/+8
|\ \ \ | |_|/ |/| |
| * | x86, 64-bit: Fix bstep_iret jumpBrian Gerst2009-11-031-1/+1
| * | x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst2009-10-121-3/+8
| |/
* | Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-231-3/+3
|\ \
| * | function-graph/x86: Replace unbalanced ret with jmpSteven Rostedt2009-10-141-3/+3
| |/
* | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-18/+12
|\|
| * x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath2009-09-221-14/+8
| * perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-1/+1
| * tracing/function-graph: x86_64 stack allocation cleanupJiri Olsa2009-09-121-3/+3
* | kprobes/x86-64: Fix to move common_interrupt to .kprobes.textMasami Hiramatsu2009-08-301-0/+8
|/
* function-graph: add stack frame testSteven Rostedt2009-06-181-0/+2
* Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-111-16/+13
|\
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-16/+8
| |\
| | * Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-16/+3
| | |\
| | | * Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-0/+3
| | | |\
| | | * | x86, function-graph: only save return values on x86_64Steven Rostedt2009-04-101-16/+3
| | * | | xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge2009-05-081-0/+5
| | | |/ | | |/|
| * | | perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang2009-06-031-2/+0
| * | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-0/+3
| |\| |
| * | | perf_counter: x86: self-IPI for pending workPeter Zijlstra2009-04-071-0/+2
| * | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-2/+4
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-261-16/+9
| |\ \ \
| * \ \ \ Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-131-1/+3
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-111-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-231-0/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-181-20/+21
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2008-12-291-29/+69
| |\ \ \ \ \ \ \ \
| * | | | | | | | | performance counters: x86 supportIngo Molnar2008-12-081-0/+5
* | | | | | | | | | x86: fix panic with interrupts off (needed for MCE)Andi Kleen2009-06-031-0/+2
* | | | | | | | | | x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen2009-06-031-0/+5
* | | | | | | | | | x86, mce: enable MCE_INTEL for 32bit new MCEAndi Kleen2009-05-281-1/+1
* | | | | | | | | | x86, mce: use a call vector to call the 64bit mce handlerAndi Kleen2009-05-281-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | lockdep, x86: account for irqs enabled in paranoid_exitSteven Rostedt2009-04-181-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | x86-64: move save_paranoid into .kprobes.textJan Beulich2009-03-121-0/+2
* | | | | | | | x86: remove leftover unwind annotationsJan Beulich2009-03-121-2/+0
* | | | | | | | x86: UV, SGI RTC: add generic system vectorDimitri Sivanich2009-03-041-0/+2
| |_|_|_|_|_|/ |/| | | | | |
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*---. \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-241-37/+35
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| | | * | | | | x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-131-1/+1
| | |/ / / / / | |/| | | | |
| | * | | | | x86: head_64.S - use GLOBAL macroCyrill Gorcunov2009-02-241-15/+7
| | * | | | | x86: entry_64.S - add missing ENDPROCCyrill Gorcunov2009-02-241-0/+1
| |/ / / / /
| * | | | | Merge branch 'x86/paravirt' into x86/apicIngo Molnar2009-02-091-1/+1
| |\ \ \ \ \
| | * | | | | x86: fix paravirt clobber in entry_64.SJeremy Fitzhardinge2009-01-301-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-051-0/+1
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-281-0/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | | |/ / | | | |/| |