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
2017-02-20
Remove hack to release/re-acquire netlock in _ioctl().
Kenneth R Westerback
2017-02-20
memcpy a character row at a time to the framebuffer, rather than
Joshua Stein
2017-02-16
On Apple hardware, claim an OSI of Darwin and no other OSes
Joshua Stein
2017-02-16
Remove an unnecessary NULL pointer check.
Visa Hankala
2017-02-16
Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".
Martin Pieuchot
2017-02-15
Align mutex IPL with the interrupt handler's priority.
Visa Hankala
2017-02-14
asmc: on system resume, restore the keyboard backlight value
Joshua Stein
2017-02-13
properly set BGE_HCC_STATS_ADDR_HI by using BGE_HOSTADDR.
David Gwynne
2017-02-12
Replace dummy mutex asserts with real ones.
Visa Hankala
2017-02-12
Remove dead assignment and now unused variable.
Charles Longeau
2017-02-12
Remove incorrect if statement
Mike Belopuhov
2017-02-12
The videocore portion of the raspberry pi which boots the arm cores and
Jonathan Gray
2017-02-12
Fix an uninitialised return value in rtwn_ra_init(). Though nothing
Jonathan Gray
2017-02-11
disable aen handling.
David Gwynne
2017-02-10
Update link to intel HDA spec. From
Alexandre Ratchov
2017-02-10
Fix links to usb-audio specs. From Michael Reed <m.reed at mykolab.com>.
Alexandre Ratchov
2017-02-10
Use __func__ for DPRINTF's as we do in other parts of the
Alexandre Ratchov
2017-02-10
Remove unused variable. From Michael W. Bombardieri <mb at ii.net>.
Alexandre Ratchov
2017-02-08
Improve error handling for poll timeouts
Mike Belopuhov
2017-02-08
Specify the read/write DMA flag for bounce buffers
Mike Belopuhov
2017-02-08
Cleanup the device removal path
Mike Belopuhov
2017-02-08
Switch to Xen interrupt barrier and improve state transitions
Mike Belopuhov
2017-02-08
Abort transactions with non-retriable error when device is stopped
Mike Belopuhov
2017-02-08
Switch to Xen interrupt barrier
Mike Belopuhov
2017-02-08
Introduce Xen interrupt barriers
Mike Belopuhov
2017-02-08
Fixup incorrect test when allocating grant table entries
Mike Belopuhov
2017-02-08
fix a mixup of lengths of addresses and lengths in the aen_start sgl
David Gwynne
2017-02-07
Reduce the per-packet allocation costs for crypto operations (cryptop)
Patrick Wildt
2017-02-07
The return code of crp_callback is never checked, so it is not
Alexander Bluhm
2017-02-07
Make the 'incomplete header' message debug only
Mike Belopuhov
2017-02-07
Release the NET_LOCK() before entering per-driver ioctl() routine.
Martin Pieuchot
2017-02-07
pull struct mfi_evtarg_pd_state out of struct mfi_evt_detail.
David Gwynne
2017-02-07
move the mbuf pools to m_pool_init and a single global memory limit
David Gwynne
2017-02-07
Test for NULL before dereferencing a pointer not after.
Jonathan Gray
2017-02-07
handle physical disk state changes.
David Gwynne
2017-02-07
i got the MFII_TASK_MGMT flags round the wrong way.
David Gwynne
2017-02-07
support hotplug of physical disks.
David Gwynne
2017-02-07
add the framework around asynchronous event notifications.
David Gwynne
2017-02-07
provide support for submitting async dcmd frames.
David Gwynne
2017-02-07
whitespace fixes. no functional change.
David Gwynne
2017-02-06
Add proper locking for the interrupt source list
Mike Belopuhov
2017-02-06
XST_POLL turned out to be pretty useless since it's only set when cold
Mike Belopuhov
2017-02-06
Fixup a few errors, make detaching more robust
Mike Belopuhov
2017-02-06
Use separate compile time debug flags for xen, xnf and xbf
Mike Belopuhov
2017-02-06
implement scsi command timeouts.
David Gwynne
2017-02-06
megaraid sas fusion chips have their own command for aborting tasks
David Gwynne
2017-02-04
Prefer <sys/endian.h> to <machine/endian.h>
Philip Guenther
2017-02-04
Prefer <sys/endian.h> to <machine/endian.h>
Philip Guenther
2017-02-04
Prevent netlock related deadlock with the X server during iwm(4) scans.
Paul Irofti
2017-02-03
yasuoka@ reported that a "guest shutdown" resulted in a reboot instead
Jonathan Gray
[next]