| Age | Commit message (Expand) | Author |
| 2020-04-12 | KNF | riastradh |
| 2020-04-12 | Revert acpi_ec.c 1.76. | riastradh |
| 2020-04-12 | Revert acpi_ec.c 1.77. | riastradh |
| 2020-04-09 | Stop walking MADT / GTDT subtables if we hit a header with length 0 | jmcneill |
| 2020-03-23 | in acpi_debug_init(), the string we extract from the dictionary is | chs |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-02-22 | Add ACPI glue for Broadcom GENETv5 | jmcneill |
| 2020-02-02 | Add acpimcfg_conf_valid helper for pcie controllers with nonstandard | jmcneill |
| 2020-02-01 | fix build | tnn |
| 2020-02-01 | use designated initializers | christos |
| 2020-02-01 | appease -Werror=missing-field-initializers | jmcneill |
| 2020-02-01 | Add NXP/Freescale ESDHC specific support | jmcneill |
| 2020-02-01 | Use acpi_match_hid to match both _HID and _CID | jmcneill |
| 2020-01-31 | Match HID 808622B7 (DesignWare USB3) | jmcneill |
| 2020-01-21 | Choose between dmat and dmat64, instead of relying on subregion of the 32-bit... | jmcneill |
| 2020-01-18 | Ignore PCI boot config unless the _DSM for ignoring PCI boot config is | jmcneill |
| 2020-01-17 | Add support for Arm N1 SDP PCIe host controller. | jmcneill |
| 2020-01-13 | apply FreeBSD revs r214848 and r214849: | chs |
| 2019-12-31 | Rely on 32/64-bit overflow to calculate translation offsets. Store this | jmcneill |
| 2019-12-31 | Include device decoding type in acpi_mem resources | jmcneill |
| 2019-12-31 | Fetch bus_dma tags when acpi devnodes are created. They do not change | jmcneill |
| 2019-12-31 | Free buffers only when allocated. | mlelstv |
| 2019-12-30 | Hide ACPI0004 devices on aarch64 | jmcneill |
| 2019-12-30 | MD code may allocate a new dma tag for attach args, so destroy it if the devi... | jmcneill |
| 2019-12-29 | Allow MD code to provide custom bus_dma tags on a per-node basis. On Arm | jmcneill |
| 2019-12-29 | Add support for reading _DSD string property values. | jmcneill |
| 2019-12-29 | Read clock frequency from device properties | jmcneill |
| 2019-12-27 | Redo the page allocator to perform better, especially on multi-core and | ad |
| 2019-12-22 | Cleanup i2c bus acquire / release, centralizing all of the logic into | thorpej |
| 2019-12-22 | Avoid doing zero sized allocations if we get bad data. | ad |
| 2019-12-22 | Add acpi_intr_mask() and acpi_intr_unmask() which, following the pre-existing | thorpej |
| 2019-12-06 | Minor changes, reported by the LGTM bot. | maxv |
| 2019-12-04 | Finally fix problem discussed in this old thread: | bouyer |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-15 | convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures. | chs |
| 2019-10-14 | The MCFG base address field is the physical address of the base of mmio | jmcneill |
| 2019-10-09 | Provide a better abstraction for the TPM interface. Report it in the ioctl. | maxv |
| 2019-10-09 | Add suspend support for TPM 2.0 chips. Check the TPM response also for 1.2 | maxv |
| 2019-10-08 | Improvements in tpm(4): | maxv |
| 2019-10-01 | in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP | chs |
| 2019-09-28 | joshua stein, PR kern/54493: acpi_i2c uses incorrect arguments for _DSM call | bouyer |
| 2019-09-23 | Match APMC0D0F compatible string. | jmcneill |
| 2019-08-11 | Appease GCC maybe-uninitialized for optimization level -Os on amd64. | rin |
| 2019-08-06 | - Make the case that width < 8 behave as the same as before. Pointed out by | msaitoh |
| 2019-08-05 | - Fix a bug that acpiec_space_handler() doesn't access more than 64bit | msaitoh |
| 2019-08-05 | Fix undefined behavior in thinkpad_mask_init(). Found by kUBSan. | msaitoh |
| 2019-06-22 | Use bus_dmatag_subregion to get a 32-bit tag | jmcneill |
| 2019-06-22 | Revamp the TPM driver | maxv |
| 2019-06-19 | Conditionally use a 32- or 64-bit DMA tag based on HCCPARAMS | jmcneill |
| 2019-05-28 | s/recieve/receive/ | msaitoh |