| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Change acpi's handling of suballocating system resources to be a little | John Baldwin | 2007-03-21 | 1 | -55/+39 |
| * | Tweak the probe/attach order of devices on the x86 nexus devices. | John Baldwin | 2007-03-20 | 1 | -1/+1 |
| * | If we got an OBE/IBF event, we failed to re-enable the GPE. This would | Nate Lawson | 2007-03-20 | 1 | -5/+14 |
| * | Disable burst mode by default. Testing has shown that while it works on | Nate Lawson | 2007-03-18 | 1 | -2/+2 |
| * | Only enter the debugger on a Fatal op if this is a debug build of the | Nate Lawson | 2007-03-14 | 1 | -1/+3 |
| * | Check the _TMP value for sanity also. On some systems (HP NX laptops), the | Nate Lawson | 2007-03-05 | 1 | -3/+10 |
| * | Rework EC I/O approach. Implement burst mode, including proper handling of | Nate Lawson | 2007-02-27 | 1 | -109/+206 |
| * | Use 'pause' in several places rather than trying to tsleep() on NULL (which | John Baldwin | 2007-02-23 | 1 | -2/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Improve readability of the version string. | Nate Lawson | 2007-02-22 | 1 | -1/+1 |
| * | Add missing function trace for debug prints. | Nate Lawson | 2007-01-23 | 1 | -0/+2 |
| * | Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support. | John Baldwin | 2007-01-22 | 2 | -0/+2 |
| * | Clean up some debug prints from last commit and move one under boot -v. | Nate Lawson | 2007-01-15 | 1 | -6/+5 |
| * | Fix LINT and ACPI_DEBUG builds and add print for use of flush cache inst. | Nate Lawson | 2007-01-08 | 1 | -5/+8 |
| * | Re-work Cx handling to be per-cpu and asymmetrical, fixing support on | Nate Lawson | 2007-01-07 | 6 | -205/+320 |
| * | ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should never | Warner Losh | 2006-12-22 | 1 | -0/+1 |
| * | Give Host-PCI bridge drivers their own pcib_alloc_msi() and | John Baldwin | 2006-12-12 | 1 | -2/+26 |
| * | First cut at MI support for PCI Message Signalled Interrupts (MSI): | John Baldwin | 2006-11-13 | 2 | -0/+8 |
| * | Reformat the bootverbose messages that dump out the status of pci_link | John Baldwin | 2006-11-09 | 1 | -16/+16 |
| * | Disable an overly-verbose warning message by default. | Hiroki Sato | 2006-09-24 | 1 | -3/+6 |
| * | Fix a sign bug in acpi_release_resource(). acpi_sysres_find() returns != | John Baldwin | 2006-09-21 | 1 | -1/+1 |
| * | Give the ACPI I/O rman's unique description strings to make 'devinfo -u' | John Baldwin | 2006-09-11 | 1 | -2/+2 |
| * | Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to | Hajimu UMEMOTO | 2006-09-03 | 1 | -1/+0 |
| * | First pass at allowing memory to be mapped using cache modes other than | John Baldwin | 2006-08-11 | 1 | -2/+2 |
| * | Raise the quality of the HPET timer to 2000 so it will be the preferred | Dag-Erling Smørgrav | 2006-08-11 | 1 | -1/+1 |
| * | Improve the way we'll detect video devices as per ACPI 3.0. | Bruno Ducrot | 2006-08-10 | 1 | -21/+51 |
| * | Remove the global dock variable. Each dock device should be able to | Nate Lawson | 2006-08-08 | 1 | -38/+33 |