Age | Commit message (Expand) | Author |
2022-02-14 | test the correct pointer for acpi_intr_establish() result | Jonathan Gray |
2022-02-10 | Embed klist head in acpi_softc to avoid explicit malloc. | Visa Hankala |
2022-02-09 | Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c | Theo de Raadt |
2022-02-09 | add Surface Go 3 hid to acpibat(4) | Dave Voutila |
2022-02-09 | add newline to acpitz(4) attach condition | Dave Voutila |
2022-02-08 | The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing. | Theo de Raadt |
2022-02-04 | set the APM_BATT_CHARGING state if the battery is being charged and try | Robert Nagy |
2022-02-02 | acpi_addtask() calls malloc() w/ M_NOWAIT (because some calls come from | Theo de Raadt |
2022-02-01 | GPE_DIRECT is calling the AML parser from interrupt context, which is | Theo de Raadt |
2022-01-26 | An ACPI device needs to be both present and enabled for it to function. | Mark Kettenis |
2022-01-18 | Improve how quirks are handled on sdhc(4)-compatible drivers. So far | Patrick Wildt |
2022-01-12 | Make acpi_getpropint() return uint64_t, as ACPI integers are in fact that | Patrick Wildt |
2022-01-09 | spelling | Jonathan Gray |
2022-01-04 | acpi_getprop() needs to actually make sure that we're looking at the | Patrick Wildt |
2022-01-02 | preferense -> preference | Jonathan Gray |
2021-12-29 | Allow ohci(4) and ehci(4) to attach to acpi(4). | Patrick Wildt |
2021-12-29 | acpi_intr_disestablish() is available on all our ACPI platforms which | Patrick Wildt |
2021-12-26 | Add address locators for the ACPI "bus" and use these to fix the order of | Mark Kettenis |
2021-12-21 | Move checks on attach arguments from attach into match. | Mark Kettenis |
2021-12-21 | Rename local variable intrfn to intr, matches what dev/fdt/com_fdt.c | Anton Lindqvist |
2021-12-21 | Do not attach com at acpi when there's no address or irq present. Fixes | Anton Lindqvist |
2021-12-16 | Attach com over acpi on amd64. Some hardware uses a different interrupt | Anton Lindqvist |
2021-12-09 | Broken ACPI tables containing scopes that are larger than their outer shell | Patrick Wildt |
2021-12-07 | Fix typo in Tiger Lake H configuration. | Mark Kettenis |
2021-12-07 | print the failed method number | Theo de Raadt |
2021-12-07 | Fix parsing of SR_IRQ resource descriptors here as well. | Mark Kettenis |
2021-12-07 | Fix parsing of SR_IRQ resource descriptors. | Mark Kettenis |
2021-11-02 | knf | Theo de Raadt |
2021-10-30 | Change hw.perfpolicy=auto by default, at startup. If the system has AC | Theo de Raadt |
2021-10-23 | tpm(4): add support for tpm2 CRB interface | Dave Voutila |
2021-09-29 | Add support for Cannon Lake H and Tiger Lake H platforms. | Mark Kettenis |
2021-09-21 | During resume, also restore pins that we configured as GPIO interrupt pins. | Mark Kettenis |
2021-09-18 | Work around a BIOS bug on Lenovo Thinkpads based on Intel's Tiger Lake | Mark Kettenis |
2021-09-11 | Identify TPM2.0 devices and perform the 2.0-specific "suspend" command | Theo de Raadt |
2021-08-30 | Remove magic offset from data structures. This makes it much easier to | Mark Kettenis |
2021-08-24 | Fix ping group offsets. | Mark Kettenis |
2021-08-24 | Fix compilation with debug enabled. | Patrick Wildt |
2021-08-10 | Add Tiger Lake LP (INT34C5) support | Joshua Stein |
2021-08-01 | whitespace | Mark Kettenis |
2021-07-24 | The I2C controller's clock- and bitrate properties used different naming | Patrick Wildt |
2021-07-20 | Fix trailing whitespace in a few places. | Mike Larkin |
2021-05-22 | Fix aml_rwgsb(). My interpretation of the ACPI standard turned out to be | Mark Kettenis |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-05-16 | correct prototype of acpi gpio intr_establish functions | Jonathan Gray |
2021-05-09 | Some x86 machines advertise the "hardware reduced" ACPI feature, advertise | Mark Kettenis |
2021-03-30 | Handle systems, such as the Dell Precision 3640, that access | Mark Kettenis |
2021-03-23 | Pack the SPCR struct definition since the struct isn't naturally aligned | Patrick Wildt |
2021-03-18 | Fix previous (1.258). It breaks if localX itself is an object reference. | YASUOKA Masahiko |
2021-03-15 | Add acpi_iommu_device_map(), which replaces the DMA tag with one that | Patrick Wildt |
2021-03-15 | Add the IORT structure for named components. These give us the stream ids | Patrick Wildt |