| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove compat code and unused lock declarations. | Nate Lawson | 2004-06-18 | 1 | -22/+2 |
| * | Remove compat defines. | Nate Lawson | 2004-06-18 | 1 | -4/+0 |
| * | Make unnecessary globals static and remove unused includes. | Nate Lawson | 2004-05-06 | 1 | -1/+1 |
| * | Remove extra parentheses. | Nate Lawson | 2004-05-05 | 1 | -2/+2 |
| * | Add an MI implementation of the ACPI global lock routines and retire the | Nate Lawson | 2004-05-05 | 1 | -0/+44 |
| * | Style fixes. | Nate Lawson | 2004-04-20 | 1 | -16/+3 |
| * | Unbreak the DDB build by replacing #includes that were deleted. | Nate Lawson | 2004-04-14 | 1 | -0/+2 |
| * | Style cleanups, M_ZERO instead of bzero. | Nate Lawson | 2004-04-14 | 1 | -22/+20 |
| * | Style cleanups, use M_ZERO instead of bzero, unify the !semaphore and | Nate Lawson | 2004-04-14 | 1 | -44/+43 |
| * | Style cleanup, plus properly backup partial resource allocation in | Nate Lawson | 2004-04-14 | 1 | -44/+51 |
| * | Style cleanups to reduce diffs to locking tree. | Nate Lawson | 2004-04-14 | 4 | -109/+90 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Change to acpi_{Get,Set}Integer to provide both methods. Convert all | Nate Lawson | 2004-03-03 | 1 | -4/+4 |
| * | Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix | Nate Lawson | 2004-02-14 | 1 | -7/+5 |
| * | Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the call | Nate Lawson | 2004-01-27 | 1 | -3/+2 |
| * | Expand the check for overriding the OS name to override _OS* (including | Nate Lawson | 2004-01-09 | 1 | -7/+9 |
| * | Reindent to non-style(9) compliant 4 space indent to match rest of file. | John Baldwin | 2003-11-12 | 1 | -4/+4 |
| * | Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel() | John Baldwin | 2003-11-12 | 1 | -0/+2 |
| * | Add an acpi_OverrideInterruptLevel() method that OSPM can use to override | John Baldwin | 2003-11-11 | 1 | -0/+18 |
| * | If requested to Sleep for less than our hz granularity (e.g., 10 ms), | Nate Lawson | 2003-10-02 | 1 | -6/+13 |
| * | Revert 1.24. It causes a hang on shutdown for Marcel. This is due to | Nate Lawson | 2003-09-30 | 1 | -9/+1 |
| * | If asked to stall for more than 100 us (which is specified as the max in | Nate Lawson | 2003-09-29 | 1 | -1/+9 |
| * | Make debug.acpi.level and debug.acpi.layer sysctls that can be set with | Nate Lawson | 2003-09-26 | 1 | -2/+3 |
| * | - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long. | John Baldwin | 2003-08-28 | 1 | -3/+3 |
| * | Fix build breakage on ia64. The second argument of AcpiOsReadable() | Marcel Moolenaar | 2003-07-14 | 1 | -2/+2 |
| * | Update code to work with 0619 dist | Nate Lawson | 2003-07-13 | 3 | -4/+55 |
| * | Add the MD ifdefs for amd64 to point to the IO space bustag/handle. | Peter Wemm | 2003-05-31 | 1 | -0/+4 |
| * | Add some extra #ifdef stubs so that this compiles on 4.8. | John Baldwin | 2003-05-13 | 1 | -0/+4 |
| * | Move some printfs under bootverbose since they are not true errors. | Nate Lawson | 2003-05-12 | 1 | -2/+4 |
| * | Support functions for the new ACPI import. | Nate Lawson | 2003-04-29 | 4 | -6/+122 |
| * | Resolve conflicts arising from the ACPI CA 20021118 import. | Mitsuru IWASAKI | 2002-11-27 | 1 | -3/+3 |
| * | Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS is | Mitsuru IWASAKI | 2002-10-31 | 1 | -4/+0 |
| * | Catch up to changes in acpivar.h to add support for using ACPI on | John Baldwin | 2002-10-16 | 1 | -0/+2 |
| * | - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems. | John Baldwin | 2002-10-16 | 1 | -4/+14 |
| * | Implement the internal locks of an ACPI semaphore with splhigh() on | John Baldwin | 2002-10-16 | 1 | -8/+31 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
| * | Resolve conflicts arising from the ACPI CA 20020815 import. | Mitsuru IWASAKI | 2002-08-29 | 1 | -1/+1 |
| * | Resolve conflicts arising from the ACPI CA 20020725 import. | Mitsuru IWASAKI | 2002-07-30 | 1 | -1/+6 |
| * | Resolve conflicts arising from the ACPI CA 20020611 import. | Mitsuru IWASAKI | 2002-07-09 | 1 | -0/+71 |
| * | Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units. | Mitsuru IWASAKI | 2002-07-06 | 1 | -2/+2 |
| * | Brutally deal with __func__ being 'const char *' on gcc-3.1. | Peter Wemm | 2002-05-19 | 3 | -10/+10 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 2 | -2/+2 |
| * | Fix a gcc-3.1+ warning. | Peter Wemm | 2002-03-19 | 2 | -0/+5 |
| * | Do not do string concatenation with __func__ (which is not a string) | Peter Wemm | 2002-03-12 | 1 | -1/+1 |
| * | Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE, | Peter Wemm | 2002-03-12 | 1 | -3/+3 |
| * | AcpiOsPrintf and AcpiOsVprintf now return void. | Mike Smith | 2002-02-23 | 1 | -6/+4 |
| * | AcpiOsCallocate is no longer required. | Mike Smith | 2002-02-23 | 1 | -11/+0 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 3 | -13/+13 |
| * | find_devclass -> devclass_find. | Mike Smith | 2002-01-08 | 1 | -1/+1 |
| * | Staticise devclasses and some unnecessarily global variables. | Mike Smith | 2002-01-08 | 1 | -2/+2 |