summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq_stats.c
AgeCommit message (Expand)Author
2023-10-24cpufreq: stats: Fix buffer overflow detection in trans_stats()Christian Marangi
2023-08-21cpufreq: stats: Improve the performance of cpufreq_stats_create_table()Liao Chang
2022-12-06cpufreq: stats: Convert to use sysfs_emit_at() APIye xingchen
2021-06-07cpufreq: stats: Clean up local variable in cpufreq_stats_create_table()Shaokun Zhang
2020-12-11cpufreq: stats: Use local_clock() instead of jiffiesViresh Kumar
2020-10-12cpufreq: stats: Fix string format specifier mismatchViresh Kumar
2020-10-07cpufreq: stats: Add memory barrier to store_reset()Rafael J. Wysocki
2020-10-05cpufreq: stats: Enable stats for fast-switch as wellViresh Kumar
2020-10-05cpufreq: stats: Mark few conditionals with unlikely()Viresh Kumar
2020-10-05cpufreq: stats: Remove lockingViresh Kumar
2020-10-05cpufreq: stats: Defer stats update to cpufreq_stats_record_transition()Viresh Kumar
2020-03-14cpufreq: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-09cpufreq: stats: Use lock by stat to replace global spin lockKyle Lin
2019-02-01cpufreq: stats: Fix concurrency issues while resetting statsViresh Kumar
2019-02-01cpufreq: stats: Declare freq-attr right after their callbacksViresh Kumar
2018-01-05cpufreq: stats: Change return type of cpufreq_stats_update() as voidViresh Kumar
2017-11-08cpufreq: stats: Handle the case when trans_table goes beyond PAGE_SIZEGautham R. Shenoy
2017-07-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2017-07-04cpufreq: cpufreq_stats: constify attribute_group structuresArvind Yadav
2017-05-27cpufreq: create cpufreq_table_count_valid_entries()Viresh Kumar
2017-02-20Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-02-03cpufreq: Remove CONFIG_CPU_FREQ_STAT_DETAILS config optionViresh Kumar
2017-02-01sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker
2016-11-11cpufreq: stats: New sysfs attribute for clearing statisticsMarkus Mayer
2016-06-09cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar
2016-06-02cpufreq: stats: Make the stats code non-modularRafael J. Wysocki
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