aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-07-04Merge branch 'master' into for-nextTejun Heo4-18/+15
2009-07-03x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput1-5/+0
2009-07-01perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker1-1/+7
2009-06-30Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+10
2009-06-29perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu1-2/+2
2009-06-28Revert "x86: cap iomem_resource to addressable physical memory"H. Peter Anvin1-3/+0
2009-06-25x86, mce: percpu mcheck_timer should be pinnedHidetoshi Seto1-2/+2
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra1-0/+6
2009-06-24perf_counter, x86: Set global control MSR correctlyYong Wang1-9/+1
2009-06-24percpu: clean up percpu variable definitionsTejun Heo2-11/+11
2009-06-24percpu: cleanup percpu array definitionsTejun Heo3-4/+4
2009-06-21perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMDJaswinder Singh Rajput1-1/+1
2009-06-21x86: Set cpu_llc_id on AMD CPUsAndreas Herrmann1-1/+3
2009-06-20x86, mce: use atomic_inc_return() instead of add by 1Borislav Petkov1-2/+2
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-64/+74
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds15-485/+489
2009-06-20Merge branch 'x86/mce3' into x86/urgentIngo Molnar13-484/+475
2009-06-19perf_counter: Make callchain samples extensiblePeter Zijlstra1-23/+6
2009-06-18x86, mce: fix error path in mce_create_device()Hidetoshi Seto1-5/+5
2009-06-17x86: use zalloc_cpumask_var for mce_dev_initializedYinghai Lu1-1/+1
2009-06-17x86: fix duplicated sysfs attributeYinghai Lu1-1/+1
2009-06-17i386: fix/simplify espfix stack switching, move it into assemblyAlexander van Heukelum1-1/+1
2009-06-17perf_counter: x86: Set the period in the intel overflow handlerPeter Zijlstra1-0/+2
2009-06-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds5-182/+170
2009-06-17Merge branch 'x86/urgent' into x86/mce3Ingo Molnar3-5/+12
2009-06-17x86: nmi: Add Intel processor 0x6f4 to NMI perfctr1 workaroundPrarit Bhargava1-4/+8
2009-06-17x86, mce: mce_intel.c needs <asm/apic.h>H. Peter Anvin1-0/+1
2009-06-17x86: mce: Don't touch THERMAL_APIC_VECTOR if no active APIC presentCyrill Gorcunov1-2/+8
2009-06-17Merge branch 'linus' into perfcounters/coreIngo Molnar21-1605/+2740
2009-06-17x86: mce: Handle banks == 0 case in K7 quirkAndi Kleen1-1/+1
2009-06-17Merge branch 'linus' into x86/urgentIngo Molnar20-1597/+2721
2009-06-16Merge branch 'akpm'Linus Torvalds1-8/+3
2009-06-16use printk_once() in several placesMinchan Kim1-8/+3
2009-06-16x86: cap iomem_resource to addressable physical memoryH. Peter Anvin1-0/+3
2009-06-16x86, mce: rename _64.c files which are no longer 64-bit-specificHidetoshi Seto3-2/+2
2009-06-16x86, mce: remove therm_throt.hHidetoshi Seto3-5/+2
2009-06-16x86, mce: remove intel_set_thermal_handler()Hidetoshi Seto1-7/+2
2009-06-16x86, mce: squash mce_intel.c into therm_throt.cHidetoshi Seto3-74/+67
2009-06-16x86, mce: unify smp_thermal_interruptHidetoshi Seto4-87/+43
2009-06-16x86, mce: unify smp_thermal_interrupt, prepareHidetoshi Seto2-6/+24
2009-06-16x86, mce: unify smp_thermal_interrupt, prepare mce_intel_64Hidetoshi Seto1-6/+8
2009-06-16x86, mce: unify smp_thermal_interrupt, prepare p4Hidetoshi Seto1-6/+5
2009-06-16x86, mce: make mce_disabled booleanHidetoshi Seto2-12/+8
2009-06-16x86, mce: unify mce.hHidetoshi Seto10-55/+7
2009-06-16x86, mce: sysfs entries for new mce optionsHidetoshi Seto1-1/+83
2009-06-16x86, mce: rename static variables around triggerHidetoshi Seto1-13/+14
2009-06-16x86, mce: add __read_mostlyHidetoshi Seto1-13/+13
2009-06-16x86, mce: cleanup mce_start()Hidetoshi Seto1-35/+31
2009-06-16x86, mce: don't init timer if !mce_availableHidetoshi Seto1-2/+3
2009-06-16x86, mce: fix a race condition about mce_callin and no_way_outHuang Ying1-2/+10