aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon
AgeCommit message (Expand)AuthorFilesLines
2024-01-05usb: mon: Fix atomicity violation in mon_bin_vma_faultGui-Dong Han1-1/+6
2023-12-15usb: mon_text: Replace snprintf() with the safer scnprintf() variantLee Jones1-23/+5
2023-12-15usb: mon_stat: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2023-10-02usbmon: Use list_for_each_entry() helperJinjie Ruan1-18/+5
2023-06-20USB: mon: make mon_bin_class a static const structureIvan Orlov1-9/+10
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2022-09-22usb: mon: make mmapped memory read onlyTadeusz Struk1-0/+5
2020-03-12USB: mon: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-18/+18
2019-12-10usb: mon: Fix a deadlock in usbmon between mmap and readPete Zaitcev1-11/+21
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-06-25USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64Arnd Bergmann1-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-05-31USB: mon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-30/+7
2018-04-22usb: mon: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-03-09usb: usbmon: Read text within supplied buffer sizePete Zaitcev1-48/+78
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-09USB: fix usbmon BUG triggerPete Zaitcev1-1/+7
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman1-0/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-0/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2017-01-14locking/atomic, kref: Avoid more abusePeter Zijlstra1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit1-2/+2
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit1-3/+2
2016-01-03USB: usbmon: remove assignment from IS_ERR argumentJulia Lawall1-2/+4
2015-12-01USB: usbmon: Use 64bit timestamp for mon_bin_hdrTina Ruchandani1-8/+9
2015-12-01USB: usbmon: Remove timeval usage for timestampTina Ruchandani1-4/+5
2015-12-01USB: constify usb_mon_operations structureJulia Lawall1-1/+1
2015-05-10USB: mon_stat.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: mon_main.c: move assignment out of if () blockGreg Kroah-Hartman1-4/+8
2015-05-10USB: mon_bin.c: move assignment out of if () blockGreg Kroah-Hartman1-3/+4
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli1-1/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker3-0/+3
2011-09-26usbmon vs. tcpdump: fix dropped packet countJohannes Stezenbach1-1/+1
2011-07-08USB: mon: Allow to use usbmon without debugfsTobias Klauser1-3/+6
2011-02-04USB: usbmon: fix-up docs and text API for sparse ISOPete Zaitcev1-0/+3
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-3/+31
2010-11-30usbmon: correct length for isochronousPete Zaitcev1-3/+31
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+0
2010-10-22usb: makefile cleanupmatt mooney1-1/+1
2010-08-11Merge branch 'master' into for-nextJiri Kosina1-21/+3
2010-08-10USB: resizing usbmon binary interface buffer causes protection faultsSteven Robertson1-1/+1
2010-08-10USB: mon: kill BKL usageArnd Bergmann1-20/+2
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2-7/+19
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox2-2/+2
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2-4/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+2
2010-05-17drivers: Push down BKL into various driversArnd Bergmann2-7/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4-0/+4
2010-03-02USB: usbmon: mask seconds properly in text APIPete Zaitcev1-1/+1
2010-03-02usbmon: add bus number to text APIPete Zaitcev2-3/+8
2009-12-11USB: add scatter-gather support to usbmonAlan Stern2-12/+62
2009-11-17USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern1-4/+7
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-23USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev6-136/+2
2009-09-23USB: usbmon: drop Kconfig defaultsPete Zaitcev1-3/+1
2009-07-06Fix virt_to_phys() warningsKevin Cernekee1-1/+1
2009-06-15USB: usbmon: use the new usb debugfs directoryGreg Kroah-Hartman1-1/+1
2009-03-24USB: usbmon: Add binary API v1Pete Zaitcev1-26/+116
2009-01-27USB: usbmon: Implement compat_ioctlPete Zaitcev1-39/+66
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2-9/+7
2008-11-19USB: usbmon: fix read(2)Pete Zaitcev1-1/+4
2008-10-17usbmon: fix tiny race exposed by the fastboot patchesArjan van de Ven1-1/+1
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+2
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-21USB: usbmon: use simple_read_from_buffer()Akinobu Mita1-12/+2
2008-06-20USB Monitor: BKL pushdownJonathan Corbet1-0/+6
2008-04-24usbmon: restore mmapPete Zaitcev2-8/+4
2008-04-24USB: Fix "cut and paste" booboo in usbmon Makefile.Robert P. J. Day1-1/+1
2008-04-24USB: Fix memory leak in mon_stat_releaseMing Lei1-0/+3
2008-02-01USB: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-01USB: mon nopageNick Piggin1-9/+7
2008-02-01USB: usb/mon/mon_bin.c: cleanupsAdrian Bunk1-1/+5
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+2
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern4-16/+17
2007-10-12usbmon: Smooth the core codePete Zaitcev1-13/+3
2007-10-12usbmon: Drop DMA mapping for setup packetPete Zaitcev2-8/+0
2007-10-12usbmon: Update pipe removal to suit my tastePete Zaitcev2-34/+18
2007-10-12USB: avoid urb->pipe in usbmonAlan Stern3-38/+68
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-12usbmon: Add class for binary interfacePete Zaitcev4-18/+66
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27usbmon: bus zeroPete Zaitcev4-84/+116
2007-04-27usbmon: Extended text APIPete Zaitcev2-40/+257
2007-02-23usbmon: Remove erroneous __exitPete Zaitcev3-4/+4
2007-02-07USB: add binary API to usbmonPete Zaitcev6-55/+1352
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-3/+3
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-2/+2
2006-09-27usbmon: don't call mon_dmapeek if DMA isn't being usedAlan Stern3-6/+9
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-4/+2
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino3-4/+4
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2-3/+3
2006-07-12[PATCH] USB: remove empty destructor from drivers/usb/mon/mon_text.cChristoph Lameter1-6/+1
2006-06-21[PATCH] USB: implement error event in usbmonPete Zaitcev3-4/+44
2006-06-21[PATCH] USB: update usbmon, fix glued linesPete Zaitcev5-7/+15
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2-4/+2
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven3-20/+22
2006-01-04[PATCH] USB: Let usbmon collect less garbagePete Zaitcev1-13/+6
2005-10-28[PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman1-2/+21
2005-09-12[PATCH] USB: Usbmon setup DMA patchPete Zaitcev1-1/+1
2005-09-08[PATCH] usbmon in 2.6.13: peeking into DMA areasPete Zaitcev4-19/+77
2005-08-16[PATCH] USB: usbmon: Copyrights and a typoPete Zaitcev2-1/+5
2005-08-04[PATCH] USB: ub documentation updatePete Zaitcev2-5/+5
2005-07-12[PATCH] USB: Patch to make usbmon to print control setup packetsPete Zaitcev1-5/+43
2005-06-23[PATCH] better USB_MON dependenciesAdrian Bunk2-10/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds6-0/+936