Age | Commit message (Expand) | Author |
2016-01-12 | Add dwiic, a driver for the Synopsys DesignWare i2c controller found | Joshua Stein |
2016-01-10 | Introduce acpi_intr_establish(9), an API to establish interrupt handlers for | Mark Kettenis |
2016-01-09 | Initial support for Hardware-Reduced ACPI. This skips the legacy mode checks | Mark Kettenis |
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin |
2014-11-22 | Split the MP trampoline into two pages, one for code and one for data/stack | Mike Larkin |
2014-01-05 | Don't use the first 64KB for anything, including tramps. Move tramps and | Mike Larkin |
2013-11-06 | Add support for Power Resources for Dx states and the necessary hook | Martin Pieuchot |
2012-11-27 | Add acpi_{acquire,release}_glk locking functions. | Paul Irofti |
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 |
2011-04-15 | Remove the acpi event definitions. They've not been used for over a | Owain Ainsworth |
2011-04-06 | Don't enumerate _DOD for attaching acpivout(4), since: | Martynas Venckus |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2010-10-31 | Revert last commit: it breaks resume on Thinkpads | Philip Guenthe |
2010-10-26 | Add task queue for ACPI gpe and notify handlers | Jordan Hargrave |
2010-08-08 | Close race between the acpi thread and wscons ioctls running in process | Mark Kettenis |
2010-08-07 | Enforce acpi register access rescrictions. | Mark Kettenis |
2010-08-05 | PM1 power button events were generating 'fake events' to acpibtn PWRB, | 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-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-13 | rename some thread related interfaces so they are logical | 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-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 |
2009-11-26 | Visual (and on some machines, audio) feedback while the machine is | Mike Larkin |
2009-11-23 | Remove ACPI_SLEEP_ENABLED checks. | Paul Irofti |
2009-11-23 | Add missing acpivar.h changes from previous commit. | Mike Larkin |
2009-11-02 | Remove unused member(s) of `struct acpi_softc'. | Mark Kettenis |
2009-10-26 | Verify checksum+address when loading ACPI tables. | Jordan Hargrave |
2009-10-15 | Implement passive cooling for acpitz; works for some overheating machines | Jordan Hargrave |
2009-09-04 | Add common framework for storing device lists | Jordan Hargrave |
2009-06-03 | Add acpivideo support. This adds brightness support for all laptops | Paul Irofti |
2009-04-17 | Add device ranking support for future sleep/wake developments. | Paul Irofti |
2009-02-19 | suspend/resume bits so that we can develop this in tree. This is disabled. | Marco Peereboom |
2009-01-20 | Install ACPI S3 resume trampoline code in a lowmem page. First part | Mike Larkin |
2008-11-06 | Collapse all sanity checks of hids into one function. | Marco Peereboom |
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-11-25 | When available and ACPI is enabled use the ACPI reset method | Jonathan Gray |
2007-11-19 | supply a place to store acpi version; from jsg | Theo de Raadt |
2007-11-15 | Make acpicpu(4) attach to the existing CPUs only. | Mike Belopuhov |
2007-11-12 | spacing | Theo de Raadt |
2007-11-03 | Added support for displaying wakeup devices | Jordan Hargrave |
2007-05-31 | Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to | Gordon Willem Klok |
2007-02-19 | Added acpi_map_address function for mapping GAS/IO registers | Jordan Hargrave |
2007-01-31 | Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and Voltage | Gordon Willem Klok |
2006-12-26 | Add polling to devices that require it such as acpibat and acpitz. | Marco Peereboom |