| Commit message (Expand) | Author | Age | Files | Lines |
| * | Handle systems, such as the Dell Precision 3640, that access |  kettenis | 2021-03-30 | 1 | -19/+87 |
| * | Pack the SPCR struct definition since the struct isn't naturally aligned |  patrick | 2021-03-23 | 1 | -2/+2 |
| * | Fix previous (1.258). It breaks if localX itself is an object reference. |  yasuoka | 2021-03-18 | 1 | -2/+5 |
| * | Add acpi_iommu_device_map(), which replaces the DMA tag with one that |  patrick | 2021-03-15 | 2 | -2/+6 |
| * | Add the IORT structure for named components. These give us the stream ids |  patrick | 2021-03-15 | 1 | -5/+13 |
| * | Handle named references in acpi_getdevlist(). Fixes a regression in acpitz |  tobhe | 2021-03-10 | 1 | -1/+11 |
| * | Our ACPI namerefs are pointers to the byte structures for ACPI names. |  patrick | 2021-03-10 | 6 | -15/+20 |
| * | Fix typo for ATS attribute member in IORT root complex struct. |  patrick | 2021-03-10 | 1 | -2/+2 |
| * | Add support for sdhc(4) on Raspberry Pi in ACPI mode. |  kettenis | 2021-03-08 | 1 | -2/+8 |
| * | Fix aml_store() to work properly when the lvalue is a reference of |  yasuoka | 2021-03-07 | 1 | -3/+4 |
| * | Pass standard DMA tag to acpi(4) table drivers. |  patrick | 2021-03-07 | 1 | -1/+2 |
| * | timecounting: use C99-style initialization for all timecounter structs |  cheloha | 2021-02-23 | 2 | -18/+18 |
| * | remove unused acpiec_lock() acpiec_unlock() functions |  jsg | 2021-02-23 | 1 | -28/+1 |
| * | tpm(4): fix delay units |  cheloha | 2021-01-28 | 1 | -18/+9 |
| * | Fix IORT struct for Context and PMU interrupts. I misread bytes with bits. |  patrick | 2021-01-23 | 1 | -7/+5 |
| * | Add defines for the various ARM SMMU models. |  patrick | 2021-01-17 | 1 | -2/+8 |
| * | Add IORT structs for ARM SMMU versions 1 and 2. |  patrick | 2021-01-15 | 1 | -1/+35 |
| * | Split the IORT struct into two, as the current version not only contained |  patrick | 2021-01-15 | 1 | -1/+4 |
| * | Add IORT id for ARM SMMUv3. |  patrick | 2021-01-15 | 1 | -1/+2 |
| * | Move IO Remapping Table (IORT) struct defines to the common ACPI header |  patrick | 2021-01-15 | 1 | -1/+34 |
| * | Some BIOS seem to provide memory regions <16M in their reserved memory |  patrick | 2021-01-14 | 1 | -5/+7 |
| * | acpi_map_address() cannot be wrapped by SMALL_KERNEL anymore, as |  deraadt | 2020-12-27 | 1 | -3/+3 |
| * | Refactor klist insertion and removal |  visa | 2020-12-25 | 1 | -3/+3 |
| * | Extract clock frequency from _DSD properties. |  patrick | 2020-12-24 | 1 | -1/+3 |
| * | Implement capability register overrides based on _DSD properties. |  kettenis | 2020-12-24 | 1 | -2/+11 |
| * | Fix some issues with referencing named ACPI nodes from Packages. |  kettenis | 2020-12-17 | 6 | -58/+65 |
| * | avoid uninitialised var by using dma tag from attach args |  jsg | 2020-12-12 | 1 | -2/+3 |
| * | The asmc sensor update task currently consumes ~50ms on each refresh cycle |  mglocker | 2020-12-12 | 1 | -18/+25 |
| * | Initialize handled |  gnezdo | 2020-12-07 | 1 | -2/+2 |
| * | Implement acpi_intr_disestablish() for arm64. |  kettenis | 2020-12-06 | 1 | -1/+2 |
| * | Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller. |  kettenis | 2020-12-06 | 3 | -4/+294 |
| * | Add support for the _EVT method to the GPIO support code. |  kettenis | 2020-12-05 | 1 | -3/+12 |
| * | Add ACPI support to imxiic(4). |  patrick | 2020-11-17 | 2 | -1/+235 |
| * | Add acpige(4), a driver for ACPI generic event devices. This is a rather |  patrick | 2020-11-15 | 2 | -1/+134 |
| * | Add pchgpio(4), a driver for the GPIO controllers found on modern Intel |  kettenis | 2020-11-15 | 2 | -1/+369 |
| * | Adding IOMMU support for AMD Vi and Intel VTD (disabled) |  jordan | 2020-10-27 | 4 | -1/+3826 |
| * | Unbreak brightness setting on MacBooks introduced by abl(4). |  mglocker | 2020-10-25 | 1 | -1/+7 |
| * | Add workaround for Lenovo X1 gen 8 which has AML that tries to invoke |  kettenis | 2020-09-27 | 1 | -1/+4 |
| * | Make sure acpicpu(4) doesn't attach to Processor nodes that happen to have |  kettenis | 2020-09-27 | 1 | -2/+4 |
| * | disable acpivout brightness control on machines aware of Windows 8 |  jsg | 2020-09-16 | 3 | -27/+71 |
| * | Add a command explaining that this driver uses the ACPI SMI command port |  kettenis | 2020-09-16 | 1 | -3/+6 |
| * | abl(4) is a new driver to control the backlight brightness on Intel based |  mglocker | 2020-09-15 | 2 | -1/+227 |
| * | Add acpi_ivhd_ext definitions to acpireg.h |  jordan | 2020-09-15 | 1 | -2/+21 |
| * | The SMC base address and i/o region size is now queried by acpi(4) and |  mglocker | 2020-09-13 | 1 | -4/+1 |
| * | Make asmc(4) attach through acpi(4) instead of isa(4). |  mglocker | 2020-09-12 | 2 | -1/+750 |
| * | Include <sys/systm.h> directly instead of relying on hidden UVM includes. |  mpi | 2020-09-11 | 1 | -4/+5 |
| * | Reorder the acpi attach process so we look at Processor() CPU nodes |  jmatthew | 2020-08-27 | 3 | -6/+17 |
| * | Let aml_copyvalue() handle AML_OBJTYPE_DEVICE. |  kettenis | 2020-08-26 | 2 | -2/+17 |
| * | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 3 | -9/+3 |
| * | Don't complain when child nodes don't have a _CRS method. This happens for |  kettenis | 2020-08-22 | 1 | -6/+4 |