summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-09-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2008-09-09x86: fix memmap=exactmap boot argumentPrarit Bhargava1-1/+1
2008-09-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-50/+149
2008-09-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+13
2008-09-06x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-10/+13
2008-09-06x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-6/+9
2008-09-06x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu3-8/+44
2008-09-06x86: delay early cpu initialization until cpuid is doneKrzysztof Helt1-2/+2
2008-09-06x86: HPET: read back compare register before reading counterThomas Gleixner1-0/+7
2008-09-06x86: HPET fix moronic 32/64bit thinkoThomas Gleixner1-4/+4
2008-09-05x86: use X86_FEATURE_NOPL in alternativesH. Peter Anvin1-23/+13
2008-09-05x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin3-2/+69
2008-09-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2008-09-05HPET: make minimum reprogramming delta usefulThomas Gleixner1-2/+2
2008-09-03x86: Change warning message in TSC calibration.Alok N Kataria1-2/+1
2008-09-03x86: add io delay quirk for Presario F700Chuck Ebbert1-0/+8
2008-09-03Split up PIT part of TSC calibration from native_calibrate_tscLinus Torvalds1-61/+71
2008-09-02[x86] Fix TSC calibration issuesThomas Gleixner1-54/+181
2008-08-25x86: cpuid: correct return value on partial operationsH. Peter Anvin1-5/+9
2008-08-25x86: msr: correct return value on partial operationsH. Peter Anvin1-10/+18
2008-08-25x86: cpuid: propagate error from smp_call_function_single()H. Peter Anvin1-1/+4
2008-08-25x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin1-4/+10
2008-08-25x86: fix cpufreq + sched_clock() regressionPeter Zijlstra1-1/+1
2008-08-25Merge branch 'linus' into x86/urgentIngo Molnar2-75/+37
2008-08-24x86: do not enable TSC notifier if we don't need itLinus Torvalds1-0/+4
2008-08-23x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsRafael J. Wysocki2-13/+10
2008-08-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-52/+64
2008-08-22x86: work around MTRR mask setting, v2Ingo Molnar1-1/+6
2008-08-22x86: fix section mismatch warning - uv_cpu_initMarcin Slusarz2-3/+8
2008-08-22x86: fix VMI for early paramsAlok Kataria1-8/+8
2008-08-22x86: work around MTRR mask settingYinghai Lu1-2/+13
2008-08-21x86: PAT Update validate_pat_support for intel CPUsvenkatesh.pallipadi@intel.com1-2/+15
2008-08-21x86: fix BUG: unable to handle kernel paging request (numaq_tsc_disable)Vegard Nossum1-1/+1
2008-08-21x86: export pv_lock_ops non-GPLJeremy Fitzhardinge1-1/+1
2008-08-21x86: use WARN() in arch/x86/kernelArjan van de Ven3-10/+4
2008-08-21werror: fix pci calgaryDavid Howells1-5/+6
2008-08-20x86, SGI UV: hardcode the TLB flush interrupt system vectorCliff Wickman1-1/+2
2008-08-20x86: fix "kernel won't boot on a Cyrix MediaGXm (Geode)"Samuel Sieb1-18/+0
2008-08-19Revert "[CPUFREQ][2/2] preregister support for powernow-k8"Linus Torvalds2-75/+37
2008-08-19x86 iommu: remove unneeded parenthesisJiri Kosina1-1/+1
2008-08-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-11/+18
2008-08-18x86, calgary: fix section mismatch warning - get_tce_space_from_tarMarcin Slusarz1-1/+1
2008-08-18x86: silence section mismatch warning - get_local_pdaMarcin Slusarz1-2/+9
2008-08-18x86: fix i486 suspend to disk CR4 oopsDavid Fries2-3/+3
2008-08-18x86: mpparse.c: fix section mismatch warningMarcin Slusarz1-2/+2
2008-08-18x86: mmconf: fix section mismatch warningMarcin Slusarz1-1/+1
2008-08-18x86: fix MP_processor_info section mismatch warningMarcin Slusarz1-1/+1
2008-08-18x86, tsc: fix section mismatch warningMarcin Slusarz1-1/+1
2008-08-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-99/+201
2008-08-15x86: change init_gdt to update the gdt via write_gdt, rather than a direct wr...Alex Nixon1-7/+10