| Commit message (Expand) | Author | Age | Files | Lines |
* | Yet another synch with minor changes in the ACPI CA 20011120 snapshot. | iwasaki | 2001-11-28 | 1 | -0/+14 |
* | Synch with minor changes in the ACPI CA 20011120 snapshot. | msmith | 2001-11-28 | 5 | -13/+13 |
* | Validate requested sleep state in acpi_SetSleepState() to avoid reentry | iwasaki | 2001-11-23 | 1 | -0/+3 |
* | Add disabling code via the debug.acpi.disable environment variable. | iwasaki | 2001-11-22 | 1 | -0/+1 |
* | Cleanups of verbose printing. All the messages for the debugging is | iwasaki | 2001-11-18 | 8 | -68/+91 |
* | Fix re-enabling ACPI on wakeup from hibernation. The problem was that | iwasaki | 2001-11-15 | 1 | -3/+2 |
* | Two minor changes. | iwasaki | 2001-11-15 | 1 | -9/+8 |
* | Remove "S4B" from sleep_state_names and add "NONE" instead. | iwasaki | 2001-11-15 | 1 | -4/+5 |
* | Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. | iwasaki | 2001-11-06 | 4 | -0/+202 |
* | Remove unnecessary WAK_STS bit waiting code for S1 sleep. | iwasaki | 2001-11-05 | 1 | -14/+0 |
* | Oops, deleted wrong BIF acquisition timeout invocation by mistake | iwasaki | 2001-11-01 | 1 | -1/+1 |
* | Some fix for the recent apm module changes. | iwasaki | 2001-11-01 | 1 | -1/+74 |
* | Style(9) fix, mainly white spaces. | iwasaki | 2001-10-30 | 1 | -85/+102 |
* | Some improvements of control method battery driver. | iwasaki | 2001-10-30 | 3 | -23/+56 |
* | Some small improvements of ACPI thermal driver. | iwasaki | 2001-10-29 | 3 | -4/+62 |
* | - Change the taskqueue locking to protect the necessary parts of a task | jhb | 2001-10-26 | 1 | -1/+0 |
* | Add APM compatibility feature to ACPI. | iwasaki | 2001-10-26 | 4 | -9/+54 |
* | Add locking to taskqueues. There is one mutex per task, one mutex per | jhb | 2001-10-26 | 1 | -0/+1 |
* | Use TASK_INIT to initialize taskqueue task instead of violating the | jhb | 2001-10-25 | 1 | -6/+6 |
* | Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loader | jhb | 2001-10-23 | 1 | -0/+9 |
* | Reduce frequency of Battery info (_BIF) acquisition. This helps | iwasaki | 2001-10-22 | 1 | -6/+38 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Make the interrupt routing a bit less chatty unless bootverbose is set. | dfr | 2001-10-07 | 2 | -6/+10 |
* | Fix some 64-bit uncleanliness. | peter | 2001-10-06 | 1 | -7/+20 |
* | Fix some style bugs before fixing some real bugs. | peter | 2001-10-06 | 1 | -7/+17 |
* | Fix a stack trashing bug when int != sizeof(pointer) | peter | 2001-10-06 | 2 | -2/+6 |
* | Update usage of AcpiEnableEvent to reflect a new argument. | msmith | 2001-10-04 | 4 | -15/+16 |
* | Add busspace hacks for ia64. | dfr | 2001-10-04 | 1 | -0/+6 |
* | Use return_PTR, not return_VALUE when returning pointers. | dfr | 2001-10-04 | 1 | -2/+2 |
* | Check the compatible ID as well as the hardware ID in acpi_MatchHid. | dfr | 2001-10-04 | 1 | -0/+5 |
* | Call acpi_DeviceIsPresent() only for devices. This should make | iwasaki | 2001-09-17 | 1 | -1/+1 |
* | Disable devices that are not present; at a later stage we can then enable | msmith | 2001-09-15 | 1 | -0/+10 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Don't call tsleep from AcpiOsStall(), call DELAY() always instead. | iwasaki | 2001-09-08 | 1 | -5/+1 |
* | Should check debug.acpi.avoid, not .disable. | msmith | 2001-09-07 | 1 | -1/+1 |
* | Allow the ACPI subsystem to be disabled with a hint. | msmith | 2001-09-07 | 1 | -19/+59 |
* | Move OsdEnvironment.c into MD code; searching for the ACPI tables is not | msmith | 2001-09-07 | 1 | -64/+0 |
* | Initialise the adapter status to an invalid state, so that the initial check | msmith | 2001-09-06 | 1 | -0/+1 |
* | Add a hack to acpi_EvaluateInteger() to handle the case of a method | jhb | 2001-09-06 | 1 | -1/+37 |
* | Allocate system resource IRQs as shareable; this is the typical case. | msmith | 2001-09-06 | 1 | -1/+1 |
* | Just print a message in acpi_tz_monitor() only when new active state | iwasaki | 2001-09-04 | 1 | -2/+5 |
* | Fix typo; CTLFLAG_RO -> CTLFLAG_RD. | iwasaki | 2001-09-02 | 1 | -1/+1 |
* | Add a MODULE_VERSION declaration. This should prevent duplicate loading | msmith | 2001-09-01 | 1 | -0/+3 |
* | Don't claim memory resources owned by a PNP0C01 device ("system memory") | msmith | 2001-08-31 | 1 | -3/+6 |
* | Don't activate placeholder resources; it can be very expensive in the | msmith | 2001-08-31 | 1 | -3/+3 |
* | Call OS-independent resume routine to execute _WAK .. etc. | takawata | 2001-08-31 | 1 | -75/+1 |
* | Add support for attaching PnP-aware ISA drivers to ACPI. | msmith | 2001-08-30 | 1 | -1/+74 |
* | Retarget the resource parser slightly. We only fetch current resources | msmith | 2001-08-30 | 1 | -36/+287 |
* | Note that now that some ISA devices will attach to ACPI, we need to | msmith | 2001-08-30 | 1 | -1/+6 |
* | Don't parse our resources ourself, the ACPI core code must do it. | msmith | 2001-08-30 | 1 | -6/+0 |