| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove " + 1". | mav | 2008-11-03 | 1 | -1/+1 |
* | Make the no driver stuff an ifdef. | imp | 2008-11-02 | 1 | -4/+9 |
* | As soon as we have several threads per process now, it is not correct to | mav | 2008-11-02 | 1 | -5/+1 |
* | Clean up DSDT and XSDT correctly instead of FADT when the tables are bad. | jkim | 2008-09-19 | 1 | -2/+2 |
* | Handle errors from device_get_children. | imp | 2008-08-23 | 1 | -4/+9 |
* | Extend the support for PCI-e memory mapped configuration space access: | jhb | 2008-08-22 | 1 | -0/+41 |
* | Fix a typo. | jhb | 2008-08-04 | 1 | -1/+1 |
* | Further refine the probe order of devices to more closely match the previous | jhb | 2008-07-23 | 1 | -9/+4 |
* | Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make no | rpaulo | 2008-04-25 | 1 | -1/+20 |
* | Update the list of Cx states when ACPICA notifies us. Usually, this | rpaulo | 2008-04-12 | 1 | -4/+24 |
* | Revert back to probing Host-PCI bridges in the order we encounter them in | jhb | 2008-04-07 | 1 | -18/+11 |
* | GPE lock may recurse on resume path. | takawata | 2008-04-05 | 1 | -1/+1 |
* | Rework how the nexus(4) device works on x86 to better handle the idea of | jhb | 2008-03-13 | 2 | -45/+39 |
* | Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allows | jhb | 2008-03-10 | 1 | -6/+22 |
* | Some PIIX4 chipsets need to be told to generate Stop Breaks by setting | rpaulo | 2008-03-09 | 1 | -0/+20 |
* | Create a thread to handle passive cooling for 1st zone which has _PSV, | ume | 2008-02-16 | 1 | -19/+20 |
* | Allow the user to override the current active cooling state if state | rpaulo | 2008-02-16 | 1 | -1/+2 |
* | Skip validation of the C3 state if we disabled C3 by software (i.e., | rpaulo | 2008-02-16 | 1 | -1/+1 |
* | Fix a typo when testing for the NO_C3 quirk. | jhb | 2008-02-12 | 1 | -1/+1 |
* | Return errno value rather than boolean in this context. | iwasaki | 2008-01-28 | 1 | -2/+6 |
* | Enter the sleep state immediately without waiting for timeout if | iwasaki | 2008-01-27 | 1 | -0/+6 |
* | Add a header containing constants for the various HPET registers and their | jhb | 2008-01-16 | 2 | -23/+84 |
* | Fix a few minor issues based on a bug report and reading over the HPET | jhb | 2008-01-15 | 1 | -3/+45 |
* | Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermal | njl | 2008-01-12 | 1 | -3/+7 |
* | Use devclass_get_count() instead of devclass_get_maxunit() to get the | jhb | 2007-12-31 | 1 | -1/+1 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -2/+2 |
* | Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridable | ume | 2007-12-24 | 1 | -0/+40 |
* | Check battery presence first before trying to get battery information. | jkim | 2007-11-20 | 1 | -3/+4 |
* | Whitespace only. | njl | 2007-11-08 | 1 | -2/+0 |
* | Fix a shutdown hang on some SMP systems. The previous logic was to IPI all | njl | 2007-11-02 | 1 | -4/+6 |
* | Don't return an error from resume() if execution of _DIS fails for some | jhb | 2007-10-27 | 1 | -3/+4 |
* | Don't destroy an ACPI device_t for a PCI device and reassign the ACPI | jhb | 2007-10-27 | 1 | -2/+13 |
* | Don't always re-route IRQs on resume. If this link hasn't been used, then | jhb | 2007-10-27 | 1 | -1/+16 |
* | More style nit. | takawata | 2007-10-25 | 1 | -6/+3 |
* | Fix variable name to be clear what it means. | takawata | 2007-10-25 | 1 | -3/+3 |
* | Turn EC into poll mode before device_resume invoked . | takawata | 2007-10-25 | 1 | -3/+34 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -3/+3 |
* | When the EC times out (common with Compaqs), it may report a design | njl | 2007-10-09 | 1 | -2/+4 |
* | Fix the HPET table probe routine to run from device_identify() instead | njl | 2007-10-09 | 3 | -11/+20 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 2 | -4/+11 |
* | Rewrite the EC driver event model. The main goal is to avoid | njl | 2007-09-24 | 1 | -304/+189 |
* | Reject requests to start or ack a suspend sequence on platforms that do not | njl | 2007-09-13 | 1 | -0/+10 |
* | Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This is | njl | 2007-08-30 | 1 | -7/+32 |
* | Dynamically choose the quality of the ACPI timer depending on whether | njl | 2007-07-30 | 2 | -2/+4 |
* | The HPET appears to be broken on silby's Acer Pentium M system, never | njl | 2007-07-22 | 1 | -4/+18 |
* | My previous commit introduced a spurious warning for the case where a | njl | 2007-06-30 | 1 | -0/+4 |
* | Update the suspend/resume user API while maintaining backwards compat. | njl | 2007-06-21 | 3 | -13/+211 |
* | Convert magic to a uintptr_t. This should get rid of some warnings on | njl | 2007-06-15 | 4 | -8/+8 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -1/+1 |
* | Disable CPU idle states during suspend and reenable them during resume. | njl | 2007-06-03 | 1 | -2/+29 |