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
2022-03-12
emdtv(4): If register read fails, read as all zero.
riastradh
2022-03-12
uvideo(4): Use kmem_zalloc, not kmem_alloc and memset.
riastradh
2022-03-12
vhci(4): Make vhci_usb_attach/detach return void.
riastradh
2022-03-12
vhci(4): Don't fail with ENOBUFS if no intrxfer is set up.
riastradh
2022-03-09
xhci(4): Avoid holding bus lock across usb_delay_ms.
riastradh
2022-03-09
ohci(4): Don't flail around with enabling polling in suspend/resume.
riastradh
2022-03-09
ehci(4): Omit bus lock around ehci_suspend/resume.
riastradh
2022-03-09
usb: Provisionally release bus lock around ubm_rhctrl.
riastradh
2022-03-06
s/filered/filtered/ in comment.
andvar
2022-03-06
usb(4): Use atomics for usb_async_proc.
riastradh
2022-03-05
usbnet(9): uno_init is now optional.
riastradh
2022-03-03
video(9): Make softc argument mandatory for video_attach_mi.
riastradh
2022-03-03
uvideo(4): Attach one video(4) per independent stream.
riastradh
2022-03-03
uvideo(4): Fix zero initialization of uvideo_stream.
riastradh
2022-03-03
uvideo(4): Sprinkle debug messages.
riastradh
2022-03-03
uvideo(4): Use __nothing for empty DPRINTF, not actually empty.
riastradh
2022-03-03
usbdi(9): Suspend control pipe on detach.
riastradh
2022-03-03
usbdi(9): dtrace probes for USB control requests.
riastradh
2022-03-03
usb: Assert hci doesn't synchronously complete async xfers.
riastradh
2022-03-03
usb: Hold pipe lock across upm_transfer and upm_start.
riastradh
2022-03-03
usb: In usbd_transfer, test whether aborting under the lock.
riastradh
2022-03-03
usb: Inline usb_insert_transfer.
riastradh
2022-03-03
usbdi(9): New usbd_suspend_pipe, usbd_resume_pipe.
riastradh
2022-03-03
usb: Update tables of bus/pipe method locking rules.
riastradh
2022-03-03
usb: Add missing includes in usb_mem.h.
riastradh
2022-03-03
xhci(4): Add missing includes to xhcivar.h.
riastradh
2022-03-03
usb: Factor usb_transfer_complete out of ubm_abortx method.
riastradh
2022-03-03
usb: usbd_free_xfer never fails. Make it return void.
riastradh
2022-03-03
usb: usbd_close_pipe never fails. Make it return void.
riastradh
2022-03-03
usb: usbd_abort_pipe never fails. Make it return void.
riastradh
2022-03-03
usb: Factor usb_insert_transfer out of upm_transfer and make private.
riastradh
2022-03-03
urndis(4): Simplify circuitous initialization logic.
riastradh
2022-03-03
usbnet: Update some comments.
riastradh
2022-03-03
usbnet: On if_stop, abort xfers before resetting hardware.
riastradh
2022-03-03
usbnet: Fix type of struct usbnet::un_ed according to plan.
riastradh
2022-03-03
usbnet: Omit needless detachcv name parameter to usbnet_attach.
riastradh
2022-03-03
usbnet: Omit empty uno_init functions.
riastradh
2022-03-03
usbnet: Factor usbnet_init_rx_tx out into usbnet_if_init.
riastradh
2022-03-03
usbnet drivers: Simplify return of usbnet_init_rx_tx.
riastradh
2022-03-03
usbnet: Handle usbnet_set_link for drivers with no media detect.
riastradh
2022-03-03
url(4): Inline call to url_uno_stop -- alias for url_reset.
riastradh
2022-03-03
usbnet drivers: Omit redundant device reset via *_uno_stop on init.
riastradh
2022-03-03
usbnet drivers: From *_uno_init, call *_uno_stop, not usbnet_stop.
riastradh
2022-03-03
usbnet drivers: Prune dead IFF_RUNNING branches in *_uno_init.
riastradh
2022-03-03
usbnet: Do nothing on if_init/stop if already in the target state.
riastradh
2022-03-03
usbnet drivers: Omit needless isdying tests in *_uno_init.
riastradh
2022-03-03
usbnet: Delete the core lock from the API.
riastradh
2022-03-03
urndis(4): Delete some crazy logic that I think is unnecessary.
riastradh
2022-03-03
usbnet drivers: Omit needless usbnet core lock and assertions.
riastradh
2022-03-03
usbnet: Make usbnet_mii_readreg/writereg/statchg private to usbnet.c.
riastradh
[prev]
[next]