aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2009-04-29perf_counter, x86: rename intel only functionsRobert Richter
2009-04-29perf_counter, x86: rename __hw_perf_counter_set_period into x86_perf_counter_...Robert Richter
2009-04-29perf_counter, x86: remove ack_status() from struct x86_pmuRobert Richter
2009-04-29perf_counter, x86: remove get_status() from struct x86_pmuRobert Richter
2009-04-29perf_counter, x86: make interrupt handler model specificRobert Richter
2009-04-29perf_counter, x86: rename struct pmc_x86_ops into struct x86_pmuRobert Richter
2009-04-29perfcounters: rename struct hw_perf_counter_ops into struct pmuRobert Richter
2009-04-29perf_counter, x86: protect per-cpu variables with compile barriers onlyRobert Richter
2009-04-29perf_counter, x86: rework pmc_amd_save_disable_all() and pmc_amd_restore_all()Robert Richter
2009-04-29perf_counter, x86: add default path to cpu detectionRobert Richter
2009-04-29perf_counter, x86: remove X86_FEATURE_ARCH_PERFMON flag for AMD cpusRobert Richter
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-19acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger
2009-04-19acpi-cpufreq: style-only: add parens to math expressionThomas Renninger
2009-04-19acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger
2009-04-19x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh
2009-04-15acpi-cpufreq: fix 'smp_call_function_many()' confusionLinus Torvalds
2009-04-13Fix quilt merge error in acpi-cpufreq.cLinus Torvalds
2009-04-13cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton
2009-04-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-04-09x86: cpu_debug remove execute permissionJaswinder Singh Rajput
2009-04-08perf_counter: allow for data addresses to be recordedPeter Zijlstra
2009-04-07Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an...Len Brown
2009-04-07x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi
2009-04-07ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_onlyVenkatesh Pallipadi
2009-04-07ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperfVenkatesh Pallipadi
2009-04-07perf_counter: theres more to overflow than writing eventsPeter Zijlstra
2009-04-07perf_counter: x86: self-IPI for pending workPeter Zijlstra
2009-04-07ACPI: cpufreq: remove dupilcated #includeHuang Weiyi
2009-04-06perf_counter: add more context informationPeter Zijlstra
2009-04-06perf_counter: pmc arbitrationPeter Zijlstra
2009-04-06perf_counter: x86: callchain supportPeter Zijlstra
2009-04-06perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init()Peter Zijlstra
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra
2009-04-06perf_counter: remove the event config bitfieldsPeter Zijlstra
2009-04-06perf_counter: unify irq output codePeter Zijlstra
2009-04-06perf_counter: revamp syscall input ABIPeter Zijlstra
2009-04-06perf_counter: fix crash on perfmon v1 systemsIngo Molnar
2009-04-06perf_counter: x86: use ULL postfix for 64bit constantsPeter Zijlstra
2009-04-06perf_counter: add comment to barrierPeter Zijlstra
2009-04-06perf_counter: x86: fix 32-bit irq_period assumptionPeter Zijlstra
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-04-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-05Merge branch 'linus' into releaseLen Brown
2009-04-05Merge branch 'misc' into releaseLen Brown
2009-04-04x86, mtrr: remove debug messageIngo Molnar
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell