acpi/pstate: Fix the long standing P-State detection problem on Intel CPUs
[dragonfly.git] / sys / dev / acpica5 / acpi_cpu.c
2011-12-29 Sepherosa Ziehauacpi/pstate: Fix the long standing P-State detection...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-10-09 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-06-24 Sascha Wildnerkernel: Use NULL for DRIVER_MODULE()'s evh ...
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2009-05-30 Sepherosa ZiehauACPI P-State support step 1/2: Extract information...
2009-05-29 Sepherosa Ziehauacpi_cpu: Let cpu driver install ACPI-CA notify handler...
2009-05-29 Sepherosa Ziehauacpi_cpu: Override resource alloc/release methods.
2009-05-29 Sepherosa Ziehauacpi_cpu: Split C-State support out of cpu driver.
2009-05-17 Sepherosa ZiehauAdd interrupt cputimer interface.
2009-05-08 Sepherosa ZiehauSwitch one shot timer, if user allows C3 state to be...
2009-05-04 Hasso TepperMake dev.cpu.X.cx_usage sysctl also report current...
2009-05-04 Hasso TepperRework a CPU C-state selection logic a bit.
2009-05-04 Hasso TepperMove the code to update cpu_cx_count out of acpi_cpu_ge...
2009-05-04 Hasso Tepperacpi_cpu: fixup for PIIX4E PCI config related to C2.
2009-05-03 Sepherosa Ziehauacpi: Select proper one shot timer based on CPUs' C3...
2009-02-14 Sascha WildnerSilence some -Wold-style-definition warnings.
2008-12-24 Sascha WildnerMatch acpi_cpu_add_child()'s prototype with that of...
2008-09-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2007-03-21 YONETANI TomokazuWriting PstateControl(formerly named PstateCnt) to...
2007-02-22 YONETANI TomokazuDon't loop beyond maximum cpu ID (ncpus - 1); this...
2007-01-17 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPI-CA code.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-07 YONETANI TomokazuFix a BM control -related panic by bringing rev 1.44...
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-09-23 YONETANI Tomokazu- Catch up with rev 1.157 of sys/dev/acpica/acpi.c...
2005-08-29 Matthew DillonGet rid of smp_rendezvous() and all associated support...
2005-06-28 Matthew DillonThe recent commit to propogate kernel options to module...
2004-11-21 YONETANI Tomokazulwkt_runnable is declared in <sys/thread2.h>
2004-11-20 Matthew DillonFix a number of SMP issues.
2004-08-07 Matthew DillonAdd an event handler to adjust the cpu throttle state...
2004-07-05 Matthew Dillonacpica5 update part 1/3: Implement support for acpica...
2004-06-27 Matthew DillonAdd note to cpu_idle_hook (which is currently asserted...
2004-06-27 Matthew DillonBring in YONETANI Tomokazu's acpi-update-2.patch (27...
2004-05-05 Matthew DillonUse M_INTWAIT instead of M_NOWAIT for the rest of the...
2004-02-21 Matthew DillonBring in the FreeBSD-5 ACPICA code as a module. Note...