aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-17x86: reboot fixup for wrap2c boardDenys1-0/+1
2007-11-17x86: add hpet sanity checksThomas Gleixner1-0/+32
2007-11-17x86: on x86_64, correct reading of PC RTC when update in progress in time_64.cDavid P. Reed1-12/+18
2007-11-17x86: fix freeze in x86_64 RTC update code in time_64.cDavid P. Reed1-7/+4
2007-11-17x86: fixup cpu_info array conversionThomas Gleixner1-1/+0
2007-11-17x86: show cpuinfo only for online CPUsAndreas Herrmann2-10/+6
2007-11-17x86: fix cpu-hotplug regressionAndreas Herrmann1-1/+1
2007-11-16Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2-81/+29
2007-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86Linus Torvalds4-131/+51
2007-11-14x86: don't call mce_create_device on CPU_UP_PREPAREAndreas Herrmann1-7/+11
2007-11-12x86: do not use $(ARCH) when not neededSam Ravnborg2-1/+4
2007-11-12x86: unification of cfufreq/KconfigSam Ravnborg2-130/+47
2007-11-12x86: fix taking DNA during 64bit sigreturnSiddha, Suresh B1-4/+5
2007-11-09x86: make nmi_cpu_busy() always definedIngo Molnar1-2/+2
2007-11-09x86: make ipi_handler() always definedIngo Molnar1-4/+2
2007-11-03Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdepLinus Torvalds4-12/+6
2007-10-30x86: kernel/setup_32.c: unexport machine_idAdrian Bunk1-3/+0
2007-10-30x86 gart: rename symbols only used for the GART implementationJoerg Roedel4-13/+14
2007-10-30x86 gart: make some variables and functions staticJoerg Roedel1-4/+4
2007-10-30x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel3-6/+6
2007-10-30x86 gart: rename iommu.h to gart.hJoerg Roedel8-8/+8
2007-10-30x86: additional CPUID strings; fix strings for AMD-ecxH. Peter Anvin2-10/+10
2007-10-29x86: fix pci-gart failure handlingFUJITA Tomonori1-1/+1
2007-10-27x86: Dump filtering supports x86_64 sparsememKen'ichi Ohmichi1-0/+2
2007-10-27x86: fix compiler warnings in arch/x86/kernel/early-quirks.cJeff Garzik1-1/+3
2007-10-27x86: fix !SMP compiler warning in arch/x86/kernel/acpi/processor.cJeff Garzik1-2/+1
2007-10-27x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman1-0/+10
2007-10-27x86: export smp_ops to allow modular build of KVMThomas Gleixner1-0/+1
2007-10-27Revert "i386: export i386 smp_call_function_mask() to modules"Thomas Gleixner1-7/+0
2007-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-3/+3
2007-10-25lockdep: fixup irq tracingPeter Zijlstra4-12/+6
2007-10-25x86: pci-gart fixFUJITA Tomonori1-2/+1
2007-10-24x86: fix CONFIG_KEXEC build breakageMike Galbraith1-3/+3
2007-10-23x86: Add HPET force support for MCP55 (nForce 5) chipsetsCarlos Corbacho1-0/+18
2007-10-23x86: Force enable HPET for CK804 (nForce 4) chipsetsCarlos Corbacho1-1/+36
2007-10-23x86: clean up setup.h and the boot codeH. Peter Anvin1-6/+1
2007-10-23x86: Save registers in saved_context during suspend and hibernationRafael J. Wysocki4-89/+118
2007-10-23x86: whitespace cleanup of mce_64.cThomas Gleixner1-78/+86
2007-10-23x86: consolidate the cpu/ related code usageThomas Gleixner5-14/+6
2007-10-23x86: prepare consolidation of cpu/ related code usageThomas Gleixner2-4/+2
2007-10-23x86: prepare consolidation of cpu/ related MakefilesThomas Gleixner2-14/+17
2007-10-23x86: Unify arch/x86/kernel/acpi MakefilesThomas Gleixner3-18/+6
2007-10-23x86: unify crash_32/64.cHiroshi Shimamoto4-139/+11
2007-10-23x86: add lapic_shutdown for x86_64Hiroshi Shimamoto1-0/+14
2007-10-23x86: ARRAY_SIZE cleanupAlejandro Martinez Ruiz1-1/+1
2007-10-23x86: fix more TSC clock source calibration errorsDave Johnson1-14/+20
2007-10-23x86: fix TSC clock source calibration errorDave Johnson1-3/+2
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-0/+1
2007-10-22Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-8/+10
2007-10-22[CPUFREQ] architectural pstate driver for powernow-k8Mark Langsdorf2-81/+29