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
2016-07-17
Various improvement from t-hash (and a bit from me).
skrll
2016-07-14
KNF. No functional change.
msaitoh
2016-07-14
- Use aprint*() instead of printf() in xxx_attach().
msaitoh
2016-07-11
KNF. No functional change.
msaitoh
2016-07-08
Don't ignore return value of xhci_update_ep0_mps and remove KASSERT at
skrll
2016-07-08
More debug in new_device.
skrll
2016-07-08
s/UBS/USB/
skrll
2016-07-07
Turn a few KASSERTs into KASSERTMSG mentioning the tested values
maya
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-07-03
Fix build for USB_DEBUG without UMASS_DEBUG
skrll
2016-07-03
Trailing whitespace
skrll
2016-07-01
Convert umass(4) to usbhist.
skrll
2016-06-30
remove XXX
christos
2016-06-23
Fix UVMHIST builds for kernels that don't include usb
skrll
2016-06-22
fix: locking about IFQ_ENQUEUE and ALTQ
knakahara
2016-06-12
Remove KASSERTs that don't make sense.
skrll
2016-06-10
Add callout_stop while clearing stall. From t-hash.
skrll
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-06-05
Use MUSB2_REG_RXNAKLIMIT instead of MUSB2_REG_TXNAKLIMIT in the recieve path.
jakllsch
2016-06-05
PR/51202: XHCI driver sends stale TRBs from a pipe previously opened
skrll
2016-06-05
PR/51202: XHCI driver sends stale TRBs from a pipe previously opened
skrll
2016-06-05
Update some comments. Some from t-hash with updates from me.
skrll
2016-06-05
More debug
skrll
2016-06-05
Replace num of TRBs with xr->xr_ntrb. From t-hash.
skrll
2016-06-05
From t-hash
skrll
2016-06-05
Wrap long lines and other whitespace. From t-hash.
skrll
2016-06-05
Reduce the scope of some variable. From t-hash
skrll
2016-06-05
From t-hash
skrll
2016-06-01
Add quick for Sandisk Cruzer - from PR kern/46547
pgoyette
2016-06-01
Regen
pgoyette
2016-06-01
Regen for Sandisk Cruzer
pgoyette
2016-06-01
Add Sandisk Cruzer - from PR kern/46547
pgoyette
2016-05-31
Flush memory correctly during ring put.
mlelstv
2016-05-26
Introduce M_CLEARCTX and use it instead of open-coding rcvif
ozaki-r
2016-05-26
Use M_GETCTX
ozaki-r
2016-05-22
More comments
skrll
2016-05-22
Add a comment and reformat some others
skrll
2016-05-17
initialize buf to NULL for error branch on line 532
pooka
2016-05-14
All com devices have an issue that they sleep in the final close
mlelstv
2016-05-14
Only set QH CMASK for FS/LS interrupt transfers
skrll
2016-05-11
Pullin opt_usb for UPLCOM_DEBUG
skrll
2016-05-10
sprinkle _KERNEL_OPT
pooka
2016-05-10
Fixup ucom_cleanup to not forget our pipe handles.
skrll
2016-05-09
Don't forget to use HTOO32 when adding OHCI_TD_R to td_flags for short
skrll
2016-05-09
kmem_alloc doesn't support allocating 0 bytes.
mlelstv
2016-05-07
G/C more unused code
skrll
2016-05-07
disable kpreempt around softint_schedule(). fixes playing on umidi.
mrg
2016-05-06
- don't require the lock if we are polling (early autoconf)
christos
2016-05-06
Fix a KASSERT (ub_usepolling || mutex)
skrll
2016-05-06
usb is attached with config_interrupts so we can G/C the code to support
skrll
[next]