aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64
AgeCommit message (Expand)AuthorFilesLines
2005-07-07[PATCH] mostly_read data sectionGravatar Christoph Lameter 1-0/+4
2005-07-07[PATCH] MTRR suspend/resume cleanupGravatar Shaohua Li 2-0/+5
2005-07-06[CRYPTO] Add x86_64 asm AESGravatar Andreas Steinmetz 4-1/+522
2005-07-05[PATCH] kprobes: fix namespace problem and sparc64 buildGravatar Rusty Lynch 1-1/+1
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupGravatar Ingo Molnar 1-1/+0
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Greg KH 2-170/+95
2005-06-27[PATCH] PCI: use the MCFG table to properly access pci devices (x86-64)Gravatar Greg Kroah-Hartman 1-10/+48
2005-06-27[PATCH] PCI: add proper MCFG table parsing to ACPI core.Gravatar Greg Kroah-Hartman 1-7/+9
2005-06-27[PATCH] Return probe redesign: x86_64 specific changesGravatar Rusty Lynch 1-63/+70
2005-06-27[PATCH] kprobes: fix single-step out of line - take2Gravatar Ananth N Mavinakayanahalli 1-112/+1
2005-06-27[PATCH] seccomp: tsc disableGravatar Andrea Arcangeli 1-0/+29
2005-06-25Merge Christoph's freeze cleanup patchGravatar Linus Torvalds 1-1/+1
2005-06-25[PATCH] Cleanup patch for process freezingGravatar Christoph Lameter 1-1/+1
2005-06-25[PATCH] x86_64: coding style and whitespace fixupsGravatar Domen Puncer 5-12/+9
2005-06-25[PATCH] x86-64: add memcpy/memset prototypesGravatar randy_dunlap 1-0/+3
2005-06-25[PATCH] kexec code cleanupGravatar Maneesh Soni 1-22/+27
2005-06-25[PATCH] kdump: Use real pt_regs from exceptionGravatar Alexander Nyberg 1-1/+1
2005-06-25[PATCH] Kdump: Export crash notes section address through sysfsGravatar Vivek Goyal 1-3/+0
2005-06-25[PATCH] crashdump: x86_64: crashkernel optionGravatar Eric W. Biederman 2-0/+33
2005-06-25[PATCH] kexec: x86_64 kexec implementationGravatar Eric W. Biederman 6-1/+445
2005-06-25[PATCH] kexec: x86_64: factor out apic shutdown codeGravatar Eric W. Biederman 1-29/+33
2005-06-25[PATCH] kexec: x86_64: add CONFIG_PHYSICAL_STARTGravatar Eric W. Biederman 4-15/+28
2005-06-25[PATCH] kexec: x86_64: vmlinux: fix physical addressesGravatar Eric W. Biederman 2-43/+87
2005-06-25[PATCH] kexec: x86_64: restore apic virtual wire mode on shutdownGravatar Eric W. Biederman 2-3/+71
2005-06-25[PATCH] kexec: x86_64: add i8259 shutdown methodGravatar Eric W. Biederman 1-0/+12
2005-06-25[PATCH] kexec: x86_64: e820 64bit fixGravatar Eric W. Biederman 1-2/+0
2005-06-25[PATCH] consolidate PREEMPT options into kernel/Kconfig.preemptGravatar Ingo Molnar 1-27/+2
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsGravatar Paul E. McKenney 1-1/+1
2005-06-25[PATCH] swsusp: clean assembly partsGravatar Pavel Machek 1-9/+9
2005-06-25[PATCH] s-t-RAM: load gdt the right wayGravatar Pavel Machek 1-1/+1
2005-06-25[PATCH] x86_64: Provide ability to choose using shortcuts for IPI in flat mode.Gravatar Ashok Raj 1-14/+82
2005-06-25[PATCH] x86_64: Dont use broadcast shortcut to make it cpu hotplug safe.Gravatar Ashok Raj 3-17/+54
2005-06-25[PATCH] x86_64: CPU hotplug sibling map cleanupGravatar Ashok Raj 1-48/+36
2005-06-25[PATCH] x86_64: CPU hotplug supportGravatar Ashok Raj 5-17/+263
2005-06-25[PATCH] x86_64: Change init sections for CPU hotplug supportGravatar Ashok Raj 10-37/+32
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probe for x86_64Gravatar Prasanna S Panchamukhi 1-14/+62
2005-06-23[PATCH] Move kprobe [dis]arming into arch specific codeGravatar Rusty Lynch 1-8/+18
2005-06-23[PATCH] x86_64 specific function return probesGravatar Rusty Lynch 2-1/+113
2005-06-23[PATCH] xen: x86_64: use more usermode macroGravatar Vincent Hanquez 3-12/+12
2005-06-23[PATCH] xen: x86_64: Add macro for debugregGravatar Vincent Hanquez 2-3/+3
2005-06-23[PATCH] x86_64: avoid wasting IRQsGravatar Natalie Protasevich 1-1/+20
2005-06-23[PATCH] x86_64: never block forced SIGSEGVGravatar Roland McGrath 2-18/+23
2005-06-23[PATCH] x86_64: fix hpet for systems that don't support legacy replacementGravatar john stultz 1-14/+28
2005-06-23[PATCH] x86_64: i8259.c iso99 structure initializationGravatar Alexander Nyberg 1-8/+7
2005-06-23[PATCH] i386: Selectable Frequency of the Timer InterruptGravatar Christoph Lameter 1-0/+2
2005-06-23[PATCH] allow early printk to use more than 25 linesGravatar Jan Beulich 1-3/+10
2005-06-23[PATCH] x86/x86_64: pcibus_to_nodeGravatar Christoph Lameter 2-16/+4
2005-06-23[PATCH] Platform SMIs and their interferance with tsc based delay calibrationGravatar Venkatesh Pallipadi 1-0/+7
2005-06-23[PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.shGravatar Ian Campbell 1-2/+2
2005-06-23[PATCH] add x86-64 specific support for sparsememGravatar Matt Tolentino 2-10/+25