aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq_stats.c
AgeCommit message (Expand)Author
2015-01-23cpufreq: stats: drop unnecessary lockingViresh Kumar
2015-01-23cpufreq: stats: don't update stats on false notifiersViresh Kumar
2015-01-23cpufreq: stats: don't update stats from show_trans_table()Viresh Kumar
2015-01-23cpufreq: stats: time_in_state can't be NULL in cpufreq_stats_update()Viresh Kumar
2015-01-23cpufreq: stats: create sysfs group once we are readyViresh Kumar
2015-01-23cpufreq: stats: drop 'cpu' field of struct cpufreq_statsViresh Kumar
2015-01-23cpufreq: stats: rename 'struct cpufreq_stats' objects as 'stats'Viresh Kumar
2015-01-23cpufreq: stats: get rid of per-cpu cpufreq_stats_tableViresh Kumar
2015-01-23cpufreq: stats: pass 'stat' to cpufreq_stats_update()Viresh Kumar
2015-01-23cpufreq: stats: don't check for freq table while freeing statsViresh Kumar
2015-01-23cpufreq: stats: initialize 'cur_time' on its definitionViresh Kumar
2015-01-23cpufreq: stats: remove unused cpufreq_stats_attributeViresh Kumar
2015-01-23cpufreq: stats: return -EEXIST when stats are already allocatedViresh Kumar
2015-01-23cpufreq: stats: Improve module description stringViresh Kumar
2014-04-30cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker
2014-03-02cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()Saravana Kannan
2014-03-02cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()Saravana Kannan
2014-03-02cpufreq: stats: Remove redundant cpufreq_cpu_get() callSaravana Kannan
2014-01-17cpufreq: stats: create sysfs entries when cpufreq_stats is a moduleViresh Kumar
2014-01-17cpufreq: stats: free table and remove sysfs entry in a single routineViresh Kumar
2014-01-17cpufreq: stats: remove hotplug notifiersViresh Kumar
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar
2013-09-10cpufreq: Fix wrong time unit conversionAndreas Schwab
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar
2013-08-07cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar
2013-08-07cpufreq: Perform light-weight init/teardown during suspend/resumeSrivatsa S. Bhat
2013-08-07cpufreq: Fix misplaced call to cpufreq_update_policy()Srivatsa S. Bhat
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker
2013-07-15cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat
2013-07-01cpufreq: Fix cpufreq regression after suspend/resumeSrivatsa S. Bhat
2013-06-21cpufreq: Fix minor formatting issuesViresh Kumar
2013-05-15cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat
2013-03-25cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()viresh kumar
2013-02-09cpufreq_stats: do not remove sysfs files if frequency table is not presentDirk Brandewie
2013-02-09cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTRViresh Kumar
2013-02-02cpufreq: governors: implement generic policy_is_sharedFabio Baltieri
2013-02-02cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar
2013-01-03cpufreq / stats: fix race between stats allocation and first usageKonstantin Khlebnikov
2012-11-15cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar
2012-10-23Fix memory leak in cpufreq stats.Tu, Xiaobing
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky
2011-10-31cpufreq: cpufreq_stats.c is a module, and should include module.hPaul Gortmaker
2011-06-16[CPUFREQ] Don't set stat->last_index to -1 if the pol->cur has incorrect value.Konrad Rzeszutek Wilk
2011-06-12[CPUFREQ] Remove cpufreq_stats sysfs entries on module unload.Dave Jones