index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_stats.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-05
cpufreq: stats: Change return type of cpufreq_stats_update() as void
Viresh Kumar
1
-2
/
+1
2017-11-09
cpufreq: stats: Handle the case when trans_table goes beyond PAGE_SIZE
Gautham R. Shenoy
1
-2
/
+5
2017-07-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
1
-9
/
+4
2017-07-04
cpufreq: cpufreq_stats: constify attribute_group structures
Arvind Yadav
1
-1
/
+1
2017-05-28
cpufreq: create cpufreq_table_count_valid_entries()
Viresh Kumar
1
-9
/
+4
2017-02-21
Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-14
/
+0
2017-02-04
cpufreq: Remove CONFIG_CPU_FREQ_STAT_DETAILS config option
Viresh Kumar
1
-14
/
+0
2017-02-01
sched/cputime: Convert kcpustat to nsecs
Frederic Weisbecker
1
-1
/
+0
2016-11-11
cpufreq: stats: New sysfs attribute for clearing statistics
Markus Mayer
1
-0
/
+22
2016-06-09
cpufreq: Remove cpufreq_frequency_get_table()
Viresh Kumar
1
-2
/
+1
2016-06-03
cpufreq: stats: Make the stats code non-modular
Rafael J. Wysocki
1
-133
/
+21
2015-01-24
cpufreq: stats: drop unnecessary locking
Viresh Kumar
1
-5
/
+1
2015-01-24
cpufreq: stats: don't update stats on false notifiers
Viresh Kumar
1
-2
/
+2
2015-01-24
cpufreq: stats: don't update stats from show_trans_table()
Viresh Kumar
1
-1
/
+0
2015-01-24
cpufreq: stats: time_in_state can't be NULL in cpufreq_stats_update()
Viresh Kumar
1
-3
/
+1
2015-01-24
cpufreq: stats: create sysfs group once we are ready
Viresh Kumar
1
-19
/
+25
2015-01-24
cpufreq: stats: drop 'cpu' field of struct cpufreq_stats
Viresh Kumar
1
-12
/
+0
2015-01-24
cpufreq: stats: rename 'struct cpufreq_stats' objects as 'stats'
Viresh Kumar
1
-51
/
+51
2015-01-24
cpufreq: stats: get rid of per-cpu cpufreq_stats_table
Viresh Kumar
1
-33
/
+29
2015-01-24
cpufreq: stats: pass 'stat' to cpufreq_stats_update()
Viresh Kumar
1
-6
/
+4
2015-01-24
cpufreq: stats: don't check for freq table while freeing stats
Viresh Kumar
1
-2
/
+1
2015-01-24
cpufreq: stats: initialize 'cur_time' on its definition
Viresh Kumar
1
-2
/
+1
2015-01-24
cpufreq: stats: remove unused cpufreq_stats_attribute
Viresh Kumar
1
-5
/
+0
2015-01-24
cpufreq: stats: return -EEXIST when stats are already allocated
Viresh Kumar
1
-1
/
+3
2015-01-24
cpufreq: stats: Improve module description string
Viresh Kumar
1
-2
/
+1
2014-04-30
cpufreq: Use cpufreq_for_each_* macros for frequency table iteration
Stratos Karafotis
1
-16
/
+8
2014-04-01
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-25
/
+13
2014-03-13
cputime: Default implementation of nsecs -> cputime conversion
Frederic Weisbecker
1
-1
/
+1
2014-03-02
cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()
Saravana Kannan
1
-13
/
+9
2014-03-02
cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()
Saravana Kannan
1
-1
/
+3
2014-03-02
cpufreq: stats: Remove redundant cpufreq_cpu_get() call
Saravana Kannan
1
-11
/
+1
2014-01-17
cpufreq: stats: create sysfs entries when cpufreq_stats is a module
Viresh Kumar
1
-2
/
+25
2014-01-17
cpufreq: stats: free table and remove sysfs entry in a single routine
Viresh Kumar
1
-31
/
+19
2014-01-17
cpufreq: stats: remove hotplug notifiers
Viresh Kumar
1
-36
/
+2
2014-01-17
cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properly
Viresh Kumar
1
-7
/
+17
2013-09-10
cpufreq: Fix wrong time unit conversion
Andreas Schwab
1
-1
/
+1
2013-08-08
cpufreq: Use sizeof(*ptr) convetion for computing sizes
Viresh Kumar
1
-1
/
+1
2013-08-08
cpufreq: Give consistent names to cpufreq_policy objects
Viresh Kumar
1
-6
/
+6
2013-08-08
cpufreq: Clean up header files included in the core
Viresh Kumar
1
-8
/
+1
2013-08-08
cpufreq: Perform light-weight init/teardown during suspend/resume
Srivatsa S. Bhat
1
-2
/
+0
2013-08-08
cpufreq: Fix misplaced call to cpufreq_update_policy()
Srivatsa S. Bhat
1
-6
/
+0
2013-07-19
Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+2
2013-07-15
cpufreq: delete __cpuinit usage from all cpufreq files
Paul Gortmaker
1
-1
/
+1
2013-07-15
cpufreq: Revert commit a66b2e to fix suspend/resume regression
Srivatsa S. Bhat
1
-4
/
+2
2013-07-01
cpufreq: Fix cpufreq regression after suspend/resume
Srivatsa S. Bhat
1
-0
/
+1
2013-06-21
cpufreq: Fix minor formatting issues
Viresh Kumar
1
-2
/
+2
2013-05-15
cpufreq: Preserve sysfs files across suspend/resume
Srivatsa S. Bhat
1
-3
/
+4
2013-03-25
cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()
viresh kumar
1
-4
/
+8
2013-02-09
cpufreq_stats: do not remove sysfs files if frequency table is not present
Dirk Brandewie
1
-0
/
+4
2013-02-09
cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTR
Viresh Kumar
1
-12
/
+6
[next]