summaryrefslogtreecommitdiff
path: root/xen/arch/x86/acpi/cpufreq
AgeCommit message (Expand)Author
2020-03-31x86: compress lines for immediate returnSimran Singhal
2020-03-31x86: remove unnecessary cast on void pointerSimran Singhal
2020-02-03xen: split parameter related definitions in own header fileJuergen Gross
2019-08-07xen/percpu: Drop unused asm/percpu.h includesAndrew Cooper
2019-06-12x86/acpi: Add Hygon Dhyana supportPu Wen
2019-04-05x86/cpu: Renumber X86_VENDOR_* to form a bitmapAndrew Cooper
2018-11-09cpufreq: convert to a single post-init driver (hooks) instanceJan Beulich
2017-07-04x86/acpi: use plain boolWei Liu
2016-03-18x86: rename features to be closer to the vendor definitionsAndrew Cooper
2015-10-05x86: APERF/MPERF feature detectWei Wang
2015-07-29Replace FSF street address with canonical URLIan Campbell
2014-08-06x86/ACPI: command line option adjustmentsJan Beulich
2013-03-12powernow: add fixups for AMD P-state figuresKonrad Rzeszutek Wilk
2012-09-12xen: Remove x86_32 build target.Keir Fraser
2012-09-11powernow: Update P-state directly when _PSD's CoordType is DOMAIN_COORD_TYPE_...Boris Ostrovsky
2012-06-18x86, cpufreq: Change powernow's CPB status immediatelyBoris Ostrovsky
2012-01-13remove inclusion of asm/config.hJan Beulich
2011-11-08eliminate first_cpu() etcJan Beulich
2011-11-07cpufreq: allocate CPU masks dynamicallyJan Beulich
2011-11-07powernow: don't read never initialized structure memberJan Beulich
2011-10-21eliminate direct assignments of CPU masksJan Beulich
2011-10-21eliminate cpumask accessors referencing NR_CPUSJan Beulich
2011-10-21introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich
2011-10-04use xzalloc in x86 codeJan Beulich
2011-06-16Use same data array for INTEL and AMD cpufreq handlingJuergen Gross
2011-05-31x86: cpufreq init cleanupLiu, Jinsong
2011-03-09move various bits into .init.* sectionsJan Beulich
2010-07-12x86 cpufreq: Fix debug=y build.Keir Fraser
2010-07-12x86/cpufreq: pass pointers to cpu masks where possibleKeir Fraser
2010-07-09cpufreq: eliminate unnecessary NR_CPUS-sized arraysKeir Fraser
2010-07-08x86/cpufreq: check array index before useKeir Fraser
2010-06-25x86 cpufreq: Fixes after msr cleanup patchKeir Fraser
2010-06-25x86 cpufreq: use rdmsrl/wrmsrlKeir Fraser
2010-05-13x86: Fix a few on_{selected,each}_cpus callers who should wait for completion.Keir Fraser
2010-05-07x86/cpufreq: fix turbo mode detectionKeir Fraser
2010-04-09Add support for AMD MPERF/APERFKeir Fraser
2010-04-09Add Xen support for AMD Turbo/BoostKeir Fraser
2010-04-09Refactor Xen Support for Intel Turbo BoostKeir Fraser
2010-03-18cpufreq: make non-verbose by defaultKeir Fraser
2009-10-23x86: Fix RevF detection in powernow.cKeir Fraser
2009-10-16x86: Update powernow.c to latest cpufreq codeKeir Fraser
2009-05-27Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser
2009-05-27Pass cpumasks by reference always.Keir Fraser
2009-04-14Fix cpufreq HW-ALL coordination handleKeir Fraser
2009-03-20cpufreq: Update cpufreq aperf and mperf read, so that it can be usedKeir Fraser
2009-02-11x86: cpufreq get_cur_val adjustmentKeir Fraser
2009-02-03x86: misc adjustments to acpi-cpufreqKeir Fraser
2008-12-29cpufreq: xen is default cpufreq, userspace is default governor (override on c...Keir Fraser
2008-12-11x86, cpufreq: Change cpufreq_driver->get so that it can get otherKeir Fraser
2008-12-11cpufreq: Short path avoiding IPI in critical fast path.Keir Fraser