summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded...Cyrill Gorcunov2009-07-101-1/+1
* x86: Further clean up of mtrr/generic.cIngo Molnar2009-07-051-29/+27
* x86: Clean up mtrr/main.cJaswinder Singh Rajput2009-07-041-213/+242
* x86: Clean up mtrr/state.cJaswinder Singh Rajput2009-07-041-28/+40
* x86: Clean up mtrr/mtrr.hJaswinder Singh Rajput2009-07-041-10/+9
* x86: Clean up mtrr/if.cJaswinder Singh Rajput2009-07-041-59/+76
* x86: Clean up mtrr/generic.cJaswinder Singh Rajput2009-07-041-135/+169
* x86: Clean up mtrr/cyrix.cJaswinder Singh Rajput2009-07-041-43/+51
* x86: Clean up mtrr/cleanup.cJaswinder Singh Rajput2009-07-041-174/+176
* x86: Clean up mtrr/centaur.cJaswinder Singh Rajput2009-07-041-133/+35
* x86: Clean up mtrr/amd.c:Jaswinder Singh Rajput2009-07-041-46/+51
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-301-12/+10
|\
| * perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu2009-06-291-2/+2
| * perf_counter, x86: Add mmap counter read supportPeter Zijlstra2009-06-251-0/+6
| * perf_counter, x86: Set global control MSR correctlyYong Wang2009-06-241-9/+1
| * perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMDJaswinder Singh Rajput2009-06-211-1/+1
* | Revert "x86: cap iomem_resource to addressable physical memory"H. Peter Anvin2009-06-281-3/+0
* | x86, mce: percpu mcheck_timer should be pinnedHidetoshi Seto2009-06-251-2/+2
* | x86: Set cpu_llc_id on AMD CPUsAndreas Herrmann2009-06-211-1/+3
|/
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-201-64/+74
|\
| * perf_counter: Make callchain samples extensiblePeter Zijlstra2009-06-191-23/+6
| * perf_counter: x86: Set the period in the intel overflow handlerPeter Zijlstra2009-06-171-0/+2
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-1721-1608/+2743
| |\
| * | perf_counter: x86: Fix call-chain support to use NMI-safe methodsPeter Zijlstra2009-06-151-10/+39
| * | perf_counter, x86: Fix kernel-space call-chainsIngo Molnar2009-06-151-13/+9
| * | perf_counter, x86: Fix call-chain walkingIngo Molnar2009-06-141-2/+4
| * | perf_counter, x86: Update AMD hw caching related event tableJaswinder Singh Rajput2009-06-131-21/+15
| * | perf_counter, x86: Check old-AMD performance monitoring supportJaswinder Singh Rajput2009-06-131-0/+4
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-2015-486/+490
|\ \ \
| * \ \ Merge branch 'x86/mce3' into x86/urgentIngo Molnar2009-06-2013-485/+476
| |\ \ \
| | * | | x86, mce: fix error path in mce_create_device()Hidetoshi Seto2009-06-181-5/+5
| | * | | x86: use zalloc_cpumask_var for mce_dev_initializedYinghai Lu2009-06-171-1/+1
| | * | | x86: fix duplicated sysfs attributeYinghai Lu2009-06-171-1/+1
| | * | | Merge branch 'x86/urgent' into x86/mce3Ingo Molnar2009-06-173-5/+12
| | |\ \ \
| | * | | | x86, mce: mce_intel.c needs <asm/apic.h>H. Peter Anvin2009-06-171-0/+1
| | * | | | x86, mce: rename _64.c files which are no longer 64-bit-specificHidetoshi Seto2009-06-163-2/+2
| | * | | | x86, mce: remove therm_throt.hHidetoshi Seto2009-06-163-5/+2
| | * | | | x86, mce: remove intel_set_thermal_handler()Hidetoshi Seto2009-06-161-7/+2
| | * | | | x86, mce: squash mce_intel.c into therm_throt.cHidetoshi Seto2009-06-163-74/+67
| | * | | | x86, mce: unify smp_thermal_interruptHidetoshi Seto2009-06-164-87/+43
| | * | | | x86, mce: unify smp_thermal_interrupt, prepareHidetoshi Seto2009-06-162-6/+24
| | * | | | x86, mce: unify smp_thermal_interrupt, prepare mce_intel_64Hidetoshi Seto2009-06-161-6/+8
| | * | | | x86, mce: unify smp_thermal_interrupt, prepare p4Hidetoshi Seto2009-06-161-6/+5
| | * | | | x86, mce: make mce_disabled booleanHidetoshi Seto2009-06-162-12/+8
| | * | | | x86, mce: unify mce.hHidetoshi Seto2009-06-1610-55/+7
| | * | | | x86, mce: sysfs entries for new mce optionsHidetoshi Seto2009-06-161-1/+83
| | * | | | x86, mce: rename static variables around triggerHidetoshi Seto2009-06-161-13/+14
| | * | | | x86, mce: add __read_mostlyHidetoshi Seto2009-06-161-13/+13
| | * | | | x86, mce: cleanup mce_start()Hidetoshi Seto2009-06-161-35/+31
| | * | | | x86, mce: don't init timer if !mce_availableHidetoshi Seto2009-06-161-2/+3
OpenPOWER on IntegriCloud