index
:
~tagr/linux
drm/panel/for-next
drm/tegra/fixes
drm/tegra/for-next
master
staging/base
staging/clk
staging/drm/fixes
staging/drm/nouveau
staging/drm/panel
staging/drm/tegra
staging/fixes
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/powergate
staging/pwm
staging/tegra
staging/work
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-25
cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...
Viresh Kumar
1
-0
/
+3
2013-09-20
cpufreq: return EEXIST instead of EBUSY for second registering
Yinghai Lu
1
-1
/
+1
2013-09-18
cpufreq: unlock correct rwsem while updating policy->cpu
Viresh Kumar
1
-2
/
+11
2013-09-18
cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()
Viresh Kumar
1
-8
/
+8
2013-09-11
cpufreq: Acquire the lock in cpufreq_policy_restore() for reading
Lan Tianyu
1
-2
/
+2
2013-09-11
cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpu
Srivatsa S. Bhat
1
-0
/
+3
2013-09-11
cpufreq: Restructure if/else block to avoid unintended behavior
Srivatsa S. Bhat
1
-2
/
+3
2013-09-11
cpufreq: Fix crash in cpufreq-stats during suspend/resume
Srivatsa S. Bhat
1
-13
/
+24
2013-09-10
Revert "cpufreq: make sure frequency transitions are serialized"
Rafael J. Wysocki
1
-15
/
+0
2013-09-10
cpufreq: Use signed type for 'ret' variable, to store negative error values
Srivatsa S. Bhat
1
-2
/
+2
2013-09-10
cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writes
Srivatsa S. Bhat
1
-6
/
+1
2013-09-10
cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplug
Srivatsa S. Bhat
1
-2
/
+9
2013-09-10
cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lock
Srivatsa S. Bhat
1
-0
/
+3
2013-09-10
cpufreq: Split __cpufreq_remove_dev() into two parts
Srivatsa S. Bhat
1
-12
/
+53
2013-09-10
cpufreq: serialize calls to __cpufreq_governor()
Viresh Kumar
1
-1
/
+6
2013-09-10
cpufreq: don't allow governor limits to be changed when it is disabled
Viresh Kumar
1
-2
/
+3
2013-08-21
cpufreq: fix bad unlock balance on !CONFIG_SMP
Li Zhong
1
-1
/
+1
2013-08-20
cpufreq: Use cpufreq_policy_list for iterating over policies
Viresh Kumar
1
-5
/
+4
2013-08-20
cpufreq: remove cpufreq_policy_cpu per-cpu variable
Viresh Kumar
1
-35
/
+10
2013-08-20
cpufreq: remove unnecessary check in __cpufreq_governor()
Viresh Kumar
1
-2
/
+0
2013-08-20
cpufreq: remove policy from cpufreq_policy_list during suspend
Viresh Kumar
1
-10
/
+9
2013-08-20
cpufreq: Fix white space in __cpufreq_remove_dev()
Viresh Kumar
1
-1
/
+1
2013-08-18
Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"
Rafael J. Wysocki
1
-4
/
+5
2013-08-10
cpufreq: improve error checking on return values of __cpufreq_governor()
Viresh Kumar
1
-12
/
+36
2013-08-10
cpufreq: Use rwsem for protecting critical sections
Viresh Kumar
1
-78
/
+57
2013-08-10
cpufreq: Fix broken usage of governor->owner's refcount
Viresh Kumar
1
-7
/
+7
2013-08-10
cpufreq: Use cpufreq_policy_list for iterating over policies
Viresh Kumar
1
-5
/
+5
2013-08-10
cpufreq: Store cpufreq policies in a list
Lukasz Majewski
1
-0
/
+12
2013-08-07
cpufreq: Use sizeof(*ptr) convetion for computing sizes
Viresh Kumar
1
-5
/
+4
2013-08-07
cpufreq: Give consistent names to cpufreq_policy objects
Viresh Kumar
1
-100
/
+100
2013-08-07
cpufreq: Clean up header files included in the core
Viresh Kumar
1
-13
/
+6
2013-08-07
Merge branch 'pm-cpufreq-ondemand' into pm-cpufreq
Rafael J. Wysocki
1
-12
/
+0
2013-08-07
cpufreq: Pass policy to cpufreq_add_policy_cpu()
Viresh Kumar
1
-12
/
+6
2013-08-07
cpufreq: Avoid double kobject_put() for the same kobject in error code path
Rafael J. Wysocki
1
-3
/
+0
2013-08-07
cpufreq: Do not hold driver module references for additional policy CPUs
Rafael J. Wysocki
1
-21
/
+7
2013-08-07
cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()
Viresh Kumar
1
-8
/
+6
2013-08-07
cpufreq: Remove extra variables from cpufreq_add_dev_symlink()
Viresh Kumar
1
-4
/
+3
2013-08-07
cpufreq: Perform light-weight init/teardown during suspend/resume
Srivatsa S. Bhat
1
-7
/
+11
2013-08-07
cpufreq: Preserve policy structure across suspend/resume
Srivatsa S. Bhat
1
-16
/
+53
2013-08-07
cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardown
Srivatsa S. Bhat
1
-27
/
+49
2013-08-07
cpufreq: Extract the handover of policy cpu to a helper function
Srivatsa S. Bhat
1
-24
/
+39
2013-08-07
cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interface
Srivatsa S. Bhat
1
-17
/
+26
2013-08-07
cpufreq: Add helper to perform alloc/free of policy structure
Srivatsa S. Bhat
1
-15
/
+34
2013-08-07
cpufreq: Fix misplaced call to cpufreq_update_policy()
Srivatsa S. Bhat
1
-0
/
+1
2013-07-30
cpufreq: Fix cpufreq driver module refcount balance after suspend/resume
Rafael J. Wysocki
1
-9
/
+10
2013-07-26
cpufreq: Remove unused function __cpufreq_driver_getavg()
Stratos Karafotis
1
-12
/
+0
2013-07-19
Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+3
2013-07-14
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
-1
/
+3
2013-07-04
cpufreq: Fix serialization of frequency transitions
Viresh Kumar
1
-3
/
+4
[next]