Dave Gerlach d98ccfc394 cpufreq: ti-cpufreq: Only register platform_device when supported 6 years ago
..
Kconfig 3d70671667 cpufreq: remove at32ap-cpufreq 7 years ago
Kconfig.arm f174e49e49 cpufreq: remove unused arm_big_little_dt driver 6 years ago
Kconfig.powerpc 2f249358ee cpufreq: qoriq: rename the driver 10 years ago
Kconfig.x86 de966cf4a4 sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIO 8 years ago
Makefile f174e49e49 cpufreq: remove unused arm_big_little_dt driver 6 years ago
acpi-cpufreq.c cc9690cfc7 cpufreq: Add Hygon Dhyana support 6 years ago
amd_freq_sensitivity.c cc9690cfc7 cpufreq: Add Hygon Dhyana support 6 years ago
arm_big_little.c 6396bb2215 treewide: kzalloc() -> kcalloc() 7 years ago
arm_big_little.h cd6ce860eb cpufreq: arm_big_little: make function arguments and structure pointer const 7 years ago
armada-37xx-cpufreq.c 1c3528232f cpufreq: armada-37xx: Add AVS support 7 years ago
bmips-cpufreq.c 6da2ec5605 treewide: kmalloc() -> kmalloc_array() 7 years ago
brcmstb-avs-cpufreq.c a86854d0c5 treewide: devm_kzalloc() -> devm_kcalloc() 7 years ago
cppc_cpufreq.c 8ff3c22688 cpufreq / CPPC: Mark acpi_ids as used 6 years ago
cpufreq-dt-platdev.c 9d21d33cab cpufreq: dt-platdev: allow RK3399 to have separate tunables per cluster 6 years ago
cpufreq-dt.c 51c99dd2c0 cpufreq: dt: Try freeing static OPPs only if we have added them 6 years ago
cpufreq-dt.h 6778270115 cpufreq: dt: Allow platform specific suspend/resume callbacks 7 years ago
cpufreq-nforce2.c fe829ed8ef cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag 8 years ago
cpufreq.c 0e7ea2f3b0 cpufreq: remove unnecessary unlikely() 7 years ago
cpufreq_conservative.c da5e79bc70 cpufreq: conservative: Take limits changes into account properly 6 years ago
cpufreq_governor.c 2a3eb51e30 cpufreq: governor: Avoid accessing invalid governor_data 7 years ago
cpufreq_governor.h ed4676e254 cpufreq: Replace "max_transition_latency" with "dynamic_switching" 8 years ago
cpufreq_governor_attr_set.c 2d0c58ad60 cpufreq: governor: Move abstract gov_attr_set code to seperate file 9 years ago
cpufreq_ondemand.c 2d04503632 cpufreq: governor: Drop min_sampling_rate 8 years ago
cpufreq_ondemand.h 34ac5d7a1d cpufreq: ondemand: Don't keep a copy of freq_table pointer 9 years ago
cpufreq_performance.c e788892ba3 cpufreq: governor: Get rid of governor events 9 years ago
cpufreq_powersave.c e788892ba3 cpufreq: governor: Get rid of governor events 9 years ago
cpufreq_stats.c d476ec4f7f cpufreq: stats: Change return type of cpufreq_stats_update() as void 7 years ago
cpufreq_userspace.c e788892ba3 cpufreq: governor: Get rid of governor events 9 years ago
davinci-cpufreq.c b40881738f ARM: davinci: da850: fix da850_set_pll0rate() 8 years ago
e_powersaver.c 0d10539445 cpufreq: e_powersaver: Don't validate the frequency table twice 7 years ago
elanfreq.c c3e3cc8aa3 cpufreq: elanfreq: Don't validate the frequency table twice 7 years ago
freq_table.c 2dd0df8472 cpufreq: Drop cpufreq_table_validate_and_show() 7 years ago
gx-suspmod.c fe829ed8ef cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag 8 years ago
highbank-cpufreq.c 43d451f163 Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/working/fujitsu/integration 10 years ago
ia64-acpi-cpufreq.c 6396bb2215 treewide: kzalloc() -> kcalloc() 7 years ago
imx6q-cpufreq.c 6ef28a04d1 cpufreq: imx6q: add return value check for voltage scale 6 years ago
intel_pstate.c 5906056e52 cpufreq: intel_pstate: Fix compilation for !CONFIG_ACPI 6 years ago
kirkwood-cpufreq.c 7575f82572 cpufreq: kirkwood-cpufreq:- Handle return value of clk_prepare_enable() 8 years ago
longhaul.c 6396bb2215 treewide: kzalloc() -> kcalloc() 7 years ago
longhaul.h 2760984f65 cpufreq: delete __cpuinit usage from all cpufreq files 12 years ago
longrun.c b8b78825a2 cpufreq: Don't set transition_latency for setpolicy drivers 8 years ago
loongson1-cpufreq.c 65b2849a02 CPUFREQ: Loongson1: Replace goto out with return in ls1x_cpufreq_probe() 9 years ago
loongson2_cpufreq.c a804d51004 cpufreq: Loongson2: constify platform_device_id 8 years ago
maple-cpufreq.c 1c5864e26c cpufreq: Use consistent prefixing via pr_fmt 9 years ago
mediatek-cpufreq.c b563afbaa8 cpufreq: mediatek: Don't validate the frequency table twice 7 years ago
mvebu-cpufreq.c 883071c4bd cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove() 6 years ago
omap-cpufreq.c 8a31d9d942 PM / OPP: Update OPP users to put reference 8 years ago
p4-clockmod.c b01b531f67 cpufreq: p4-clockmod: Don't validate the frequency table twice 7 years ago
pasemi-cpufreq.c ffd81dcfef cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx() 7 years ago
pcc-cpufreq.c 6e926363fc Merge back cpufreq material for 4.19. 7 years ago
pmac32-cpufreq.c fe829ed8ef cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag 8 years ago
pmac64-cpufreq.c cc5a7a7494 cpufreq: Convert to using %pOF instead of full_name 8 years ago
powernow-k6.c e2376d1fa0 cpufreq: powernow: Don't validate the frequency table twice 7 years ago
powernow-k7.c e2376d1fa0 cpufreq: powernow: Don't validate the frequency table twice 7 years ago
powernow-k7.h bb0a56ecc4 [CPUFREQ] Move x86 drivers to drivers/cpufreq/ 14 years ago
powernow-k8.c e2376d1fa0 cpufreq: powernow: Don't validate the frequency table twice 7 years ago
powernow-k8.h e54173b4ed cpufreq: powernow-k8: Suppress checkpatch warnings 11 years ago
powernv-cpufreq.c dcb14337e0 cpufreq: powernv: Remove global pstate ramp-down timer in POWER9 7 years ago
ppc_cbe_cpufreq.c 20dfdb9c80 cpufreq: ppc_cbe: Don't validate the frequency table twice 7 years ago
ppc_cbe_cpufreq.h b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
ppc_cbe_cpufreq_pervasive.c 6eb1c37742 cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq 12 years ago
ppc_cbe_cpufreq_pmi.c 052f573f5c cpufreq: Remove CPUFREQ_START notifier event 8 years ago
pxa2xx-cpufreq.c 8ed5a219d0 cpufreq: pxa: Don't validate the frequency table twice 7 years ago
pxa3xx-cpufreq.c 6396bb2215 treewide: kzalloc() -> kcalloc() 7 years ago
qcom-cpufreq-kryo.c d51aea13dd cpufreq: qcom-kryo: Fix section annotations 6 years ago
qoriq-cpufreq.c 5ab508bebf cpufreq: qoirq: Don't validate the frequency table twice 7 years ago
s3c2410-cpufreq.c 56e9e367ee cpufreq: s3c24xx: Remove some dead code 11 years ago
s3c2412-cpufreq.c 1c5864e26c cpufreq: Use consistent prefixing via pr_fmt 9 years ago
s3c2416-cpufreq.c a69261e447 cpufreq: s3c2416: double free on driver init error path 8 years ago
s3c2440-cpufreq.c 130fccd09f cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors" 7 years ago
s3c24xx-cpufreq-debugfs.c 1c5864e26c cpufreq: Use consistent prefixing via pr_fmt 9 years ago
s3c24xx-cpufreq.c 6396bb2215 treewide: kzalloc() -> kcalloc() 7 years ago
s3c64xx-cpufreq.c adec57c61c cpufreq: s3c64xx: remove incorrect __init annotation 8 years ago
s5pv210-cpufreq.c 51b177637b cpufreq: Convert to using %pOFn instead of device_node.name 7 years ago
sa1100-cpufreq.c fe829ed8ef cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag 8 years ago
sa1110-cpufreq.c fe829ed8ef cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag 8 years ago
sc520_freq.c f35750c885 cpufreq: sc520: Don't validate the frequency table twice 7 years ago
scmi-cpufreq.c 7859e08c1b firmware: arm_scmi: rename get_transition_latency and add_opps_to_device 7 years ago
scpi-cpufreq.c 472ada6021 cpufreq: scpi: Don't validate the frequency table twice 7 years ago
sfi-cpufreq.c 6396bb2215 treewide: kzalloc() -> kcalloc() 7 years ago
sh-cpufreq.c ec8d2cc62c cpufreq: sh: Don't validate the frequency table twice 7 years ago
sparc-us2e-cpufreq.c 31f4b7a86b cpufreq: sparc: Don't validate the frequency table twice 7 years ago
sparc-us3-cpufreq.c 31f4b7a86b cpufreq: sparc: Don't validate the frequency table twice 7 years ago
spear-cpufreq.c 6396bb2215 treewide: kzalloc() -> kcalloc() 7 years ago
speedstep-centrino.c 2d28b03686 cpufreq: speedstep: Don't validate the frequency table twice 7 years ago
speedstep-ich.c 2d28b03686 cpufreq: speedstep: Don't validate the frequency table twice 7 years ago
speedstep-lib.c df21443ff6 cpufreq: speedstep: fix speedstep_detect_processor()'s return type 7 years ago
speedstep-lib.h bb0a56ecc4 [CPUFREQ] Move x86 drivers to drivers/cpufreq/ 14 years ago
speedstep-smi.c 2d28b03686 cpufreq: speedstep: Don't validate the frequency table twice 7 years ago
sti-cpufreq.c cc5a7a7494 cpufreq: Convert to using %pOF instead of full_name 8 years ago
tango-cpufreq.c 9dbd224f9e cpufreq: dt: Don't use generic platdev driver for tango 8 years ago
tegra124-cpufreq.c f3f24dea2c cpufreq: tegra124: No need of setting platform-data 9 years ago
tegra186-cpufreq.c a3ade38d5a cpufreq: tegra186: don't pass GFP_DMA32 to dma_alloc_coherent() 6 years ago
tegra20-cpufreq.c dc628cdf5c cpufreq: tegra20: Wrap cpufreq into platform driver 7 years ago
ti-cpufreq.c d98ccfc394 cpufreq: ti-cpufreq: Only register platform_device when supported 6 years ago
unicore2-cpufreq.c fe829ed8ef cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag 8 years ago
vexpress-spc-cpufreq.c 0011c6da99 cpufreq: arm_big_little: make cpufreq_arm_bL_ops structures const 7 years ago