index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-11
usb: typec: tcpm: allow to use sink in accessory mode
Michael Grzeschik
1
-2
/
+7
2025-04-11
usb: typec: mux: do not return on EOPNOTSUPP in {mux, switch}_set
Michael Grzeschik
1
-2
/
+2
2025-04-11
usb: typec: ucsi: Add the UCSI commands in debugfs
Madhu M
2
-0
/
+6
2025-04-11
usb: typec: ucsi: add Huawei Matebook E Go ucsi driver
Pengyu Luo
3
-0
/
+534
2025-04-11
usb: typec: class: Invalidate USB device pointers on partner unregistration
Andrei Kuchynski
1
-2
/
+6
2025-04-11
usb: typec: class: Fix NULL pointer access
Andrei Kuchynski
2
-2
/
+14
2025-04-11
xhci: Limit time spent with xHC interrupts disabled during bus resume
Mathias Nyman
3
-16
/
+20
2025-04-11
usb: xhci: Fix invalid pointer dereference in Etron workaround
Michal Pecio
1
-1
/
+1
2025-04-11
usb: xhci: Fix Short Packet handling rework ignoring errors
Michal Pecio
1
-1
/
+1
2025-04-11
Revert "xhci: Prevent early endpoint restart when handling STALL errors."
Mathias Nyman
3
-13
/
+3
2025-04-11
Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpoint"
Mathias Nyman
1
-5
/
+3
2025-04-11
usb: dwc3: Specify maximum number of XHCI interrupters
Wesley Cheng
3
-0
/
+17
2025-04-11
usb: host: xhci: Notify xHCI sideband on transfer ring free
Wesley Cheng
2
-1
/
+31
2025-04-11
usb: host: xhci-plat: Set XHCI max interrupters if property is present
Wesley Cheng
1
-0
/
+2
2025-04-11
usb: host: xhci-mem: Allow for interrupter clients to choose specific index
Wesley Cheng
3
-13
/
+18
2025-04-11
usb: host: xhci-mem: Cleanup pending secondary event ring events
Wesley Cheng
4
-9
/
+54
2025-04-11
xhci: sideband: add initial api to register a secondary interrupter entity
Mathias Nyman
4
-0
/
+446
2025-04-10
usb: typec: tcpm: Use fwnode_get_child_node_count()
Andy Shevchenko
1
-4
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
35
-68
/
+68
2025-04-02
Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
66
-651
/
+1338
2025-03-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-4
/
+4
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-24
/
+17
2025-03-22
Merge tag 'usb-serial-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Greg Kroah-Hartman
1
-13
/
+0
2025-03-14
usb: host: cdns3: forward lost power information to xhci
Théo Lebrun
1
-0
/
+11
2025-03-14
usb: host: xhci-plat: allow upper layers to signal power loss
Théo Lebrun
2
-1
/
+3
2025-03-14
usb: xhci: change xhci_resume() parameters to explicit the desired info
Théo Lebrun
6
-22
/
+21
2025-03-14
usb: cdns3-ti: run HW init at resume() if HW was reset
Théo Lebrun
1
-0
/
+25
2025-03-14
usb: cdns3-ti: move reg writes to separate function
Théo Lebrun
1
-38
/
+44
2025-03-14
usb: cdns3: call cdns_power_is_lost() only once in cdns_resume()
Théo Lebrun
1
-2
/
+3
2025-03-14
usb: cdns3: rename hibernated argument of role->resume() to lost_power
Théo Lebrun
3
-4
/
+4
2025-03-14
usb: xhci: tegra: rename `runtime` boolean to `is_auto_runtime`
Théo Lebrun
1
-5
/
+5
2025-03-14
usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() func
Théo Lebrun
3
-17
/
+1
2025-03-14
usb: dwc3: Don't use %pK through printk
Thomas Weißschuh
2
-4
/
+4
2025-03-14
usb: core: Don't use %pK through printk
Thomas Weißschuh
2
-3
/
+3
2025-03-14
usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()
Chenyuan Yang
1
-0
/
+3
2025-03-14
usb: common: usb-conn-gpio: switch psy_cfg from of_node to fwnode
Sebastian Reichel
1
-1
/
+1
2025-03-14
usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine()
Amit Sunil Dhamne
1
-4
/
+4
2025-03-14
Merge tag 'usb-serial-6.14-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Greg Kroah-Hartman
3
-16
/
+59
2025-03-12
USB: serial: ftdi_sio: add support for Altera USB Blaster 3
Boon Khai Ng
2
-0
/
+27
2025-03-11
usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running
Michal Pecio
1
-4
/
+7
2025-03-11
usb: xhci: Don't change the status of stalled TDs on failed Stop EP
Michal Pecio
1
-1
/
+11
2025-03-11
xhci: Avoid queuing redundant Stop Endpoint command for stalled endpoint
Mathias Nyman
1
-3
/
+5
2025-03-10
Merge v6.14-rc6 into usb-next
Greg Kroah-Hartman
24
-83
/
+189
2025-03-06
usb: typec: ucsi: Fix NULL pointer access
Andrei Kuchynski
1
-6
/
+7
2025-03-06
usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card Reader
Miao Li
1
-0
/
+4
2025-03-06
xhci: Handle spurious events on Etron host isoc enpoints
Mathias Nyman
2
-13
/
+27
2025-03-06
usb: xhci: Unify duplicate inc_enq() code
Michal Pecio
1
-75
/
+55
2025-03-06
usb: xhci: Apply the link chain quirk on NEC isoc endpoints
Michal Pecio
1
-2
/
+11
2025-03-06
xhci: Prevent early endpoint restart when handling STALL errors.
Mathias Nyman
3
-3
/
+13
2025-03-06
usb: xhci: move debug capabilities from trb_in_td() to handle_tx_event()
Niklas Neronin
1
-21
/
+17
[prev]
[next]