ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/x86_64-2.6.17-git9-060626-1.bz2 5ad42b3637307391b79fe1689d72033c x86_64-2.6.17-git9-060626-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=16 EXTRAVERSION=-git19 Documentation/x86_64/boot-options.txt | 21 arch/i386/Kconfig | 13 arch/i386/boot/Makefile | 9 arch/i386/boot/compressed/misc.c | 32 arch/i386/kernel/Makefile | 4 arch/i386/kernel/alternative.c | 118 ++- arch/i386/kernel/apic.c | 16 arch/i386/kernel/apm.c | 6 arch/i386/kernel/cpu/amd.c | 16 arch/i386/kernel/cpu/intel.c | 6 arch/i386/kernel/cpu/intel_cacheinfo.c | 113 +++ arch/i386/kernel/crash.c | 7 arch/i386/kernel/entry.S | 263 +++++++- arch/i386/kernel/io_apic.c | 49 - arch/i386/kernel/irq.c | 2 arch/i386/kernel/nmi.c | 72 +- arch/i386/kernel/process.c | 8 arch/i386/kernel/smp.c | 12 arch/i386/kernel/smpboot.c | 1 arch/i386/kernel/traps.c | 70 +- arch/i386/oprofile/op_model_athlon.c | 1 arch/i386/oprofile/op_model_p4.c | 1 arch/i386/oprofile/op_model_ppro.c | 1 arch/ia64/kernel/process.c | 4 arch/x86_64/Kconfig | 49 + arch/x86_64/Kconfig.debug | 18 arch/x86_64/Makefile | 4 arch/x86_64/boot/Makefile | 9 arch/x86_64/boot/compressed/misc.c | 46 - arch/x86_64/boot/tools/build.c | 6 arch/x86_64/defconfig | 159 ++++ arch/x86_64/ia32/fpu32.c | 1 arch/x86_64/ia32/ia32_signal.c | 2 arch/x86_64/ia32/ia32entry.S | 11 arch/x86_64/ia32/ptrace32.c | 43 + arch/x86_64/ia32/sys_ia32.c | 25 arch/x86_64/kernel/Makefile | 8 arch/x86_64/kernel/aperture.c | 26 arch/x86_64/kernel/apic.c | 32 arch/x86_64/kernel/crash.c | 4 arch/x86_64/kernel/e820.c | 2 arch/x86_64/kernel/entry.S | 113 ++- arch/x86_64/kernel/genapic_flat.c | 30 arch/x86_64/kernel/head64.c | 2 arch/x86_64/kernel/i8259.c | 14 arch/x86_64/kernel/io_apic.c | 45 - arch/x86_64/kernel/irq.c | 30 arch/x86_64/kernel/k8.c | 118 +++ arch/x86_64/kernel/mce.c | 2 arch/x86_64/kernel/mce_amd.c | 506 +++++++++------ arch/x86_64/kernel/module.c | 38 - arch/x86_64/kernel/nmi.c | 89 ++ arch/x86_64/kernel/pci-calgary.c | 1018 +++++++++++++++++++++++++++++++ arch/x86_64/kernel/pci-dma.c | 55 + arch/x86_64/kernel/pci-gart.c | 155 +--- arch/x86_64/kernel/pci-nommu.c | 9 arch/x86_64/kernel/pci-swiotlb.c | 2 arch/x86_64/kernel/process.c | 16 arch/x86_64/kernel/reboot.c | 1 arch/x86_64/kernel/setup.c | 180 +---- arch/x86_64/kernel/setup64.c | 3 arch/x86_64/kernel/signal.c | 3 arch/x86_64/kernel/smp.c | 10 arch/x86_64/kernel/smpboot.c | 23 arch/x86_64/kernel/tce.c | 202 ++++++ arch/x86_64/kernel/time.c | 87 +- arch/x86_64/kernel/traps.c | 83 ++ arch/x86_64/kernel/vsyscall.c | 4 arch/x86_64/kernel/x8664_ksyms.c | 114 --- arch/x86_64/lib/csum-partial.c | 1 arch/x86_64/lib/csum-wrappers.c | 1 arch/x86_64/lib/delay.c | 5 arch/x86_64/lib/memmove.c | 4 arch/x86_64/lib/usercopy.c | 13 arch/x86_64/mm/fault.c | 8 arch/x86_64/mm/init.c | 48 - arch/x86_64/mm/ioremap.c | 5 arch/x86_64/pci/k8-bus.c | 10 drivers/acpi/processor_idle.c | 12 drivers/char/agp/Kconfig | 4 drivers/char/agp/amd64-agp.c | 79 -- drivers/ieee1394/ieee1394_core.c | 4 drivers/ieee1394/ohci1394.c | 5 drivers/pci/msi-apic.c | 1 drivers/scsi/aacraid/comminit.c | 5 fs/compat.c | 16 fs/nfs/internal.h | 5 include/asm-i386/alternative.h | 2 include/asm-i386/apic.h | 12 include/asm-i386/cpufeature.h | 1 include/asm-i386/dwarf2.h | 54 + include/asm-i386/hw_irq.h | 2 include/asm-i386/intel_arch_perfmon.h | 19 include/asm-i386/k8.h | 1 include/asm-i386/local.h | 26 include/asm-i386/mach-default/mach_ipi.h | 7 include/asm-i386/nmi.h | 28 include/asm-i386/processor.h | 3 include/asm-i386/thread_info.h | 7 include/asm-i386/unwind.h | 98 ++ include/asm-ia64/thread_info.h | 5 include/asm-x86_64/alternative.h | 146 ++++ include/asm-x86_64/apic.h | 26 include/asm-x86_64/atomic.h | 42 - include/asm-x86_64/bitops.h | 7 include/asm-x86_64/calgary.h | 66 ++ include/asm-x86_64/cpufeature.h | 3 include/asm-x86_64/dma-mapping.h | 17 include/asm-x86_64/dma.h | 2 include/asm-x86_64/gart-mapping.h | 16 include/asm-x86_64/hpet.h | 2 include/asm-x86_64/hw_irq.h | 2 include/asm-x86_64/ia32_unistd.h | 308 --------- include/asm-x86_64/intel_arch_perfmon.h | 19 include/asm-x86_64/k8.h | 14 include/asm-x86_64/local.h | 26 include/asm-x86_64/mce.h | 13 include/asm-x86_64/mutex.h | 4 include/asm-x86_64/nmi.h | 30 include/asm-x86_64/pci.h | 4 include/asm-x86_64/pgtable.h | 6 include/asm-x86_64/processor.h | 5 include/asm-x86_64/proto.h | 15 include/asm-x86_64/rwlock.h | 8 include/asm-x86_64/semaphore.h | 8 include/asm-x86_64/smp.h | 2 include/asm-x86_64/spinlock.h | 10 include/asm-x86_64/string.h | 3 include/asm-x86_64/system.h | 86 -- include/asm-x86_64/tce.h | 47 + include/asm-x86_64/thread_info.h | 19 include/asm-x86_64/topology.h | 8 include/asm-x86_64/unwind.h | 106 +++ include/linux/bitmap.h | 5 include/linux/compat.h | 2 include/linux/kernel.h | 7 include/linux/module.h | 3 include/linux/sysctl.h | 2 include/linux/time.h | 11 include/linux/unwind.h | 127 +++ init/Kconfig | 10 init/main.c | 2 kernel/Makefile | 1 kernel/module.c | 16 kernel/sched.c | 9 kernel/sysctl.c | 11 kernel/unwind.c | 918 +++++++++++++++++++++++++++ lib/Kconfig.debug | 12 148 files changed, 5293 insertions(+), 1646 deletions(-) Detailed patch listing (individual files found in the patches tar file) Andi Kleen >>defconfig-update<< Update defconfig ravikiran thirumalai >>phys-apicid<< Use local APIC ID from local APIC instead of CPUID Andi Kleen >>memset-always-inline<< Use __always_inline for __inline_memcpy Andi Kleen >>amd-core-cpuid<< i386/x86-64: Use new official CPUID to get APICID/core split on AMD platforms Andi Kleen >>amd-cpuid4<< i386/x86-64: Emulate CPUID4 on AMD Gerd Hoffmann >>alternatives<< This is the x86_64 version of the smp alternative patch. Jon Mason >>pci-dma-cleanup<< pci-dma.c clean-up - trivial Andi Kleen >>ia32-unistd-cleanup<< Remove most of ia32_unistd.h Ingo Molnar >>large-bzimage<< x86_64-enable-large-bzImage.patch Andi Kleen >>topology-comment<< Remove bogus comment in topology.h Mike Waychison >>iommu_gart_bitmap-search-to-cross-next_bit<< iommu_gart_bitmap search to cross next_bit Andi Kleen >>new-compat-ptrace<< Implement compat functions for PTRACE_SETSIGINFO/GETSIGINFO Jon Mason >>gart-direct-call<< trivial gart clean-up Andi Kleen >>new-northbridge<< Clean and enhance up K8 northbridge access code "Jan Beulich" >>serialize-assign_irq_vector-use-of-static-variables<< serialize assign_irq_vector() use of static variables "Jan Beulich" >>simplify-ioapic_register_intr<< i386/x86-64: simplify ioapic_register_intr() Andi Kleen >>iommu-enodev<< Use -ENODEV in IOMMU initialization Andi Kleen >>compat-printk<< Add compat_printk and sysctl to turn off compat layer warnings "Jan Beulich" >>add-end-endproc-annotations-to-entrys<< add END()/ENDPROC() annotations to entry.S Ingo Molnar >>fix-unlikely-profiling--vsyscalls-on-x86_64<< fix unlikely profiling & vsyscalls on x86_64 dzickus >>nmi-watchdog-header-cleanup<< nmi watchdog header cleanup Andi Kleen >>remove-ids<< Remove long obsolete CVS $Id$s Andi Kleen >>remove-ia32-export<< Remove ia32_sys_call_table export Andi Kleen >>optimize-bitmap-weight<< Optimize bitmap_weight for small bitmaps Jon Mason >>remove-unused-gart-header-file<< remove unused gart header file Ingo Molnar >>fix-vector_lock-deadlock-in-io_apicc<< fix vector_lock deadlock in io_apic.c Andi Kleen >>set-compat-early<< Make sure is_compat_task works early Andi Kleen >>iommu-clarification<< Rename IOMMU option, fix help and mark option embedded. "bibo,mao" >>x86_86-msi-miss-one-entry-handler<< x86_86 msi miss one entry handler "Jan Beulich" >>reliable-stack-trace-support<< reliable stack trace support "Jan Beulich" >>reliable-stack-trace-support-x86-64<< reliable stack trace support (x86-64) "Jan Beulich" >>reliable-stack-trace-support-x86-64-irq-stack<< reliable stack trace support (x86-64 IRQ stack "Jan Beulich" >>reliable-stack-trace-support-x86-64-syscall<< reliable stack trace support (x86-64 syscall "Jan Beulich" >>reliable-stack-trace-support-i386<< i386: reliable stack trace support (i386) "Jan Beulich" >>reliable-stack-trace-support-i386-entrys<< i386: reliable stack trace support i386 entry.S "Jan Beulich" >>fall-back-to-old-style-call-trace-if-no-unwinding<< i386/x86-64: fall back to old-style call trace if no unwinding "Jan Beulich" >>allow-unwinder-to-build-without-module-support<< allow unwinder to build without module support Carl-Daniel Hailfinger >>consoldidate-boot-compressed<< i386/x86-64: Consolidate arch/{i386,x86_64}/boot/compressed/misc.c Andi Kleen >>remove-pud_offset_k<< Get rid of pud_offset_k / __pud_offset_k "Jan Beulich" >>use-halt-instead-of-raw-inline-assembly<< use halt() instead of raw inline assembly Rohit Seth >>change-assembly-to-use-regular-cpuid_count-macro<< Change assembly to use regular cpuid_count macro Jon Mason >>iommu-detected<< Calgary IOMMU - introduce iommu_detected Jon Mason >>valid-dma-direction<< Calgary IOMMU - move valid_dma_direction into the callers Jon Mason >>iommu-abstraction<< Calgary IOMMU - IOMMU abstractions Jon Mason >>calgary-iommu<< Calgary IOMMU - Calgary specific bits Rohit Seth >>moving-phys_proc_id-and-cpu_core_id-to-cpuinfo_x86<< moving phys_proc_id and cpu_core_id to cpuinfo_x86 Vojtech Pavlik >>time-constants<< Add useful constants to time.h Vojtech Pavlik >>rename-force-hpet<< Rename oem_force_hpet_timer to apic_is_clustered_box Vojtech Pavlik >>rdtscp-feature<< Add X86_FEATURE_RDTSCP, fix rdtscp in /proc/cpuinfo Vojtech Pavlik >>remove-hpet-hack<< Remove hack to manually enable HPET on AMD8111 southbridges Vojtech Pavlik >>use-time-constants<< Make use of the *PER* constants in time.c Vojtech Pavlik >>explain-double-hpet-init<< Explain why HPET T0_CMP register is written twice Vojtech Pavlik >>update-copyright<< Update copyright in time.c Andi Kleen >>suse-fix-isoimage<< i386/x86-64: Fix isoimage when syslinux is in /usr/share Andi Kleen >>i386-move-vm86-config<< Move VM86 config into arch/i386/Kconfig Jacob Shin >>apic-support-for-extended-apic-interrupt<< apic support for extended apic interrupt Jacob Shin >>mce_amd-relocate-sysfs-files<< mce_amd relocate sysfs files Jacob Shin >>mce_amd-support-for-family-0x10-processors<< mce_amd support for family 0x10 processors Jacob Shin >>mce_amd-cleanup<< mce_amd cleanup Andi Kleen >>mce_amd-cpuinitdata<< Mark mce_amd cpu notifier __cpuinit/__cpuinitdata "Jan Beulich" >>miscellaneous-mm-initc-fixes<< miscellaneous mm/init.c fixes Andrew Morton >>check_addr-cleanups<< check_addr() cleanups Andi Kleen >>remove-redzone-comment<< Remove bogus RED-PEN comment in signal.c Andi Kleen >>polling-thread-status<< i386/x86-64/ia64: Move polling flag into thread_info_status Rohit Seth >>unify-cpu-boottime-output<< x86_64 setup.c - printing cmp related boottime information Andi Kleen >>fix-safe-smp-process-id<< Fix fast check in safe_smp_processor_id Andi Kleen >>cpu-local-preempt<< Fix race in cpu_local_* on preemptible kernels "Jan Beulich" >>adjust--proc-interrupts-column-headings<< i386/x86-64: adjust /proc/interrupts column headings "Jan Beulich" >>adjust-kstack_depth_to_print-default<< adjust kstack_depth_to_print default Andreas Mohr >>apic-idle-relax<< Add cpu_relax to apic_wait_icr_idle Sergey Vlasov >>do-not-use-ffunction-sections-for-modules<< Do not use -ffunction-sections for modules Adrian Bunk >>remove-sys32_ni_syscall<< remove sys32_ni_syscall() Piotr Kaczuba >>fix-speaker-module<< Fix modular pc speaker Keith Owens >>standardize-i386-x86_64-handling-of-nmi_vector<< Standardize i386/x86_64 handling of NMI_VECTOR Andi Kleen >>ksyms-move<< Move export symbols to their C functions Andi Kleen >>string-opt<< Minor string functions optimizations Chuck Ebbert <76306.1226@compuserve.com> >>enlarge-window-for-stack-growth<< enlarge window for stack growth "Siddha, Suresh B" >>fix-apic-error-on-bootup<< fix apic error on bootup Keith Owens >>avoid-broadcasting-nmi-ipis<< Avoid broadcasting NMI IPIs Venkatesh Pallipadi >>i386-x86-64-add-nmi-watchdog-support-for-new-intel-cpus<< i386/x86-64 Add nmi watchdog support for new Intel CPUs Christian Kujau >>msi_apic.c-build-fix<< msi_apic.c build fix Andi Kleen >>nfs-compile-fix<< Needed to fix NFS compilation sandeen@sgi.com (Eric Sandeen) >>stack-overflow-debugging<< (resend) x86_64 stack overflow debugging sandeen@sgi.com (Eric Sandeen) >>stack-usage<< x86_64 stack usage debugging Andi Kleen >>ieee1394-early<< Initialize ieee1394 early when built in