Age | Commit message (Expand) | Author |
2014-03-13 | Update the _OSI list to include newer Redmond products which may be requested | Bryan Steele |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-05 | force cfattach decl to same form as others | Theo de Raadt |
2014-02-21 | Do the lid control further on in the resume sequence, since this is | Theo de Raadt |
2014-02-21 | these two drivers should be doing their repair at DVACT_WAKEUP time | Theo de Raadt |
2014-02-21 | remove stray printf; ok pirofti | Theo de Raadt |
2014-01-30 | The activate function was registered as a detach function. | Paul Irofti |
2014-01-20 | Instead of checking sc->sc_revision <= 1 check that the | Claudio Jeker |
2014-01-05 | Don't use the first 64KB for anything, including tramps. Move tramps and | Mike Larkin |
2013-12-24 | If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardware | Mark Kettenis |
2013-12-23 | Revert previous commit. It makes resume hang on some MP systems running | Mark Kettenis |
2013-12-22 | Bail out early if the PCI bus number is -1. This means the hardware isn't | Mark Kettenis |
2013-12-21 | save/restore hpet configuration. Perhaps a little more than we | Theo de Raadt |
2013-12-19 | be more careful during suspend/resume cycles, as roughly detailed in the | Theo de Raadt |
2013-12-17 | do not put a second : in a dmesg line, use , instead | Theo de Raadt |
2013-12-16 | Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we need | Mark Kettenis |
2013-12-12 | Add db_vprintf(), and then use it in ACPI's db_disprint() instead of | Philip Guenther |
2013-12-12 | printf(variable) --> printf("%s", variable) | Philip Guenther |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-18 | format string cleanup | Theo de Raadt |
2013-11-06 | Add support for Power Resources for Dx states and the necessary hook | Martin Pieuchot |
2013-11-04 | Enable locking of fields using the acpi global lock if required. Seems to fix | Mark Kettenis |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-10-30 | Add "handling" for dock/undock events for non-ACPI docks to acpithinkpad. | Mike Larkin |
2013-10-19 | Support the hibernate key (Fn-F12) | Theo de Raadt |
2013-08-21 | Add an indicator sensor to acpibtnX reflecting lid status when available, | Landry Breuil |
2013-07-03 | fix: cast void * to char *, fix format args for (u)int64_t, | Stefan Fritsch |
2013-07-02 | If after processing an SCI event the SCI_EVT is no longer sent, we're done | Mark Kettenis |
2013-06-20 | Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD's | Martin Pieuchot |
2013-06-02 | support aml_store to a method object to override it | joshua stein |
2013-06-02 | The AML on the Lanner FW-8758 does a Store() to a named object that's never | Mark Kettenis |
2013-06-01 | Stop printing ACPI wakeup devices in dmesg after the 16th wakeup device. | Mike Larkin |
2013-05-31 | Fix the build for a kernel without wd and pciide in its config. | Alexander Bluhm |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-23 | Properly implement access to IndexField() field units. The origional code | Mark Kettenis |
2013-04-18 | pin the acpi thread to the BSP, because AML and SMI cannot be trusted. I | Theo de Raadt |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-04-02 | recognize and ignore power change event from newer thinkpads | joshua stein |
2013-03-22 | Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightness | Mark Kettenis |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2013-01-18 | acpi: add acpiec_lock and acpi_unlock routines. | Paul Irofti |
2013-01-18 | acpi: Add global lock enter and leave routines. | Paul Irofti |
2012-12-24 | In acpiioctl(), Return though the splx() path if suser() returns an error | Philip Guenthe |
2012-11-27 | Add acpi_{acquire,release}_glk locking functions. | Paul Irofti |
2012-10-31 | don't show Kelvin units, and don't be off by a factor of 10 either. | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-04 | Use information provided by ACPI to attach secondary PCI host bridges. | Christian Ehrhardt |
2012-09-07 | Add a new function called acpi_pci_min_powerstate() that returns the lowest | Mark Kettenis |
2012-08-16 | we are past the point where timecounters may disappear | Ted Unangst |
2012-07-16 | Add shorter form function aml_node_setval() for setting an int | Theo de Raadt |