Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
463311960e9312245418af98dce8c0161fd6b827
/
drivers
/
cpufreq
/
cpufreq_stats.c
041526f
cpufreq: Use cpufreq_for_each_* macros for frequency table iteration
by Stratos Karafotis
· 11 years ago
4dedde7
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
bfc3f02
cputime: Default implementation of nsecs -> cputime conversion
by Frederic Weisbecker
· 11 years ago
ad4c230
cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()
by Saravana Kannan
· 11 years ago
0b7528d
cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()
by Saravana Kannan
· 11 years ago
b24a5b6
cpufreq: stats: Remove redundant cpufreq_cpu_get() call
by Saravana Kannan
· 11 years ago
b3f9ff8
cpufreq: stats: create sysfs entries when cpufreq_stats is a module
by Viresh Kumar
· 11 years ago
2d13594
cpufreq: stats: free table and remove sysfs entry in a single routine
by Viresh Kumar
· 11 years ago
027cc2e
cpufreq: stats: remove hotplug notifiers
by Viresh Kumar
· 11 years ago
fcd7af9
cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properly
by Viresh Kumar
· 11 years ago
a857c0b
cpufreq: Fix wrong time unit conversion
by Andreas Schwab
· 11 years ago
d5b73cd
cpufreq: Use sizeof(*ptr) convetion for computing sizes
by Viresh Kumar
· 11 years ago
3a3e9e0
cpufreq: Give consistent names to cpufreq_policy objects
by Viresh Kumar
· 11 years ago
5ff0a26
cpufreq: Clean up header files included in the core
by Viresh Kumar
· 11 years ago
5302c3f
cpufreq: Perform light-weight init/teardown during suspend/resume
by Srivatsa S. Bhat
· 11 years ago
23d32899
cpufreq: Fix misplaced call to cpufreq_update_policy()
by Srivatsa S. Bhat
· 11 years ago
b7356ab
Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
2760984
cpufreq: delete __cpuinit usage from all cpufreq files
by Paul Gortmaker
· 11 years ago
aae760e
cpufreq: Revert commit a66b2e to fix suspend/resume regression
by Srivatsa S. Bhat
· 11 years ago
f51e1eb
cpufreq: Fix cpufreq regression after suspend/resume
by Srivatsa S. Bhat
· 11 years ago
bb176f7
cpufreq: Fix minor formatting issues
by Viresh Kumar
· 11 years ago
a66b2e5
cpufreq: Preserve sysfs files across suspend/resume
by Srivatsa S. Bhat
· 11 years ago
187da1d
cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()
by viresh kumar
· 12 years ago
633d47d
cpufreq_stats: do not remove sysfs files if frequency table is not present
by Dirk Brandewie
· 12 years ago
df18e50
cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTR
by Viresh Kumar
· 12 years ago
2624f90
cpufreq: governors: implement generic policy_is_shared
by Fabio Baltieri
· 12 years ago
b8eed8a
cpufreq: Simplify __cpufreq_remove_dev()
by Viresh Kumar
· 12 years ago
56836fb
cpufreq / stats: fix race between stats allocation and first usage
by Konstantin Khlebnikov
· 12 years ago
1e7586a
cpufreq: Fix sparse warnings by updating cputime64_t to u64
by Viresh Kumar
· 12 years ago
e377367
Fix memory leak in cpufreq stats.
by Tu, Xiaobing
· 12 years ago
7affca3
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
8a25a2f
cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
by Kay Sievers
· 13 years ago
6486163
[S390] cputime: add sparse checking and cleanup
by Martin Schwidefsky
· 13 years ago
5c720d37
cpufreq: cpufreq_stats.c is a module, and should include module.h
by Paul Gortmaker
· 13 years ago
46a310b
[CPUFREQ] Don't set stat->last_index to -1 if the pol->cur has incorrect value.
by Konrad Rzeszutek Wilk
· 13 years ago
13f0675
[CPUFREQ] Remove cpufreq_stats sysfs entries on module unload.
by Dave Jones
· 13 years ago
469057d
[CPUFREQ] cpufreq_stats.c: Fixed brace coding style issue
by Karthigan Srinivasan
· 14 years ago
98586ed
[CPUFREQ] Fix memory leak in cpufreq_stat
by steven finney
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0a829c5
[CPUFREQ] checkpatch cleanups for cpufreq_stats
by Dave Jones
· 16 years ago
7a6aedf
[CPUFREQ] change cpu freq arrays to per_cpu variables
by Mike Travis
· 17 years ago
6501faf
[CPUFREQ] state info wrong after resume
by Shaohua Li
· 17 years ago
25aca34
[CPUFREQ] fix show_trans_table
by Cesar Eduardo Barros
· 17 years ago
f6ebef3
[CPUFREQ] fix section mismatch warnings
by Sam Ravnborg
· 17 years ago
a332347
drivers/cpufreq/cpufreq_stats.c section fix
by Adrian Bunk
· 17 years ago
55395ae
[CPUFREQ] cpufreq_stats: misc cpuinit section annotations
by Satyam Sharma
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
c120069
[CPUFREQ] Remove hotplug cpu crap
by Dave Jones
· 18 years ago
8edc59d9
[CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change notification
by Venkatesh Pallipadi
· 18 years ago
e08f5f5
[CPUFREQ] Fix coding style issues in cpufreq.
by Gautham R Shenoy
· 18 years ago
ddad65d
[CPUFREQ] Fix some more CPU hotplug locking.
by Dave Jones
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
65edc68
[PATCH] cpu hotplug: make [un]register_cpu_notifier init time only
by Chandra Seetharaman
· 18 years ago
511e9ee
[CPUFREQ] CodingStyle nits in cpufreq_stats.c
by Dave Jones
· 18 years ago
bb1a813
[PATCH] cpufreq: fix section mismatch warnings
by Sam Ravnborg
· 19 years ago
32ee8c3
[CPUFREQ] Lots of whitespace & CodingStyle cleanup.
by Dave Jones
· 19 years ago
dad2ad8
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 19 years ago
b7fb358
[CPUFREQ] Fix up compile of cpufreq_stats
by Dave Jones
· 19 years ago
c32b6b8
[PATCH] create and destroy cpufreq sysfs entries based on cpu notifiers
by Ashok Raj
· 19 years ago
bc7b26f
[CPUFREQ] Check return value of cpufreq_cpu_get in cpufreq_stats
by Dave Jones
· 19 years ago
e98df50
[CPUFREQ] kzalloc conversions for cpufreq core.
by Dave Jones
· 19 years ago
58f1df2
[PATCH] cpufreq-stats driver updates
by Venkatesh Pallipadi
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago