Age | Commit message (Expand) | Author | Files | Lines |
2016-03-21 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+0 |
2016-03-21 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 1 | -1/+1 |
2016-03-14 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 15 | -1676/+1344 |
2016-03-11 | intel_pstate: Do not skip samples partially | Rafael J. Wysocki | 1 | -5/+7 |
2016-03-11 | intel_pstate: Remove freq calculation from intel_pstate_calc_busy() | Philippe Longepe | 1 | -8/+8 |
2016-03-11 | intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_perfor... | Philippe Longepe | 1 | -3/+2 |
2016-03-11 | intel_pstate: Optimize calculation for max/min_perf_adj | Philippe Longepe | 1 | -2/+2 |
2016-03-11 | intel_pstate: Remove extra conversions in pid calculation | Philippe Longepe | 1 | -4/+4 |
2016-03-10 | Merge branch 'pm-cpufreq-governor' into pm-cpufreq | Rafael J. Wysocki | 9 | -1142/+903 |
2016-03-10 | cpufreq: Move scheduler-related code to the sched directory | Rafael J. Wysocki | 2 | -53/+1 |
2016-03-09 | Revert "cpufreq: postfix policy directory with the first CPU in related_cpus" | Viresh Kumar | 1 | -11/+10 |
2016-03-09 | cpufreq: Reduce cpufreq_update_util() overhead a bit | Rafael J. Wysocki | 3 | -11/+20 |
2016-03-09 | cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is set | Rafael J. Wysocki | 1 | -1/+1 |
2016-03-09 | cpufreq: Remove 'policy->governor_enabled' | Viresh Kumar | 1 | -17/+0 |
2016-03-09 | cpufreq: Rename __cpufreq_governor() to cpufreq_governor() | Viresh Kumar | 1 | -23/+21 |
2016-03-09 | cpufreq: Relocate handle_update() to kill its declaration | Viresh Kumar | 1 | -10/+9 |
2016-03-09 | cpufreq: governor: Drop unnecessary checks from show() and store() | Viresh Kumar | 1 | -7/+3 |
2016-03-09 | cpufreq: governor: Fix race in dbs_update_util_handler() | Rafael J. Wysocki | 1 | -5/+16 |
2016-03-09 | cpufreq: governor: Make gov_set_update_util() static | Rafael J. Wysocki | 1 | -3/+2 |
2016-03-09 | cpufreq: governor: Narrow down the dbs_data_mutex coverage | Rafael J. Wysocki | 1 | -23/+23 |
2016-03-09 | cpufreq: governor: Make dbs_data_mutex static | Rafael J. Wysocki | 2 | -3/+1 |
2016-03-09 | cpufreq: governor: Relocate definitions of tuners structures | Rafael J. Wysocki | 3 | -10/+9 |
2016-03-09 | cpufreq: governor: Move per-CPU data to the common code | Rafael J. Wysocki | 4 | -59/+25 |
2016-03-09 | cpufreq: governor: Make governor private data per-policy | Rafael J. Wysocki | 6 | -28/+87 |
2016-03-09 | cpufreq: ondemand: Rework the handling of powersave bias updates | Rafael J. Wysocki | 1 | -17/+13 |
2016-03-09 | cpufreq: governor: Fix CPU load information updates via ->store | Rafael J. Wysocki | 4 | -28/+40 |
2016-03-09 | cpufreq: ondemand: Drop one more callback from struct od_ops | Rafael J. Wysocki | 2 | -3/+1 |
2016-03-09 | cpufreq: governor: Drop unused governor callback and data fields | Rafael J. Wysocki | 3 | -19/+1 |
2016-03-09 | cpufreq: governor: Add a ->start callback for governors | Rafael J. Wysocki | 4 | -14/+22 |
2016-03-09 | cpufreq: governor: Move io_is_busy to struct dbs_data | Rafael J. Wysocki | 3 | -26/+15 |
2016-03-09 | cpufreq: governor: Close dbs_data update race condition | Rafael J. Wysocki | 1 | -1/+1 |
2016-03-09 | cpufreq: ondemand: Drop unused callback from struct od_ops | Rafael J. Wysocki | 2 | -2/+0 |
2016-03-09 | cpufreq: ondemand: Simplify od_update() slightly | Rafael J. Wysocki | 1 | -8/+5 |
2016-03-09 | cpufreq: governor: Use microseconds in sample delay computations | Rafael J. Wysocki | 4 | -32/+17 |
2016-03-09 | cpufreq: ondemand: Simplify conditionals in od_dbs_timer() | Rafael J. Wysocki | 1 | -13/+11 |
2016-03-09 | cpufreq: governor: Move rate_mult to struct policy_dbs | Rafael J. Wysocki | 3 | -25/+26 |
2016-03-09 | cpufreq: governor: Reset sample delay in store_sampling_rate() | Rafael J. Wysocki | 1 | -12/+4 |
2016-03-09 | cpufreq: governor: Get rid of the ->gov_check_cpu callback | Rafael J. Wysocki | 4 | -32/+27 |
2016-03-09 | cpufreq: governor: Clean up load-related computations | Rafael J. Wysocki | 1 | -14/+10 |
2016-03-09 | cpufreq: governor: Fix nice contribution computation in dbs_check_cpu() | Rafael J. Wysocki | 1 | -15/+3 |
2016-03-09 | cpufreq: governor: Avoid atomic operations in hot paths | Rafael J. Wysocki | 2 | -16/+38 |
2016-03-09 | cpufreq: governor: Simplify gov_cancel_work() slightly | Rafael J. Wysocki | 1 | -8/+0 |
2016-03-09 | cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARM | Rafael J. Wysocki | 1 | -10/+1 |
2016-03-09 | cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay | Viresh Kumar | 1 | -5/+4 |
2016-03-09 | cpufreq: conservative: Update sample_delay_ns immediately | Viresh Kumar | 4 | -83/+65 |
2016-03-09 | cpufreq: governor: No need to manage state machine now | Viresh Kumar | 1 | -22/+5 |
2016-03-09 | cpufreq: Remove cpufreq_governor_lock | Viresh Kumar | 2 | -9/+0 |
2016-03-09 | cpufreq: Call __cpufreq_governor() with policy->rwsem held | Viresh Kumar | 1 | -16/+33 |
2016-03-09 | cpufreq: Merge cpufreq_offline_prepare/finish routines | Viresh Kumar | 1 | -26/+10 |
2016-03-09 | cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock | Viresh Kumar | 3 | -64/+54 |