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-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
2020-08-27
Reorder the acpi attach process so we look at Processor() CPU nodes
Jonathan Matthew
2020-08-26
Let aml_copyvalue() handle AML_OBJTYPE_DEVICE.
Mark Kettenis
2020-08-26
Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.
Visa Hankala
2020-08-22
Don't complain when child nodes don't have a _CRS method. This happens for
Mark Kettenis
2020-08-16
Remove sc_maxgpe from acpi_softc which was never read from
gnezdo
2020-08-10
Remove the acpicpu_sc array and instead locate acpicpu instances using
Jonathan Matthew
2020-07-23
match on AMDI0010
Jonathan Gray
2020-07-21
acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for
Theo de Raadt
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-20
Shifts (<<) of more than 32 bits must be done on 64-bit values.
Kenneth R Westerback
2020-06-17
needs param.h, not types.h
Theo de Raadt
2020-06-10
Give userland a consistent battery and A/C state after resume
Jeremie Courreges-Anglas
2020-06-02
disable debugging by default and only print unknown events when
Joshua Stein
2020-06-02
add acpihid(4) for ACPI HID event and 5-button array devices
Joshua Stein
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-05-27
limit clflush before monitor errata workaround to Intel
Jonathan Gray
[next]