x86_64-2.6.22-git15-070721-1.bz2 991642532882e46f419d8cc0489c8285 x86_64-2.6.22-git15-070721-1.bz2 VERSION=2 PATCHLEVEL=6 SUBLEVEL=22 EXTRAVERSION=-git15 Documentation/kernel-parameters.txt | 8 Documentation/x86_64/boot-options.txt | 14 Documentation/x86_64/machinecheck | 14 arch/i386/Kconfig | 17 arch/i386/defconfig | 264 +++++------- arch/i386/kernel/Makefile | 6 arch/i386/kernel/acpi/Makefile | 3 arch/i386/kernel/acpi/boot.c | 36 + arch/i386/kernel/acpi/earlyquirk.c | 84 ---- arch/i386/kernel/alternative.c | 85 ++-- arch/i386/kernel/apic.c | 4 arch/i386/kernel/cpu/Makefile | 1 arch/i386/kernel/cpu/amd.c | 11 arch/i386/kernel/cpu/common.c | 2 arch/i386/kernel/cpu/cpufreq/gx-suspmod.c | 2 arch/i386/kernel/cpu/cyrix.c | 2 arch/i386/kernel/cpu/intel_cacheinfo.c | 74 ++- arch/i386/kernel/cpu/mcheck/mce.c | 14 arch/i386/kernel/cpu/mcheck/non-fatal.c | 4 arch/i386/kernel/cpu/mtrr/cyrix.c | 1 arch/i386/kernel/cpu/mtrr/generic.c | 10 arch/i386/kernel/cpu/mtrr/if.c | 8 arch/i386/kernel/cpu/mtrr/main.c | 87 +++- arch/i386/kernel/cpu/mtrr/mtrr.h | 3 arch/i386/kernel/cpu/mtrr/state.c | 1 arch/i386/kernel/cpu/perfctr-watchdog.c | 10 arch/i386/kernel/cpu/rise.c | 52 -- arch/i386/kernel/e820.c | 32 + arch/i386/kernel/geode.c | 155 +++++++ arch/i386/kernel/hpet.c | 27 + arch/i386/kernel/i8253.c | 3 arch/i386/kernel/io_apic.c | 26 - arch/i386/kernel/irq.c | 8 arch/i386/kernel/kprobes.c | 9 arch/i386/kernel/nmi.c | 2 arch/i386/kernel/paravirt.c | 17 arch/i386/kernel/process.c | 12 arch/i386/kernel/reboot.c | 9 arch/i386/kernel/sched-clock.c | 264 ++++++++++++ arch/i386/kernel/setup.c | 15 arch/i386/kernel/signal.c | 7 arch/i386/kernel/smpboot.c | 2 arch/i386/kernel/sysenter.c | 4 arch/i386/kernel/traps.c | 26 + arch/i386/kernel/tsc.c | 83 ---- arch/i386/kernel/vmiclock.c | 1 arch/i386/lib/Makefile | 2 arch/i386/lib/string.c | 257 ++++++++++++ arch/i386/mm/fault.c | 10 arch/i386/mm/init.c | 21 - arch/i386/mm/ioremap.c | 2 arch/i386/mm/pageattr.c | 20 arch/i386/mm/pgtable.c | 6 arch/i386/pci/acpi.c | 32 + arch/i386/pci/common.c | 13 arch/i386/pci/mmconfig-shared.c | 48 ++ arch/i386/pci/mmconfig.c | 35 + arch/x86_64/Kconfig | 12 arch/x86_64/Makefile | 3 arch/x86_64/boot/compressed/Makefile | 2 arch/x86_64/defconfig | 288 ++------------ arch/x86_64/ia32/ia32_binfmt.c | 1 arch/x86_64/ia32/ia32entry.S | 5 arch/x86_64/kernel/Makefile | 3 arch/x86_64/kernel/aperture.c | 4 arch/x86_64/kernel/apic.c | 77 +-- arch/x86_64/kernel/bugs.c | 1 arch/x86_64/kernel/e820.c | 138 +++--- arch/x86_64/kernel/early-quirks.c | 60 +- arch/x86_64/kernel/entry.S | 6 arch/x86_64/kernel/head.S | 8 arch/x86_64/kernel/hpet.c | 8 arch/x86_64/kernel/i8259.c | 18 arch/x86_64/kernel/io_apic.c | 58 ++ arch/x86_64/kernel/kprobes.c | 10 arch/x86_64/kernel/mce.c | 255 +++++++++--- arch/x86_64/kernel/mce_amd.c | 6 arch/x86_64/kernel/mpparse.c | 21 - arch/x86_64/kernel/nmi.c | 17 arch/x86_64/kernel/pci-calgary.c | 570 ++++++++++++++++++++++------ arch/x86_64/kernel/pci-dma.c | 7 arch/x86_64/kernel/pci-gart.c | 27 + arch/x86_64/kernel/pci-nommu.c | 8 arch/x86_64/kernel/pci-swiotlb.c | 2 arch/x86_64/kernel/process.c | 21 - arch/x86_64/kernel/reboot.c | 4 arch/x86_64/kernel/setup.c | 16 arch/x86_64/kernel/signal.c | 9 arch/x86_64/kernel/smp.c | 6 arch/x86_64/kernel/suspend.c | 20 arch/x86_64/kernel/tce.c | 12 arch/x86_64/kernel/time.c | 157 ++----- arch/x86_64/kernel/traps.c | 6 arch/x86_64/kernel/tsc.c | 73 --- arch/x86_64/kernel/vsyscall.c | 22 - arch/x86_64/mm/fault.c | 23 - arch/x86_64/mm/init.c | 58 -- arch/x86_64/mm/k8topology.c | 13 arch/x86_64/mm/numa.c | 15 arch/x86_64/mm/pageattr.c | 25 - arch/x86_64/mm/srat.c | 97 ++++ arch/x86_64/pci/k8-bus.c | 6 arch/x86_64/pci/mmconfig.c | 33 + arch/x86_64/vdso/Makefile | 49 ++ arch/x86_64/vdso/vclock_gettime.c | 120 +++++ arch/x86_64/vdso/vdso-note.S | 12 arch/x86_64/vdso/vdso-start.S | 2 arch/x86_64/vdso/vdso.S | 2 arch/x86_64/vdso/vdso.lds.S | 77 +++ arch/x86_64/vdso/vextern.h | 16 arch/x86_64/vdso/vgetcpu.c | 50 ++ arch/x86_64/vdso/vma.c | 139 ++++++ arch/x86_64/vdso/voffset.h | 1 arch/x86_64/vdso/vvar.c | 12 drivers/acpi/numa.c | 31 - drivers/base/power/trace.c | 5 drivers/char/hw_random/Kconfig | 2 drivers/char/rtc.c | 2 drivers/clocksource/acpi_pm.c | 2 drivers/input/misc/pcspkr.c | 11 fs/proc/proc_misc.c | 3 include/acpi/acpi_numa.h | 1 include/asm-i386/acpi.h | 6 include/asm-i386/alternative.h | 2 include/asm-i386/cmpxchg.h | 2 include/asm-i386/e820.h | 8 include/asm-i386/geode.h | 159 +++++++ include/asm-i386/hpet.h | 124 ++---- include/asm-i386/i8253.h | 16 include/asm-i386/mach-default/do_timer.h | 2 include/asm-i386/mach-default/io_ports.h | 5 include/asm-i386/mach-default/mach_reboot.h | 25 + include/asm-i386/mach-voyager/do_timer.h | 2 include/asm-i386/mc146818rtc.h | 5 include/asm-i386/mce.h | 4 include/asm-i386/nmi.h | 2 include/asm-i386/page.h | 1 include/asm-i386/pci.h | 5 include/asm-i386/processor-cyrix.h | 30 + include/asm-i386/processor-nops.h | 66 +++ include/asm-i386/processor.h | 75 --- include/asm-i386/resume-trace.h | 13 include/asm-i386/string.h | 243 ----------- include/asm-i386/timer.h | 33 - include/asm-i386/tlbflush.h | 6 include/asm-i386/topology.h | 2 include/asm-i386/tsc.h | 1 include/asm-i386/uaccess.h | 2 include/asm-x86_64/acpi.h | 11 include/asm-x86_64/alternative.h | 2 include/asm-x86_64/apic.h | 6 include/asm-x86_64/auxvec.h | 2 include/asm-x86_64/calgary.h | 9 include/asm-x86_64/cmpxchg.h | 2 include/asm-x86_64/dmi.h | 5 include/asm-x86_64/elf.h | 13 include/asm-x86_64/fixmap.h | 6 include/asm-x86_64/hpet.h | 62 --- include/asm-x86_64/hw_irq.h | 20 include/asm-x86_64/hypertransport.h | 43 -- include/asm-x86_64/i8253.h | 6 include/asm-x86_64/io_apic.h | 2 include/asm-x86_64/iommu.h | 29 + include/asm-x86_64/mce.h | 5 include/asm-x86_64/mmu.h | 1 include/asm-x86_64/msidef.h | 48 -- include/asm-x86_64/mtrr.h | 5 include/asm-x86_64/nmi.h | 2 include/asm-x86_64/pci.h | 19 include/asm-x86_64/pgalloc.h | 73 ++- include/asm-x86_64/pgtable.h | 3 include/asm-x86_64/processor.h | 35 - include/asm-x86_64/proto.h | 22 - include/asm-x86_64/ptrace.h | 1 include/asm-x86_64/resume-trace.h | 13 include/asm-x86_64/string.h | 5 include/asm-x86_64/system.h | 34 + include/asm-x86_64/thread_info.h | 2 include/asm-x86_64/timer.h | 5 include/asm-x86_64/timex.h | 2 include/asm-x86_64/tlbflush.h | 6 include/asm-x86_64/topology.h | 2 include/asm-x86_64/vgtod.h | 29 + include/asm-x86_64/vsyscall.h | 3 include/linux/acpi.h | 5 include/linux/compiler-gcc4.h | 18 include/linux/compiler.h | 9 include/linux/init.h | 8 include/linux/kernel.h | 8 include/linux/resume-trace.h | 19 include/linux/signal.h | 3 include/linux/vmalloc.h | 7 kernel/irq/proc.c | 10 kernel/power/Kconfig | 2 kernel/signal.c | 10 kernel/sysctl.c | 10 mm/sparse.c | 2 197 files changed, 3957 insertions(+), 2259 deletions(-) Detailed patch listing (individual files found in the patches tar file) Andi Kleen >>defconfig-update<< Update defconfig Andi Kleen >>i386-defconfig-update<< i386: Update defconfig Andi Kleen >>cpa-cache-flush<< x86: Always flush pages in change_page_attr Jean Delvare >>asm-ptrace_h-needs-linux-compiler_h<< asm/ptrace.h needs linux/compiler.h Andi Kleen >>apic-id<< Don't rely on a unique IO-APIC ID Andi Kleen >>irq-migrate-report<< Report the pending irq if available in smp_affinity David Rientjes >>define-and-use-local_distance-and-remote_distance<< Use LOCAL_DISTANCE and REMOTE_DISTANCE in x86_64 ACPI code David Rientjes >>acpi-various-cleanups<< various cleanups in NUMA scan node Andi Kleen >>fam10-string<< Use string instruction memcpy/memset on AMD Fam10 Andi Kleen >>gcc43-memcpy<< Always use builtin memcpy on gcc 4.3 Andi Kleen >>i386-string-out-of-line<< i386: Move all simple string operations out of line Andi Kleen >>gcc-hot-cold<< x86: Support __attribute__((__cold__)) in gcc 4.3 Andi Kleen >>vdso<< Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpu Andi Kleen >>tsc-unstable<< x86: Separate checking of unsynchronized and unstable TSC Andi Kleen >>sched-clock-share<< i386: Rewrite sched_clock Andi Kleen >>sched-clock64<< Use new shared sched_clock in x86-64 too Andi Kleen >>fam10-l3cache<< i386: Add L3 cache support to AMD CPUID4 emulation "Yinghai Lu" >>remove-extra-extern-declaring-dmi_ioremap<< remove extra extern declaring about dmi_ioremap Andi Kleen >>smp-call-no-bh<< Don't use softirq save locks in smp_call_function Björn Steinbrink >>reserve-the-right-performance-counter-for-the-intel-perfmon-nmi-watchdog<< i386: Reserve the right performance counter for the Intel PerfMon NMI watchdog Thomas Gleixner >>hpet-tsc-calibration-fix-broken-smi-detection-logic<< hpet tsc calibration fix broken smi detection logic Chris Wright >>remove-pit_interrupt_hook<< i386: remove pit_interrupt_hook Chris Wright >>untangle-asm-hpet_h-from-asm-timex_h<< Untangle asm/hpet.h from asm/timex.h Thomas Gleixner >>use-generic-cmos-update<< use generic cmos update Thomas Gleixner >>use-generic-xtime-init<< Use generic xtime init Thomas Gleixner >>remove-dead-code-and-other-janitor-work-in-tsc_c<< Remove dead code and other janitor work in tsc.c Thomas Gleixner >>fix-apic-typo<< Fix APIC typo Thomas Gleixner >>fiuxp-pt_reqs-leftovers<< fiuxp pt_reqs leftovers Thomas Gleixner >>share-hpet_h-with-i386<< x86: share hpet.h with i386 Thomas Gleixner >>apic_c-coding-style-janitor-work<< apic.c coding style janitor work Thomas Gleixner >>time_c-white-space-wreckage-cleanup<< time.c white space wreckage cleanup Ravikiran G Thirumalai >>avoid-too-many-remote-cpu-references-due-to-proc-stat<< Avoid too many remote cpu references due to /proc/stat "Jan Beulich" >>ia32entry-adjustments<< ia32entry adjustments "Jan Beulich" >>allow-debuggers-to-access-the-vsyscall-page-with-compat-vdso<< i386: allow debuggers to access the vsyscall page with compat vDSO "Jan Beulich" >>minor-exception-trace-variables-cleanup<< minor exception trace variables cleanup "Jan Beulich" >>remove-unused-variable-maxcpus<< remove unused variable maxcpus "Jan Beulich" >>smp-alt-once-option-is-only-useful-with-hotplug_cpu<< i386: smp-alt-once option is only useful with HOTPLUG_CPU "Jan Beulich" >>minor-nx-handling-adjustment<< i386: minor nx handling adjustment Adrian Bunk >>remapped_pgdat_init-static<< i386: remapped_pgdat_init() static Adrian Bunk >>arch-i386-kernel-i8253_c-should-include-asm-timer_h<< i386: arch/i386/kernel/i8253.c should #include Adrian Bunk >>timer_irq_works-static-again<< i386: timer_irq_works() static again Christoph Lameter >>quicklist-support-for-x86_64<< Quicklist support for x86_64 David Rientjes >>extract-helper-function-from-e820_register_active_regions<< extract helper function from e820_register_active_regions David Rientjes >>fake-pxm-to-node-mapping-for-fake-numa<< fake pxm-to-node mapping for fake numa David Rientjes >>fake-apicid_to_node-mapping-for-fake-numa<< fake apicid_to_node mapping for fake numa Aaron Durbin >>insert-unclaimed-mmconfig-resources<< i386: insert unclaimed MMCONFIG resources Tim Hockin >>o_excl-on-dev-mcelog<< O_EXCL on /dev/mcelog Tim Hockin >>support-poll-on-dev-mcelog<< support poll() on /dev/mcelog Tim Hockin >>mcelog-tolerant-level-cleanup<< mcelog tolerant level cleanup Truxton Fulton >>fix-machine-rebooting<< i386: fix machine rebooting Sam Ravnborg >>fix-section-mismatch-warnings-in-mtrr<< i386: fix section mismatch warnings in mtrr Nigel Cunningham >>pm_trace-support<< x86: PM_TRACE support Alan Stern >>make-alt-sysrq-p-display-the-debug-register-contents<< x86: Make Alt-SysRq-p display the debug register contents Andrew Morton >>add-reference-to-the-arguments<< i386: add reference to the arguments Venki Pallipadi >>round_jiffies-for-i386-and-x86-64-non-critical-corrected-mce-polling<< x86: round_jiffies() for i386 and x86-64 non-critical/corrected MCE polling Eric W. Biederman >>check-remote-irr-bit-before-migrating-level-triggered-irq<< check remote IRR bit before migrating level triggered irq Adrian Bunk >>remove-support-for-the-rise-cpu<< x86: remove support for the Rise CPU Muli Ben-Yehuda >>calgary-generalize-calgary_increase_split_completion_timeout<< generalize calgary_increase_split_completion_timeout Muli Ben-Yehuda >>calgary-update-copyright-notice<< update copyright notice Muli Ben-Yehuda >>calgary-introduce-handle_quirks-for-various-chipset-quirks<< introduce handle_quirks() for various chipset quirks Muli Ben-Yehuda >>calgary-introduce-chipset-specific-ops<< introduce chipset specific ops Muli Ben-Yehuda >>calgary-abstract-how-we-find-the-iommu_table-for-a-device<< abstract how we find the iommu_table for a device Muli Ben-Yehuda >>calgary-introduce-calioc2-support<< introduce CalIOC2 support Muli Ben-Yehuda >>calgary-add-chip_ops-and-a-quirk-function-for-calioc2<< add chip_ops and a quirk function for CalIOC2 Muli Ben-Yehuda >>calgary-implement-calioc2-tce-cache-flush-sequence<< implement CalIOC2 TCE cache flush sequence Muli Ben-Yehuda >>calgary-make-dump_error_regs-a-chip-op<< make dump_error_regs a chip op Muli Ben-Yehuda >>calgary-grab-plssr-too-when-a-dma-error-occurs<< grab PLSSR too when a DMA error occurs Muli Ben-Yehuda >>calgary-reserve-tces-with-the-same-address-as-mem-regions<< reserve TCEs with the same address as MEM regions Guillaume Thouvenin >>calgary-cleanup-of-unneeded-macros<< cleanup of unneeded macros Muli Ben-Yehuda >>calgary-tabify-and-trim-trailing-whitespace<< tabify and trim trailing whitespace Muli Ben-Yehuda >>calgary-only-reserve-the-first-1mb-of-io-space-for-calioc2<< only reserve the first 1MB of IO space for CalIOC2 Muli Ben-Yehuda >>calgary-tidy-up-debug-printks<< tidy up debug printks Muli Ben-Yehuda >>calgary-calgary-fix-few-style-problems-pointed-out-by-checkpatch_pl<< Calgary - fix few style problems pointed out by checkpatch.pl Muli Ben-Yehuda >>calgary-calgary-tighten-up-the-bitmap-locking<< Calgary - tighten up the bitmap locking Yinghai Lu >>calgary-calgary-change-_map_single-etc-to-static<< Calgary - change _map_single, etc to static Muli Ben-Yehuda >>calgary-calgary-fold-in-redundant-functions<< Calgary - fold in redundant functions Adrian Bunk >>pgd_cdtor-static<< i386: pgd_{c,d}tor() static Sam Ravnborg >>fix-section-mismatch-warning-in-intel_cacheinfo<< i386: fix section mismatch warning in intel_cacheinfo Rafael J. Wysocki >>do-not-restore-reserved-memory-after-hibernation<< i386: do not restore reserved memory after hibernation James Jarvis >>dmi_match-patch-in-reboot_c-for-sff-dell-optiplex-745-fixes-hang-on-reboot<< i386: DMI_MATCH patch in reboot.c for SFF Dell OptiPlex 745 - fixes hang on reboot Thomas Gleixner >>hpet-check-if-the-counter-works<< i386: HPET, check if the counter works Jesse Barnes >>trim-memory-not-covered-by-wb-mtrrs<< x86: trim memory not covered by WB MTRRs William Lee Irwin III >>divorce-config_x86_pae-from-config_highmem64g<< i386: divorce CONFIG_X86_PAE from CONFIG_HIGHMEM64G Jesper Juhl >>remove-unneeded-test-of-task-in-dump_trace<< i386: Remove unneeded test of 'task' in dump_trace() Andy Whitcroft >>move-the-kernel-to-16mb-for-numa-q<< i386: move the kernel to 16MB for NUMA-Q Glauber de Oliveira Costa >>move-functions-declarations-to-header-file<< Move functions declarations to header file Will Schmidt >>during-vm-oom-condition-kill-all-threads-in-process-group<< During VM oom condition, kill all threads in process group Thomas Gleixner >>use-the-global-pit-lock<< use the global PIT lock Alessio Igor Bogani >>fix-typo-in-acpi_pm_c<< fix typo in acpi_pm.c Dan Aloni >>lower-printk-severity<< lower printk severity Jiri Kosina >>fix-wrong-comment-regarding-set_fixmap<< fix wrong comment regarding set_fixmap() Yinghai Lu >>geode-hw-random-number-generator-depends-on-x86_32<< Geode HW Random Number Generator depends on X86_32 Yinghai Lu >>change-_map_single-to-static-in-pci_gart_c-etc<< change _map_single to static in pci_gart.c etc Andrew Morton >>flush_tlb_kernel_range-warning-fix<< flush_tlb_kernel_range() warning fix Andreas Mohr >>add-cpu_relax-to-cmos_lock<< i386: add cpu_relax() to cmos_lock() "Robert P. J. Day" >>replace-hard-coded-constant-with-appropriate-macro-from-kernel_h<< i386: replace hard-coded constant with appropriate macro from kernel.h Yinghai Lu >>disable-the-gart-in-shutdown<< disable the GART in shutdown David Rientjes >>fix-e820_hole_size-based-on-address-ranges<< fix e820_hole_size based on address ranges David Rientjes >>disable-srat-when-numa-emulation-succeeds<< disable srat when numa emulation succeeds Yinghai Lu >>move-iommu-declaration-from-proto-to-iommu_h<< move iommu declaration from proto to iommu.h Thomas Gleixner >>remove-volatile-in-apic_c<< i386: remove volatile in apic.c Chris Wright >>hpet-assumes-boot-cpu-is-0<< i386: hpet assumes boot cpu is 0 Thomas Gleixner >>move-pit-function-declarations-and-constants-to-correct-header-file<< i386: move PIT function declarations and constants to correct header file Jeremy Fitzhardinge >>fix-iounmaps-use-of-vm_structs-size-field<< i386: fix iounmap's use of vm_struct's size field Dan Aloni >>arch-x86_64-kernel-aperture_c-lower-printk-severity<< arch/x86_64/kernel/aperture.c lower printk severity Dan Aloni >>arch-x86_64-kernel-e820_c-lower-printk-severity<< arch/x86_64/kernel/e820.c lower printk severity Andres Salomon >>basic-infrastructure-support-for-amd-geode-class-machines<< i386: basic infrastructure support for AMD geode-class machines Aaron Durbin >>insert-hpet-firmware-resource-after-pci-enumeration-has-completed<< i386: insert HPET firmware resource after PCI enumeration has completed Stefan Richter >>remove-old-irq-balancing-debug-cruft<< i386: remove old IRQ balancing debug cruft "Robert P. J. Day" >>update-alignment-when-4k-stacks-are-used<< i386: Update alignment when 4K stacks are used. "Jan Beulich" >>remove-__smp_alt-sections<< remove __smp_alt* sections "Joachim Deguara" >>make-k8topology-multi-core-aware<< make k8topology multi-core aware masouds@google.com (Masoud Asgharifard Sharbiani) >>i386-show-unhandled-signals-v3<< x86: i386-show-unhandled-signals-v3 Muli Ben-Yehuda >>introduce-struct-pci_sysdata-to-facilitate-sharing-of-sysdata<< x86: introduce struct pci_sysdata to facilitate sharing of ->sysdata Glauber de Oliveira Costa >>use-read-and-write-crx-in-_c-files<< Use read and write crX in .c files dean gaudet >>pci-mmconfig-eax<< x86: PCI MMIO config and extended config space fixes Andi Kleen >>text-patch<< x86: Fix alternatives and kprobes to remap write-protected kernel text Andi Kleen >>alternative-nmis<< x86: Stop MCEs and NMIs during code patching Andi Kleen >>llc-warning<< i386: Fix cpu_llc_id section mismatch warning Andi Kleen >>k8-cpuid-flag<< Set K8 CPUID flag for K8/Fam10h/Fam11h Andi Kleen >>alternative-nops<< x86: Unify alternative nop handling between i386 and x86-64 Andi Kleen >>i386-fam10-k8-tuning<< i386: Tune AMD Fam10h/11h like K8 Keith Owens >>do-not-include-other-cpus-interrupt-0-in-nmi_watchdog<< i386: Do not include other cpus' interrupt 0 in nmi_watchdog Mathieu Desnoyers >>x86_64-use-non-locked-version-for-local_cmpxchg<< x86_64 - Use non locked version for local_cmpxchg() Juergen Beisert >>replace-nsc-cyrix-specific-chipset-access-macros-by-inlined-functions<< x86: Replace NSC/Cyrix specific chipset access macros by inlined functions. Andi Kleen >>guard-p6-watchdog-msrs<< i386: Handle P6s without performance counters in nmi watchdog Andi Kleen >>set-64bit-lock-prefix<< i386: Use patchable lock prefix in set_64bit [** iso-8859-1 charset **] BjörnSteinbrink >>fix-the-k7-nmi-watchdog-checkbit<< Fix the K7 NMI watchdog checkbit Sam Ravnborg >>fix-section-mismatch-warning-in-hpet_c<< fix section mismatch warning in hpet.c Sam Ravnborg >>fix-section-mismatch-warning-in-init_c<< fix section mismatch warning in init.c Andi Kleen >>initial-code-section<< Squash initial_code modpost warnings Andi Kleen >>wrong-boot-comment<< Remove outdated comment in boot decompressor Makefile Andi Kleen >>share-ht-msi-includes<< Share msidef.h and hypertransport.h includes with i386 Andi Kleen >>early-quirks-unification<< x86: Unify i386 and x86-64 early quirks Andi Kleen >>nvidia-timer-quirk<< Replace nvidia timer override quirk with pci id list and unify quirks