aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2013-03-25cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init()Viresh Kumar1-2/+0
2013-03-25cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()viresh kumar1-4/+8
2013-03-25intel-pstate: Use #defines instead of hard-coded values.Konrad Rzeszutek Wilk1-3/+3
2013-03-25cpufreq / intel_pstate: Fix calculation of current frequencyDirk Brandewie1-1/+1
2013-03-25cpufreq / intel_pstate: Add function to check that all MSRs are validDirk Brandewie1-0/+26
2013-03-06cpufreq / intel_pstate: Do not load on VM that does not report max P state.Dirk Brandewie1-0/+3
2013-03-06cpufreq / intel_pstate: Fix intel_pstate_init() error pathDirk Brandewie1-28/+11
2013-03-04cpufreq: highbank: do not initialize array with a loopEmilio López1-7/+1
2013-03-04cpufreq: Fix a typo in commentNamhyung Kim1-1/+1
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2013-02-23Merge branch 'pm-cpufreq' into fixesRafael J. Wysocki1-1/+1
2013-02-23imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe()Wei Yongjun1-1/+1
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-51/+52
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-9/+56
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+5
2013-02-17Merge branch 'pm-cpufreq'Rafael J. Wysocki2-6/+17
2013-02-15cpufreq / intel_pstate: Add kernel command line option disable intel_pstate.Dirk Brandewie1-0/+16
2013-02-15cpufreq / intel_pstate: Change to disallow module buildDirk Brandewie1-6/+1
2013-02-15Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki4-660/+232
2013-02-15Merge branch 'pm-cpufreq'Rafael J. Wysocki24-415/+2051
2013-02-12Merge tag 'for-arm-soc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-1/+0
2013-02-12drivers/db8500-cpufreq: delete dangling includeLinus Walleij1-1/+0
2013-02-11cpufreq / intel_pstate: Fix 32 bit buildDirk Brandewie1-1/+2
2013-02-09cpufreq: conservative: Fix typos in commentsStratos Karafotis1-2/+2
2013-02-09cpufreq: ondemand: Fix typos in commentsStratos Karafotis1-6/+6
2013-02-09cpufreq: exynos: simplify .init() for setting policy->cpusViresh Kumar1-13/+1
2013-02-09cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCsAndrew Lunn3-0/+266
2013-02-09cpufreq/x86: Add P-state driver for sandy bridge.Dirk Brandewie3-0/+825
2013-02-09cpufreq_stats: do not remove sysfs files if frequency table is not presentDirk Brandewie1-0/+4
2013-02-09cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie1-2/+3
2013-02-09cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...Dirk Brandewie1-1/+1
2013-02-09cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie1-1/+5
2013-02-09cpufreq: Fix locking issuesViresh Kumar1-34/+38
2013-02-09cpufreq: Create a macro for unlock_policy_rwsem{read,write}Viresh Kumar1-15/+9
2013-02-09cpufreq: Remove unused HOTPLUG_CPU codeViresh Kumar1-15/+2
2013-02-09cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar2-15/+23
2013-02-09cpufreq: ondemand: Replace down_differential tuner with adj_up_thresholdStratos Karafotis2-7/+11
2013-02-09cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTRViresh Kumar1-12/+6
2013-02-09cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar4-23/+4
2013-02-09cpufreq: add imx6q-cpufreq driverShawn Guo3-0/+346
2013-02-05cpufreq: Don't remove sysfs link for policy->cpuViresh Kumar1-2/+3
2013-02-04Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson5-5/+43
2013-02-04cpufreq: exynos: Fix hang in pm handler due to frequency mismatchJonghwan Choi1-3/+5
2013-02-02cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar3-6/+1
2013-02-02cpufreq: Set all cpus in policy->cpus for single cluster SoCsViresh Kumar3-3/+3
2013-02-02cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar2-8/+20
2013-02-02cpufreq: governors: Remove code redundancy between governorsViresh Kumar4-97/+53
2013-02-02cpufreq: governors: Get rid of dbs_data->enable fieldViresh Kumar2-39/+20
2013-02-02cpufreq: governors: fix misuse of cdbs.cpuFabio Baltieri3-5/+7
2013-02-02cpufreq: governors: implement generic policy_is_sharedFabio Baltieri6-13/+4
2013-02-02cpufreq: SPEAr: Notify all policy->cpus of frequency changeViresh Kumar1-2/+5
2013-02-02cpufreq: instantiate cpufreq-cpu0 as a platform_driverShawn Guo3-13/+29
2013-02-02cpufreq: governors: clean timer init and exit codeFabio Baltieri1-30/+13
2013-02-02cpufreq: Simplify cpufreq_add_dev()Viresh Kumar2-101/+58
2013-02-02cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis...Viresh Kumar1-7/+0
2013-02-02cpufreq / highbank: add support for highbank cpufreqMark Langsdorf4-2/+137
2013-02-02powernow-k8: Cleanup init functionBorislav Petkov1-11/+14
2013-02-02powernow-k8: Cleanup module requestBorislav Petkov1-2/+19
2013-02-02cpufreq: Add a get_current_driver helperBorislav Petkov1-0/+14
2013-02-02cpufreq: Make acpi-cpufreq link firstBorislav Petkov1-2/+3
2013-02-02acpi-cpufreq: Do not load on K8Matthew Garrett1-0/+6
2013-02-02cpufreq: handle cpufreq being disabled for all exported function.Dirk Brandewie1-0/+18
2013-02-02cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar3-93/+104
2013-02-02cpufreq: SPEAr: Fix sparse warning for cpufreq driverViresh Kumar1-1/+1
2013-02-02cpufreq: Don't use cpu removed during cpufreq_driver_unregisterViresh Kumar1-1/+7
2013-02-02cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar1-0/+10
2013-02-02cpufreq: Manage only online cpusViresh Kumar1-0/+7
2013-02-02cpufreq: ondemand: use all CPUs in update_sampling_rateFabio Baltieri1-3/+2
2013-02-02cpufreq: conservative: call dbs_check_cpu only when necessaryFabio Baltieri1-6/+41
2013-02-02cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri3-10/+52
2013-02-02cpufreq: handle SW coordinated CPUsRickard Andersson4-8/+43
2013-01-31cpufreq: exynos: Initialize return variableSachin Kamat1-1/+1
2013-01-30Merge tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll...Olof Johansson4-1/+16
2013-01-29Merge tag 'ux500-no-idh' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Olof Johansson1-3/+0
2013-01-29ARM: ux500: de-globalize <mach/id.h>Linus Walleij1-3/+0
2013-01-28Merge branch 'depends/cleanup' into next/driversOlof Johansson4-7/+24
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman4-1/+16
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker1-1/+0
2013-01-25cpufreq: exynos: Fix unsigned variable being checked for negative valueSachin Kamat1-1/+1
2013-01-22cpufreq: Add module aliases for acpi-cpufreqMatthew Garrett1-0/+7
2013-01-22cpufreq: cpufreq-cpu0: use RCU locks around usage of OPPNishanth Menon1-0/+5
2013-01-22cpufreq: OMAP: use RCU locks around usage of OPPNishanth Menon1-0/+3
2013-01-18cpufreq: exynos: Get booting freq value in exynos_cpufreq_initJonghwan Choi1-2/+2
2013-01-18cpufreq: exynos: Show list of available frequenciesInderpal Singh1-0/+13
2013-01-18powernow-k8: Add a kconfig dependency on acpi-cpufreqBorislav Petkov1-1/+1
2013-01-11drivers/cpufreq: remove depends on CONFIG_EXPERIMENTALKees Cook2-5/+5
2013-01-10cpufreq: exynos: cleanup exynos-cpufreq headerKukjin Kim5-5/+43
2013-01-07cpufreq: db8500: set CPUFREQ_CONST_LOOPSFabio Baltieri1-1/+1
2013-01-07cpufreq: dbx500: Update file headerLee Jones1-2/+2
2013-01-07cpufreq: dbx500: Minor code cleanupJonas Aaberg1-10/+12
2013-01-07cpufreq: dbx500: Move clk_get to probeUlf Hansson1-15/+14
2013-01-07cpufreq: Give driver used for dbx500 family a more generic nameLee Jones2-30/+30
2013-01-03cpufreq / governor: Fix problem with cpufreq_ondemand or cpufreq_conservativeLarry Finger2-2/+8
2013-01-03cpufreq / Longhaul: Disable driver by defaultRafał Bilski1-1/+9
2013-01-03cpufreq / stats: fix race between stats allocation and first usageKonstantin Khlebnikov1-4/+7
2012-12-23cpufreq: exynos: Add missing staticJonghwan Choi3-3/+3
2012-12-23cpufreq: exynos: Split exynos_target function into two functionsJonghwan Choi1-65/+86
2012-12-23cpufreq: exynos: Use APLL_FREQ macro for cpu divider valueJonghwan Choi3-561/+120
2012-12-23cpufreq: exynos: Check old & new frequency earlyJonghwan Choi1-2/+5
2012-12-23cpufreq: exynos: Remove unused variable & IS_ERRJonghwan Choi4-30/+4
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-937/+1219
2012-12-11Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-46/+55
2012-11-27cpufreq: ondemand: update sampling rate only on right CPUsFabio Baltieri1-0/+8
2012-11-27cpufreq: SPEAr: Add CPUFreq driverDeepak Sikri3-0/+299
2012-11-24cpufreq: governors: Fix jiffies/cputime mixup (revisited)Rafael J. Wysocki1-2/+2
2012-11-23cpufreq: ondemand: fix wrong delay sampling rateFabio Baltieri1-1/+2
2012-11-22cpufreq: exynos: Use static for functions used in only this fileTushar Behera1-2/+2
2012-11-22cpufreq: exynos: Broadcast frequency change notifications for all coresTomasz Figa1-2/+5
2012-11-21cpufreq: remove use of __devexitBill Pemberton2-2/+2
2012-11-21cpufreq: remove use of __devinitBill Pemberton1-1/+1
2012-11-21cpufreq: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-15cpufreq: Remove unnecessary initialization of a local variableJingoo Han1-2/+2
2012-11-15cpufreq: Make sure target freq is within limitsViresh Kumar1-2/+9
2012-11-15cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...Viresh Kumar1-0/+4
2012-11-15cpufreq: Fix sparse warning by making local function staticViresh Kumar1-1/+1
2012-11-15cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar3-10/+9
2012-11-15cpufreq: governors: remove redundant codeViresh Kumar4-867/+832
2012-11-15cpufreq: return early from __cpufreq_driver_getavg()Viresh Kumar1-2/+4
2012-11-15cpufreq: fix jiffies/cputime mixup in conservative/ondemand governorsAndreas Schwab1-2/+2
2012-11-15cpufreq: Improve debug printsViresh Kumar5-0/+10
2012-11-15cpufreq: Move common part from governors to separate file, v2viresh kumar4-70/+54
2012-11-15cpufreq / core: Fix printing of governor and driver nameviresh kumar1-3/+3
2012-11-15cpufreq / core: Fix typo in comment describing show_bios_limit()viresh kumar1-1/+1
2012-11-09cpufreq: db8500: Use armss clk to update frequencyUlf Hansson1-8/+16
2012-11-09cpufreq: db8500: Fetch cpufreq table from platform dataUlf Hansson1-42/+25
2012-11-09cpufreq: db8500: Register as a platform driverUlf Hansson1-1/+19
2012-10-31cpufreq / powernow-k8: Change maintainer's email addressAndreas Herrmann1-1/+1
2012-10-23Fix memory leak in cpufreq stats.Tu, Xiaobing1-0/+1
2012-10-23cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible codeAndreas Herrmann1-8/+1
2012-10-08cpufreq: OMAP: use get_cpu_device() instead of omap_device APIKevin Hilman1-5/+3
2012-10-08cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includesPaul Walmsley1-18/+1
2012-10-08cpufreq: OMAP: remove unused <plat/omap-pm.h>Kevin Hilman1-1/+0
2012-10-08cpufreq: OMAP: ensure valid clock rate before scalingKevin Hilman1-0/+8
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds11-457/+623
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-2/+2
2012-09-19cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_nameAxel Lin1-2/+2
2012-09-19Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-29/+34
2012-09-19cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo1-29/+34
2012-09-14cpufreq: OMAP: remove loops_per_jiffy recalculate for smpRichard Zhao1-35/+0
2012-09-14sections: fix section conflicts in drivers/cpufreqAndi Kleen1-13/+13
2012-09-14cpufreq: conservative: update frequency when limits are relaxedMichal Pecio1-0/+1
2012-09-14cpufreq / ondemand: update frequency when limits are relaxedMichal Pecio1-0/+1
2012-09-09cpufreq: Add a generic cpufreq-cpu0 driverShawn Guo3-0/+282
2012-09-09cpufreq: Remove support for hardware P-state chips from powernow-k8Matthew Garrett3-397/+29
2012-09-09acpi-cpufreq: Add compatibility for legacy AMD cpb sysfs knobAndre Przywara2-2/+56
2012-09-09acpi-cpufreq: Add support for disabling dynamic overclockingAndre Przywara1-0/+177
2012-09-09powernow-k8: delay info messages until initialization has succeededAndre Przywara1-10/+14
2012-09-09cpufreq: Add warning message to powernow-k8Andre Przywara2-1/+5
2012-09-09acpi-cpufreq: Add quirk to disable _PSD usage on all AMD CPUsAndre Przywara1-0/+10
2012-09-09acpi-cpufreq: Add support for modern AMD CPUsMatthew Garrett2-7/+39
2012-09-05cpufreq / powernow-k8: Fixup missing _PSS objects messageBorislav Petkov1-4/+7
2012-09-04PM / cpufreq: Initialise the cpu field during conservative governor startAmit Daniel Kachhap1-0/+1
2012-08-23Merge branch 'imx/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linu...Arnd Bergmann1-0/+1
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo2-2/+2
2012-08-09cpufreq: OMAP: Handle missing frequency table on SMP systemsRajendra Nayak1-1/+3
2012-08-08drivers/cpufreq/pcc-cpufreq.c: fix error return codeJulia Lawall1-0/+1
2012-07-30Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-31/+24
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2012-07-20cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switchStephen Boyd1-8/+27
2012-07-20EXYNOS: bugfix on retrieving old_index from freqs.oldJonghwa Lee1-2/+12
2012-07-20cpufreq: Fix typo in cpufreq driverMasanari Iida2-3/+3
2012-07-19[CPUFREQ] EXYNOS5250: Add support max 1.7GHz for EXYNOS5250Jaecheol Lee1-31/+24
2012-05-02ARM: ux500: core U9540 supportLinus Walleij1-1/+1
2012-04-13cpufreq: OMAP: fix build errors: depends on ARCH_OMAP2PLUSKevin Hilman1-0/+1
2012-04-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+3
2012-04-04EXYNOS: fix dependency for EXYNOS_CPUFREQKukjin Kim1-7/+3
2012-03-29drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.Rusty Russell1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2-2/+0
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-8/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-03-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds10-43/+1587
2012-03-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds3-6/+73
2012-03-14provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk1-0/+24
2012-03-14EXYNOS5250: Add support cpufreq for EXYNOS5250Jaecheol Lee4-0/+357
2012-03-14EXYNOS4X12: Add support cpufreq for EXYNOS4X12Jaecheol Lee4-0/+546
2012-03-06mfd: Remove db8500-prcmu U8400 legacyDaniel Willerud1-8/+5
2012-03-02cpufreq: OMAP: specify range for voltage scalingAfzal Mohammed1-3/+7
2012-02-29[CPUFREQ] CPUfreq ondemand: update sampling rate without waiting for next sam...MyungJoo Ham1-1/+57
2012-02-29[CPUFREQ] Add S3C2416/S3C2450 cpufreq driverHeiko Stübner3-0/+565
2012-02-29[CPUFREQ] Fix exposure of ARM_EXYNOS4210_CPUFREQRussell King1-0/+1
2012-02-29[CPUFREQ] EXYNOS4210: update the name of EXYNOS clock registerKukjin Kim1-35/+35
2012-02-29[CPUFREQ] EXYNOS: Initialize locking_frequency with initial frequencyTushar Behera1-0/+2
2012-02-29[CPUFREQ] s3c64xx: Fix mis-cherry pick of VDDINTMark Brown1-7/+0
2012-02-21cpufreq: OMAP: scale voltage along with frequencyKevin Hilman1-5/+63
2012-02-21cpufreq: OMAP driver depends CPUfreq tablesRussell King2-1/+6
2012-02-13powernow-k6: Really enable auto-loadingBen Hutchings1-1/+1
2012-02-13powernow-k7: Fix CPU family numberBen Hutchings1-1/+1
2012-02-02cpufreq/gx: Fix the compile errorAlan Cox1-1/+1
2012-01-26cpufreq: Add support for x86 cpuinfo auto loading v4Andi Kleen15-61/+142
2012-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds10-555/+765
2012-01-08[CPUFREQ] EXYNOS: Removed useless headers and codesJaecheol Lee2-20/+2
2012-01-08[CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driverJaecheol Lee4-317/+380
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-41/+39
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-41/+39
2012-01-06[CPUFREQ] powernow-k8: Update copyright, maintainer and documentation informa...Andreas Herrmann1-7/+10
2012-01-06[CPUFREQ] powernow-k8: Fix indexing issueAndreas Herrmann1-4/+11
2012-01-06[CPUFREQ] powernow-k8: Avoid Pstate MSR accesses on systems supporting CPBAndreas Herrmann1-9/+10
2012-01-06[CPUFREQ] update lpj only if frequency has changedAfzal Mohammed1-2/+1
2012-01-06[CPUFREQ] cpufreq:userspace: fix cpu_cur_freq updationAfzal Mohammed1-3/+5
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2-41/+39