index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
legacy
Age
Commit message (
Expand
)
Author
2017-11-13
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-11-07
USB: gadget: legacy: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-01
usb: gadget: zero: Convert timers to use timer_setup()
Kees Cook
2017-09-22
USB: g_mass_storage: Fix deadlock when driver is unbound
Alan Stern
2017-09-22
USB: gadgetfs: Fix crash caused by inadequate synchronization
Alan Stern
2017-09-22
USB: gadgetfs: fix copy_to_user while holding spinlock
Alan Stern
2017-07-22
USB: gadget: remove unneeded MODULE_VERSION() usage
Greg Kroah-Hartman
2017-06-20
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-06-19
usb: gadget: add f_uac1 variant based on a new u_audio api
Ruslan Bilovol
2017-06-19
usb: gadget: function: make current f_uac1 implementation legacy
Ruslan Bilovol
2017-06-19
usb: gadget: f_uac2: split out audio core
Ruslan Bilovol
2017-06-15
USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
Alan Stern
2017-06-13
usb: gadget: mass_storage: set msg_registered after msg registered
Li Jun
2017-06-09
USB: gadget: fix GPF in gadgetfs
Alan Stern
2017-03-17
drivers, usb: convert ep_data.count from atomic_t to refcount_t
Elena Reshetova
2017-03-17
drivers, usb: convert dev_data.count from atomic_t to refcount_t
Elena Reshetova
2017-03-11
Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-03-09
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
Masahiro Yamada
2017-03-06
USB: gadgetfs: Fix a potential memory leak in 'dev_config()'
Christophe JAILLET
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-01-24
usb: gadget: uac2: add req_number as parameter
Peter Chen
2017-01-24
usb: gadget: printer: Remove pnp_string static buffer
Krzysztof Opasiak
2017-01-02
USB: gadgetfs: remove unnecessary assignment
Alan Stern
2017-01-02
USB: gadgetfs: fix checks of wTotalLength in config descriptors
Alan Stern
2017-01-02
USB: gadgetfs: fix use-after-free bug
Alan Stern
2017-01-02
USB: gadgetfs: fix unbounded memory allocation bug
Alan Stern
2017-01-02
usb: gadgetfs: restrict upper bound on device configuration size
Greg Kroah-Hartman
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-08-25
usb: gadget: f_midi: defaults buflen sizes to 512
Felipe F. Tonello
2016-08-11
usb/gadget: fix gadgetfs aio support.
Mathieu Laurendeau
2016-08-11
usb: gadget: fix check in sync read from ep in gadgetfs
Binyamin Sharet
2016-06-21
usb: gadget: fix unused-but-set-variale warnings
Michal Nazarewicz
2016-05-31
usb: gadget: fix spinlock dead lock in gadgetfs
Bin Liu
2016-04-19
usb: f_mass_storage: test whether thread is running before starting another
Michal Nazarewicz
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-03-04
usb: gadget: provide interface for legacy gadgets to get UDC name
Marek Szyprowski
2016-02-23
usb: gadget: gadgetfs: unregister gadget only if it got successfully registered
Marek Szyprowski
2016-02-15
treewide: Fix typo in printk
Masanari Iida
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-20
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2015-12-20
usb: gadget: tcm: convert to use new function registration interface
Andrzej Pietrasiewicz
2015-12-20
usb: gadget: f_tcm: convert to new function interface with backward compatibi...
Andrzej Pietrasiewicz
2015-12-20
usb: gadget: tcm: factor out f_tcm
Andrzej Pietrasiewicz
2015-12-20
usb: gadget: tcm: simplify attribute store function
Andrzej Pietrasiewicz
[next]