summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-06-05[CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFHDave Jones1-6/+7
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches1-2/+2
2009-05-26[CPUFREQ] powernow-k8: determine exact CPU frequency for HW PstatesAndreas Herrmann1-2/+21
2009-05-26[CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq dataThomas Renninger1-14/+5
2009-05-26[CPUFREQ] powernow-k7 build fix when ACPI=nDave Jones1-0/+2
2009-05-26[CPUFREQ] add atom family to p4-clockmodJarod Wilson1-0/+1
2009-05-22x86: introduce noxsave boot parameterSuresh Siddha1-0/+7
2009-05-11x86: mtrr: Fix high_width computation when phys-addr is >= 44bitYinghai Lu1-1/+5
2009-05-08x86: MCE: make cmci_discover_lock irq-safeHidetoshi Seto1-4/+6
2009-05-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+3
2009-05-04x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfoAndreas Herrmann1-1/+1
2009-05-02Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-16/+17
2009-05-01x86: initialize io_bitmap_base on 32bitThomas Gleixner1-0/+2
2009-04-22x86, mce: fix boot logging logicAndi Kleen1-4/+5
2009-04-22x86, mce: make polling timer interval per CPUAndi Kleen1-12/+12
2009-04-19acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger1-3/+4
2009-04-19acpi-cpufreq: style-only: add parens to math expressionThomas Renninger1-1/+1
2009-04-19acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger1-6/+2
2009-04-19x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh1-5/+10
2009-04-15acpi-cpufreq: fix 'smp_call_function_many()' confusionLinus Torvalds1-0/+6
2009-04-13Fix quilt merge error in acpi-cpufreq.cLinus Torvalds1-1/+1
2009-04-13cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton1-15/+9
2009-04-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+0
2009-04-09x86: cpu_debug remove execute permissionJaswinder Singh Rajput1-0/+0
2009-04-07Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an...Len Brown2-1/+1
2009-04-07x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi1-0/+1
2009-04-07ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_onlyVenkatesh Pallipadi1-5/+10
2009-04-07ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperfVenkatesh Pallipadi1-22/+20
2009-04-07ACPI: cpufreq: remove dupilcated #includeHuang Weiyi1-1/+0
2009-04-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-3/+15
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds9-42/+36
2009-04-05Merge branch 'linus' into releaseLen Brown49-2473/+4338
2009-04-05Merge branch 'misc' into releaseLen Brown1-0/+12
2009-04-04x86, mtrr: remove debug messageIngo Molnar1-3/+0
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-1/+3
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell9-42/+36
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar40-2109/+3426
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-9/+1
2009-03-28Merge branch 'linus' into x86/coreIngo Molnar21-715/+965
2009-03-27ACPI: cap off P-state transition latency from buggy BIOSesPallipadi, Venkatesh1-0/+12
2009-03-27ACPI: cpufreq: use new bit register access functionLin Ming1-3/+3
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar13-228/+233
2009-03-26Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+7
2009-03-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds20-714/+958
2009-03-23x86: cpu/cpu.h cleanupJaswinder Singh Rajput1-10/+10
2009-03-18Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ...Ingo Molnar26-1396/+2972
2009-03-18x86: cpu/mttr/cleanup.c fix compilation warningJaswinder Singh Rajput1-1/+2
2009-03-18cpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug crashRusty Russell1-0/+1
2009-03-18x86: use smp_call_function_single() in arch/x86/kernel/cpu/mcheck/mce_amd_64.cAndrew Morton1-16/+24