aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2015-06-16Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman
2015-06-08cpufreq: Iterate over all the possible cpus to create powerstats.Ruchi Kandoi
2015-06-08sched: cpufreq: Adds a field cpu_power in the task_structRuchi Kandoi
2015-06-02cpufreq_stats: Adds the fucntionality to load current values for each frequencyRuchi Kandoi
2015-05-19cpufreq: interactive: Rearm governor timer at max freqRohit Gupta
2015-05-19cpufreq: interactive: Implement cluster-based min_sample_timeJunjie Wu
2015-05-19cpufreq: interactive: Exercise hispeed settings at a policy levelSaravana Kannan
2015-05-19cpufreq: interactive: Round up timer_rate to match jiffyJunjie Wu
2015-05-19cpufreq: interactive: Don't set floor_validate_time during boostJunjie Wu
2015-05-12Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman
2015-04-24cpufreq: Schedule work for the first-online CPU on resumeViresh Kumar
2015-04-20subsystem: CPU FREQUENCY DRIVERS- Set cpu_load calculation on current frequencyrahul.khandelwal
2015-04-13cpufreq: interactive: Put global cpufreq kobject on failureJunjie Wu
2015-03-06cpufreq: s3c: remove last use of resume_clocks callbackArnd Bergmann
2015-03-06cpufreq: s3c: remove incorrect __init annotationsArnd Bergmann
2015-03-06cpufreq: speedstep-smi: enable interrupts when waitingMikulas Patocka
2015-03-06cpufreq: Set cpufreq_cpu_data to NULL before putting kobjectViresh Kumar
2015-02-04Fix compile errors in accordance with changes from 3.14 to 3.18Ruchi Kandoi
2015-02-04cpufreq: stats: hold reference on global cpufreqDaniel Rosenberg
2015-02-04cpufreq: interactive: only boost tunable affected cpusLianwei Wang
2015-02-04cpufreq: interactive: don't skip waking up speedchange_task if target_freq > ...Minsung Kim
2015-02-04cpufreq: Avoid using global variable total_cpusRuchi Kandoi
2015-02-04cpufreq: interactive: make common_tunables staticTodd Poynor
2015-02-04cpufreq: fix sleeping in atomic context when realloc freq_table for all_time_...Minsung Kim
2015-02-04cpufreq: Persist cpufreq time in state data across hotplugRuchi Kandoi
2015-02-04cpufreq: interactive: prevents the frequency to directly raise above theRuchi Kandoi
2015-02-04cpufreq: interactive: remove compilation error from commitRuchi Kandoi
2015-02-04cpufreq: interactive: turn boost_pulse off on boost offRuchi Kandoi
2015-02-04cpufreq: interactive: restructure CPUFREQ_GOV_LIMITSBadhri Jagan Sridharan
2015-02-04cpufreq: interactive: hold reference on global cpufreq kobject if neededGreg Hackmann
2015-02-04cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.cViresh Kumar
2015-02-04cpufreq: interactive: fix NULL pointer dereference at sysfs opsMinsung Kim
2015-02-04cpufreq: interactive: fix compiling warningsChih-Wei Huang
2015-02-04cpufreq: interactive: delete timers for GOV_STARTShridhar Rasal
2015-02-04cpufreq: Interactive: Implement per policy instances of governorViresh Kumar
2015-02-04cpufreq: interactive: Move definition of cpufreq_gov_interactive downwardsViresh Kumar
2015-02-04cpufreq: interactive: Remove unnecessary cpu_online() checkViresh Kumar
2015-02-03cpufreq: interactive: fix show_target_loads and show_above_hispeed_delayMinsung Kim
2015-02-03cpufreq: interactive: resched timer if max freq raisedLianwei Wang
2015-02-03cpufreq: interactive: fix race on cpufreq TRANSITION notifierLianwei Wang
2015-02-03cpufreq: interactive: avoid underflow on active time calculationMinsung Kim
2015-02-03cpufreq: interactive: reduce chance of zero time delta on load evalTodd Poynor
2015-02-03cpufreq: interactive: handle errors from cpufreq_frequency_table_targetTodd Poynor
2015-02-03cpufreq: interactive: fix uninitialized spinlockMinsung Kim
2015-02-03cpufreq: interactive: base above_hispeed_delay on target freq, not currentTodd Poynor
2015-02-03cpufreq: interactive: fix crash on error paths in get_tokenized_dataTodd Poynor
2015-02-03cpufreq: interactive: add io_is_busy interfaceLianwei Wang
2015-02-03cpufreq: interactive: allow arbitrary speed / delay mappingsMinsung Kim
2015-02-03cpufreq: interactive: fix race on governor start/stopLianwei Wang
2015-02-03cpufreq: interactive: fix deadlock on spinlock in timerTodd Poynor