summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2016-03-23cpufreq: interactive: Avoid down_read_trylock if down_write() is heldJunjie Wu
2016-03-23cpufreq: interactive: Report CPU loads through govinfo notifierRohit Gupta
2016-03-23cpufreq: interactive: Do not align sample windows by defaultJunjie Wu
2016-03-23cpufreq: interactive: Re-evaluate immediately in load change callbackJunjie Wu
2016-03-23cpufreq: interactive: Make window alignment optionalJunjie Wu
2016-03-23cpufreq: interactive: Add max_freq_hysteresis featureJunjie Wu
2016-03-23cpufreq: interactive: Add support for using scheduler inputsJunjie Wu
2016-03-23cpufreq: interactive: Use del_timer/add_timer_on to rearm timersJunjie Wu
2016-03-23cpufreq: interactive: Cache tunables when they are createdJunjie Wu
2016-03-23cpufreq: interactive: Align timer windows for all CPUsJunjie Wu
2016-03-23cpufreq: interactive: Move cached_tunables into cpuinfoJunjie Wu
2016-03-23cpufreq: interactive: Fix freeing of cached tunabled during module_exit()Saravana Kannan
2016-03-23cpufreq: interactive: Permanently cache tunable valuesJunjie Wu
2016-03-23cpufreq: interactive: Remove cpufreq_get/put_global_kobject()Junjie Wu
2016-03-23cpufreq: Use pr_info() for driver registration and unregistrationJunjie Wu
2016-03-23cpufreq: Improve governor related CPUFreq error messagesJunjie Wu
2016-03-23cpufreq: qcom-cpufreq: Check return of cpufreq_frequency_get_tableJunjie Wu
2016-03-23cpufreq: Check current frequency in device driverJunjie Wu
2016-03-23cpufreq: Add a notifer chain that governors can use to report informationRohit Gupta
2016-03-23qcom-cpufreq: Use devm_kfree() to match devm_kzalloc()Junjie Wu
2016-03-23qcom-cpufreq: Fill in policy->freq_tableJunjie Wu
2016-03-23qcom-cpufreq: Use new cpufreq_freq_transition_begin/end() APIJunjie Wu
2016-03-23qcom-cpufreq: Rename cpufreq_suspend to suspend_dataJunjie Wu
2016-03-23qcom-cpufreq: Remove save/restore of scheduling policyJunjie Wu
2016-03-23qcom-cpufreq: Restore CPU frequency during resumeJunjie Wu
2016-03-23qcom-cpufreq: Remove per-cpu workqueueJunjie Wu
2016-03-23arm: msm: Remove MSM_CPU_FREQ_SET_MIN_MAX related configJunjie Wu
2016-03-23cpufreq: Add snapshot of qcom-cpufreq driverStephen Boyd
2016-03-23cpufreq: cpu-boost: Move CPU_BOOST Kconfig to correct sectionJunjie Wu
2016-03-23cpufreq: cpu-boost: Force most/all tasks to big cluster on input eventRohit Gupta
2016-03-23sched: window-stats: Enhance cpu busy time accountingSrivatsa Vaddagiri
2016-03-23sched: Introduce CONFIG_SCHED_FREQ_INPUTSrivatsa Vaddagiri
2016-03-23cpufreq: cpu-boost: Use one work to remove input boost for all CPUsRohit Gupta
2016-03-23cpufreq: cpu-boost: Support separate input_boost_freq for different CPUsJunjie Wu
2016-03-23cpufreq: cpu-boost: Make the code 64 bit compatibleRohit Gupta
2016-03-23cpufreq: cpu-boost: Use interruptible wait to not affect load averageSwetha Chikkaboraiah
2016-03-23cpufreq: cpu-boost: Consider only task load to decide on sync frequencyGirish S Ghongdemath
2016-03-23cpufreq: cpu-boost: Handle wakeup hints received for foreground tasksRohit Gupta
2016-03-23cpufreq: cpu-boost: Introduce scheduler assisted load based syncsRohit Gupta
2016-03-23cpufreq: cpu-boost: Re-issue boosts above minimum frequencyPatrick Cain
2016-03-23cpufreq: cpu-boost: Don't register for cpufreq notifiers too earlySaravana Kannan
2016-03-23cpufreq: cpu-boost: Fix deadlock in wake_up of sync threadsSaravana Kannan
2016-03-23cpufreq: cpu-boost: Fix queue_delayed_work_on() race with hotplugSaravana Kannan
2016-03-23cpufreq: cpu-boost: Resolve deadlock when waking up sync threadSrivatsa Vaddagiri
2016-03-23cpufreq: Add Input Boost feature to the cpu-boost driverRohit Gupta
2016-03-23cpufreq: Add a sync limit to cpu-boostRohit Gupta
2016-03-23cpufreq: cpu-boost: Add cpu-boost driverSaravana Kannan
2016-03-03cpufreq: Fix NULL reference crash while accessing policy->governor_dataViresh Kumar
2016-03-03cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototypeArnd Bergmann
2016-02-16android: skip building drivers as modulesAmit Pundir