| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: stats: Fix buffer overflow detection in trans_stats() | Christian Marangi | 2023-10-24 | 1 | -7/+7 |
* | cpufreq: stats: Improve the performance of cpufreq_stats_create_table() | Liao Chang | 2023-08-21 | 1 | -1/+2 |
* | cpufreq: stats: Convert to use sysfs_emit_at() API | ye xingchen | 2022-12-06 | 1 | -9/+7 |
* | cpufreq: stats: Clean up local variable in cpufreq_stats_create_table() | Shaokun Zhang | 2021-06-07 | 1 | -3/+2 |
* | cpufreq: stats: Use local_clock() instead of jiffies | Viresh Kumar | 2020-12-11 | 1 | -8/+8 |
* | cpufreq: stats: Fix string format specifier mismatch | Viresh Kumar | 2020-10-12 | 1 | -1/+1 |
* | cpufreq: stats: Add memory barrier to store_reset() | Rafael J. Wysocki | 2020-10-07 | 1 | -2/+18 |
* | cpufreq: stats: Enable stats for fast-switch as well | Viresh Kumar | 2020-10-05 | 1 | -6/+0 |
* | cpufreq: stats: Mark few conditionals with unlikely() | Viresh Kumar | 2020-10-05 | 1 | -2/+2 |
* | cpufreq: stats: Remove locking | Viresh Kumar | 2020-10-05 | 1 | -6/+0 |
* | cpufreq: stats: Defer stats update to cpufreq_stats_record_transition() | Viresh Kumar | 2020-10-05 | 1 | -19/+56 |
* | cpufreq: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 2020-03-14 | 1 | -7/+7 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | cpufreq: stats: Use lock by stat to replace global spin lock | Kyle Lin | 2019-04-09 | 1 | -7/+8 |
* | cpufreq: stats: Fix concurrency issues while resetting stats | Viresh Kumar | 2019-02-01 | 1 | -2/+7 |
* | cpufreq: stats: Declare freq-attr right after their callbacks | Viresh Kumar | 2019-02-01 | 1 | -4/+3 |
* | cpufreq: stats: Change return type of cpufreq_stats_update() as void | Viresh Kumar | 2018-01-05 | 1 | -2/+1 |
* | cpufreq: stats: Handle the case when trans_table goes beyond PAGE_SIZE | Gautham R. Shenoy | 2017-11-08 | 1 | -2/+5 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2017-07-14 | 1 | -9/+4 |
|\ |
|
| * | cpufreq: create cpufreq_table_count_valid_entries() | Viresh Kumar | 2017-05-27 | 1 | -9/+4 |
* | | cpufreq: cpufreq_stats: constify attribute_group structures | Arvind Yadav | 2017-07-04 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-02-20 | 1 | -14/+0 |
|\ |
|
| * | cpufreq: Remove CONFIG_CPU_FREQ_STAT_DETAILS config option | Viresh Kumar | 2017-02-03 | 1 | -14/+0 |
* | | sched/cputime: Convert kcpustat to nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -1/+0 |
|/ |
|
* | cpufreq: stats: New sysfs attribute for clearing statistics | Markus Mayer | 2016-11-11 | 1 | -0/+22 |
* | cpufreq: Remove cpufreq_frequency_get_table() | Viresh Kumar | 2016-06-09 | 1 | -2/+1 |
* | cpufreq: stats: Make the stats code non-modular | Rafael J. Wysocki | 2016-06-02 | 1 | -133/+21 |
* | cpufreq: stats: drop unnecessary locking | Viresh Kumar | 2015-01-23 | 1 | -5/+1 |
* | cpufreq: stats: don't update stats on false notifiers | Viresh Kumar | 2015-01-23 | 1 | -2/+2 |
* | cpufreq: stats: don't update stats from show_trans_table() | Viresh Kumar | 2015-01-23 | 1 | -1/+0 |
* | cpufreq: stats: time_in_state can't be NULL in cpufreq_stats_update() | Viresh Kumar | 2015-01-23 | 1 | -3/+1 |
* | cpufreq: stats: create sysfs group once we are ready | Viresh Kumar | 2015-01-23 | 1 | -19/+25 |
* | cpufreq: stats: drop 'cpu' field of struct cpufreq_stats | Viresh Kumar | 2015-01-23 | 1 | -12/+0 |
* | cpufreq: stats: rename 'struct cpufreq_stats' objects as 'stats' | Viresh Kumar | 2015-01-23 | 1 | -51/+51 |
* | cpufreq: stats: get rid of per-cpu cpufreq_stats_table | Viresh Kumar | 2015-01-23 | 1 | -33/+29 |
* | cpufreq: stats: pass 'stat' to cpufreq_stats_update() | Viresh Kumar | 2015-01-23 | 1 | -6/+4 |
* | cpufreq: stats: don't check for freq table while freeing stats | Viresh Kumar | 2015-01-23 | 1 | -2/+1 |
* | cpufreq: stats: initialize 'cur_time' on its definition | Viresh Kumar | 2015-01-23 | 1 | -2/+1 |
* | cpufreq: stats: remove unused cpufreq_stats_attribute | Viresh Kumar | 2015-01-23 | 1 | -5/+0 |
* | cpufreq: stats: return -EEXIST when stats are already allocated | Viresh Kumar | 2015-01-23 | 1 | -1/+3 |
* | cpufreq: stats: Improve module description string | Viresh Kumar | 2015-01-23 | 1 | -2/+1 |
* | 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 |