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
Age
Commit message (
Expand
)
Author
2024-05-28
use ansi style function decls to fix build with clang
Jonathan Gray
2024-05-28
Move ccb access before ccb_done to avoid a potential use-after-free
Jonathan Gray
2024-05-28
avoid uninitialised var use when scsi_get_link() returns NULL
Jonathan Gray
2024-05-27
Revert NVME_GONE. Literal 0xffffffff is the preferred idiom here.
Kenneth R Westerback
2024-05-27
Replace repeated uses of magic number 0xffffffff with nice #define NVME_GONE.
Kenneth R Westerback
2024-05-27
Use SCSI xfer timeout value for doorbell register status polling instead of
Marcus Glocker
2024-05-27
Set sc_state to ACPI_STATE_S0 at the end of resume instead of at the start
Mark Kettenis
2024-05-27
Decode remaining ID_AA64ISAR1_EL1 features.
Mark Kettenis
2024-05-27
remove unused xmphyreg.h
Jonathan Gray
2024-05-27
include net/if_var.h to make this build
Jonathan Gray
2024-05-27
drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...
Jonathan Gray
2024-05-27
drm/amd/display: Fix division by zero in setup_dsc_config
Jonathan Gray
2024-05-26
Revert bits that got accidentally committed.
Mark Kettenis
2024-05-26
Fix suspend/resume for ums(4) and umt(4); Calling hidm*_attach not at the
Marcus Glocker
2024-05-26
Clear interrupt status to prevent power down after resume initiated by
Mark Kettenis
2024-05-26
Add support for configuring sleep voltage settings based on device tree
Mark Kettenis
2024-05-26
Implement wakeup interrupts on amd64. Provide a dummy implementation for
Mark Kettenis
2024-05-26
remove unneeded includes
Jonathan Gray
2024-05-26
remove unneeded includes
Jonathan Gray
2024-05-26
correct an argument to fix build, broken by rev 1.22 in 2013
Jonathan Gray
2024-05-24
Enable UFS "Auto-Hibernation". From the documentation:
Marcus Glocker
2024-05-24
Add support for NVMe passthrough commands IDENTIFY, GET_LOG_PG and SELFTEST.
Kenneth R Westerback
2024-05-24
remove unneeded includes
Jonathan Gray
2024-05-24
Add support for suspend/resume.
Marcus Glocker
2024-05-24
pfsync must let to progress state for destination peer
Alexandr Nedvedicky
2024-05-24
remove unneeded includes
Jonathan Gray
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2024-05-24
add back var removed in rev 1.7 in 2009, makes puc@cardbus build
Jonathan Gray
2024-05-23
increment CCMP decryption error counter if hw decrypt fails to get PN
Stefan Sperling
2024-05-23
regen
Kevin Lo
2024-05-23
Add support for Quectel EM060K.
Kevin Lo
2024-05-23
remove unneeded includes; ok mpi@
Jonathan Gray
2024-05-22
Fix some bogus masking for the HCS (Host Controller Status) register.
Marcus Glocker
2024-05-22
regen
Martijn van Duren
2024-05-22
Add support for MT7922. This brings the MT7922 in line with MT7921.
Martijn van Duren
2024-05-22
remove prototypes with no matching function; ok miod@
Jonathan Gray
2024-05-22
remove extern with no matching var; ok miod@
Jonathan Gray
2024-05-22
Make the interrupt status poll function generic, rather than for only one
Marcus Glocker
2024-05-22
When clearing the wait channel also clear the wait message.
Claudio Jeker
2024-05-22
In the big p_stat switch in ptsignal do not call return but instead
Claudio Jeker
2024-05-22
Just grab the SCHED_LOCK() once in donice() before walking the ps_threads
Claudio Jeker
2024-05-22
Add firmware and driver own functions. These are needed to bring up the
Martijn van Duren
2024-05-22
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-05-21
remove switch_exit() prototypes, replaced by sched_exit()
Jonathan Gray
2024-05-21
Refactor vmx(4) receive offloading.
Jan Klemkow
2024-05-21
Remove obsolete comment, and fix some spacing.
Marcus Glocker
2024-05-21
Only enable BUS_DMA_64BIT if the controller supports it.
Marcus Glocker
2024-05-21
Inform user land when vltime / pltime changes.
Florian Obser
2024-05-21
Make igc(4) and ix(4) struct names unique.
Alexander Bluhm
2024-05-21
regen
Jonathan Gray
[next]