aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/pcc-cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-29cpufreq: pcc: Fix the potentinal scheduling delays in target_index()Gravatar Liao Chang 1-1/+1
2023-07-20cpufreq: pcc-cpufreq: Convert to platform remove callback returning voidGravatar Yangtao Li 1-4/+2
2023-05-15cpufreq: ACPI: Prevent a warning when another frequency driver is loadedGravatar Petr Pavlu 1-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2023-03-20ACPI: cpufreq: Use platform devices to load ACPI PPC and PCC driversGravatar Petr Pavlu 1-10/+24
2020-07-15cpufreq: pcc-cpufreq: Mark sometimes used ID structs as __maybe_unusedGravatar Lee Jones 1-1/+1
2020-01-31Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+1
2020-01-27cpufreq: Avoid creating excessively large stack framesGravatar Rafael J. Wysocki 1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-06-17cpufreq: pcc-cpufreq: Fail initialization if driver cannot be registeredGravatar David Arcari 1-2/+2
2019-02-18cpufreq: pcc-cpufreq: remove unneeded semicolonGravatar Yangtao Li 1-1/+1
2018-07-25Merge back cpufreq material for 4.19.Gravatar Rafael J. Wysocki 1-0/+9
2018-07-18cpufreq: intel_pstate: Register when ACPI PCCH is presentGravatar Rafael J. Wysocki 1-0/+4
2018-07-18cpufreq: pcc-cpufreq: Disable dynamic scaling on many-CPU systemsGravatar Rafael J. Wysocki 1-0/+9
2016-07-22Revert "cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_late...Gravatar Andreas Herrmann 1-2/+0
2016-06-23cpufreq: pcc-cpufreq: Fix doorbell.access_widthGravatar Mike Galbraith 1-1/+1
2015-12-10cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_latencyGravatar Jacob Tanenbaum 1-0/+2
2014-11-14cpufreq: pcc: Enable autoload of pcc-cpufreq for ACPI processorsGravatar Lenny Szubowicz 1-0/+7
2014-09-29cpufreq: pcc-cpufreq: Fix wait_event() under spinlockGravatar Rafael J. Wysocki 1-1/+1
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Gravatar Viresh Kumar 1-2/+2
2014-01-06cpufreq: send new set of notification for transition failuresGravatar Viresh Kumar 1-11/+7
2013-10-28Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-9/+1
2013-10-16cpufreq: pcc: don't initialize part of policy set by coreGravatar Viresh Kumar 1-7/+0
2013-10-16cpufreq: add new routine cpufreq_verify_within_cpu_limits()Gravatar Viresh Kumar 1-2/+1
2013-09-24pcc_freq: convert acpi_get_handle() to acpi_has_method()Gravatar Zhang Rui 1-3/+2
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverGravatar Viresh Kumar 1-1/+0
2013-06-24cpufreq: pcc: call CPUFREQ_POSTCHANGE notfier in error casesGravatar Viresh Kumar 1-0/+2
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Gravatar Viresh Kumar 1-3/+2
2012-08-08drivers/cpufreq/pcc-cpufreq.c: fix error return codeGravatar Julia Lawall 1-0/+1
2011-09-14drivers/cpufreq/pcc-cpufreq.c: avoid NULL pointer dereferenceGravatar Naga Chumbalkar 1-0/+3
2011-05-19[CPUFREQ] Move x86 drivers to drivers/cpufreq/Gravatar Dave Jones 1-0/+621