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
2014-08-20
after allocating an mbuf and cluster you still need to init the length
David Gwynne
2014-08-20
Implement rxrinfo ioctl for cluster usage statistics
Mike Belopuhov
2014-08-20
Call audio_{pint,rint}() call-backs with the mutex held. Found by
Alexandre Ratchov
2014-08-20
Release CPU mutexes on EINVAL.
doug
2014-08-20
brad said i had some whitespace screwups in my previous diff. this cleans
David Gwynne
2014-08-20
remove the custom jumbo allocator. its never been enabled or used.
David Gwynne
2014-08-20
replace the custom jumbo allocator with MCLGETI.
David Gwynne
2014-08-20
replace the custom jumbo allocator with MCLGETI.
David Gwynne
2014-08-20
replace sks jumbo allocator with MCLGETI. the system provides jumbos in
David Gwynne
2014-08-19
yet another typo
Miod Vallat
2014-08-19
Enable rts5227, as found in my new Thinkpad x240.
Peter Hessler
2014-08-19
Three independent typos for `independent' or `independently'.
Miod Vallat
2014-08-19
Make sure state changes are properly serialized.
Martin Pieuchot
2014-08-19
in myx_start, replace
David Gwynne
2014-08-18
dont rely on mbuf.h to provide pool.h.
David Gwynne
2014-08-18
its a bit silly to include mbuf.h to get to malloc.h. just include
David Gwynne
2014-08-15
Remove support for public key operations
Mike Belopuhov
2014-08-15
Remove support for public key operations
Mike Belopuhov
2014-08-15
With deprecation of crypto(4) interface lofn(4) and nofn(4) become
Mike Belopuhov
2014-08-15
unlink lofn(4) and nofn(4)
Mike Belopuhov
2014-08-15
Create a function which loads sgd in the mfi_iop_ops struct so that skinny
YASUOKA Masahiko
2014-08-14
regen
Todd C. Miller
2014-08-14
Add USB hubs found on Intel Z97 chipset boards (one attached to
Todd C. Miller
2014-08-14
Implement rxrinfo ioctl for cluster usage statistics
Mike Belopuhov
2014-08-14
add some definitions from libdrm 2.4.56
Jonathan Gray
2014-08-13
match on Intel 9 series and 9 series LP PCH, and add 8 series KT to puc
Jonathan Gray
2014-08-13
regen
Jonathan Gray
2014-08-13
Add some more 9 series ids, correct some existing ones and add
Jonathan Gray
2014-08-11
regen
Todd C. Miller
2014-08-11
Add some Intel Z97 chipset devices; ok deraadt@
Todd C. Miller
2014-08-11
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-08-10
Ask for the descriptor size corresponding to the number of ports present
Martin Pieuchot
2014-08-10
Do not allocate space for the whole structure when we just want to store
Martin Pieuchot
2014-08-10
sizeof() a pointer of the right struct to appease clang.
Martin Pieuchot
2014-08-10
Merge xhci_device_setup() into xhci_pipe_init() there's no reason to
Martin Pieuchot
2014-08-10
Since USB xfer pools are accessed in interrupt context, initialize them
Martin Pieuchot
2014-08-10
Set and check for XFER_BUSY in the common methods instead of doing it
Martin Pieuchot
2014-08-09
Add support for non-root hubs now that uhub(4) can deal with them. For
Martin Pieuchot
2014-08-09
Correctly recognize Super Speed devices, this is part of the work to
Martin Pieuchot
2014-08-09
Handle super speed hub descriptors.
Martin Pieuchot
2014-08-09
Do not store the whole USB hub descriptor in the "struct usbd_hub"
Martin Pieuchot
2014-08-08
drm/radeon: fix typo in radeon_connector_is_dp12_capable()
Jonathan Gray
2014-08-08
drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices
Jonathan Gray
2014-08-08
drm/radeon/atom: fix dithering on certain panels
Jonathan Gray
2014-08-08
drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi
Jonathan Gray
2014-08-08
regen
Jonathan Gray
2014-08-08
add bochs and microsoft emulated vga
Jonathan Gray
2014-08-08
Make sure asynchronous commands do not race with synchronous ones.
Martin Pieuchot
2014-08-08
Improve the logic to determine the maximum endpoint service interface
Martin Pieuchot
2014-08-08
Implement polling.
Martin Pieuchot
[next]