Age | Commit message (Expand) | Author |
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 |
2012-07-13 | Disable acpivideo(4) on ASUS laptops. | Paul Irofti |
2012-07-13 | Make the ACPI EC aware of the AML global lock. | Paul Irofti |
2012-07-11 | for now, restrict hibernate to root in the acpi ioctl kernel interface. | Mike Larkin |
2012-07-10 | Ooops. A debug printf sneaked in. Sorry about that. | Paul Irofti |
2012-07-10 | More wraping and style. | Paul Irofti |
2012-07-10 | Wrap | Paul Irofti |
2012-07-09 | tiny little oops in untested hibernate block | Theo de Raadt |
2012-07-09 | clean up ioctl() case statements | Theo de Raadt |
2012-07-09 | acpi_disable_onegpe() is not used; ok pirofti | Theo de Raadt |
2012-05-24 | If _MIN > _MAX consider a WordBus resource to be invalid. Fixes a panic on | Mark Kettenis |
2012-03-29 | Missing #ifdef in previous diff | Mike Larkin |
2012-03-29 | Prevent hibernation attempts on machines with unsupported disk controllers. | Mike Larkin |
2012-03-26 | simplify conditionals in acpi_sleep_state() | Theo de Raadt |
2012-03-26 | hook in the hibernate request code; half of this diff is from mlarkin | Theo de Raadt |
2012-03-15 | Allow multiple backslashes at the start of a namespace path. It is pretty | Mark Kettenis |
2012-03-10 | Seems the _REG method is optional, so only run it if it is present. | Mark Kettenis |
2012-03-10 | AML integers are supposed to be 64-bit unsigned, but huge parts of our code | Mark Kettenis |
2012-01-07 | Add X2APIC-related definitions for the MADT and silently skip them instead | Mark Kettenis |
2011-10-21 | Set mp_nbusses such that the newly added bounds checks on i386 and amd64 | Mark Kettenis |
2011-10-16 | Provide battery charge/discharge rate in proper units. | Mark Kettenis |
2011-09-20 | Very early in suspend while the clock is still ticking realtime, | Theo de Raadt |