Age | Commit message (Expand) | Author |
2020-11-17 | Add ACPI support to imxiic(4). | Patrick Wildt |
2020-11-15 | Add acpige(4), a driver for ACPI generic event devices. This is a rather | Patrick Wildt |
2020-11-15 | Add pchgpio(4), a driver for the GPIO controllers found on modern Intel | Mark Kettenis |
2020-10-27 | Adding IOMMU support for AMD Vi and Intel VTD (disabled) | Jordan Hargrave |
2020-10-25 | Unbreak brightness setting on MacBooks introduced by abl(4). | Marcus Glocker |
2020-09-27 | Add workaround for Lenovo X1 gen 8 which has AML that tries to invoke | Mark Kettenis |
2020-09-27 | Make sure acpicpu(4) doesn't attach to Processor nodes that happen to have | Mark Kettenis |
2020-09-16 | disable acpivout brightness control on machines aware of Windows 8 | Jonathan Gray |
2020-09-16 | Add a command explaining that this driver uses the ACPI SMI command port | Mark Kettenis |
2020-09-15 | abl(4) is a new driver to control the backlight brightness on Intel based | Marcus Glocker |
2020-09-15 | Add acpi_ivhd_ext definitions to acpireg.h | Jordan Hargrave |
2020-09-13 | The SMC base address and i/o region size is now queried by acpi(4) and | Marcus Glocker |
2020-09-12 | Make asmc(4) attach through acpi(4) instead of isa(4). | Marcus Glocker |
2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-08-27 | Reorder the acpi attach process so we look at Processor() CPU nodes | Jonathan Matthew |
2020-08-26 | Let aml_copyvalue() handle AML_OBJTYPE_DEVICE. | Mark Kettenis |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-08-22 | Don't complain when child nodes don't have a _CRS method. This happens for | Mark Kettenis |
2020-08-16 | Remove sc_maxgpe from acpi_softc which was never read from | gnezdo |
2020-08-10 | Remove the acpicpu_sc array and instead locate acpicpu instances using | Jonathan Matthew |
2020-07-23 | match on AMDI0010 | Jonathan Gray |
2020-07-21 | acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for | Theo de Raadt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-20 | Shifts (<<) of more than 32 bits must be done on 64-bit values. | Kenneth R Westerback |
2020-06-17 | needs param.h, not types.h | Theo de Raadt |
2020-06-10 | Give userland a consistent battery and A/C state after resume | Jeremie Courreges-Anglas |
2020-06-02 | disable debugging by default and only print unknown events when | Joshua Stein |
2020-06-02 | add acpihid(4) for ACPI HID event and 5-button array devices | Joshua Stein |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-27 | limit clflush before monitor errata workaround to Intel | Jonathan Gray |
2020-05-22 | Use the parsed address and interrupt information from | Mark Kettenis |
2020-05-19 | Don't provide backlight control if the list returned by _BCL is empty. | Mark Kettenis |
2020-05-14 | Bring back the acpi(4) changes. This time around only use the ACPI _CRS | Mark Kettenis |
2020-05-11 | More accurate remaining power reporting with disparate batteries | Jeremie Courreges-Anglas |
2020-05-09 | aml_die() doesn't return, hint the compiler | Jeremie Courreges-Anglas |
2020-05-09 | No need to look at _STA here, all we care about is _PSR. | Jeremie Courreges-Anglas |
2020-05-08 | Move parsing of _CRS into acpi(4) and pass the parsed address and interrupt | Mark Kettenis |
2020-04-19 | Move logic to change brightness level in reasonable steps from acpivout(4) | Mark Kettenis |
2020-04-18 | Remove useless return statement. | Mark Kettenis |
2020-04-14 | Add bse(4), a driver for the Broadcom GENET v5 network interface found on | Mark Kettenis |
2020-04-14 | Implement acpi_getprop(), the ACPI equivalent of OF_getprop(). | Mark Kettenis |
2020-04-12 | Add support for the _CCA method. This method indicates whether DMA is | Mark Kettenis |
2020-04-11 | Use acpi_getsta(); avoids printing "no _STA method" messages and assumes | Mark Kettenis |
2020-04-10 | The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord() | Mark Kettenis |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-06 | acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-04-06 | Update my email address. | Paul Irofti |
2020-04-03 | Fix incoherencies of errors returned by various *kqfilter routines. | Martin Pieuchot |
2020-03-29 | Add glue to make ipmi(4) attach to FDT. | Mark Kettenis |