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
Age
Commit message (
Expand
)
Author
2020-09-16
Add a command explaining that this driver uses the ACPI SMI command port
Mark Kettenis
2020-09-15
Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlled
Marcus Glocker
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-14
add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.
Jasper Lievisse Adriaanse
2020-09-14
umstc_intr is not in process context when adjusting wscons brightness. When b...
Theo de Raadt
2020-09-13
unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3
Jasper Lievisse Adriaanse
2020-09-13
The SMC base address and i/o region size is now queried by acpi(4) and
Marcus Glocker
2020-09-13
use drm_cache.c from linux 5.7.y
Jonathan Gray
2020-09-13
add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function
Jonathan Gray
2020-09-13
Fix various typos in wscons(4) comments.
Frederic Cambus
2020-09-13
Add support for the RK3308 MAC.
Jonathan Matthew
2020-09-13
Correct the property name used to look up the delays for the phy reset
Jonathan Matthew
2020-09-12
Add tracepoints in the page fault handler and when entries are added to maps.
Martin Pieuchot
2020-09-12
asmc(4) found a new home in sys/dev/acpi.
Marcus Glocker
2020-09-12
Make asmc(4) attach through acpi(4) instead of isa(4).
Marcus Glocker
2020-09-11
Correctly set y_sensors for Geyser2 touchpads.
tobhe
2020-09-11
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
Martin Pieuchot
2020-09-08
Add a function to scan for PCI Express extended capabilities.
Mark Kettenis
2020-09-08
Add RK3308 temperature sensors.
Jonathan Matthew
2020-09-08
Add RK3328 PWM, also found in the RK3308.
Jonathan Matthew
2020-09-06
Add RK3308 clocks
Jonathan Matthew
2020-09-05
Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it
Kenneth R Westerback
2020-09-05
Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY
Kenneth R Westerback
2020-09-04
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-09-04
drm/amdgpu: Fix buffer overflow in INFO ioctl
Jonathan Gray
2020-09-04
Add RK3308 pinctrl support
Jonathan Matthew
2020-09-04
Add RK3308 GRF
Jonathan Matthew
2020-09-03
The "USL" VT switch and keyboard ioctls are a hack and don't follow the
Mark Kettenis
2020-09-03
Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.
Kenneth R Westerback
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
Kenneth R Westerback
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
Kenneth R Westerback
2020-09-02
Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on the
Marcus Glocker
2020-09-01
Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to
Kenneth R Westerback
2020-08-31
Backout clear endpoint stall on open(2). It seems to break an illuminated
Patrick Wildt
2020-08-30
add missing wakeup for the unlikely dying case
anton
2020-08-30
use unique wait messages with msleep_nsec()
anton
2020-08-30
avoid a invalid pointer deref in hvn_stop()
Jonathan Gray
2020-08-30
PLL1(CPU_PLL) stability improvement for Allwinner H3/H2+
SASANO Takayoshi
2020-08-29
Before clearing the kcov descriptor associated with a thread make sure
anton
2020-08-29
Prepare to extend the scope of the kcov remote mutex by renaming it to
anton
2020-08-28
free the correct object when a remote subsystem already is present
anton
2020-08-27
Fix a potential panic during free(9) which can be caused by an USB
Marcus Glocker
2020-08-27
usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore return
Marcus Glocker
2020-08-27
Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bit
Patrick Wildt
2020-08-27
bring back local #undef DEBUG changes lost in drm 5.7 update
Jonathan Gray
2020-08-27
Reorder the acpi attach process so we look at Processor() CPU nodes
Jonathan Matthew
2020-08-26
Reset the Rx block ack session counter when an iwm/iwx interface disassociates
Stefan Sperling
2020-08-26
Let aml_copyvalue() handle AML_OBJTYPE_DEVICE.
Mark Kettenis
2020-08-26
Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set,
Kenneth R Westerback
[next]