| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 7 | -67/+30 |
| 2026-06-15 | Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2026-06-01 | Merge tag 'v7.1-rc6' into usb-next | Greg Kroah-Hartman | 6 | -16/+54 |
| 2026-05-25 | Merge tag 'v7.1-rc5' into driver-core-next | Danilo Krummrich | 1 | -4/+0 |
| 2026-05-22 | usb: gadget: aspeed_udc: avoid past-the-end iterator in dequeue | Maoyi Xie | 1 | -5/+2 |
| 2026-05-22 | usb: gadget: goku_udc: avoid NULL deref of dev->driver in INT_USBRESET log | Stepan Ionichev | 1 | -1/+2 |
| 2026-05-22 | usb: gadget: f_fs: serialize DMABUF cancel against request completion | Michael Bommarito | 1 | -2/+22 |
| 2026-05-22 | usb: gadget: f_fs: copy only received bytes on short ep0 read | Michael Bommarito | 1 | -1/+1 |
| 2026-05-22 | usb: gadget: dummy_hcd: Reject hub port requests for non-existent ports | Seungjin Bae | 1 | -0/+4 |
| 2026-05-22 | usb: gadget: uvc: hold opts->lock across XU walks in uvc_function_bind | Kai Aizen | 1 | -7/+21 |
| 2026-05-22 | usb: gadget: net2280: Fix double free in probe error path | Guangshuo Li | 1 | -3/+1 |
| 2026-05-22 | usb: gadget: f_hid: fix device reference leak in hidg_alloc() | Guangshuo Li | 1 | -2/+1 |
| 2026-05-18 | usb: gadget: composite: fix integer underflow in WebUSB GET_URL handling | Jeremy Erazo | 1 | -1/+4 |
| 2026-05-11 | Merge tag 'v7.1-rc3' into usb-next | Greg Kroah-Hartman | 1 | -4/+0 |
| 2026-04-27 | usb: udc: pxa: remove unused platform_data | Arnd Bergmann | 4 | -60/+20 |
| 2026-04-27 | USB: omap_udc: DMA: Don't enable burst 4 mode | Aaro Koskinen | 1 | -4/+0 |
| 2026-04-27 | usb: gadget: udc: skip pullup() if already connected | Xu Yang | 1 | -1/+6 |
| 2026-04-26 | driver core: Replace dev->of_node_reused with dev_of_node_reused() | Douglas Anderson | 1 | -1/+1 |
| 2026-04-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
| 2026-04-07 | usb: gadget: f_ncm: validate minimum block_len in ncm_unwrap_ntb() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2026-04-07 | usb: gadget: f_phonet: fix skb frags[] overflow in pn_rx_complete() | Greg Kroah-Hartman | 1 | -0/+9 |
| 2026-04-07 | usb: gadget: f_hid: Add missing error code | Ethan Tidmore | 1 | -1/+3 |
| 2026-04-07 | usb: gadget: renesas_usb3: validate endpoint index in standard request handlers | Greg Kroah-Hartman | 1 | -1/+6 |
| 2026-04-06 | Merge tag 'v7.0-rc7' into usb-next | Greg Kroah-Hartman | 16 | -166/+327 |
| 2026-04-02 | usb: gadget: f_hid: move list and spinlock inits from bind to alloc | Michael Zimmermann | 1 | -9/+10 |
| 2026-04-02 | usb: gadget: f_uac1_legacy: validate control request size | Taegu Ha | 1 | -10/+37 |
| 2026-03-30 | usb: gadget: f_rndis: Fix net_device lifecycle with device_move | Kuen-Han Tsai | 2 | -25/+48 |
| 2026-03-30 | usb: gadget: f_subset: Fix net_device lifecycle with device_move | Kuen-Han Tsai | 2 | -35/+44 |
| 2026-03-30 | usb: gadget: f_eem: Fix net_device lifecycle with device_move | Kuen-Han Tsai | 2 | -34/+46 |
| 2026-03-30 | usb: gadget: f_ecm: Fix net_device lifecycle with device_move | Kuen-Han Tsai | 2 | -18/+38 |
| 2026-03-30 | usb: gadget: u_ncm: Add kernel-doc comments for struct f_ncm_opts | Kuen-Han Tsai | 1 | -6/+15 |
| 2026-03-30 | usb: gadget: f_rndis: Protect RNDIS options with mutex | Kuen-Han Tsai | 1 | -3/+6 |
| 2026-03-30 | usb: gadget: f_subset: Fix unbalanced refcnt in geth_free | Kuen-Han Tsai | 1 | -0/+6 |
| 2026-03-30 | usb: gadget: uvc: fix NULL pointer dereference during unbind race | Jimmy Hu | 3 | -4/+43 |
| 2026-03-30 | usb: gadget: f_hid: don't call cdev_init while cdev in use | Michael Zimmermann | 1 | -5/+10 |
| 2026-03-30 | usb: gadget: udc: update outdated comment for renamed usb_gadget_udc_start() | Kexin Sun | 1 | -2/+3 |
| 2026-03-30 | usb: gadget: bdc: validate status-report endpoint indices | Pengpeng Hou | 1 | -0/+4 |
| 2026-03-18 | usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial... | Sebastian Urban | 1 | -0/+6 |
| 2026-03-18 | usb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfo | Kuen-Han Tsai | 1 | -2/+4 |
| 2026-03-18 | USB: dummy-hcd: Fix interrupt synchronization error | Alan Stern | 1 | -15/+14 |
| 2026-03-18 | USB: dummy-hcd: Fix locking/synchronization error | Alan Stern | 1 | -1/+6 |
| 2026-03-18 | usb: gadget: u_ether: Fix race between gether_disconnect and eth_stop | Kuen-Han Tsai | 1 | -5/+5 |
| 2026-03-18 | USB: pxa27x_udc: check return value of clk_enable | Zhaoyang Yu | 1 | -14/+52 |
| 2026-03-16 | Merge 7.0-rc4 into usb-next | Greg Kroah-Hartman | 9 | -323/+157 |
| 2026-03-11 | usb: gadget: f_ncm: Fix net_device lifecycle with device_move | Kuen-Han Tsai | 4 | -13/+73 |
| 2026-03-11 | Revert "usb: gadget: u_ether: add gether_opts for config caching" | Kuen-Han Tsai | 3 | -234/+0 |
| 2026-03-11 | Revert "usb: gadget: u_ether: use <linux/hex.h> header file" | Kuen-Han Tsai | 1 | -1/+0 |
| 2026-03-11 | Revert "usb: gadget: u_ether: Add auto-cleanup helper for freeing net_device" | Kuen-Han Tsai | 2 | -17/+0 |
| 2026-03-11 | Revert "usb: gadget: f_ncm: align net_device lifecycle with bind/unbind" | Kuen-Han Tsai | 2 | -66/+66 |
| 2026-03-11 | Revert "usb: legacy: ncm: Fix NPE in gncm_bind" | Kuen-Han Tsai | 1 | -10/+3 |
| 2026-03-11 | Revert "usb: gadget: f_ncm: Fix atomic context locking issue" | Kuen-Han Tsai | 3 | -13/+28 |
| 2026-03-11 | usb: gadget: uvc: fix interval_duration calculation | Junzhong Pan | 1 | -1/+1 |
| 2026-03-11 | usb: gadget: f_mass_storage: Fix potential integer overflow in check_command_... | Seungjin Bae | 1 | -2/+10 |
| 2026-03-11 | usb: gadget: f_hid: fix SuperSpeed descriptors | John Keeping | 1 | -0/+4 |
| 2026-03-11 | usb: gadget: udc: Use safer strscpy() instead of strcpy() | Ai Chao | 1 | -1/+1 |
| 2026-03-11 | usb: gadget: functionfs: Use safer strscpy() instead of strcpy() | Ai Chao | 2 | -4/+4 |
| 2026-02-28 | scsi: target: Use driver completion preference by default | Mike Christie | 1 | -0/+1 |
| 2026-02-23 | usb: gadget: f_ncm: Fix atomic context locking issue | Kuen-Han Tsai | 3 | -28/+13 |
| 2026-02-23 | usb: legacy: ncm: Fix NPE in gncm_bind | Kuen-Han Tsai | 1 | -3/+10 |
| 2026-02-23 | usb: gadget: f_tcm: Fix NULL pointer dereferences in nexus handling | Jiasheng Jiang | 1 | -0/+14 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 3 | -6/+5 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 3 | -6/+3 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 3 | -3/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 48 | -112/+112 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 66 | -172/+168 |
| 2026-02-17 | Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 29 | -192/+537 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -0/+2 |
| 2026-02-05 | functionfs: use spinlock for FFS_DEACTIVATED/FFS_CLOSING transitions | Al Viro | 2 | -54/+50 |
| 2026-01-27 | usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDN | Haotien Hsu | 1 | -3/+9 |
| 2026-01-23 | usb: bdc: fix sleep during atomic | Justin Chen | 1 | -2/+2 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 2 | -0/+2 |
| 2026-01-19 | Merge 6.19-rc6 usb-next | Greg Kroah-Hartman | 4 | -12/+32 |
| 2026-01-14 | usb: gadget: uvc: retry vb2_reqbufs() with vb_vmalloc_memops if use_sg fail | Xu Yang | 1 | -0/+8 |
| 2026-01-14 | usb: gadget: uvc: return error from uvcg_queue_init() | Xu Yang | 1 | -2/+1 |
| 2026-01-14 | usb: gadget: uvc: fix interval_duration calculation | Xu Yang | 2 | -3/+6 |
| 2026-01-14 | usb: gadget: uvc: fix req_payload_size calculation | Xu Yang | 4 | -7/+17 |
| 2026-01-14 | usb: gadget: u_ether: use <linux/hex.h> header file | Randy Dunlap | 1 | -0/+1 |
| 2026-01-14 | usb: gadget: f_fs: fix DMA-BUF OUT queues | Sam Day | 1 | -3/+3 |
| 2026-01-14 | usb: gadget: f_fs: Fix ioctl error handling | Sam Day | 1 | -12/+6 |
| 2026-01-14 | usb: gadget: f_tcm: initialize data_len in UAS path for consistency | Jiasheng Jiang | 1 | -1/+2 |
| 2026-01-07 | usb: gadget: f_ncm: align net_device lifecycle with bind/unbind | Kuen-Han Tsai | 2 | -66/+66 |
| 2026-01-07 | usb: gadget: u_ether: Add auto-cleanup helper for freeing net_device | Kuen-Han Tsai | 2 | -0/+17 |
| 2026-01-07 | usb: gadget: u_ether: add gether_opts for config caching | Kuen-Han Tsai | 3 | -0/+234 |
| 2026-01-07 | usb: gadget: f_sourcesink: Support maxburst configurability for bulk endpoints | Krishna Kurapati | 2 | -0/+53 |
| 2025-12-29 | Merge 6.19-rc3 into usb-next | Greg Kroah-Hartman | 1 | -17/+25 |
| 2025-12-23 | usb: gadget: lpc32xx_udc: clean up probe error labels | Johan Hovold | 1 | -11/+10 |
| 2025-12-23 | usb: gadget: lpc32xx_udc: fix clock imbalance in error path | Johan Hovold | 1 | -10/+10 |
| 2025-12-23 | usb: gadget: Constify struct configfs_item_operations and configfs_group_oper... | Christophe JAILLET | 19 | -53/+53 |
| 2025-12-17 | USB: lpc32xx_udc: Fix error handling in probe | Ma Ke | 1 | -6/+15 |
| 2025-12-17 | usb: gadget: f_midi: allow customizing the USB MIDI interface string through ... | Victor Krawiec | 2 | -52/+60 |
| 2025-12-17 | usb: gadget: aspeed-vhub: Add ast2700 support | Ryan Chen | 2 | -0/+31 |
| 2025-12-06 | Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 6 | -21/+23 |
| 2025-12-05 | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -84/+109 |
| 2025-11-27 | usb: gadget: tegra-xudc: Always reinitialize data toggle when clear halt | Haotien Hsu | 1 | -6/+0 |
| 2025-11-24 | usb: gadget: renesas_usbf: Handle devm_pm_runtime_enable() errors | Haotian Zhang | 1 | -1/+3 |
| 2025-11-21 | USB: add WQ_PERCPU to alloc_workqueue users | Marco Crivellari | 1 | -2/+1 |
| 2025-11-21 | usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE | Gopi Krishna Menon | 1 | -0/+3 |
| 2025-11-21 | usb: gadget: functionfs: use dma_buf_unmap_attachment_unlocked() helper | Liang Jie | 1 | -3/+1 |
| 2025-11-21 | usb: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -1/+0 |
| 2025-11-17 | convert gadgetfs | Al Viro | 1 | -8/+11 |
| 2025-11-17 | gadgetfs: switch to simple_remove_by_name() | Al Viro | 1 | -19/+13 |
| 2025-11-17 | convert functionfs | Al Viro | 1 | -8/+9 |
| 2025-11-17 | functionfs: switch to simple_remove_by_name() | Al Viro | 1 | -29/+22 |
| 2025-11-17 | functionfs: fix the open/removal races | Al Viro | 1 | -10/+43 |
| 2025-11-17 | functionfs: need to cancel ->reset_work in ->kill_sb() | Al Viro | 1 | -0/+3 |
| 2025-11-17 | functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}() | Al Viro | 1 | -5/+3 |
| 2025-11-17 | functionfs: don't abuse ffs_data_closed() on fs shutdown | Al Viro | 1 | -8/+8 |
| 2025-11-09 | usb: gadget: f_eem: Fix memory leak in eem_unwrap | Kuen-Han Tsai | 1 | -1/+6 |
| 2025-10-28 | usb: gadget: udc: fix use-after-free in usb_gadget_state_work | Jimmy Hu | 1 | -1/+16 |
| 2025-10-27 | Merge 6.18-rc3 into usb-next | Greg Kroah-Hartman | 1 | -2/+0 |
| 2025-10-22 | usb: raw-gadget: do not limit transfer length | Andrey Konovalov | 1 | -2/+0 |
| 2025-10-13 | usb: gadget: zero: add function wakeup support | Xu Yang | 1 | -9/+18 |
| 2025-10-04 | Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 11 | -221/+130 |
| 2025-10-02 | Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2 | -5/+8 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
| 2025-09-17 | Merge patch series "usb: gadget: Refactor function drivers to use __free() cl... | Greg Kroah-Hartman | 5 | -146/+110 |
| 2025-09-17 | usb: gadget: f_rndis: Refactor bind path to use __free() | Kuen-Han Tsai | 1 | -50/+35 |
| 2025-09-17 | usb: gadget: f_ecm: Refactor bind path to use __free() | Kuen-Han Tsai | 1 | -28/+20 |
| 2025-09-17 | usb: gadget: f_acm: Refactor bind path to use __free() | Kuen-Han Tsai | 1 | -23/+19 |
| 2025-09-17 | usb: gadget: f_ncm: Refactor bind path to use __free() | Kuen-Han Tsai | 1 | -45/+33 |
| 2025-09-17 | usb: gadget: Store endpoint pointer in usb_request | Kuen-Han Tsai | 1 | -0/+3 |
| 2025-09-17 | usb: gadget: f_fs: Fix epfile null pointer access after ep enable. | Owen Gu | 1 | -1/+7 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 2 | -2/+2 |
| 2025-09-15 | Merge 6.17-rc6 into usb-next | Greg Kroah-Hartman | 2 | -6/+13 |
| 2025-09-12 | usb: udc: Add trace event for usb_gadget_set_state | Kuen-Han Tsai | 2 | -0/+6 |
| 2025-09-06 | usb: gadget: tegra-xudc: Remove redundant ternary operators | Liao Yuanhong | 1 | -2/+1 |
| 2025-09-06 | usb: gadget: midi2: Fix MIDI2 IN EP max packet size | Takashi Iwai | 1 | -2/+8 |
| 2025-09-06 | usb: gadget: midi2: Fix missing UMP group attributes initialization | Takashi Iwai | 1 | -0/+1 |
| 2025-09-06 | USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels | Alan Stern | 1 | -4/+4 |
| 2025-09-06 | cdns2: Remove unused tracepoints | Steven Rostedt | 1 | -69/+0 |
| 2025-09-06 | usb: gadget: f_hid: Fix zero length packet transfer | William Wu | 1 | -2/+2 |
| 2025-09-06 | usb: gadget: configfs: Correctly set use_os_string at bind | William Wu | 1 | -0/+2 |
| 2025-08-25 | Merge 6.17-rc3 into usb-next | Greg Kroah-Hartman | 1 | -2/+7 |
| 2025-08-17 | usb: gadget: f_ncm: Fix MAC assignment NCM ethernet | raub camaioni | 1 | -1/+2 |
| 2025-08-13 | usb: gadget: tegra-xudc: fix PM use count underflow | Russell King (Oracle) | 1 | -2/+7 |
| 2025-08-13 | media: Reset file->private_data to NULL in v4l2_fh_del() | Laurent Pinchart | 1 | -2/+1 |
| 2025-08-13 | media: Set file->private_data in v4l2_fh_add() | Laurent Pinchart | 1 | -2/+1 |
| 2025-08-13 | media: Replace file->private_data access with file_to_v4l2_fh() | Laurent Pinchart | 2 | -1/+6 |
| 2025-07-29 | Merge tag 'usb-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 14 | -117/+38 |
| 2025-07-28 | Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+2 |
| 2025-07-28 | Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -8/+2 |
| 2025-07-25 | usb: gadget: udc: renesas_usb3: fix device leak at unbind | Johan Hovold | 1 | -0/+1 |
| 2025-07-25 | usb: gadget: udc: renesas_usb3: drop unused module alias | Johan Hovold | 1 | -1/+0 |
| 2025-07-21 | usb: gadget : fix use-after-free in composite_dev_cleanup() | Tao Xue | 1 | -0/+5 |
| 2025-07-21 | usb: gadget: f_uac1: replace scnprintf() with sysfs_emit() | Sumanth Gavini | 1 | -1/+1 |
| 2025-07-21 | usb: gadget: uvc: Initialize frame-based format color matching descriptor | Akash Kumar | 1 | -0/+10 |
| 2025-07-21 | Merge tag 'v6.16-rc7' into usb-next | Greg Kroah-Hartman | 1 | -0/+4 |
| 2025-07-15 | usb: gadget: udc: renesas_usb3: Convert to DEFINE_SIMPLE_DEV_PM_OPS() | Geert Uytterhoeven | 1 | -5/+3 |
| 2025-07-09 | usb: gadget: configfs: Fix OOB read on empty string write | Xinyu Liu | 1 | -0/+4 |
| 2025-07-07 | usb: gadget: f_uac2: replace scnprintf() with sysfs_emit() | Sumanth Gavini | 1 | -1/+1 |
| 2025-07-07 | usb: gadget: f_fs: Remove unnecessary spinlocks. | Ingo Rohloff | 1 | -10/+0 |
| 2025-07-07 | USB: gadget: f_hid: Fix memory leak in hidg_bind error path | Yuhao Jiang | 1 | -3/+4 |
| 2025-07-05 | Merge merge point of tag 'usb-6.16-rc5' into usb-next | Greg Kroah-Hartman | 1 | -8/+4 |
| 2025-07-02 | functionfs, gadgetfs: use simple_recursive_removal() | Al Viro | 2 | -8/+2 |
| 2025-06-28 | usb: gadget: u_serial: remove some dead code | Dan Carpenter | 1 | -6/+0 |
| 2025-06-19 | usb: gadget: u_serial: Fix race condition in TTY wakeup | Kuen-Han Tsai | 1 | -3/+3 |
| 2025-06-19 | Revert "usb: gadget: u_serial: Add null pointer check in gs_start_io" | Kuen-Han Tsai | 1 | -5/+1 |
| 2025-06-19 | usb: gadget: Remove unused usb_remove_config | Dr. David Alan Gilbert | 1 | -24/+0 |
| 2025-06-19 | usb: gadget: config: Remove unused usb_gadget_config_buf | Dr. David Alan Gilbert | 1 | -53/+0 |
| 2025-06-19 | usb: gadget: dummy_hcd: Use USB API functions rather than constants | Chen Ni | 1 | -1/+1 |
| 2025-06-19 | usb: gadget: composite: Use USB API functions rather than constants | Chen Ni | 1 | -1/+1 |
| 2025-06-19 | usb: gadget: net2280: Use USB API functions rather than constants | Chen Ni | 1 | -4/+4 |
| 2025-06-19 | usb: gadget: pch_udc: Use USB API functions rather than constants | Chen Ni | 1 | -1/+1 |
| 2025-06-19 | usb: gadget: udc-xilinx: Use USB API functions rather than constants | Chen Ni | 1 | -2/+2 |
| 2025-06-19 | usb: gadget: f_fs: Use USB API functions rather than constants | Chen Ni | 1 | -1/+1 |
| 2025-06-19 | usb: gadget: m66592-udc: Use USB API functions rather than constants | Chen Ni | 1 | -3/+3 |
| 2025-06-10 | usb: gadget: pxa25x_udc: Switch to use devm_gpio_request_one() | Andy Shevchenko | 1 | -3/+2 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 6 | -6/+7 |
| 2025-06-06 | Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 24 | -10709/+177 |
| 2025-06-03 | Merge tag 'hid-for-linus-2025060301' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+6 |
| 2025-05-23 | USB: gadget: udc: fix const issue in gadget_match_driver() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2025-05-23 | USB: gadget: fix up const issue with struct usb_function_instance | Greg Kroah-Hartman | 1 | -1/+1 |
| 2025-05-21 | usb: gadget: lpc32xx_udc: Use USB API functions rather than constants | Chen Ni | 1 | -1/+1 |
| 2025-05-21 | usb: gadget: epautoconf: Use USB API functions rather than constants | Chen Ni | 1 | -1/+1 |
| 2025-05-21 | usb: gadget: u_serial: Avoid double unlock of serial_port_lock | Prashanth K | 1 | -0/+7 |
| 2025-05-16 | Merge tag 'sound-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+1 |
| 2025-05-13 | Merge 6.15-rc6 into usb-next | Greg Kroah-Hartman | 3 | -7/+16 |
| 2025-05-11 | ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info | Takashi Iwai | 1 | -1/+1 |
| 2025-05-01 | usb: gadget: Use get_status callback to set remote wakeup capability | Prashanth K | 1 | -7/+5 |
| 2025-05-01 | usb: gadget: f_ecm: Add get_status callback | Prashanth K | 1 | -0/+7 |
| 2025-05-01 | usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN | Wayne Chang | 1 | -0/+4 |
| 2025-05-01 | usb: gadget: hid: allow dynamic interval configuration via configfs | Ben Hoff | 2 | -31/+90 |
| 2025-05-01 | usb: gadget: g_ffs: Adjust f_ffs[0] allocation type | Kees Cook | 1 | -1/+1 |
| 2025-04-25 | usb: gadget: u_serial: Implement remote wakeup capability | Prashanth K | 2 | -0/+50 |
| 2025-04-25 | usb: gadget: udc: renesas_usb3: remove unnecessary NULL check before phy_exit() | Chen Ni | 1 | -4/+2 |
| 2025-04-24 | HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse() | Terry Junge | 1 | -6/+6 |
| 2025-04-15 | usb: potential integer overflow in usbg_make_tpg() | Chen Yufeng | 1 | -2/+2 |
| 2025-04-11 | usb: Remove orphaned UDC drivers | Rob Herring (Arm) | 10 | -10661/+0 |
| 2025-04-11 | usb: gadget: udc-xilinx: Remove the invalid comment | Li Qiong | 1 | -2/+0 |
| 2025-04-11 | usb: gadget: f_hid: wake up readers on disable/unbind | Peter Korsgaard | 1 | -2/+17 |
| 2025-04-11 | usb: gadget: uvc: Avoid -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -1/+3 |
| 2025-04-11 | USB: gadget: Replace deprecated strncpy() with strscpy() | Thorsten Blum | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 5 | -10/+10 |
| 2025-04-02 | Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -2/+3 |
| 2025-03-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+2 |
| 2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -6/+3 |
| 2025-03-14 | usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev() | Chenyuan Yang | 1 | -0/+3 |
| 2025-03-10 | Merge v6.14-rc6 into usb-next | Greg Kroah-Hartman | 2 | -7/+14 |
| 2025-03-03 | usb: gadget: Check bmAttributes only if configuration is valid | Prashanth K | 1 | -1/+1 |
| 2025-02-20 | usb: gadget: Fix setting self-powered state on suspend | Marek Szyprowski | 1 | -1/+2 |