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