summaryrefslogtreecommitdiffstats
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-272-8/+8
* [PATCH] x86_64: fix SMP boot lockup on some machinesAndi Kleen2005-07-271-1/+1
* [PATCH] x86_64 fsnotify build fixAndrew Morton2005-07-261-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/+1
* [PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman2005-07-261-5/+0
* [PATCH] inotify: add x86-64 syscall entriesRobert Love2005-07-261-2/+6
* [PATCH] inotify: add missing hook to sys32_openRobert Love2005-07-261-1/+4
* [PATCH] x86_64: TASK_SIZE fixes for compatibility mode processesSiddha, Suresh B2005-07-151-1/+6
* [PATCH] x86_64: section alignment fixAndrew Morton2005-07-121-2/+2
* [NET]: add a top-level Networking menu to *configSam Ravnborg2005-07-111-0/+2
* [PATCH] mostly_read data sectionChristoph Lameter2005-07-071-0/+4
* [PATCH] MTRR suspend/resume cleanupShaohua Li2005-07-072-0/+5
* [CRYPTO] Add x86_64 asm AESAndreas Steinmetz2005-07-064-1/+522
* [PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch2005-07-051-1/+1
* [PATCH] x86: i8253/i8259A lock cleanupIngo Molnar2005-06-301-1/+0
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH2005-06-272-170/+95
|\
| * [PATCH] Return probe redesign: x86_64 specific changesRusty Lynch2005-06-271-63/+70
| * [PATCH] kprobes: fix single-step out of line - take2Ananth N Mavinakayanahalli2005-06-271-112/+1
| * [PATCH] seccomp: tsc disableAndrea Arcangeli2005-06-271-0/+29
* | [PATCH] PCI: use the MCFG table to properly access pci devices (x86-64)Greg Kroah-Hartman2005-06-271-10/+48
* | [PATCH] PCI: add proper MCFG table parsing to ACPI core.Greg Kroah-Hartman2005-06-271-7/+9
|/
* Merge Christoph's freeze cleanup patchLinus Torvalds2005-06-251-1/+1
|\
| * [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-251-1/+1
* | [PATCH] x86_64: coding style and whitespace fixupsDomen Puncer2005-06-255-12/+9
* | [PATCH] x86-64: add memcpy/memset prototypesrandy_dunlap2005-06-251-0/+3
* | [PATCH] kexec code cleanupManeesh Soni2005-06-251-22/+27
* | [PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg2005-06-251-1/+1
* | [PATCH] Kdump: Export crash notes section address through sysfsVivek Goyal2005-06-251-3/+0
* | [PATCH] crashdump: x86_64: crashkernel optionEric W. Biederman2005-06-252-0/+33
* | [PATCH] kexec: x86_64 kexec implementationEric W. Biederman2005-06-256-1/+445
* | [PATCH] kexec: x86_64: factor out apic shutdown codeEric W. Biederman2005-06-251-29/+33
* | [PATCH] kexec: x86_64: add CONFIG_PHYSICAL_STARTEric W. Biederman2005-06-254-15/+28
* | [PATCH] kexec: x86_64: vmlinux: fix physical addressesEric W. Biederman2005-06-252-43/+87
* | [PATCH] kexec: x86_64: restore apic virtual wire mode on shutdownEric W. Biederman2005-06-252-3/+71
* | [PATCH] kexec: x86_64: add i8259 shutdown methodEric W. Biederman2005-06-251-0/+12
* | [PATCH] kexec: x86_64: e820 64bit fixEric W. Biederman2005-06-251-2/+0
* | [PATCH] consolidate PREEMPT options into kernel/Kconfig.preemptIngo Molnar2005-06-251-27/+2
* | [PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney2005-06-251-1/+1
* | [PATCH] swsusp: clean assembly partsPavel Machek2005-06-251-9/+9
* | [PATCH] s-t-RAM: load gdt the right wayPavel Machek2005-06-251-1/+1
* | [PATCH] x86_64: Provide ability to choose using shortcuts for IPI in flat mode.Ashok Raj2005-06-251-14/+82
* | [PATCH] x86_64: Dont use broadcast shortcut to make it cpu hotplug safe.Ashok Raj2005-06-253-17/+54
* | [PATCH] x86_64: CPU hotplug sibling map cleanupAshok Raj2005-06-251-48/+36
* | [PATCH] x86_64: CPU hotplug supportAshok Raj2005-06-255-17/+263
* | [PATCH] x86_64: Change init sections for CPU hotplug supportAshok Raj2005-06-2510-37/+32
|/
* [PATCH] kprobes: Temporary disarming of reentrant probe for x86_64Prasanna S Panchamukhi2005-06-231-14/+62
* [PATCH] Move kprobe [dis]arming into arch specific codeRusty Lynch2005-06-231-8/+18
* [PATCH] x86_64 specific function return probesRusty Lynch2005-06-232-1/+113