| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: Use cpufreq_for_each_* macros for frequency table iteration | Stratos Karafotis | 2014-04-30 | 1 | -16/+8 |
* | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-04-01 | 1 | -25/+13 |
|\ |
|
| * | cpufreq: stats: Refactor common code into __cpufreq_stats_create_table() | Saravana Kannan | 2014-03-02 | 1 | -13/+9 |
| * | cpufreq: stats: Fix error handling in __cpufreq_stats_create_table() | Saravana Kannan | 2014-03-02 | 1 | -1/+3 |
| * | cpufreq: stats: Remove redundant cpufreq_cpu_get() call | Saravana Kannan | 2014-03-02 | 1 | -11/+1 |
* | | cputime: Default implementation of nsecs -> cputime conversion | Frederic Weisbecker | 2014-03-13 | 1 | -1/+1 |
|/ |
|
* | cpufreq: stats: create sysfs entries when cpufreq_stats is a module | Viresh Kumar | 2014-01-17 | 1 | -2/+25 |
* | cpufreq: stats: free table and remove sysfs entry in a single routine | Viresh Kumar | 2014-01-17 | 1 | -31/+19 |
* | cpufreq: stats: remove hotplug notifiers | Viresh Kumar | 2014-01-17 | 1 | -36/+2 |
* | cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properly | Viresh Kumar | 2014-01-17 | 1 | -7/+17 |
* | cpufreq: Fix wrong time unit conversion | Andreas Schwab | 2013-09-10 | 1 | -1/+1 |
* | cpufreq: Use sizeof(*ptr) convetion for computing sizes | Viresh Kumar | 2013-08-07 | 1 | -1/+1 |
* | cpufreq: Give consistent names to cpufreq_policy objects | Viresh Kumar | 2013-08-07 | 1 | -6/+6 |
* | cpufreq: Clean up header files included in the core | Viresh Kumar | 2013-08-07 | 1 | -8/+1 |
* | cpufreq: Perform light-weight init/teardown during suspend/resume | Srivatsa S. Bhat | 2013-08-07 | 1 | -2/+0 |
* | cpufreq: Fix misplaced call to cpufreq_update_policy() | Srivatsa S. Bhat | 2013-08-07 | 1 | -6/+0 |
* | Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-19 | 1 | -4/+2 |
|\ |
|
| * | cpufreq: Revert commit a66b2e to fix suspend/resume regression | Srivatsa S. Bhat | 2013-07-15 | 1 | -4/+2 |
* | | cpufreq: delete __cpuinit usage from all cpufreq files | Paul Gortmaker | 2013-07-15 | 1 | -1/+1 |
|/ |
|
* | cpufreq: Fix cpufreq regression after suspend/resume | Srivatsa S. Bhat | 2013-07-01 | 1 | -0/+1 |
* | cpufreq: Fix minor formatting issues | Viresh Kumar | 2013-06-21 | 1 | -2/+2 |
* | cpufreq: Preserve sysfs files across suspend/resume | Srivatsa S. Bhat | 2013-05-15 | 1 | -3/+4 |
* | cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get() | viresh kumar | 2013-03-25 | 1 | -4/+8 |
* | cpufreq_stats: do not remove sysfs files if frequency table is not present | Dirk Brandewie | 2013-02-09 | 1 | -0/+4 |
* | cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTR | Viresh Kumar | 2013-02-09 | 1 | -12/+6 |
* | cpufreq: governors: implement generic policy_is_shared | Fabio Baltieri | 2013-02-02 | 1 | -1/+1 |
* | cpufreq: Simplify __cpufreq_remove_dev() | Viresh Kumar | 2013-02-02 | 1 | -2/+25 |
* | cpufreq / stats: fix race between stats allocation and first usage | Konstantin Khlebnikov | 2013-01-03 | 1 | -4/+7 |
* | cpufreq: Fix sparse warnings by updating cputime64_t to u64 | Viresh Kumar | 2012-11-15 | 1 | -2/+2 |
* | Fix memory leak in cpufreq stats. | Tu, Xiaobing | 2012-10-23 | 1 | -0/+1 |
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 1 | -1/+0 |
|\ |
|
| * | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -1/+0 |
* | | [S390] cputime: add sparse checking and cleanup | Martin Schwidefsky | 2011-12-15 | 1 | -3/+2 |
|/ |
|
* | cpufreq: cpufreq_stats.c is a module, and should include module.h | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | [CPUFREQ] Don't set stat->last_index to -1 if the pol->cur has incorrect value. | Konrad Rzeszutek Wilk | 2011-06-16 | 1 | -3/+5 |
* | [CPUFREQ] Remove cpufreq_stats sysfs entries on module unload. | Dave Jones | 2011-06-12 | 1 | -0/+1 |
* | [CPUFREQ] cpufreq_stats.c: Fixed brace coding style issue | Karthigan Srinivasan | 2011-05-04 | 1 | -2/+1 |
* | [CPUFREQ] Fix memory leak in cpufreq_stat | steven finney | 2011-05-04 | 1 | -3/+18 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | [CPUFREQ] checkpatch cleanups for cpufreq_stats | Dave Jones | 2009-02-25 | 1 | -39/+35 |
* | [CPUFREQ] change cpu freq arrays to per_cpu variables | Mike Travis | 2008-05-20 | 1 | -12/+12 |
* | [CPUFREQ] state info wrong after resume | Shaohua Li | 2008-04-28 | 1 | -1/+1 |
* | [CPUFREQ] fix show_trans_table | Cesar Eduardo Barros | 2008-04-28 | 1 | -1/+5 |
* | [CPUFREQ] fix section mismatch warnings | Sam Ravnborg | 2008-03-05 | 1 | -1/+1 |
* | drivers/cpufreq/cpufreq_stats.c section fix | Adrian Bunk | 2007-12-18 | 1 | -1/+1 |
* | [CPUFREQ] cpufreq_stats: misc cpuinit section annotations | Satyam Sharma | 2007-10-05 | 1 | -10/+8 |
* | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-12 | 1 | -2/+1 |
* | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 2007-05-09 | 1 | -0/+2 |
* | [CPUFREQ] Remove hotplug cpu crap | Dave Jones | 2007-02-11 | 1 | -2/+0 |
* | [CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change... | Venkatesh Pallipadi | 2006-12-23 | 1 | -0/+4 |