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-06-14
When a task in iwm(4) obtains an rwlock(9), bail out if the device was
Stefan Sperling
2017-06-14
Make the iwm(4) ioctl handler wait until the transition to SCAN has completed
Stefan Sperling
2017-06-14
Make iwm(4) wait for the PHY calibration result notification during HW init.
Stefan Sperling
2017-06-14
Special handling for request 0 clashes with CCB 0
Mike Belopuhov
2017-06-14
Increase the maximum amount of requests and do some cleanup
Mike Belopuhov
2017-06-14
Hookup hvs(4)
Mike Belopuhov
2017-06-14
Hyper-V storage driver
Mike Belopuhov
2017-06-14
Add another type of a scatter-gather list operation used by StorVSC
Mike Belopuhov
2017-06-13
Increase WSFONT_NAME_SIZE size, this will allow storing longer font
Frederic Cambus
2017-06-12
Limit the maximum size of softraid crypto volumes that can be created to
Joel Sing
2017-06-12
Upon failure, only return zero from the softraid ioctl handler when there
Joel Sing
2017-06-12
Fix another long standing softraid crypto bug where if all 32 keys are in
Joel Sing
2017-06-12
Factor out and reuse the code that frees the crypto sessions, instead of
Joel Sing
2017-06-12
Fix a long standing off-by-one bug in the softraid crypto number of keys
Joel Sing
2017-06-12
specify free() size from the old allocation, not new allocation.
Theo de Raadt
2017-06-12
ifq_start does OACTIVE and RUNNING checks for the driver
Mike Belopuhov
2017-06-12
typo; from bryan vyhmeister
Theo de Raadt
2017-06-12
From FreeBSD (r227593, r307982):
Kevin Lo
2017-06-11
integer overflow for two range checks
Theo de Raadt
2017-06-10
Pass M_CANFAIL to malloc(9) calls which use M_WAITOK but are tested
Kevin Lo
2017-06-09
Fill RX ring during init and bail early on send if OACTIVE is set
Mike Belopuhov
2017-06-09
Remove a WAITOK that has sneaked in
Mike Belopuhov
2017-06-09
Convert to ifq_dequeue and perform m_defrag if the mbuf doesn't fit
Mike Belopuhov
2017-06-09
Introduce iwm_nic_assert_locked() to verify that the driver has correctly
Stefan Sperling
2017-06-09
Fix the resume code path in iwm(4) to no longer call iwm_stop() before
Stefan Sperling
2017-06-08
make the gem tx path MPSAFE.
David Gwynne
2017-06-07
Acquire submit queue mutex only once per xbf_complete_cmd invocation
Mike Belopuhov
2017-06-06
Set the weak variant of hysteresis as default.
Ulf Brosziewski
2017-06-06
Rewrite the driver to handle 64kb transfers
Mike Belopuhov
2017-06-06
Call xbf_intr for polled transfers that can't sleep
Mike Belopuhov
2017-06-06
Add support for tap gestures.
Ulf Brosziewski
2017-06-06
Provide sufficient info in error messages to identify
Kenneth R Westerback
2017-06-06
Regen.
Kevin Lo
2017-06-06
Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1.
Kevin Lo
2017-06-05
use byte swapping loads and stores.
David Gwynne
2017-06-04
fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@
Christian Weisgerber
2017-06-04
Remove unused function, as pointed out by clang. ok deraadt@ kettenis@
Christian Weisgerber
2017-06-04
Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager.
Mark Kettenis
2017-06-04
Switch the TTM code over to the generic DRM VMA manager.
Mark Kettenis
2017-06-04
update link to Ken Kato's vmware backdoor protocol documentation
Jonathan Matthew
2017-06-04
use htolem32 and lemtoh32 instead of htole32 and letoh32.
David Gwynne
2017-06-03
vioblk/virtio: Re-arrange some struct members
Stefan Fritsch
2017-06-02
Perform grant table page allocation outside of the table mutex
Mike Belopuhov
2017-06-02
regen
Mark Kettenis
2017-06-02
Intel HD Graphics 510.
Mark Kettenis
2017-06-02
Remove a bogus run_read() call about getting MAC version.
Kevin Lo
2017-06-02
When iwm(4) firmware reports missed beacons, send a probe request only
Stefan Sperling
2017-06-02
When iwn(4) firmware reports missed beacons, send a probe request only
Stefan Sperling
2017-06-02
Attach the xhci(4) FDT driver to the generic-xhci compatible as well.
Patrick Wildt
2017-06-02
handle 64bit dva in the tx path as well as the rx path.
David Gwynne
[next]