Age | Commit message (Expand) | Author |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-12-31 | include sys/sensors.h for sensor use | Jonathan Gray |
2019-09-07 | Revert acpipci(4) changes. Too many systems are broken. We'll try again | Mark Kettenis |
2019-08-28 | Use ACPI information to attach PCI busses like we do on arm64. There are a | Mark Kettenis |
2019-08-27 | On amd64 the bootup and resume paths for SP/BP/SP were not performing | Theo de Raadt |
2019-07-02 | acpi_set_gpehandler: turn edge arg into flags, add support for | Joshua Stein |
2019-06-10 | Print proper ACPI version number. | Mark Kettenis |
2019-06-08 | When establishing the mapping between ACPI device nodes and PCI devices, | Mark Kettenis |
2019-06-07 | Introduce acpi_getsta() and use it to eliminate some duplicated code. | Mark Kettenis |
2019-05-12 | Make sure the extended PM register descriptions actually exist before | Mark Kettenis |
2019-05-12 | Add support for mapping ACPI PM registers using the "extended" gasio | Mark Kettenis |
2019-05-11 | Fix incorrect error message. | Lawrence Teo |
2019-05-08 | free size. the allocation is the header plus the length. | Ted Unangst |
2019-04-04 | Avoid potential null-pointer dereference. Found by Kent R. Spillner. | Mark Kettenis |
2019-01-20 | fix SMALL_KERNEL build after changes in rev 1.361 | Jonathan Gray |
2019-01-19 | Add a pwraction sysctl that controls what the power button does on acpi. | Ted Unangst |
2018-10-26 | Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSC | Mark Kettenis |
2018-08-30 | Move softbutton check before the check that skips attaching certain acpi | Mark Kettenis |
2018-08-25 | Match ACPI devices based on _CID if no match for _HID is found. | Mark Kettenis |
2018-08-19 | Add support for multiple PCI segments. Only really implemented for arm64 | Mark Kettenis |
2018-08-03 | Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoids | Mark Kettenis |
2018-07-10 | Make legacy interrupts work in acpipci(4). | Mark Kettenis |
2018-07-05 | Add acpipci(4), a driver that supports generic ECAM-compatible PCI host | Mark Kettenis |
2018-07-04 | Properly pass around the PCI "chipset tag" in acpi(4) and refactor | Mark Kettenis |
2018-07-01 | Move acpi(4) attach glue into acpi_machdep.c. | Mark Kettenis |
2018-07-01 | Add support for _DSD Device Properties. | Mark Kettenis |
2018-06-30 | Add intr_enable() function, intended for MI use to amd64 and i386 and use | Mark Kettenis |
2018-06-29 | Use <stdint.h> types. | Mark Kettenis |
2018-06-29 | ACPI: Allow (with warning) GPE handler reassignment, instead of returning | Mike Larkin |
2018-06-26 | knf | Mike Larkin |
2018-06-26 | Let acpi(4) pass down the bus dma tag. | Mark Kettenis |
2018-06-25 | Reorganize acpi(4) code a bit in preparation for upcoming arm64 support. | Mark Kettenis |
2018-05-20 | Wake up the acpi thread after scheduling a gpio event. | Mark Kettenis |
2018-05-17 | Sprinkle some #ifndef SMALL_KERNEL such that RAMDISK kernels cuild again. | Mark Kettenis |
2018-05-17 | Implement GenericSerialBus OpRegion support. | Mark Kettenis |
2018-03-27 | Add acpicmos(4), a driver that implements SystemCMOS OperationRegion | Mark Kettenis |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2018-02-08 | After flushing disks, try again to release all memory. We don't need to | Theo de Raadt |
2018-02-08 | Toss all releaseable memory, because fragmentation can get in the way | Theo de Raadt |
2018-02-08 | sr_quiesce() is a new approach for ensuring that softraid drains | Theo de Raadt |
2017-11-29 | Add support for GPIO-signaled events. | Mark Kettenis |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-11-14 | Add a few more PNP IDs to the skip lists. | Mark Kettenis |
2017-08-17 | Make dwiic(4) attach its ACPI parent dependencies. | Stefan Sperling |
2017-08-09 | Add "PNP0303" (8042 PS/2 Controller) to acpi_isa_hids[] | David Coppa |
2017-07-22 | acpibat: look for _BIX first before falling back on _BIF | Joshua Stein |
2017-07-20 | Start a list of isa(4) device names such that we can avoid printing them | Mark Kettenis |
2017-04-08 | Sensors are run as callbacks inside tasks. During suspend a sensor | Theo de Raadt |