| Age | Commit message (Expand) | Author |
| 2022-04-06 | revert accidental last commit (except ukbd.c) | mlelstv |
| 2022-04-06 | remove debug printf | mlelstv |
| 2022-02-04 | uhub(4): Sprinkle dtrace probes. | riastradh |
| 2021-10-15 | Revert "usb: uhub: remove unnecessary delays when powering on ports" | jmcneill |
| 2021-10-11 | Add missing inclusion of sys/bitops.h. | msaitoh |
| 2021-10-11 | uhub: Skip USB_POWER_DOWN_TIME delay for root hubs | jmcneill |
| 2021-10-11 | Fix previous; restore 'up' pointer in second uhub_explore loop. | jmcneill |
| 2021-10-10 | usb: uhub: remove unnecessary delays when powering on ports | jmcneill |
| 2021-06-13 | usb(4): Bus exploration is single-threaded -- assert it so. | riastradh |
| 2021-06-13 | uhub(4): Defer rescan to USB event thread. | riastradh |
| 2021-06-13 | uhub(4): Trigger bus exploration after rescanning children. | riastradh |
| 2021-06-12 | usb(4), uhub(4): Sprinkle usbhist. | riastradh |
| 2021-06-12 | usb(4): Sprinkle kernel lock assertions. | riastradh |
| 2021-06-12 | uhub(4): Allow only one explore/rescan at a time. | riastradh |
| 2020-06-05 | Register eight vHCI buses, and use separate KCOV mailboxes for them. | maxv |
| 2020-05-31 | sc_statuspend is allocated with kmem_zalloc, so no need to memset it. | maxv |
| 2020-05-15 | Introduce KCOV remote support. This allows to collect KCOV coverage on | maxv |
| 2020-01-07 | Localify, constify. | maxv |
| 2019-08-21 | convert pairs of USBHIST_CALLED()+USBHIST_LOG*() into | mrg |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2018-10-23 | Make USB port iteration code consistent, always startint at port #1 | manu |
| 2018-10-19 | Make USB port numbers display consistent | manu |
| 2018-09-18 | add config_pending usage to uhub and general USB device attachment. | mrg |
| 2018-02-01 | Mark DVF_DETACH_SHUTDOWN to USB root HUB. This change makes USB host | msaitoh |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-11-25 | +#include "opt_usb.h" | skrll |
| 2016-09-13 | tiny KNF | skrll |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-03-13 | KNF | skrll |
| 2016-02-16 | Re-enable the TT support that existed previously. | skrll |
| 2016-02-05 | Use the port status straight after the reset and not after the | skrll |
| 2015-03-28 | Improve DPRINTFs - partially from Takahiro HAYASHI | skrll |
| 2015-03-26 | Note the uhub the DPRINTF is about in many cases | skrll |
| 2015-03-26 | Convert to USBHIST. Inspired by patch from Takahiro HAYASHI | skrll |
| 2014-08-13 | SS device detection needs more work. #if 0 previous attempt for now. | skrll |
| 2014-08-12 | Some USB3 / SS support - baby steps. From Takahiro HAYASHI. | skrll |
| 2013-09-15 | Remove unused variable | martin |
| 2013-06-25 | Spell "Windows 98" not-incorrectly in comment. | jakllsch |
| 2013-01-22 | uhub is mpsafe | jmcneill |
| 2013-01-05 | fix debug variables. | christos |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-11-14 | Fix function name in DPRINTF | skrll |
| 2012-09-09 | In uhub_childdet, do not free the array of sub-devices if there is none. | gsutre |
| 2012-03-12 | take the kernel lock a few more places when doing detach, to avoid | mrg |
| 2012-03-09 | Restore parts of uhub_explore() needed to make usb_needs_reattach() work. | jakllsch |
| 2012-03-05 | not enable -> not enabled | sborrill |
| 2011-06-09 | Move EHCI_DEBUG, OHCI_DEBUG, UHCI_DEBUG, USB_DEBUG, UHUB_DEBUG to opt_usb.h | matt |
| 2011-05-29 | When a child device is detached and no interfaces are claimed by drivers, | jmcneill |
| 2010-11-03 | Change a stray USBDEVNAME to device_xname(). Only affects DIAGNOSTIC | dyoung |