Age | Commit message (Expand) | Author |
2010-07-21 | in the acpi GPE handler, late ack level interrupts not edge interrupts. | Theo de Raadt |
2010-07-21 | spacing and indents that are driving me crazy | Theo de Raadt |
2010-07-21 | clean up a pile of prototypes and shred some macros which were just covering | Theo de Raadt |
2010-07-21 | Merge the edge and level gpe handlers into one (now possible since the | Theo de Raadt |
2010-07-21 | delete #if 0 code we are not going to use; ok marco | Theo de Raadt |
2010-07-20 | make the mask code for acpi_enable_onegpe() match other similar code | Theo de Raadt |
2010-07-20 | print the temperature readings that make us go down; ok kettenis | Theo de Raadt |
2010-07-20 | removed an unused proto | Theo de Raadt |
2010-07-20 | Handle the acpi interrupt controller with proper edge/level handling, | Theo de Raadt |
2010-07-20 | tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumum | Theo de Raadt |
2010-07-20 | In acpiec_wait() we want to tsleep on an un-known channel, so that | Theo de Raadt |
2010-07-20 | remove prototypes for functions that do not exist; ok jordan | Theo de Raadt |
2010-07-20 | When we're preparing to go to sleep, only call bufq_restart() if other | Matthew Dempsky |
2010-07-19 | permit compilation with ACPI_DEBUG | Theo de Raadt |
2010-07-19 | there is no need for a seperate dsdt_softc pointer; dsdt does not have a | Theo de Raadt |
2010-07-19 | acpi_delay() is no longer needed; ok jordan | Theo de Raadt |
2010-07-18 | Clear event status on resume, to avoid going back to sleep/reboot/shutdown | Mike Larkin |
2010-07-13 | delete unnccessary include | Theo de Raadt |
2010-07-13 | rename some thread related interfaces so they are logical | Theo de Raadt |
2010-07-10 | Verify _ADR bdf is correct (some systems return 0xffff) | Jordan Hargrave |
2010-07-09 | Clear the noise | Jordan Hargrave |
2010-07-08 | Add mapping for ACPI device to PCI bdf (match autoconf tree) | Jordan Hargrave |
2010-07-06 | Use spltty() to lock downcalls from apm against the information being | Theo de Raadt |
2010-07-06 | Don't use a workq to do the suspend, because it races aginst the acpi | Theo de Raadt |
2010-07-06 | spacing | Theo de Raadt |
2010-07-05 | Reset register SCI_EN on resume. The ACPI spec clearly states we don't have | Mike Larkin |
2010-07-01 | do bufq quiesce again, since vnd/the bufq_done call in | Thordur I. Bjornsson |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | Simplified aml_parse_resource call, cleanup code | Jordan Hargrave |
2010-07-01 | Fix subordinate bus # for multi-root PCI buses | Jordan Hargrave |
2010-06-30 | Disable/partially backout the bufq quiesce changes as this | Thordur I. Bjornsson |
2010-06-30 | Cleaned up aml name parser, delete unused code | Jordan Hargrave |
2010-06-29 | Use new ACPI PCI mapping to get _PRT bus | Jordan Hargrave |
2010-06-29 | Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk) | Theo de Raadt |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-29 | Call bufq_quiesce() on suspend to stop all I/O and bufq_restart on resume. | Mark Kettenis |
2010-06-29 | 60 is a more reasonable guess for number of minutes in an hour than 100. | Ted Unangst |
2010-06-28 | KNF | Jordan Hargrave |
2010-06-28 | Add definitions for Intel/AMD IOMMU ACPI tables | Jordan Hargrave |
2010-06-27 | Change ACPI namespace to use SIMPLEQ macros | Jordan Hargrave |
2010-06-27 | Add _acpi_matchhids routine, precursor to pci device match | Jordan Hargrave |
2010-06-27 | Clear ACPI fixed event status on resume (power buttons/etc) so that some | Mike Larkin |
2010-06-27 | Cleanup aml_find_node calls | Jordan Hargrave |
2010-06-27 | Cleaned up acpi_maptable, adds to table list directly | Jordan Hargrave |
2010-06-19 | Fix reference counting panic for CondRef | Jordan Hargrave |
2010-05-17 | Put the name string on the stack. | Nicholas Marriott |
2010-04-07 | If we have done a wsdisplay_suspend(), and ACPI decides it does not want to | Theo de Raadt |
2010-04-07 | Make suspend/resume work on MP machines (running an MP kernel). Joint work | Mark Kettenis |
2010-03-31 | Bring /dev/apm support in line with apm(4). Make the suspend button send | Mark Kettenis |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |