summaryrefslogtreecommitdiff
path: root/arch/x86_64/kernel
AgeCommit message (Expand)AuthorFilesLines
2005-07-30[PATCH] Fix sync_tsc hangEric W. Biederman2-9/+75
2005-07-30[PATCH] x86_64 machine_kexec: Use standard pagetable helpersEric W. Biederman1-42/+25
2005-07-29[PATCH] x86_64 machine_kexec: Cleanup inline assembly.Eric W. Biederman1-18/+16
2005-07-29[PATCH] x86_64: Use msleep in smpboot.cNishanth Aravamudan1-2/+1
2005-07-29[PATCH] x86_64: Fix SRAT handling on non dual core systemsAndi Kleen1-2/+0
2005-07-29[PATCH] x86_64: Switch to the interrupt stack when running a softirq in local...Andi Kleen2-0/+31
2005-07-29[PATCH] x86_64: Small assembly improvementsAndi Kleen2-13/+13
2005-07-29[PATCH] x86_64: Support more than 8 cores on AMD systemsAndi Kleen2-10/+85
2005-07-29[PATCH] x86_64: Remove the broadcast options that were added for cpuhotplugAndi Kleen1-86/+2
2005-07-29[PATCH] x86_64: Create per CPU machine check sysfs directoriesAndi Kleen1-19/+74
2005-07-29[PATCH] x86_64: Some cleanup in setup64.cAndi Kleen1-14/+4
2005-07-29[PATCH] x86_64: Clarify Booting processor ... messageAndi Kleen1-2/+3
2005-07-29[PATCH] x86_64: Minor clean up to CPU setup - use smp_processor_id instead of...Andi Kleen1-2/+1
2005-07-29[PATCH] x86_64: Move cpu_present/possible_map parsing earlierAndi Kleen2-37/+35
2005-07-29[PATCH] x86_64: Always ack IPIs even on errorsAndi Kleen1-2/+1
2005-07-29[PATCH] x86_64: cpu hotplug changes kills nmi watchdogAlexander Nyberg1-3/+0
2005-07-28[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-5/+5
2005-07-28[PATCH] x86_64: fix SMP boot lockup on some machinesAndi Kleen1-1/+1
2005-07-27[PATCH] x86_64 sync machine_power_off with i386Eric W. Biederman1-0/+3
2005-07-27[PATCH] x86_64: Implemenent machine_emergency_restartEric W. Biederman1-7/+11
2005-07-27[PATCH] x86_64: Fix reboot_forceEric W. Biederman1-8/+1
2005-07-27[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-5/+0
2005-07-13[PATCH] x86_64: section alignment fixAndrew Morton1-2/+2
2005-07-08[PATCH] mostly_read data sectionChristoph Lameter1-0/+4
2005-07-08[PATCH] MTRR suspend/resume cleanupShaohua Li2-0/+5
2005-07-06[PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch1-1/+1
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupIngo Molnar1-1/+0
2005-06-28[PATCH] Return probe redesign: x86_64 specific changesRusty Lynch1-63/+70
2005-06-28[PATCH] kprobes: fix single-step out of line - take2Ananth N Mavinakayanahalli1-112/+1
2005-06-28[PATCH] seccomp: tsc disableAndrea Arcangeli1-0/+29
2005-06-26Merge Christoph's freeze cleanup patchLinus Torvalds1-1/+1
2005-06-26[PATCH] Cleanup patch for process freezingChristoph Lameter1-1/+1
2005-06-26[PATCH] kexec code cleanupManeesh Soni1-22/+27
2005-06-26[PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg1-1/+1
2005-06-26[PATCH] Kdump: Export crash notes section address through sysfsVivek Goyal1-3/+0
2005-06-26[PATCH] crashdump: x86_64: crashkernel optionEric W. Biederman2-0/+33
2005-06-26[PATCH] kexec: x86_64 kexec implementationEric W. Biederman4-0/+427
2005-06-26[PATCH] kexec: x86_64: factor out apic shutdown codeEric W. Biederman1-29/+33
2005-06-26[PATCH] kexec: x86_64: add CONFIG_PHYSICAL_STARTEric W. Biederman1-9/+9
2005-06-26[PATCH] kexec: x86_64: vmlinux: fix physical addressesEric W. Biederman1-42/+86
2005-06-26[PATCH] kexec: x86_64: restore apic virtual wire mode on shutdownEric W. Biederman2-3/+71
2005-06-26[PATCH] kexec: x86_64: add i8259 shutdown methodEric W. Biederman1-0/+12
2005-06-26[PATCH] kexec: x86_64: e820 64bit fixEric W. Biederman1-2/+0
2005-06-26[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney1-1/+1
2005-06-26[PATCH] swsusp: clean assembly partsPavel Machek1-9/+9
2005-06-26[PATCH] s-t-RAM: load gdt the right wayPavel Machek1-1/+1
2005-06-26[PATCH] x86_64: Provide ability to choose using shortcuts for IPI in flat mode.Ashok Raj1-14/+82
2005-06-26[PATCH] x86_64: Dont use broadcast shortcut to make it cpu hotplug safe.Ashok Raj3-17/+54
2005-06-26[PATCH] x86_64: CPU hotplug sibling map cleanupAshok Raj1-48/+36
2005-06-26[PATCH] x86_64: CPU hotplug supportAshok Raj4-17/+254