index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Age
Commit message (
Expand
)
Author
2021-06-12
usb(4): Tweak style in usbd_close_pipe.
riastradh
2021-06-12
usb(4): Merge logic in usbd_kill_pipe and usbd_close_pipe.
riastradh
2021-06-12
usb(4): Fix fix for interface change pipe fix.
riastradh
2021-06-12
Revert "usb(4): Fix mistake in previous fix for pipe/interface-change races."
riastradh
2021-06-12
usb(4): Fix mistake in previous fix for pipe/interface-change races.
riastradh
2021-06-12
usb(4): Fix races between usbd_open_pipe* and usbd_set_interface.
riastradh
2021-06-12
usb(4): Fix racy endpoint reference counting.
riastradh
2021-06-12
usb(4): Omit needless lock/unlock cycle in usbd_pipe_close.
riastradh
2021-06-12
usb(4): Cancel and wait for async task on closing pipe.
riastradh
2021-06-12
usb(4), uhub(4): Sprinkle usbhist.
riastradh
2021-06-12
usb(4): Sprinkle kernel lock assertions.
riastradh
2021-06-12
usb(4): usb event thread is not actually MP-safe.
riastradh
2021-06-12
usb(4): Verify dev->ud_subdevs is still there before freeing it.
riastradh
2021-06-12
usb(4): kmem_zalloc(KM_SLEEP) cannot fail; nix error branch.
riastradh
2021-06-12
uhub(4): Allow only one explore/rescan at a time.
riastradh
2021-06-06
also reset xs->xs_xr[dci] to NULL when closing the pipe
jdolecek
2021-05-29
xhci(4): Wait USB_RESUME_WAIT ms, not 20 ms.
riastradh
2021-05-29
ualea(4): Null suspend/resume handler.
riastradh
2021-05-27
Fix error handling botch in 1.138. Thanks to jmcneill@ for spotting it.
skrll
2021-05-27
Honour USBMALLOC_ZERO when reusing blocks from the freelist.
jmcneill
2021-05-26
xhci: Fix logic in waiting for command queue access.
riastradh
2021-05-23
xhci(4): Block commands and issue Stop Endpoint on suspend.
riastradh
2021-05-23
xhci(4): Draft suspend/resume.
riastradh
2021-05-23
umass(4): Assert that we got a cb up front.
riastradh
2021-05-23
umass(4): Use an empty function callback, not null pointer.
riastradh
2021-05-16
close pipe before freeing frame length array.
mlelstv
2021-04-25
Sample # of RX packets as entropy source.
rin
2021-04-25
Sample # of TX packets as entropy source.
rin
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-04-17
remove KERNHIST_INIT_STATIC(). it stradles the line between usable
mrg
2021-04-02
Call usbnet_attach before usbnet_{lock_core,busy}
skrll
2021-03-15
regen
nia
2021-03-15
correct usb device id for BELKIN F5D7050E
nia
2021-03-09
regen
ryo
2021-03-09
Add ASUSTEK AURALED
ryo
2021-03-09
Add CoolerMaster, and AMD SR4 lamplight Control device (Wraith Prism RGB CPU ...
ryo
2021-03-02
Opps....Remove irrelavent debug code and don't free_m before IFQ_DEQUEUE().
nat
2021-03-02
ukbd: GC some 20 year old code (NFC)
gdt
2021-03-02
ukbd: Condition probe-time verbosity on USBVERBOSE
gdt
2021-03-01
note that "enum usbnet_ep un_ed" member is the wrong type, and should
mrg
2021-03-01
reduce aprint_error(9) abuse
jakllsch
2021-02-26
Also free assocated mbufs.
nat
2021-02-24
fix sparc build: db_expr_t is larger than a pointer.
mrg
2021-02-23
fix the formating for 'show usbxferlist'.
mrg
2021-02-23
introduce DDB_END_CMD and replace more than 20 copies of the same
mrg
2021-02-22
fix formatting and db_usb_command_table[] static. idea from rillig@.
mrg
2021-02-21
add ddb commands to inspect usb xfer and xferlist structures.
mrg
2021-02-21
replace printf "ERROR<n>" with device_printf() and useful messages.
mrg
2021-02-21
Add a bunch of USB loader devices for Freescale SoC that should not
martin
2021-02-17
Expose more descriptor items as device properties.
mlelstv
[prev]
[next]