index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
usb
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-23
USB: gadget: fix up const issue with struct usb_function_instance
Greg Kroah-Hartman
1
-1
/
+1
2025-04-11
usb: host: xhci: Notify xHCI sideband on transfer ring free
Wesley Cheng
1
-1
/
+29
2025-04-11
usb: host: xhci-mem: Allow for interrupter clients to choose specific index
Wesley Cheng
1
-1
/
+1
2025-04-11
xhci: sideband: add initial api to register a secondary interrupter entity
Mathias Nyman
1
-0
/
+74
2025-04-02
Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
2
-10
/
+1
2025-03-03
usb: ulpi: Remove unused otg_ulpi_create
Dr. David Alan Gilbert
1
-9
/
+0
2025-02-21
usb: Add base USB MCTP definitions
Jeremy Kerr
1
-0
/
+30
2025-02-10
r8152: add vendor/device ID pair for Dell Alienware AW1022z
Aleksander Jan Bajkowski
1
-0
/
+1
2025-02-03
usb: musb: Constify struct musb_fifo_cfg
Christophe JAILLET
1
-1
/
+1
2025-01-17
usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPS
Kyle Tso
1
-1
/
+2
2025-01-13
usb: phy: Remove API devm_usb_put_phy()
Zijun Hu
1
-5
/
+0
2024-12-24
usb: typec: Make active on port altmode writable
Abhishek Pandit-Subedi
1
-0
/
+2
2024-12-24
usb: typec: Add driver for Thunderbolt 3 Alternate Mode
Heikki Krogerus
1
-0
/
+1
2024-12-24
usb: typec: tcpm: Add new AMS for Get_Revision response
Amit Sunil Dhamne
1
-2
/
+20
2024-12-04
usb: storage: add a macro for the upper limit of max LUN
Dingyan Li
1
-0
/
+8
2024-11-29
Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
3
-1
/
+24
2024-10-29
usb: storage: fix wrong comments for struct bulk_cb_wrap
Dingyan Li
1
-1
/
+1
2024-10-17
usb: typec: Add attribute file showing the USB Modes of the partner
Heikki Krogerus
1
-0
/
+5
2024-10-17
usb: typec: Add attribute file showing the supported USB modes of the port
Heikki Krogerus
1
-0
/
+17
2024-10-08
media: uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap type
David Given
1
-0
/
+3
2024-10-08
media: uvcvideo: Add luma 16-bit interlaced pixel format
Dmitry Perchanov
1
-0
/
+3
2024-10-04
usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag
Xu Yang
1
-0
/
+1
2024-09-26
Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+15
2024-09-26
usbnet: fix cyclical race on disconnect with work queue
Oliver Neukum
1
-0
/
+15
2024-09-11
Merge tag 'usb-serial-6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Greg Kroah-Hartman
1
-2
/
+5
2024-09-03
usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
Michael Grzeschik
1
-0
/
+86
2024-08-26
USB: serial: set driver owner when registering drivers
Krzysztof Kozlowski
1
-2
/
+5
2024-08-13
usb: gadget: configfs: Constify struct config_item_type
Christophe JAILLET
1
-2
/
+2
2024-08-13
usb: gadget: configfs: Make check_user_usb_string() static
Christophe JAILLET
1
-3
/
+0
2024-08-07
usb: gadget: Increase max configuration interface to 32
Akash Kumar
1
-1
/
+1
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fields
André Draszik
1
-4
/
+2
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REV
André Draszik
1
-2
/
+1
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_RP_VAL
André Draszik
1
-2
/
+1
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]
André Draszik
1
-6
/
+3
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_CC_STATUS_CC[12]
André Draszik
1
-5
/
+3
2024-08-07
usb: typec: tcpci: fix a comment typo
André Draszik
1
-1
/
+1
2024-07-10
usb: gadget: Use u16 types for 16-bit fields
Kees Cook
1
-5
/
+5
2024-07-03
usb: typec: tcpci: add support to set connector orientation
Marco Felsch
1
-0
/
+8
2024-06-04
usb: typec: Update sysfs when setting ops
Abhishek Pandit-Subedi
1
-0
/
+3
2024-05-10
usb: phy: tegra: Replace of_gpio.h by proper one
Andy Shevchenko
1
-1
/
+2
2024-04-18
usb: renesas_usbhs: Remove renesas_usbhs_get_info() wrapper
Geert Uytterhoeven
1
-5
/
+0
2024-03-27
usb: misc: onboard_hub: rename to onboard_dev
Javier Carrasco
2
-18
/
+18
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
11
-15
/
+100
2024-03-11
Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2024-03-05
usb: typec: tcpm: add support to set tcpc connector orientatition
Marco Felsch
1
-0
/
+2
2024-03-05
usb: core: Set connect_type of ports based on DT node
Stephen Boyd
1
-0
/
+7
2024-03-05
usb: typec: pd: no opencoding of FIELD_GET
Oliver Neukum
2
-7
/
+9
2024-03-02
USB: typec: no opencoding FIELD_GET
Oliver Neukum
1
-4
/
+5
2024-02-19
Merge 6.8-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+0
2024-02-17
usb: gadget: Support already-mapped DMA SGs
Paul Cercueil
1
-0
/
+2
[next]