cputimer/intr: Move powersaving intr cputimer switching to kern_cputimer.c
[dragonfly.git] / sys / dev / acpica / acpi_cpu_cstate.c
2014-02-01 Sepherosa Ziehaucputimer/intr: Move powersaving intr cputimer switching...
2014-01-30 Sepherosa Ziehauacpi/cpu: Remove the cpux naming hack
2014-01-30 Sepherosa Ziehauacpi/cstate/x86_64: Implement native C-state support...
2014-01-30 Sepherosa Ziehauacpi/cstate: Allow fixed hardware GAS for C1, which...
2014-01-30 Sepherosa Ziehauacpi/cstate: Fix resource leakage
2014-01-30 Sepherosa Ziehauacpi/cstate: Use boolean_t for acpi_cst_disable_idle
2014-01-30 Sepherosa Ziehauacpi/cstate: Rework preamble operation for entering...
2014-01-27 Sepherosa Ziehauacpi/cstate: Add a method to per C-state softc to enter...
2014-01-27 Sepherosa Ziehauacpi/cstate: Make sure that idle hook is installed...
2014-01-27 Sepherosa Ziehauacpi/cstate: If there is bus master activity pick up...
2014-01-27 Sepherosa Ziehauacpi/cstate: Rearrange _CST reprobe code path
2014-01-27 Sepherosa Ziehauacpi/cstate: Save ACPI_GENERIC_ADDRESS for later use
2014-01-27 Sepherosa Ziehauacpi/cstate: Function/variable/macro renaming
2014-01-26 Sepherosa Ziehauacpi/cstate: Go though set_lowest routing after _CST...
2014-01-26 Sepherosa Ziehauacpi/cstate: Fix up comment
2014-01-26 Sepherosa Ziehauacpi/cstate: If C3+ is detected, BM_RLD is always set
2014-01-25 Sepherosa Ziehauacpi/cstate: White space cleanup
2014-01-25 Sepherosa Ziehauacpi/cstate: Save bus tag and handle to I/O operation...
2014-01-25 Sepherosa Ziehauacpi/cstate: Utilize microtime_pcpu instead of ACPI...
2014-01-25 Sepherosa Ziehauacpi/cstate: If FADT is used, take C2_MP_SUPPORTED...
2014-01-25 Sepherosa Ziehauacpi/cstate: BM_STS only needs check before entering...
2014-01-25 Sepherosa Ziehauacpi/cstate: Free previously allocated resource during...
2014-01-21 Sepherosa Ziehauacpi/cstate: acpi_cpu_cst -> acpi_cst for driver glue...
2014-01-21 Sepherosa Ziehauacpi/cstate: acpi_cpu_cst -> acpi_cst for device methods
2014-01-21 Sepherosa Ziehauacpi/cstate: Restore cx_lowest_req, if no suitable...
2014-01-20 Sepherosa Ziehauacpi/cstate: Remove unused macros
2014-01-20 Sepherosa Ziehauacpi/cstate: acpi_cpu_softc -> acpi_cst_softc
2014-01-20 Sepherosa Ziehauacpi/cstate: Remove useless device methods
2014-01-19 Sepherosa Ziehauacpi/cstate: Break long lines; minor style changes
2014-01-19 Sepherosa Ziehauacpi/cstate: Dispatch Cx re-probing to the target CPU
2014-01-19 Sepherosa Ziehauacpi/cstate: Set cx_lowest on the target CPU
2014-01-19 Sepherosa Ziehauacpi/cstate: Fix global Cx count setup
2014-01-19 Sepherosa Ziehauacpi/cstate: Use u_long as stats type
2014-01-19 Sepherosa Ziehauacpi/cstate: Fix non-C3 setting
2014-01-19 Sepherosa Ziehauacpi/cstate: Set non-C3 state during generic Cx probing
2014-01-18 Sepherosa Ziehauacpi/cstate: Minor style cleanup
2014-01-18 Sepherosa Ziehauacpi/cstate: Use serializer to protect _CST notfication...
2014-01-16 Sepherosa Ziehauacpi/cstate: Remove unused fields in softc
2014-01-12 Sepherosa Ziehauacpi/cstate: Make sure we could handle C-state deeper...
2014-01-12 Sepherosa Ziehauacpi/cstate: Allow request deeper C-state, even it...
2014-01-10 Sepherosa Ziehaucputimer/intr: Restart only if the intr cputimer is...
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-05-11 John MarinoMerge branch 'vendor/LESS'
2013-05-11 John MarinoMerge branch 'vendor/LIBEDIT'
2013-05-11 John MarinoMerge branch 'vendor/TCSH'
2013-05-09 John MarinoMerge branch 'vendor/AWK'
2013-05-08 John MarinoMerge branch 'vendor/ZLIB'
2013-05-08 John MarinoMerge branch 'vendor/GCC47'
2013-04-23 John MarinoMerge branch 'vendor/MPFR'
2013-04-23 John MarinoMerge branch 'vendor/DIFFUTILS'
2013-04-23 John MarinoMerge branch 'vendor/GREP'
2013-04-23 John MarinoMerge branch 'vendor/EXPAT'
2013-04-15 Sascha WildnerMerge branch 'vendor/MDOCML'
2013-04-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-02-20 Sascha Wildnerkernel: Use DEVMETHOD_END in the drivers.
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-01-19 Peter AvalosMerge branch 'vendor/BYACC'
2013-01-16 John MarinoMerge branch 'vendor/FLEX'
2013-01-12 Johannes Hofmannmerge
2013-01-03 Sascha Wildnerkernel: Move sys/dev/acpica5 to sys/dev/acpica.