index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
Age
Commit message (
Expand
)
Author
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
2021-03-10
Handle named references in acpi_getdevlist(). Fixes a regression in acpitz
tobhe
2021-03-10
Our ACPI namerefs are pointers to the byte structures for ACPI names.
Patrick Wildt
2021-03-10
Fix typo for ATS attribute member in IORT root complex struct.
Patrick Wildt
2021-03-08
Add support for sdhc(4) on Raspberry Pi in ACPI mode.
Mark Kettenis
2021-03-07
Fix aml_store() to work properly when the lvalue is a reference of
YASUOKA Masahiko
2021-03-07
Pass standard DMA tag to acpi(4) table drivers.
Patrick Wildt
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-23
remove unused acpiec_lock() acpiec_unlock() functions
Jonathan Gray
2021-01-28
tpm(4): fix delay units
cheloha
2021-01-23
Fix IORT struct for Context and PMU interrupts. I misread bytes with bits.
Patrick Wildt
2021-01-17
Add defines for the various ARM SMMU models.
Patrick Wildt
2021-01-15
Add IORT structs for ARM SMMU versions 1 and 2.
Patrick Wildt
2021-01-15
Split the IORT struct into two, as the current version not only contained
Patrick Wildt
2021-01-15
Add IORT id for ARM SMMUv3.
Patrick Wildt
2021-01-15
Move IO Remapping Table (IORT) struct defines to the common ACPI header
Patrick Wildt
2021-01-14
Some BIOS seem to provide memory regions <16M in their reserved memory
Patrick Wildt
2020-12-27
acpi_map_address() cannot be wrapped by SMALL_KERNEL anymore, as
Theo de Raadt
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-12-24
Extract clock frequency from _DSD properties.
Patrick Wildt
2020-12-24
Implement capability register overrides based on _DSD properties.
Mark Kettenis
2020-12-17
Fix some issues with referencing named ACPI nodes from Packages.
Mark Kettenis
2020-12-12
avoid uninitialised var by using dma tag from attach args
Jonathan Gray
2020-12-12
The asmc sensor update task currently consumes ~50ms on each refresh cycle
Marcus Glocker
2020-12-07
Initialize handled
gnezdo
2020-12-06
Implement acpi_intr_disestablish() for arm64.
Mark Kettenis
2020-12-06
Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller.
Mark Kettenis
2020-12-05
Add support for the _EVT method to the GPIO support code.
Mark Kettenis
2020-11-17
Add ACPI support to imxiic(4).
Patrick Wildt
2020-11-15
Add acpige(4), a driver for ACPI generic event devices. This is a rather
Patrick Wildt
2020-11-15
Add pchgpio(4), a driver for the GPIO controllers found on modern Intel
Mark Kettenis
2020-10-27
Adding IOMMU support for AMD Vi and Intel VTD (disabled)
Jordan Hargrave
2020-10-25
Unbreak brightness setting on MacBooks introduced by abl(4).
Marcus Glocker
2020-09-27
Add workaround for Lenovo X1 gen 8 which has AML that tries to invoke
Mark Kettenis
2020-09-27
Make sure acpicpu(4) doesn't attach to Processor nodes that happen to have
Mark Kettenis
2020-09-16
disable acpivout brightness control on machines aware of Windows 8
Jonathan Gray
2020-09-16
Add a command explaining that this driver uses the ACPI SMI command port
Mark Kettenis
2020-09-15
abl(4) is a new driver to control the backlight brightness on Intel based
Marcus Glocker
2020-09-15
Add acpi_ivhd_ext definitions to acpireg.h
Jordan Hargrave
2020-09-13
The SMC base address and i/o region size is now queried by acpi(4) and
Marcus Glocker
2020-09-12
Make asmc(4) attach through acpi(4) instead of isa(4).
Marcus Glocker
2020-09-11
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
Martin Pieuchot
[next]