summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_stats.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar2013-08-071-1/+1
* cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar2013-08-071-6/+6
* cpufreq: Clean up header files included in the coreViresh Kumar2013-08-071-8/+1Star
* cpufreq: Perform light-weight init/teardown during suspend/resumeSrivatsa S. Bhat2013-08-071-2/+0Star
* cpufreq: Fix misplaced call to cpufreq_update_policy()Srivatsa S. Bhat2013-08-071-6/+0Star
* Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-191-4/+2Star
|\
| * cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat2013-07-151-4/+2Star
* | cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker2013-07-151-1/+1
|/
* cpufreq: Fix cpufreq regression after suspend/resumeSrivatsa S. Bhat2013-07-011-0/+1
* cpufreq: Fix minor formatting issuesViresh Kumar2013-06-211-2/+2
* cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat2013-05-151-3/+4
* cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()viresh kumar2013-03-251-4/+8
* cpufreq_stats: do not remove sysfs files if frequency table is not presentDirk Brandewie2013-02-091-0/+4
* cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTRViresh Kumar2013-02-091-12/+6Star
* cpufreq: governors: implement generic policy_is_sharedFabio Baltieri2013-02-021-1/+1
* cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar2013-02-021-2/+25
* cpufreq / stats: fix race between stats allocation and first usageKonstantin Khlebnikov2013-01-031-4/+7
* cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar2012-11-151-2/+2
* Fix memory leak in cpufreq stats.Tu, Xiaobing2012-10-231-0/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-1/+0Star
|\
| * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-1/+0Star
* | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-151-3/+2Star
|/
* cpufreq: cpufreq_stats.c is a module, and should include module.hPaul Gortmaker2011-11-011-0/+1
* [CPUFREQ] Don't set stat->last_index to -1 if the pol->cur has incorrect value.Konrad Rzeszutek Wilk2011-06-161-3/+5
* [CPUFREQ] Remove cpufreq_stats sysfs entries on module unload.Dave Jones2011-06-121-0/+1
* [CPUFREQ] cpufreq_stats.c: Fixed brace coding style issueKarthigan Srinivasan2011-05-041-2/+1Star
* [CPUFREQ] Fix memory leak in cpufreq_statsteven finney2011-05-041-3/+18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [CPUFREQ] checkpatch cleanups for cpufreq_statsDave Jones2009-02-251-39/+35Star
* [CPUFREQ] change cpu freq arrays to per_cpu variablesMike Travis2008-05-201-12/+12
* [CPUFREQ] state info wrong after resumeShaohua Li2008-04-281-1/+1
* [CPUFREQ] fix show_trans_tableCesar Eduardo Barros2008-04-281-1/+5
* [CPUFREQ] fix section mismatch warningsSam Ravnborg2008-03-051-1/+1
* drivers/cpufreq/cpufreq_stats.c section fixAdrian Bunk2007-12-181-1/+1
* [CPUFREQ] cpufreq_stats: misc cpuinit section annotationsSatyam Sharma2007-10-051-10/+8Star
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-2/+1Star
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+2
* [CPUFREQ] Remove hotplug cpu crapDave Jones2007-02-111-2/+0Star
* [CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change...Venkatesh Pallipadi2006-12-231-0/+4
* [CPUFREQ] Fix coding style issues in cpufreq.Gautham R Shenoy2006-11-071-5/+6
* [CPUFREQ] Fix some more CPU hotplug locking.Dave Jones2006-09-231-2/+0Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman2006-06-281-2/+2
* [CPUFREQ] CodingStyle nits in cpufreq_stats.cDave Jones2006-05-301-3/+3
* [PATCH] cpufreq: fix section mismatch warningsSam Ravnborg2006-03-111-1/+1
* [CPUFREQ] Lots of whitespace & CodingStyle cleanup.Dave Jones2006-02-281-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2005-11-071-4/+8
|\
| * [CPUFREQ] Fix up compile of cpufreq_statsDave Jones2005-11-021-0/+1
| * [CPUFREQ] Check return value of cpufreq_cpu_get in cpufreq_statsDave Jones2005-10-281-0/+5
| * [CPUFREQ] kzalloc conversions for cpufreq core.Dave Jones2005-10-211-4/+2Star