.. SPDX-License-Identifier: GPL-2.0 ======================== Device Frequency Scaling ======================== Introduction ------------ This framework provides a standard kernel interface for Dynamic Voltage and Frequency Switching on arbitrary devices. It exposes controls for adjusting frequency through sysfs files which are similar to the cpufreq subsystem. Devices for which current usage can be measured can have their frequency automatically adjusted by governors. API --- Device drivers need to initialize a :c:type:`devfreq_profile` and call the :c:func:`devfreq_add_device` function to create a :c:type:`devfreq` instance. .. kernel-doc:: include/linux/devfreq.h .. kernel-doc:: include/linux/devfreq-event.h .. kernel-doc:: drivers/devfreq/devfreq.c :export: .. kernel-doc:: drivers/devfreq/devfreq-event.c :export: n value='0x221E-v0.0-v7.0' selected='selected'>0x221E-v0.0-v7.0 Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/message/Makefile
el/log/arch/x86/lguest?h=linux-6.6.y&id=515315a123af641a9533e4ff0f178c470dc08fc7&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2011-10-31lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker
2011-10-27lguest: don't allow KVM-detection cpuid.Rusty Russell
2011-07-22lguest: Fix translation count about wikipedia's cpuid pageAdrian Knoth
2011-07-22lguest: Fix three simple typos in commentsAdrian Knoth
2011-07-22lguest: update commentsRusty Russell
2011-07-22lguest: remove remaining vmcallRusty Russell
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell
2011-05-30lguest: fix timer interrupt setupRusty Russell
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner
2011-05-06Correct occurrences ofRob Landley
2011-03-18x86: Fix common misspellingsLucas De Marchi
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner
2011-02-21x86: Convert remaining x86 clocksources to clocksource_register_hz/khzJohn Stultz
2011-01-20LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO)Randy Dunlap
2011-01-20lguest: compile fixesRusty Russell
2011-01-20lguest: Use this_cpu_opsChristoph Lameter
2011-01-04x86, mm: Initialize initial_page_table before paravirt jumpsRusty Russell
2010-12-16lguest: populate initial_page_tableRusty Russell
2010-12-16lguest: restore boot speedRusty Russell
2010-12-16lguest: fix crash lguest_time_initRusty Russell
2010-10-12x86: lguest: Use new irq allocatorThomas Gleixner
2010-10-12x86: lguest: Convert to new irq chip functionsThomas Gleixner
2010-09-21lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell
2010-05-28Merge branch 'ht-delete-2.6.35' into releaseLen Brown
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell
2010-03-14ACPI: delete the "acpi=ht" boot optionLen Brown
2009-09-23lguest: move panic notifier registration to its expected place.Rusty Russell
2009-09-16x86: Move get/set_wallclock to x86_platform_opsFeng Tang
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner
2009-08-31x86: Move irq_init to x86_init_opsThomas Gleixner
2009-08-27x86: Move memory_setup to x86_init_opsThomas Gleixner
2009-07-30lguest: update commentryRusty Russell
2009-07-30lguest: fix comment styleRusty Russell
2009-07-17lguest: restrict CPUID to avoid perf counter wrmsrRusty Russell
2009-07-17lguest: fix journeyMatias Zabaljauregui