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-08-29
unstub pdev_to_i915()
Jonathan Gray
2024-08-29
call pci_set_drvdata() on attach
Jonathan Gray
2024-08-28
If bounce buffers do not fit, defragment mbuf.
Alexander Bluhm
2024-08-28
Enable per-cpu page cache.
Miod Vallat
2024-08-28
vio: Fix allocation sizes
Stefan Fritsch
2024-08-28
change dev_set_drvdata() call to pci_set_drvdata() to match linux
Jonathan Gray
2024-08-28
implement pci drvdata functions
Jonathan Gray
2024-08-28
splnet() not needed in activate function
Theo de Raadt
2024-08-28
skip GPU reset on everything, not just APUs
Jonathan Gray
2024-08-27
vio: whitespace and message tweaks
Stefan Fritsch
2024-08-27
constify struct virtio_ops
Stefan Fritsch
2024-08-27
virtio: Remove some unused leftovers
Stefan Fritsch
2024-08-27
remove some dead code that wasn't cleaned up
aisha
2024-08-27
use UQ_ALWAYS_OPEN for various PixArt/Logitech USB mice. ok bru miod
Stuart Henderson
2024-08-27
sync
Stuart Henderson
2024-08-27
add a few USB mice, to be used for quirks. ok bru miod
Stuart Henderson
2024-08-27
frambuffer -> framebuffer
Jonathan Gray
2024-08-27
Enable AMD SEV support in vmm(4).
Alexander Bluhm
2024-08-26
virtio: Introduce dedicated attach args
Stefan Fritsch
2024-08-26
vio(4): Fix hardmtu without MRG_RXBUF
Stefan Fritsch
2024-08-26
Rearrange #ifdef TCP_SIGNATURE to keep braces balanced.
Alexander Bluhm
2024-08-26
style(9) fix. No functional changes.
Vitaliy Makkoveev
2024-08-26
replace multiple '.arch armv8.3-a' with a pauth target attribute
Jonathan Gray
2024-08-25
typo
Miod Vallat
2024-08-25
make activate function confirm to the common idiom; ok miod
Theo de Raadt
2024-08-24
Place uvm_km_zalloc(9) under #ifdef __i386__.
Martin Pieuchot
2024-08-24
Kill uvm_km_alloc(9) and uvm_km_alloc1(9).
Martin Pieuchot
2024-08-23
Enable per-cpu page cache; tested on Octeon.
Miod Vallat
2024-08-23
Switch alpha to MI mplock code.
Miod Vallat
2024-08-23
Make sure pmap_kernel's mutex field gets correctly initialized rather than
Miod Vallat
2024-08-23
Fix KERN_AUDIO broken in rev 1.440.
Vitaliy Makkoveev
2024-08-22
Fix merge of bounce buffer segments in amd64 bus dma.
Alexander Bluhm
2024-08-22
Unlock unlock ipip_sysctl().
Vitaliy Makkoveev
2024-08-22
Introduce sysctl_securelevel() to modify `securelevel' mp-safe. Keep
Vitaliy Makkoveev
2024-08-22
unrequired header file in vmm_machdep.c
Mike Larkin
2024-08-21
Revert previous. It was committed mistakenly.
Vitaliy Makkoveev
2024-08-21
remove unused vars and structs
Jonathan Gray
2024-08-21
Read events from all PCBs as long as there's no error.
Martin Pieuchot
2024-08-21
Unlock ipip_sysctl().
Vitaliy Makkoveev
2024-08-21
If binaries lack a pintable, execve() can now reject them at startup
Theo de Raadt
2024-08-21
We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which were
Theo de Raadt
2024-08-21
offset rx buffers by ETHER_ALIGN so ip payloads are properly aligned.
David Gwynne
2024-08-21
use 2k clusters on the rx ring instead of 9k clusters.
David Gwynne
2024-08-21
support building a single packet out of multiple rx descriptors.
David Gwynne
2024-08-21
be more careful about bus_dmamap_syncs for rx ring descriptors.
David Gwynne
2024-08-20
Update handling of transfer rings.
Patrick Wildt
2024-08-20
Introduce and update HAL SRNG ops.
Patrick Wildt
2024-08-20
match the config_activate_children() sequences found in other usb host
Theo de Raadt
2024-08-20
Fix whitespace in amd64 bus dma.
Alexander Bluhm
2024-08-20
Unlock KERN_MAXFILES.
Vitaliy Makkoveev
[next]