| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-05-08 | treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()timers-cleanups-2025-05-25 | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2024-11-13 | drivers/usb/misc: refactor min with min_t | Sabyrzhan Tasbolatov | 1 | -1/+2 |
| 2023-10-08 | usb: usbtest: fix a type promotion bug | Dan Carpenter | 1 | -1/+1 |
| 2022-07-27 | usb/misc: fix repeated words in comments | Jilin Yuan | 1 | -1/+1 |
| 2020-07-21 | usb: usbtest: reduce stack usage in test_queue | Bixuan Cui | 1 | -1/+9 |
| 2020-07-10 | usb: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -4/+4 |
| 2020-06-18 | usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect | Zqiang | 1 | -0/+1 |
| 2019-02-13 | usb: misc: usbtest: add super-speed isoc support | Peter Chen | 1 | -4/+24 |
| 2018-07-06 | usb: usbtest: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 1 | -4/+6 |
| 2018-03-09 | usb: usbtest: Remove stack VLA usage | Tobin C. Harding | 1 | -1/+4 |
| 2017-12-15 | usb: usbtest: Add TEST 29, toggle sync, Clear toggle between bulk writes | Mathias Nyman | 1 | -0/+70 |
| 2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -5/+6 |
| 2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -7/+15 |
| 2017-11-07 | usb: core: introduce a new usb_get_std_status() helper | Felipe Balbi | 1 | -4/+4 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-01 | usb: usbtest: Convert timers to use timer_setup() | Kees Cook | 1 | -7/+15 |
| 2017-10-23 | usb: misc: usbtest: remove duplicate & operation | Jaejoong Kim | 1 | -1/+1 |
| 2017-10-11 | usb: usbtest: fix NULL pointer dereference | Alan Stern | 1 | -2/+3 |
| 2017-10-11 | usb: misc: usbtest: Fix overflow in usbtest_do_ioctl() | Dan Carpenter | 1 | -0/+5 |
| 2017-04-08 | usb: misc: refactor code | Gustavo A. R. Silva | 1 | -28/+21 |
| 2017-04-08 | usb: misc: add missing continue in switch | Gustavo A. R. Silva | 1 | -0/+1 |
| 2017-02-14 | usb: misc: usbtest: remove redundant check on retval < 0 | Colin Ian King | 1 | -1/+1 |
| 2016-11-03 | usb: misc: usbtest: remove unnecessary & operation | Felipe Balbi | 1 | -1/+1 |
| 2016-11-03 | usb: misc: usbtest: make use of new usb_endpoint_maxp_mult() | Felipe Balbi | 1 | -2/+2 |
| 2016-08-11 | usb: misc: usbtest: add fix for driver hang | Lu Baolu | 1 | -3/+4 |
| 2016-08-09 | usb: misc: usbtest: usbtest_do_ioctl may return positive integer | Peter Chen | 1 | -1/+1 |
| 2016-05-03 | usb: misc: usbtest: fix pattern tests for scatterlists. | Mathias Nyman | 1 | -1/+3 |
| 2016-04-28 | usb: misc: usbtest: fix error of urb allocation | Chunfeng Yun | 1 | -0/+3 |
| 2015-12-01 | usb: misc: usbtest: Remove timeval usage | Deepa Dinamani | 1 | -82/+147 |
| 2015-12-01 | usb: misc: usbtest: improve the description for error message | Peter Chen | 1 | -2/+2 |
| 2015-10-13 | usb: misc: usbtest: add bulk queue test | Peter Chen | 1 | -31/+74 |
| 2015-09-27 | usb: misc: usbtest: format the data pattern according to max packet size | Alan Stern | 1 | -9/+26 |
| 2015-09-27 | usb: misc: usbtest: using the same data format among write/compare/output | Peter Chen | 1 | -3/+3 |
| 2015-09-27 | usb: misc: usbtest: delete useless memset for urbs array | Peter Chen | 1 | -1/+0 |
| 2015-09-27 | usb: misc: usbtest: allocate size of urb array according to user parameter | Peter Chen | 1 | -4/+5 |
| 2015-08-18 | usb: misc: usbtest: format max packet size for iso transfer | Peter Chen | 1 | -3/+4 |
| 2014-09-23 | usb: hub: rename khubd to hub_wq in documentation and comments | Petr Mladek | 1 | -1/+1 |
| 2014-08-29 | usbtest: Add interrupt EP testcases | Amit Virdi | 1 | -15/+98 |
| 2014-06-17 | USB: usbtest: add a timeout for scatter-gather tests | Alan Stern | 1 | -1/+15 |
| 2014-05-27 | usb: usbtest: add pattern check on pipe in phase of unlink read | Huang Rui | 1 | -0/+3 |
| 2014-05-27 | usb: usbtest: fix unlink write error with pattern 1 | Huang Rui | 1 | -0/+10 |
| 2013-12-21 | Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 1 | -1/+1 |
| 2013-12-18 | usb: usbtest: Always clear halt else further tests will fail | Roger Quadros | 1 | -1/+10 |
| 2013-12-18 | usb: usbtest: Add timetout to simple_io() | Roger Quadros | 1 | -3/+11 |
| 2013-12-17 | usbtest: Fix BOS control test for USB 2.01 devices. | Sarah Sharp | 1 | -1/+1 |
| 2013-12-08 | usb: usbtest: update bos test coverage to usb 2.1 device | Huang Rui | 1 | -1/+1 |
| 2013-12-08 | usb: usbtest: fix the bit mask of usb 2.0 extension descriptor | Huang Rui | 1 | -2/+2 |
| 2013-12-08 | usb: usbtest: add a test case to support bos for queue control | Huang Rui | 1 | -1/+10 |
| 2013-10-30 | usb: usbtest: support container id descriptor test | Huang Rui | 1 | -0/+27 |
| 2013-10-30 | usb: usbtest: support superspeed device capbility descriptor test | Huang Rui | 1 | -0/+37 |
| 2013-10-30 | usb: usbtest: support usb2 extension descriptor test | Huang Rui | 1 | -0/+77 |
| 2013-10-29 | usb: usbtest: support bos descriptor test for usb 3.0 | Huang Rui | 1 | -0/+13 |
| 2013-10-29 | usb: usbtest: fix checkpatch warning as sizeof code style | Huang Rui | 1 | -8/+8 |
| 2013-09-25 | usb: usbtest: bmAttributes would better be masked | Huang Rui | 1 | -1/+1 |
| 2013-07-31 | USB: simplify the interface of usb_get_status() | Alan Stern | 1 | -5/+4 |
| 2013-01-31 | USB: altsetting overrides for usbtest | Alan Stern | 1 | -1/+12 |
| 2013-01-07 | USB: usbtest: fix test number in log message | Alan Stern | 1 | -1/+1 |
| 2012-11-21 | USB: usbtest: prevent a divide by zero bug | Dan Carpenter | 1 | -0/+3 |
| 2012-11-14 | usb: misc: usbtest: send ISO packets for g_zero | Boyan Nedeltchev | 1 | -0/+1 |
| 2012-05-01 | usb: usbtest: two super speed fixes for usbtest | Paul Zimmerman | 1 | -5/+12 |
| 2012-04-18 | drivers/usb/misc/usbtest.c: add kfrees | Julia Lawall | 1 | -0/+2 |
| 2012-04-17 | usb: usbtest: avoid integer overflow in alloc_sglist() | Xi Wang | 1 | -1/+1 |
| 2012-04-17 | usb: usbtest: avoid integer overflow in test_ctrl_queue() | Xi Wang | 1 | -2/+3 |
| 2011-11-26 | USB: remove BKL comments | Davidlohr Bueso | 1 | -1/+0 |
| 2011-09-18 | usb: Provide usb_speed_string() function | Michal Nazarewicz | 1 | -19/+2 |
| 2011-08-23 | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 1 | -3/+3 |
| 2011-08-23 | USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfers | Sebastian Andrzej Siewior | 1 | -1/+3 |
| 2011-05-23 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -5/+126 |
| 2011-05-10 | usb: fix warning in usbtest module v2 | Greg Dietsche | 1 | -3/+3 |
| 2011-05-10 | treewide: fix a few typos in comments | Justin P. Mattock | 1 | -1/+1 |
| 2011-05-02 | usb/usbtest: fix test10 on superpseed | Sebastian Andrzej Siewior | 1 | -0/+2 |
| 2011-05-02 | usb/usbtest: print super on super speed | Sebastian Andrzej Siewior | 1 | -0/+3 |
| 2011-04-29 | USB: add queued-unlinks test case to usbtest driver | Alan Stern | 1 | -2/+118 |
| 2011-01-22 | USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers. | Martin Fuzzey | 1 | -24/+212 |
| 2010-10-22 | USB: usbtest - ensure correct isoc data length | Martin Fuzzey | 1 | -0/+2 |
| 2010-10-22 | USB: usbtest fix coding style | Martin Fuzzey | 1 | -324/+341 |
| 2010-08-10 | USB: usbtest: support test device with only one iso-in or iso-out endpoint | Ming Lei | 1 | -1/+4 |
| 2010-08-10 | USB: usbtest: avoid to free coherent buffer in atomic context | Ming Lei | 1 | -1/+5 |
| 2010-08-10 | USB-BKL: Convert usb_driver ioctl to unlocked_ioctl | Andi Kleen | 1 | -1/+2 |
| 2010-05-20 | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 1 | -4/+4 |
| 2010-05-20 | USB: remove uses of URB_NO_SETUP_DMA_MAP | Alan Stern | 1 | -7/+2 |
| 2010-03-02 | USB misc: make USB device id constant | Németh Márton | 1 | -1/+1 |
| 2010-03-02 | USB: convert to the runtime PM framework | Alan Stern | 1 | -4/+0 |
| 2009-12-11 | usbtest: make module param pattern writeable | Vikram Pandita | 1 | -2/+5 |
| 2009-06-15 | USB: usbtest fix endless loop in unlink tests. | Martin Fuzzey | 1 | -14/+25 |
| 2009-01-07 | USB: clean up redundant tests on unsigned | roel kluin | 1 | -2/+0 |
| 2008-10-22 | USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negative | roel kluin | 1 | -2/+1 |
| 2008-07-25 | Rename WARN() to WARNING() to clear the namespace | Arjan van de Ven | 1 | -2/+2 |
| 2008-05-14 | usbtest: comment on why this code "expects" negative and positive errnos | Marcin Slusarz | 1 | -0/+5 |
| 2008-05-02 | USB: usbtest displays diagnostics again | David Brownell | 1 | -143/+133 |
| 2008-04-24 | USB: remove unnecessary type casting of urb->context | Ming Lei | 1 | -2/+2 |
| 2008-04-24 | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -2/+2 |
| 2008-04-24 | USB: remove dev->power.power_state | Alan Stern | 1 | -1/+2 |
| 2008-04-24 | USB: use DIV_ROUND_UP | Julia Lawall | 1 | -1/+1 |
| 2008-04-02 | USB: fix bug in sg initialization in usbtest | Alan Stern | 1 | -1/+2 |
| 2008-02-01 | USB: Spelling fixes | Joe Perches | 1 | -1/+1 |
| 2008-02-01 | USB: testing driver: don't free a locked mutex | Andrew Morton | 1 | -2/+0 |
| 2008-02-01 | USB: testing driver: convert dev->sem to mutex | Matthias Kaehlcke | 1 | -8/+9 |
| 2008-02-01 | usb: fix usbtest halt check on big endian systems | Jan Andersson | 1 | -0/+1 |
| 2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -2/+2 |
| 2007-07-19 | USB: misc: usbtest: clean up urb->status usage | Greg Kroah-Hartman | 1 | -2/+2 |
| 2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -14/+14 |
| 2006-12-07 | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 1 | -4/+4 |
| 2006-12-01 | USB: usbtest: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 1 | -2/+2 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -4/+4 |
| 2006-08-11 | USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of error | Orjan Friberg | 1 | -2/+3 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-21 | [PATCH] usbtest: report errors in iso tests | Alan Stern | 1 | -7/+29 |
| 2006-06-21 | [PATCH] Fix a deadlock in usbtest | Franck Bui-Huu | 1 | -0/+2 |
| 2006-04-14 | [PATCH] USB: usbtest: scatterlist OUT data pattern testing | David Brownell | 1 | -0/+13 |
| 2006-03-20 | [PATCH] USB: kzalloc() conversion for rest of drivers/usb | Eric Sesterhenn | 1 | -6/+3 |
| 2006-01-04 | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 1 | -1/+0 |
| 2005-11-17 | [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile | Greg Kroah-Hartman | 1 | -3/+0 |
| 2005-10-30 | [PATCH] Use sg_set_buf/sg_init_one where applicable | David Hardeman | 1 | -5/+2 |
| 2005-10-28 | [PATCH] Missing transfer_flags setting in usbtest | Alan Stern | 1 | -0/+1 |
| 2005-10-28 | [PATCH] usb_interface power state | David Brownell | 1 | -10/+0 |
| 2005-09-08 | [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel | Alan Stern | 1 | -2/+0 |
| 2005-09-05 | [PATCH] swsusp: switch pm_message_t to struct | Pavel Machek | 1 | -1/+1 |
| 2005-06-27 | [PATCH] USB: usbtest updates | David Brownell | 1 | -8/+52 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+2140 |