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
/
ic
Age
Commit message (
Expand
)
Author
2024-08-18
plug a memory leak in qwx(4) by freeing vifs when the interface goes down
Stefan Sperling
2024-08-17
Checkpoint of work-in-progress attempt to support the FireGL-UX board. This
Miod Vallat
2024-08-17
enable qwx(4) ext irqs earlier for suspend/resume
Stefan Sperling
2024-08-17
whitespace
Theo de Raadt
2024-08-17
The dwiic_init() routine is used at startup to read various chip
Theo de Raadt
2024-08-17
dwiic_activate did not inform sub-devices with config_activate_children()
Theo de Raadt
2024-08-17
dwiic resume is almost exclusively a "hardware state restore", and
Theo de Raadt
2024-08-16
whitespace
Theo de Raadt
2024-08-16
delete disabled ACPI-related code in here, this power management is
Theo de Raadt
2024-08-16
Align more register addresses and data structures with ath12k.
Patrick Wildt
2024-08-15
Further minor cleanup for improved readability, with the major change that
Patrick Wildt
2024-08-15
Initial patchset on top of the qwx(4) to adjust for ath12k. Still not
Patrick Wildt
2024-08-14
Introduce qwz(4), a work-in-progress port of the Linux ath12k driver.
Patrick Wildt
2024-08-13
For AMD SEV use correct command mask in ccp(4) driver.
Alexander Bluhm
2024-08-12
try harder to leave a gap on the tx ring.
David Gwynne
2024-07-13
Backout previous change related to not freeing memory on suspend.
Dave Voutila
2024-07-12
Simplify nvme suspend/resume by resetting queues and not deallocating
Dave Voutila
2024-07-08
Don't check op_q_alloc for non-NULL before invoking op_q_free.
Kenneth R Westerback
2024-06-30
Use howmany() to calculate how many prpl entries are needed to describe a
Kenneth R Westerback
2024-06-27
Clear interrupt before we process the request as specified in the
Marcus Glocker
2024-06-26
Remove unnecessary structure declaration.
ASOU Masato
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-06-22
remove space between function names and argument list
Jonathan Gray
2024-06-18
remove prototypes with no matching function
Jonathan Gray
2024-06-15
To my current knowledge, UFSHCI has a single target design. Reflect this
Marcus Glocker
2024-06-14
We have an 'handled' variable for the interrupt handler, so use it also for
Marcus Glocker
2024-06-14
Improve return value handling of functions.
Marcus Glocker
2024-06-13
Avoid ccp error message if SEV-ES is missing.
Alexander Bluhm
2024-06-12
Add support for the AMD Platform Security Processor (PSP) to ccp(4).
Alexander Bluhm
2024-06-11
Make sure qwx(4) always calls refcnt_init() before other refcnt functions.
Stefan Sperling
2024-06-09
remove prototypes for functions removed in rev 1.34
Jonathan Gray
2024-06-05
add support for VLAN tag offloading to dwqe(4)
Stefan Sperling
2024-06-05
Now that our hibernation sub-system supports 4096 byte sectors, add
Marcus Glocker
2024-06-04
Enable hibernate/resume to nvme(4) disks with 4096 byte sectors.
Kenneth R Westerback
2024-06-03
Remove superfluous pmap_extract() call in the hibernation path.
Marcus Glocker
2024-05-29
repair qwx(4) WEP and TKIP via software crypto
Stefan Sperling
2024-05-29
remove externs with no matching var
Jonathan Gray
2024-05-29
remove prototypes with no matching function
Jonathan Gray
2024-05-28
return type on a dedicated line when declaring functions
Jonathan Gray
2024-05-28
Make qwx(4) offload TKIP and CCMP crypto to hardware.
Stefan Sperling
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-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
Add support for suspend/resume.
Marcus Glocker
2024-05-22
Fix some bogus masking for the HCS (Host Controller Status) register.
Marcus Glocker
2024-05-22
Make the interrupt status poll function generic, rather than for only one
Marcus Glocker
[next]