summaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon
Commit message (Expand)AuthorAgeFilesLines
* usb: mon: Fix atomicity violation in mon_bin_vma_faultGui-Dong Han2024-01-051-1/+6
* usb: mon_text: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-23/+5
* usb: mon_stat: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-3/+3
* usbmon: Use list_for_each_entry() helperJinjie Ruan2023-10-021-18/+5
* USB: mon: make mon_bin_class a static const structureIvan Orlov2023-06-201-9/+10
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+1
* usb: mon: make mmapped memory read onlyTadeusz Struk2022-09-221-0/+5
* USB: mon: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-18/+18
* usb: mon: Fix a deadlock in usbmon between mmap and readPete Zaitcev2019-12-101-11/+21
* docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-201-1/+1
* USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+1
* USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64Arnd Bergmann2018-06-251-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* USB: mon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-30/+7
* usb: mon: Change return type to vm_fault_tSouptick Joarder2018-04-221-1/+1
* usb: usbmon: Read text within supplied buffer sizePete Zaitcev2018-03-091-48/+78
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | USB: fix usbmon BUG triggerPete Zaitcev2018-01-091-1/+7
|/
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-132-0/+2
|\
| * USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman2017-11-071-0/+1
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* locking/atomic, kref: Avoid more abusePeter Zijlstra2017-01-141-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit2016-02-061-2/+2
* usb: core: switch bus numbering to using idrHeiner Kallweit2016-02-031-3/+2
* USB: usbmon: remove assignment from IS_ERR argumentJulia Lawall2016-01-031-2/+4
* USB: usbmon: Use 64bit timestamp for mon_bin_hdrTina Ruchandani2015-12-011-8/+9
* USB: usbmon: Remove timeval usage for timestampTina Ruchandani2015-12-011-4/+5
* USB: constify usb_mon_operations structureJulia Lawall2015-12-011-1/+1
* USB: mon_stat.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: mon_main.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-4/+8
* USB: mon_bin.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-3/+4
* USB: regroup all depends on USB within an if USB blockFlorian Fainelli2013-04-091-1/+0
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-313-0/+3
* usbmon vs. tcpdump: fix dropped packet countJohannes Stezenbach2011-09-261-1/+1
* USB: mon: Allow to use usbmon without debugfsTobias Klauser2011-07-081-3/+6
* USB: usbmon: fix-up docs and text API for sparse ISOPete Zaitcev2011-02-041-0/+3
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-3/+31
|\
| * usbmon: correct length for isochronousPete Zaitcev2010-11-301-3/+31
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+0
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-111-21/+3
| |\
| * | drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0