| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: After probing the available frequency settings, restore the CPU to run | John Baldwin | 2008-07-10 | 1 | -18/+11 |
* | MFC: Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This | John Baldwin | 2008-06-27 | 1 | -6/+22 |
* | Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6, | Robert Watson | 2008-03-30 | 1 | -2/+2 |
* | MFC r1.71: | Rui Paulo | 2008-03-17 | 1 | -0/+20 |
* | MFC 1.69: Create a thread to handle passive cooling for 1st zone | Hajimu UMEMOTO | 2008-02-25 | 1 | -19/+20 |
* | MFC r1.70 | Rui Paulo | 2008-02-20 | 1 | -1/+1 |
* | MFC r1.68 | Rui Paulo | 2008-02-20 | 1 | -1/+2 |
* | MFC 1.66: Add sysctl mibs for _TSP, _TC1 and _TC2 which is user | Hajimu UMEMOTO | 2008-02-16 | 1 | -0/+40 |
* | MFC: Fix a typo when testing for the NO_C3 quirk. | John Baldwin | 2008-02-15 | 1 | -1/+1 |
* | MFC revistion: 1.244 | Mitsuru IWASAKI | 2008-02-06 | 1 | -0/+10 |
* | MFC: Fix some minor issues such as using read/modify/write for updating | John Baldwin | 2008-01-23 | 1 | -20/+58 |
* | MFC: 1.26 | Jung-uk Kim | 2008-01-22 | 1 | -3/+4 |
* | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-01-18 | 1 | -0/+65 |
* | MFC: queue an asynch handler to re-enable a level-triggered GPE | Nate Lawson | 2008-01-16 | 1 | -3/+7 |
* | MFC: Use devclass_get_count() instead of devclass_get_maxunit(). | John Baldwin | 2008-01-07 | 1 | -1/+1 |
* | MFC: poll EC during resume | Nate Lawson | 2007-11-08 | 1 | -3/+29 |
* | MFC: Don't always re-route IRQs on resume. | John Baldwin | 2007-11-08 | 1 | -1/+17 |
* | MFC 1.68: remove smp_rendezvous() during shutdown | Nate Lawson | 2007-11-06 | 1 | -4/+6 |
* | MFC: Don't destroy an ACPI device_t for a PCI device if the ACPI device_t | John Baldwin | 2007-10-31 | 1 | -2/+13 |
* | When the EC times out (common with Compaqs), it may report a design | Nate Lawson | 2007-10-09 | 1 | -2/+4 |
* | Fix the HPET table probe routine to run from device_identify() instead | Nate Lawson | 2007-10-09 | 3 | -11/+20 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 2 | -4/+11 |
* | Rewrite the EC driver event model. The main goal is to avoid | Nate Lawson | 2007-09-24 | 1 | -304/+189 |
* | Reject requests to start or ack a suspend sequence on platforms that do not | Nate Lawson | 2007-09-13 | 1 | -0/+10 |
* | Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This is | Nate Lawson | 2007-08-30 | 1 | -7/+32 |
* | Dynamically choose the quality of the ACPI timer depending on whether | Nate Lawson | 2007-07-30 | 2 | -2/+4 |
* | The HPET appears to be broken on silby's Acer Pentium M system, never | Nate Lawson | 2007-07-22 | 1 | -4/+18 |
* | My previous commit introduced a spurious warning for the case where a | Nate Lawson | 2007-06-30 | 1 | -0/+4 |
* | Update the suspend/resume user API while maintaining backwards compat. | Nate Lawson | 2007-06-21 | 3 | -13/+211 |
* | Convert magic to a uintptr_t. This should get rid of some warnings on | Nate Lawson | 2007-06-15 | 4 | -8/+8 |
* | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -1/+1 |
* | Disable CPU idle states during suspend and reenable them during resume. | Nate Lawson | 2007-06-03 | 1 | -2/+29 |
* | Fix a bug introduced in the per-CPU Cx states commit. The wrong loop var | Nate Lawson | 2007-06-02 | 1 | -30/+27 |
* | AcpiAcquireGlobalLock() can sometimes sleep if the mutex is contested. | Nate Lawson | 2007-06-02 | 1 | -13/+10 |
* | Use ACPICA defined value for notification rather than locally defined one. | Takanori Watanabe | 2007-05-31 | 1 | -8/+3 |
* | Remove "acpi_bus_number: can't get _ADR" message. It usually appears as | Nate Lawson | 2007-05-31 | 1 | -10/+7 |
* | Add a sysctl, 'debug.acpi.suspend_bounce', that causes the system to bounce | Nate Lawson | 2007-05-25 | 1 | -0/+8 |
* | Fix a logic bug added in last commit where PNP0103 devices would no longer | Nate Lawson | 2007-05-16 | 1 | -17/+22 |
* | Add ACPI HPET table support. | Takanori Watanabe | 2007-05-15 | 3 | -2/+42 |
* | Set the debug.acpi.acpi_ca_version sysctl even if ACPI support is not | Mark Santcroos | 2007-05-08 | 1 | -2/+2 |
* | Revamp the MSI/MSI-X code a bit to achieve two main goals: | John Baldwin | 2007-05-02 | 2 | -5/+17 |
* | Use a tighter check to see if a resource allocation request is for a | John Baldwin | 2007-04-25 | 1 | -1/+1 |
* | Optimize sx locks to use simple atomic operations for the common cases of | John Baldwin | 2007-03-31 | 1 | -0/+1 |
* | Re-enable the HPET timer after a resume. | Nate Lawson | 2007-03-28 | 1 | -0/+13 |
* | - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1]. | Jung-uk Kim | 2007-03-26 | 1 | -2/+2 |
* | Correct ACPI semaphore function parameters. | Jung-uk Kim | 2007-03-26 | 1 | -4/+4 |
* | Free the handle, not the lock. Pointy hat to me. | Jung-uk Kim | 2007-03-26 | 1 | -1/+1 |
* | Correct ACPI spinlock function parameters and use known ACPI spinlock names. | Jung-uk Kim | 2007-03-26 | 1 | -20/+25 |
* | Use a unique name for each mutex now that acpi-ca is creating more than | Nate Lawson | 2007-03-26 | 1 | -2/+11 |
* | Catch up with ACPI-CA 20070320 import. | Jung-uk Kim | 2007-03-22 | 20 | -236/+229 |