Age | Commit message (Expand) | Author |
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 |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-19 | fix up unbalanced format strings | Jonathan Gray |
2011-06-17 | Unbreak tree. $OpenBSD$ tag needs to be in a comment! Bad | Kenneth R Westerback |
2011-06-16 | Import acpitoshiba driver. | Paul Irofti |
2011-06-15 | Silence unneeded conversion warning. Okay jordan@. | Paul Irofti |
2011-06-15 | try to make critical messages make more sense. help from sthen. | Marco Peereboom |
2011-06-08 | Use static scope during AML disassembly, fixes splassert error | Jordan Hargrave |
2011-06-06 | Microphone mute button support from acpithinkpad (or elsewhere). | Theo de Raadt |
2011-06-03 | Change acpi_xfoo to acpi_foo names. | Jordan Hargrave |
2011-06-03 | Track depth of scope stack | Jordan Hargrave |
2011-06-03 | Remove unused structure members. Add depth field. | Jordan Hargrave |
2011-06-02 | Fix index for Mid() opcode | Jordan Hargrave |
2011-06-02 | Fix CondRef definition to support optional target. Fixes docking on Dell E4310 | Jordan Hargrave |
2011-05-29 | Ignore errors from the UCMS method. Some newer (really crappy, stay | Theo de Raadt |
2011-05-23 | Remove leftover include. | Paul Irofti |
2011-05-23 | Do not check malloc return value against NULL, as M_WAITOK is used. | Paul Irofti |
2011-04-27 | attach acpithinkpad to newer lenovo models like the x120e | joshua stein |
2011-04-22 | Fix uninitialzied variables and formatting strings (-Wxxx errors) | Jordan Hargrave |
2011-04-19 | clean out some tiny nits | Theo de Raadt |
2011-04-18 | Change all aml_xfoo to aml_foo names now that parser is stable | Jordan Hargrave |