| Age | Commit message (Expand) | Author |
| 2021-12-24 | Add ohci at acpi bindings. No known PNP IDs for this, so match using _CLS | jmcneill |
| 2021-12-22 | Three fixes | skrll |
| 2021-12-20 | KNF. Same binary before and after. | skrll |
| 2021-12-20 | Fix struct member prefix to be consistent. same code before and after. | skrll |
| 2021-12-19 | Tweak comments. | skrll |
| 2021-12-19 | Trailing whitespace | skrll |
| 2021-12-12 | fix various typos in comments. | andvar |
| 2021-12-07 | fix various typos, mainly in comments. | andvar |
| 2021-11-14 | tpm@acpi: Require only one locality's worth of register space. | riastradh |
| 2021-11-01 | fix typos, mainly in words minimum and maximum, but also few others. | andvar |
| 2021-10-23 | Poll only if we don't have an IRQ resource. | jmcneill |
| 2021-10-22 | rename "setup_interrupts" to "alloc_interrupts" | yamaguchi |
| 2021-10-21 | acpi: com: Honour the reg-shift property | jmcneill |
| 2021-10-15 | Convert some debug messages to aprint_debug | jmcneill |
| 2021-10-07 | Also print the device name with aprint_naive, like wss@pnpbios does. | uwe |
| 2021-10-06 | Don't use aprint_normal_dev("") to print the device name. | uwe |
| 2021-10-06 | Fix KASSERT triggered when attaching opl at wss. | uwe |
| 2021-09-15 | Adjust the device_call() calling convention so as to provide type checking | thorpej |
| 2021-09-03 | fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ | andvar |
| 2021-08-21 | fix mainly same typos as in my previous commit but outside sys/dev/dm. | andvar |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2021-08-09 | Fix CVS eff-up. | thorpej |
| 2021-08-09 | Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2, | thorpej |
| 2021-08-07 | acpi: expose acpimcfg_configure_bus_cb | jmcneill |
| 2021-08-07 | acpi: Add acpi_resource_parse_any(). | jmcneill |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-25 | acpi_timer: use ACPI-Fast if WAET timer one read flag is set | jmcneill |
| 2021-07-24 | acpi: /dev/acpi: fix bounds check when reading tables | jmcneill |
| 2021-05-30 | thinkpad(4): Fix evaluation of MHKA on version 2 devices. | riastradh |
| 2021-05-29 | Add some more Thinkpad hotkeys. | riastradh |
| 2021-05-29 | thinkpad(4): Add dtrace probe for hotkey events. | riastradh |
| 2021-05-29 | thinkpad(4): Attach at LEN0268 with v2 Thinkpad hotkeys too. | riastradh |
| 2021-05-12 | - Define a device call for PCI bus instances to fetch a direct child's | thorpej |
| 2021-05-03 | genet(4): Add support for rnd(9). | rin |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-03-25 | Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags. | rin |
| 2021-02-05 | Assign device handles to "at acpi" and "at pci" devices in | thorpej |
| 2021-02-05 | ACPI device handle implementation. | thorpej |
| 2021-02-04 | Use acpi_compatible_match(). | thorpej |
| 2021-02-04 | Add acpi_device_register(). Just a placeholder for now. | thorpej |
| 2021-01-29 | Use acpi_compatible_match(). | thorpej |
| 2021-01-29 | Use acpi_compatible_match() / acpi_compatible_lookup(). | thorpej |
| 2021-01-29 | Use acpi_compatible_match(). | thorpej |
| 2021-01-29 | Use acpi_compatible_match(). | thorpej |
| 2021-01-27 | Introduce weighted matching for ACPI autoconfiguration, and provide | thorpej |
| 2021-01-26 | Trailing whitespace | skrll |
| 2021-01-26 | KNF | skrll |
| 2021-01-26 | Don't map ACPI _HID / _CID strings to "compatible" strings from the | thorpej |
| 2021-01-26 | build fix | jmcneill |
| 2021-01-26 | Add a device_t parameter to acpi_enter_i2c_devs. If non-NULL, all child | jmcneill |