summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.kasan (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-18intel_pstate: Simplify conditional in intel_pstate_set_policy()Rafael J. Wysocki1-6/+5
2016-05-11intel_pstate: Clean up get_target_pstate_use_performance()Rafael J. Wysocki1-16/+11
2016-05-11intel_pstate: Use sample.core_avg_perf in get_avg_pstate()Rafael J. Wysocki1-2/+2
2016-05-11intel_pstate: Clarify average performance computationRafael J. Wysocki1-16/+24
2016-05-11intel_pstate: Avoid unnecessary synchronize_sched() during initializationChen Yu1-0/+9
2016-05-11cpufreq: schedutil: Make default depend on CONFIG_SMPArnd Bergmann1-0/+1
2016-05-11cpufreq: powernv: del_timer_sync when global and local pstate are equalAkshay Adiga1-0/+2
2016-05-11cpufreq: powernv: Move smp_call_function_any() out of irq safe blockAkshay Adiga1-4/+5
2016-05-09intel_pstate: Clean up intel_pstate_get()Rafael J. Wysocki1-7/+2
2016-05-06cpufreq: schedutil: Make it depend on CONFIG_SMPRafael J. Wysocki1-1/+1
2016-05-06cpufreq: governor: Fix handling of special cases in dbs_update()Rafael J. Wysocki1-36/+51
2016-05-05cpufreq: intel_pstate: Ignore _PPC processing under HWPSrinivas Pandruvada1-0/+3
2016-05-05cpufreq: arm_big_little: use generic OPP functions for {init, free}_opp_tableSudeep Holla5-74/+56
2016-05-05PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_tableSudeep Holla3-30/+98
2016-05-05cpufreq: tango: Use generic platdev driverMarc Gonzalez1-0/+2
2016-05-05PM / OPP: pass cpumask by referenceArnd Bergmann2-15/+15
2016-05-05cpufreq: Fix GOV_LIMITS handling for the userspace governorSai Gurrappadi1-5/+38
2016-05-04intel_pstate: Fix intel_pstate_get()Rafael J. Wysocki1-6/+8
2016-05-02cpufreq: intel_pstate: Fix HWP on boot CPU after system resumeRafael J. Wysocki2-13/+25
2016-04-28cpufreq: st: enable selective initialization based on the platformSudeep Holla1-0/+4
2016-04-28cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/Viresh Kumar4-85/+109
2016-04-28cpufreq: dt: Kill platform-dataViresh Kumar2-29/+1
2016-04-28mvebu: Use dev_pm_opp_set_sharing_cpus() to mark OPP tables as sharedViresh Kumar1-7/+7
2016-04-28cpufreq: dt: Identify cpu-sharing for platforms without operating-points-v2Viresh Kumar1-7/+9
2016-04-28PM / OPP: Add dev_pm_opp_get_sharing_cpus()Viresh Kumar2-0/+51
2016-04-28PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()Viresh Kumar2-3/+4
2016-04-28PM / OPP: -ENOSYS is applicable only to syscallsViresh Kumar1-13/+13
2016-04-28cpufreq: governor: Change confusing struct field and variable namesRafael J. Wysocki2-12/+12
2016-04-28cpufreq: intel_pstate: Enable PPC enforcement for serversSrinivas Pandruvada2-2/+15
2016-04-28cpufreq: intel_pstate: Adjust policy->maxSrinivas Pandruvada1-0/+11
2016-04-28cpufreq: intel_pstate: Enforce _PPC limitsSrinivas Pandruvada3-2/+137
2016-04-27cpufreq: powernv: Ramp-down global pstate slower than local-pstateAkshay Adiga1-7/+251
2016-04-27cpufreq: powernv: Remove flag use-case of policy->driver_dataShilpasri G Bhat1-6/+5
2016-04-27cpufreq: e_powersaver: Use IS_ENABLED() instead of checking for built-in or m...Javier Martinez Canillas2-8/+8
2016-04-25cpufreq: intel_pstate: Fix processing for turbo activation ratioSrinivas Pandruvada1-0/+5
2016-04-25cpufreq: governor: Fix prev_load initialization in cpufreq_governor_start()Rafael J. Wysocki1-4/+4
2016-04-25cpufreq: hisilicon: Use generic platdev driverViresh Kumar4-52/+2
2016-04-25cpufreq: zynq: Use generic platdev driverViresh Kumar2-2/+2
2016-04-25cpufreq: sunxi: Use generic platdev driverViresh Kumar2-9/+12
2016-04-25cpufreq: shmobile: Use generic platdev driverViresh Kumar4-27/+12
2016-04-25cpufreq: rockchip: Use generic platdev driverFinley Xiao2-1/+11
2016-04-25cpufreq: omap: Use generic platdev driverViresh Kumar2-5/+7
2016-04-25cpufreq: imx: Use generic platdev driverViresh Kumar5-21/+5
2016-04-25cpufreq: berlin: Use generic platdev driverViresh Kumar2-6/+2
2016-04-25cpufreq: dt: Mark platdev machines array as __initconstViresh Kumar1-1/+1
2016-04-25PM / OPP: Mark shared-opp for non-dt caseViresh Kumar1-0/+3
2016-04-25PM / OPP: Relocate dev_pm_opp_set_sharing_cpus()Viresh Kumar1-56/+56
2016-04-25PM / OPP: dev_pm_opp_set_sharing_cpus() doesn't depend on CONFIG_OFViresh Kumar1-6/+6
2016-04-25PM / OPP: Add missing doc style commentsViresh Kumar1-1/+58
2016-04-25PM / OPP: Propagate the error returned by _find_opp_table()Viresh Kumar1-1/+1