Age | Commit message (Expand) | Author |
2015-01-23 | cpufreq: stats: drop unnecessary locking | Viresh Kumar |
2015-01-23 | cpufreq: stats: don't update stats on false notifiers | Viresh Kumar |
2015-01-23 | cpufreq: stats: don't update stats from show_trans_table() | Viresh Kumar |
2015-01-23 | cpufreq: stats: time_in_state can't be NULL in cpufreq_stats_update() | Viresh Kumar |
2015-01-23 | cpufreq: stats: create sysfs group once we are ready | Viresh Kumar |
2015-01-23 | cpufreq: stats: drop 'cpu' field of struct cpufreq_stats | Viresh Kumar |
2015-01-23 | cpufreq: stats: rename 'struct cpufreq_stats' objects as 'stats' | Viresh Kumar |
2015-01-23 | cpufreq: stats: get rid of per-cpu cpufreq_stats_table | Viresh Kumar |
2015-01-23 | cpufreq: stats: pass 'stat' to cpufreq_stats_update() | Viresh Kumar |
2015-01-23 | cpufreq: stats: don't check for freq table while freeing stats | Viresh Kumar |
2015-01-23 | cpufreq: stats: initialize 'cur_time' on its definition | Viresh Kumar |
2015-01-23 | cpufreq: stats: remove unused cpufreq_stats_attribute | Viresh Kumar |
2015-01-23 | cpufreq: stats: return -EEXIST when stats are already allocated | Viresh Kumar |
2015-01-23 | cpufreq: stats: Improve module description string | Viresh Kumar |
2014-04-30 | cpufreq: Use cpufreq_for_each_* macros for frequency table iteration | Stratos Karafotis |
2014-04-01 | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-03-13 | cputime: Default implementation of nsecs -> cputime conversion | Frederic Weisbecker |
2014-03-02 | cpufreq: stats: Refactor common code into __cpufreq_stats_create_table() | Saravana Kannan |
2014-03-02 | cpufreq: stats: Fix error handling in __cpufreq_stats_create_table() | Saravana Kannan |
2014-03-02 | cpufreq: stats: Remove redundant cpufreq_cpu_get() call | Saravana Kannan |
2014-01-17 | cpufreq: stats: create sysfs entries when cpufreq_stats is a module | Viresh Kumar |
2014-01-17 | cpufreq: stats: free table and remove sysfs entry in a single routine | Viresh Kumar |
2014-01-17 | cpufreq: stats: remove hotplug notifiers | Viresh Kumar |
2014-01-17 | cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properly | Viresh Kumar |
2013-09-10 | cpufreq: Fix wrong time unit conversion | Andreas Schwab |
2013-08-07 | cpufreq: Use sizeof(*ptr) convetion for computing sizes | Viresh Kumar |
2013-08-07 | cpufreq: Give consistent names to cpufreq_policy objects | Viresh Kumar |
2013-08-07 | cpufreq: Clean up header files included in the core | Viresh Kumar |
2013-08-07 | cpufreq: Perform light-weight init/teardown during suspend/resume | Srivatsa S. Bhat |
2013-08-07 | cpufreq: Fix misplaced call to cpufreq_update_policy() | Srivatsa S. Bhat |
2013-07-19 | Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2013-07-14 | cpufreq: delete __cpuinit usage from all cpufreq files | Paul Gortmaker |
2013-07-15 | cpufreq: Revert commit a66b2e to fix suspend/resume regression | Srivatsa S. Bhat |
2013-07-01 | cpufreq: Fix cpufreq regression after suspend/resume | Srivatsa S. Bhat |
2013-06-21 | cpufreq: Fix minor formatting issues | Viresh Kumar |
2013-05-15 | cpufreq: Preserve sysfs files across suspend/resume | Srivatsa S. Bhat |
2013-03-25 | cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get() | viresh kumar |
2013-02-09 | cpufreq_stats: do not remove sysfs files if frequency table is not present | Dirk Brandewie |
2013-02-09 | cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTR | Viresh Kumar |
2013-02-02 | cpufreq: governors: implement generic policy_is_shared | Fabio Baltieri |
2013-02-02 | cpufreq: Simplify __cpufreq_remove_dev() | Viresh Kumar |
2013-01-03 | cpufreq / stats: fix race between stats allocation and first usage | Konstantin Khlebnikov |
2012-11-15 | cpufreq: Fix sparse warnings by updating cputime64_t to u64 | Viresh Kumar |
2012-10-23 | Fix memory leak in cpufreq stats. | Tu, Xiaobing |
2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2011-12-21 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers |
2011-12-15 | [S390] cputime: add sparse checking and cleanup | Martin Schwidefsky |
2011-10-31 | cpufreq: cpufreq_stats.c is a module, and should include module.h | Paul 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 |