History log of /dragonfly/sys/platform/pc64/acpica/acpi_cstate_machdep.c (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc
# ca7dfd3c 31-Oct-2016 Sepherosa Ziehau <sephe@dragonflybsd.org>

acpi/cst: Keep parsing rest of the GAS, even if the mwait hint is wrong.

The rest part of GAS contains useful bus mastering information.

Tested-by: dillon@


Revision tags: v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0
# 90a26aa2 19-Jun-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

acpi/cstate: Allow forcing busmastering status and arbitration for C3


Revision tags: v4.0.6, v4.3.0, v4.2.0rc, v4.0.5
# e1e344f5 17-Mar-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

x86_64: Take advantage of ACPI/CPU specific C-state mapping

If BIOS maps shallow ACPI C-state (<C3) to deep CPU specific C-state
(>=C3), it implies no bus mastering operations are needed before
ente

x86_64: Take advantage of ACPI/CPU specific C-state mapping

If BIOS maps shallow ACPI C-state (<C3) to deep CPU specific C-state
(>=C3), it implies no bus mastering operations are needed before
entering deep CPU specific C-states.

show more ...


Revision tags: v4.0.4
# 4019cf69 18-Feb-2015 Sepherosa Ziehau <sephe@dragonflybsd.org>

acpi/cstate: Fix comment


Revision tags: v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1
# 53937a45 05-Feb-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

x86_64: Fix up the setting of BM_STS


# 22d2370f 03-Feb-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

x86_64: Check preamble operation before allowing deep cpu specific C-state


# 3938d744 31-Jan-2014 Sascha Wildner <saw@online.de>

kernel/x86_64: Make a function argument const (fixes a new warning).


# 5764e125 30-Jan-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

acpi/cstate/x86_64: Implement native C-state support for Intel CPUs

The native C-state on Intel CPUs is entered using monitor/mwait w/ the
help from mwait hint (eax) and extension (ecx, break upon i

acpi/cstate/x86_64: Implement native C-state support for Intel CPUs

The native C-state on Intel CPUs is entered using monitor/mwait w/ the
help from mwait hint (eax) and extension (ecx, break upon interrupt).

We still need to keep an eye on native C1 state. Currently C1 state
only uses "sti;halt".

show more ...


# 6df05d3d 30-Jan-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

acpi/cstate: Allow fixed hardware GAS for C1, which means "sti;halt"

Add comment we still need to filter Intel's "C1 I/O then halt". It
probably won't be problem, since the related bit is not set i

acpi/cstate: Allow fixed hardware GAS for C1, which means "sti;halt"

Add comment we still need to filter Intel's "C1 I/O then halt". It
probably won't be problem, since the related bit is not set in _OSC
or _PDC.

show more ...


# 9925408f 30-Jan-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

acpi/cstate: Rework preamble operation for entering C-state

- Save preamble operation in C-state struct, instead of choosing
preamble operation at run time
- Add machine depend C-state setup code

acpi/cstate: Rework preamble operation for entering C-state

- Save preamble operation in C-state struct, instead of choosing
preamble operation at run time
- Add machine depend C-state setup code to optimize out certain
preamble operation for various CPU vendors
- Fix up generic preamble operation setup according to ACPI spec

show more ...