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
12 days
replace uvm.h includes with uvm_extern.h where possible
Jonathan Gray
12 days
remove unused functions; ok mglocker@
Jonathan Gray
13 days
Simplify uvm wire and unwire in psp(4) for lauch update data.
Alexander Bluhm
13 days
Use a mutex to make psp(4) MP safe.
Alexander Bluhm
14 days
psp(4) waits for acknowledgement of wbinvd from other CPU.
Alexander Bluhm
2024-11-05
The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.
Miod Vallat
2024-11-05
Implement psp(4) shutdown command and ioctl(2) PSP_IOC_SHUTDOWN.
Alexander Bluhm
2024-10-30
For AMD SEV automatically load psp(4) firmware during vmd(4) startup.
Alexander Bluhm
2024-10-30
For AMD SEV implement psp(4) download firmware command.
Alexander Bluhm
2024-10-29
Move psp(4) initialization from attach to device open.
Alexander Bluhm
2024-10-24
Attach psp(4) version 1.
Alexander Bluhm
2024-10-22
put opening { on same line as struct name
Jonathan Gray
2024-10-08
Add the BUS_DMA_64BIT flag to bus_dmamem_alloc(9) calls since NVMe devices
Mark Kettenis
2024-10-08
set activate for ufshci_acpi and ufshci_fdt
Jonathan Gray
2024-10-06
remove unused atw_beacon_len_adjust variable
Jonathan Gray
2024-10-04
Increase psp(4) timeouts.
Alexander Bluhm
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-13
Add sensors based on information in the SMART/health log page,
Jonathan Matthew
2024-09-04
wrap long lines
Jonathan Gray
2024-09-04
Fix some spelling.
Marcus Glocker
2024-09-04
remove unused timeout from softc
Jonathan Gray
2024-09-04
make psp attach to ccp as a different driver
Jonathan Gray
2024-09-03
move psp functions to psp.c and remove the ifdefs
Jonathan Gray
2024-09-01
For AMD SEV provide ioctl(2) in cpp(4) to shutdown guest.
Alexander Bluhm
2024-09-01
Pledge "vmm" for ccp(4) ioctl(2).
Alexander Bluhm
2024-09-01
spelling; checked by jmc@, ok miod@ mglocker@
Jonathan Gray
2024-09-01
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Jonathan Gray
2024-08-31
net drivers may have mii children, but mii layer has no _activate
Theo de Raadt
2024-08-30
Spelling
Marcus Glocker
2024-08-20
Update handling of transfer rings.
Patrick Wildt
2024-08-20
Introduce and update HAL SRNG ops.
Patrick Wildt
2024-08-20
add (), | has higher precedence than ?:
Jonathan Gray
2024-08-19
avoid NULL deref if malloc fails
Jonathan Gray
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
[next]