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
/
uhci.c
Age
Commit message (
Expand
)
Author
2022-08-17
uhci(4): Fix wrong lock in callout_halt in uhci_suspend.
riastradh
2022-03-13
uhci(4): Stop taking the intr lock in uhci_run.
riastradh
2022-03-13
uhci(4): Simplify uhci_run.
riastradh
2022-03-13
uhci(4): Fix synchronization between suspend/resume and poll hub.
riastradh
2022-03-09
usb: Provisionally release bus lock around ubm_rhctrl.
riastradh
2022-03-03
usb: Hold pipe lock across upm_transfer and upm_start.
riastradh
2022-03-03
usb: Factor usb_transfer_complete out of ubm_abortx method.
riastradh
2022-03-03
usb: Factor usb_insert_transfer out of upm_transfer and make private.
riastradh
2021-12-21
Change the usb_mem API to take a bus_dma_tag_t in usb_allocmem instead of
skrll
2021-10-04
remove duplicate the article in comments.
andvar
2021-01-05
More converstion from usbd_status to int for function error reporting.
skrll
2020-12-22
usb: Omit bogus assertions about struct usbd_pipe::up_intrxfer.
riastradh
2020-07-07
KASSERT polling or holding sc_lock in a few more places.
skrll
2020-05-26
Copyright maintenance
skrll
2020-05-25
Be more careful with transfer descriptors and crossing page boundaries
skrll
2020-05-15
Update ux_length in usbd_setup_isoc_xfer and use this to usb_syncmem
skrll
2020-04-05
Switch USB to use non-coherent buffers for data transfers in the
skrll
2020-03-15
Fix a comment
skrll
2020-03-15
Move some comments
skrll
2020-03-15
Use howmany. NFCI.
skrll
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2020-02-21
Fix a memory leak. Spotted by nat@
skrll
2020-02-15
Fix mistakes in previous sloppy change with root intr xfers.
riastradh
2020-02-14
Set ux_isdone in uhci_poll_hub for DIAGNOSTIC.
riastradh
2020-02-14
Initialize xfer->ux_status in uhci_root_intr_start.
riastradh
2020-02-12
Fix steady state of root intr xfers.
riastradh
2020-02-12
Factor out HCI-independent xfer completion logic.
riastradh
2019-02-17
Fix assertion failures triggered by usbdi.c,v 1.182, when devices
rin
2019-02-07
join lines. NFC.
skrll
2019-01-22
Revert the KASSERT
skrll
2019-01-22
Add a KASSERT
skrll
2018-09-16
consolidate the handling of polling across HC drivers, and generic USB:
mrg
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-08-09
Sprinkle __diagused
prlw1
2018-08-09
pull across abort fixes from nick-nhusb. add more abort fixes, using
mrg
2018-04-09
Stop potential misuse of vendor names and USB vendor IDs in root hub
jakllsch
2017-11-17
s/PR_NOWAIT/PR_WAITOK/ in HCD allocx (allocate xfer) method
skrll
2017-11-16
don't lock if we are polling because we are already holding a spin lock
christos
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-07-14
Only call uhci_free_stds if there are TDs to free.
skrll
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2016-12-04
Whitespace
skrll
2016-05-10
sprinkle _KERNEL_OPT
pooka
2016-05-06
- don't require the lock if we are polling (early autoconf)
christos
2016-05-06
usb is attached with config_interrupts so we can G/C the code to support
skrll
2016-04-25
Don't use uninitialized data variable when len == 0.
joerg
2016-04-23
Fix non-DIAGNOSTIC build
skrll
2016-04-23
Merge nick-nhusb
skrll
2016-03-13
KNF
skrll
[next]