| Age | Commit message (Expand) | Author |
| 2021-01-25 | Add "cookietype" to i2c attach args, so the consumer knows if ia_cookie | jmcneill |
| 2021-01-25 | Configure clocks and enable NXP Layerscape quirks in motoi2c | jmcneill |
| 2021-01-24 | Add support for NXP Layerscape I2C controllers. | jmcneill |
| 2021-01-24 | Attach dwiic(4) to AMD FCH I2C controllers. These busses are separate | jmcneill |
| 2021-01-20 | Remove the virtio child driver finalisation check KASSERT that, while it | reinoud |
| 2021-01-20 | Add VirtIO PCI v1.0 attachments and fix the drivers affected. | reinoud |
| 2021-01-16 | Match PNP0C31 as a TPM 1.2 device. Works on my ThinkPad X260, and | thorpej |
| 2021-01-14 | Use acpi_dsm() in acpi_usb_post_reset(). | thorpej |
| 2021-01-14 | In acpi_pci_ignore_boot_config(), use acpi_dsm() and add some comments | thorpej |
| 2021-01-14 | - Add a new routine, acpi_pack_compat_list(), that packs the _HID | thorpej |
| 2020-12-13 | acpi: Add support for Collaborative Processor Performance Control (CPPC). | jmcneill |
| 2020-12-13 | acpi: Add support for ACPI Platform Communications Channel (PCC). | jmcneill |
| 2020-12-13 | Add MI support for attaching drivers to arbitrary System Description | jmcneill |
| 2020-12-13 | Add missing include | martin |
| 2020-12-11 | Fix editor mishap in r1.18 | martin |
| 2020-12-07 | acpicpu: Add support for ACPI P-states and T-states on Arm. | jmcneill |
| 2020-12-07 | Fix 32-bit build. | jmcneill |
| 2020-12-06 | Fix typo in comment | jmcneill |
| 2020-12-06 | acpi: Use acpi_intr_establish to install interrupt handlers | jmcneill |
| 2020-12-06 | acpi: remove unused acpi_quirks_osi_* functions | jmcneill |
| 2020-12-06 | acpi: add character device for accessing ACPI tables | jmcneill |
| 2020-11-08 | Ignore PNP0001 (EISA interrupt controller) and PNP0C02 (motherboard | jmcneill |
| 2020-10-27 | Report HW DMA capability and if the DMA tag limits it. | skrll |
| 2020-10-24 | Test the 64bit dma tag with BUS_DMA_TAG_VALID before using it. | skrll |
| 2020-10-24 | Fix DMA size reporting. Previously it could report 64bit DMA when the tag | skrll |
| 2020-10-24 | Use the 64bit DMA tag if its valid. | skrll |
| 2020-10-23 | Use MI acpi_intr_establish_irq instead of MD intr_establish | jmcneill |
| 2020-10-23 | Add acpi_intr_establish_irq, which is like acpi_intr_establish except | jmcneill |
| 2020-08-24 | s/ressource/resource/. No functional change. | msaitoh |
| 2020-07-08 | Update for proplib API changes. | thorpej |
| 2020-07-07 | Overhaul the interface to pci_configure_bus(): | thorpej |
| 2020-06-30 | Only need to set brightness if reading the initial state fails | sborrill |
| 2020-06-22 | Fix memory leak. Found by kLSan. | maxv |
| 2020-06-15 | only install space handler and enable interrupt for EC if ACPI | jdolecek |
| 2020-06-11 | Update for proplib(3) API changes. | thorpej |
| 2020-06-08 | Update for proplib(3) API changes. | thorpej |
| 2020-06-04 | Nix trailing whitespace. NFCI. | riastradh |
| 2020-05-31 | Disable read of the ACPI timer during idle, fixing performance degradation | ad |
| 2020-05-29 | For struct timecounter, use C99 initializers. | rin |
| 2020-05-25 | Improve RGMII TX / RX delay handling, from OpenBSD. | jmcneill |
| 2020-05-17 | With the recent change of the EC address space handler, we no longer get | mlelstv |
| 2020-05-08 | expose acpi_pcidev_pciroot_bus | jmcneill |
| 2020-05-04 | constify | jdolecek |
| 2020-04-28 | Demote "unknown output device" message from error to debug, and change | jmcneill |
| 2020-04-28 | kern/55206: acpibat reporting broken by acpi_ec.c r1.81 | jmcneill |
| 2020-04-16 | Revert previous for now: | rin |
| 2020-04-16 | Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by | rin |
| 2020-04-15 | Use 64-bit DMA if available | jmcneill |
| 2020-04-13 | Work around a compiler issue when building on aarch64 with KUBSAN. | jmcneill |
| 2020-04-12 | Reject overly large widths, from mlelstv. | riastradh |