| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-17 | usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs | Forest Crossman | 1 | -6/+8 |
| 2024-11-13 | drivers/usb/mon: refactor min with min_t | Sabyrzhan Tasbolatov | 1 | -1/+1 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 3 | -4/+0 |
| 2024-06-20 | usb: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
| 2024-01-05 | usb: mon: Fix atomicity violation in mon_bin_vma_fault | Gui-Dong Han | 1 | -1/+6 |
| 2023-12-15 | usb: mon_text: Replace snprintf() with the safer scnprintf() variant | Lee Jones | 1 | -23/+5 |
| 2023-12-15 | usb: mon_stat: Replace snprintf() with the safer scnprintf() variant | Lee Jones | 1 | -3/+3 |
| 2023-10-02 | usbmon: Use list_for_each_entry() helper | Jinjie Ruan | 1 | -18/+5 |
| 2023-06-20 | USB: mon: make mon_bin_class a static const structure | Ivan Orlov | 1 | -9/+10 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+1 |
| 2022-09-22 | usb: mon: make mmapped memory read only | Tadeusz Struk | 1 | -0/+5 |
| 2020-03-12 | USB: mon: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -18/+18 |
| 2019-12-10 | usb: mon: Fix a deadlock in usbmon between mmap and read | Pete Zaitcev | 1 | -11/+21 |
| 2019-06-20 | docs: usb: rename files to .rst and add them to drivers-api | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-01-22 | USB: add missing SPDX lines to Kconfig and Makefiles | Greg Kroah-Hartman | 1 | -0/+1 |
| 2018-06-25 | USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64 | Arnd Bergmann | 1 | -4/+4 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+2 |
| 2018-05-31 | USB: mon: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -30/+7 |
| 2018-04-22 | usb: mon: Change return type to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
| 2018-03-09 | usb: usbmon: Read text within supplied buffer size | Pete Zaitcev | 1 | -48/+78 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
| 2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2018-01-09 | USB: fix usbmon BUG trigger | Pete Zaitcev | 1 | -1/+7 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -0/+2 |
| 2017-11-07 | USB: add SPDX identifiers to all remaining Makefiles | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2 | -0/+2 |
| 2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -2/+2 |
| 2017-01-14 | locking/atomic, kref: Avoid more abuse | Peter Zijlstra | 1 | -1/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 3 | -3/+3 |
| 2016-02-06 | usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lock | Heiner Kallweit | 1 | -2/+2 |
| 2016-02-03 | usb: core: switch bus numbering to using idr | Heiner Kallweit | 1 | -3/+2 |
| 2016-01-03 | USB: usbmon: remove assignment from IS_ERR argument | Julia Lawall | 1 | -2/+4 |
| 2015-12-01 | USB: usbmon: Use 64bit timestamp for mon_bin_hdr | Tina Ruchandani | 1 | -8/+9 |
| 2015-12-01 | USB: usbmon: Remove timeval usage for timestamp | Tina Ruchandani | 1 | -4/+5 |
| 2015-12-01 | USB: constify usb_mon_operations structure | Julia Lawall | 1 | -1/+1 |
| 2015-05-10 | USB: mon_stat.c: move assignment out of if () block | Greg Kroah-Hartman | 1 | -1/+2 |
| 2015-05-10 | USB: mon_main.c: move assignment out of if () block | Greg Kroah-Hartman | 1 | -4/+8 |
| 2015-05-10 | USB: mon_bin.c: move assignment out of if () block | Greg Kroah-Hartman | 1 | -3/+4 |
| 2013-04-09 | USB: regroup all depends on USB within an if USB block | Florian Fainelli | 1 | -1/+0 |
| 2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -1/+1 |
| 2011-10-31 | usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 3 | -0/+3 |
| 2011-09-26 | usbmon vs. tcpdump: fix dropped packet count | Johannes Stezenbach | 1 | -1/+1 |
| 2011-07-08 | USB: mon: Allow to use usbmon without debugfs | Tobias Klauser | 1 | -3/+6 |
| 2011-02-04 | USB: usbmon: fix-up docs and text API for sparse ISO | Pete Zaitcev | 1 | -0/+3 |
| 2010-12-16 | Merge branch 'usb-next' into musb-merge | Greg Kroah-Hartman | 1 | -3/+31 |
| 2010-11-30 | usbmon: correct length for isochronous | Pete Zaitcev | 1 | -3/+31 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2 | -2/+0 |
| 2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+0 |
| 2010-10-22 | usb: makefile cleanup | matt mooney | 1 | -1/+1 |
| 2010-08-11 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -21/+3 |
| 2010-08-10 | USB: resizing usbmon binary interface buffer causes protection faults | Steven Robertson | 1 | -1/+1 |
| 2010-08-10 | USB: mon: kill BKL usage | Arnd Bergmann | 1 | -20/+2 |
| 2010-08-10 | drivers/usb: Remove unnecessary return's from void functions | Joe Perches | 1 | -2/+0 |
| 2010-05-24 | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2 | -7/+19 |
| 2010-05-20 | USB: Change the scatterlist type in struct urb | Matthew Wilcox | 2 | -2/+2 |
| 2010-05-20 | USB: fix usbmon and DMA mapping for scatter-gather URBs | Alan Stern | 2 | -4/+2 |
| 2010-05-20 | USB: make hcd.h public (drivers dependency) | Eric Lescouet | 1 | -1/+2 |
| 2010-05-17 | drivers: Push down BKL into various drivers | Arnd Bergmann | 2 | -7/+19 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 4 | -0/+4 |
| 2010-03-02 | USB: usbmon: mask seconds properly in text API | Pete Zaitcev | 1 | -1/+1 |
| 2010-03-02 | usbmon: add bus number to text API | Pete Zaitcev | 2 | -3/+8 |
| 2009-12-11 | USB: add scatter-gather support to usbmon | Alan Stern | 2 | -12/+62 |
| 2009-11-17 | USB: usbmon: fix bug in mon_buff_area_shrink | Alan Stern | 1 | -4/+7 |
| 2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-23 | USB: usbmon: end ugly tricks with DMA peeking | Pete Zaitcev | 6 | -136/+2 |
| 2009-09-23 | USB: usbmon: drop Kconfig defaults | Pete Zaitcev | 1 | -3/+1 |
| 2009-07-06 | Fix virt_to_phys() warnings | Kevin Cernekee | 1 | -1/+1 |
| 2009-06-15 | USB: usbmon: use the new usb debugfs directory | Greg Kroah-Hartman | 1 | -1/+1 |
| 2009-03-24 | USB: usbmon: Add binary API v1 | Pete Zaitcev | 1 | -26/+116 |
| 2009-01-27 | USB: usbmon: Implement compat_ioctl | Pete Zaitcev | 1 | -39/+66 |
| 2009-01-07 | USB: Allow usbmon as a module even if usbcore is builtin | Pete Zaitcev | 2 | -9/+7 |
| 2008-11-19 | USB: usbmon: fix read(2) | Pete Zaitcev | 1 | -1/+4 |
| 2008-10-17 | usbmon: fix tiny race exposed by the fastboot patches | Arjan van de Ven | 1 | -1/+1 |
| 2008-10-16 | device create: usb: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -3/+3 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -2/+2 |
| 2008-07-21 | device create: usb: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -2/+3 |
| 2008-07-21 | USB: usbmon: use simple_read_from_buffer() | Akinobu Mita | 1 | -12/+2 |
| 2008-06-20 | USB Monitor: BKL pushdown | Jonathan Corbet | 1 | -0/+6 |
| 2008-04-24 | usbmon: restore mmap | Pete Zaitcev | 2 | -8/+4 |
| 2008-04-24 | USB: Fix "cut and paste" booboo in usbmon Makefile. | Robert P. J. Day | 1 | -1/+1 |
| 2008-04-24 | USB: Fix memory leak in mon_stat_release | Ming Lei | 1 | -0/+3 |
| 2008-02-01 | USB: constify function pointer tables | Jan Engelhardt | 1 | -1/+1 |
| 2008-02-01 | USB: mon nopage | Nick Piggin | 1 | -9/+7 |
| 2008-02-01 | USB: usb/mon/mon_bin.c: cleanups | Adrian Bunk | 1 | -1/+5 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -2/+2 |
| 2007-10-12 | USB: reorganize urb->status use in usbmon | Alan Stern | 4 | -16/+17 |
| 2007-10-12 | usbmon: Smooth the core code | Pete Zaitcev | 1 | -13/+3 |
| 2007-10-12 | usbmon: Drop DMA mapping for setup packet | Pete Zaitcev | 2 | -8/+0 |
| 2007-10-12 | usbmon: Update pipe removal to suit my taste | Pete Zaitcev | 2 | -34/+18 |
| 2007-10-12 | USB: avoid urb->pipe in usbmon | Alan Stern | 3 | -38/+68 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-07-12 | usbmon: Add class for binary interface | Pete Zaitcev | 4 | -18/+66 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-04-27 | usbmon: bus zero | Pete Zaitcev | 4 | -84/+116 |
| 2007-04-27 | usbmon: Extended text API | Pete Zaitcev | 2 | -40/+257 |
| 2007-02-23 | usbmon: Remove erroneous __exit | Pete Zaitcev | 3 | -4/+4 |
| 2007-02-07 | USB: add binary API to usbmon | Pete Zaitcev | 6 | -55/+1352 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -3/+3 |
| 2006-12-07 | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 1 | -2/+2 |
| 2006-09-27 | usbmon: don't call mon_dmapeek if DMA isn't being used | Alan Stern | 3 | -6/+9 |
| 2006-09-27 | usbcore: trim down usb_bus structure | Alan Stern | 1 | -4/+2 |
| 2006-09-27 | USB: Make file operations structs in drivers/usb const. | Luiz Fernando N. Capitulino | 3 | -4/+4 |
| 2006-09-27 | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2 | -3/+3 |
| 2006-07-12 | [PATCH] USB: remove empty destructor from drivers/usb/mon/mon_text.c | Christoph Lameter | 1 | -6/+1 |
| 2006-06-21 | [PATCH] USB: implement error event in usbmon | Pete Zaitcev | 3 | -4/+44 |
| 2006-06-21 | [PATCH] USB: update usbmon, fix glued lines | Pete Zaitcev | 5 | -7/+15 |
| 2006-03-20 | [PATCH] USB: kzalloc() conversion for rest of drivers/usb | Eric Sesterhenn | 2 | -4/+2 |
| 2006-03-20 | [PATCH] USB: convert a bunch of USB semaphores to mutexes | Arjan van de Ven | 3 | -20/+22 |
| 2006-01-04 | [PATCH] USB: Let usbmon collect less garbage | Pete Zaitcev | 1 | -13/+6 |
| 2005-10-28 | [PATCH] USB: convert usbmon to use usb notifiers | Greg Kroah-Hartman | 1 | -2/+21 |
| 2005-09-12 | [PATCH] USB: Usbmon setup DMA patch | Pete Zaitcev | 1 | -1/+1 |
| 2005-09-08 | [PATCH] usbmon in 2.6.13: peeking into DMA areas | Pete Zaitcev | 4 | -19/+77 |
| 2005-08-16 | [PATCH] USB: usbmon: Copyrights and a typo | Pete Zaitcev | 2 | -1/+5 |
| 2005-08-04 | [PATCH] USB: ub documentation update | Pete Zaitcev | 2 | -5/+5 |
| 2005-07-12 | [PATCH] USB: Patch to make usbmon to print control setup packets | Pete Zaitcev | 1 | -5/+43 |
| 2005-06-23 | [PATCH] better USB_MON dependencies | Adrian Bunk | 2 | -10/+5 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 6 | -0/+936 |