summaryrefslogtreecommitdiff
path: root/drivers/usb/mon
AgeCommit message (Expand)Author
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2018-06-25USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64Arnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-31USB: mon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-04-22usb: mon: Change return type to vm_fault_tSouptick Joarder
2018-03-09usb: usbmon: Read text within supplied buffer sizePete Zaitcev
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-09USB: fix usbmon BUG triggerPete Zaitcev
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-14locking/atomic, kref: Avoid more abusePeter Zijlstra
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit
2016-01-03USB: usbmon: remove assignment from IS_ERR argumentJulia Lawall
2015-12-01USB: usbmon: Use 64bit timestamp for mon_bin_hdrTina Ruchandani
2015-12-01USB: usbmon: Remove timeval usage for timestampTina Ruchandani
2015-12-01USB: constify usb_mon_operations structureJulia Lawall
2015-05-10USB: mon_stat.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10USB: mon_main.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10USB: mon_bin.c: move assignment out of if () blockGreg Kroah-Hartman
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-09-26usbmon vs. tcpdump: fix dropped packet countJohannes Stezenbach
2011-07-08USB: mon: Allow to use usbmon without debugfsTobias Klauser
2011-02-04USB: usbmon: fix-up docs and text API for sparse ISOPete Zaitcev
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman
2010-11-30usbmon: correct length for isochronousPete Zaitcev
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22usb: makefile cleanupmatt mooney
2010-08-11Merge branch 'master' into for-nextJiri Kosina
2010-08-10USB: resizing usbmon binary interface buffer causes protection faultsSteven Robertson
2010-08-10USB: mon: kill BKL usageArnd Bergmann
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-05-17drivers: Push down BKL into various driversArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-02USB: usbmon: mask seconds properly in text APIPete Zaitcev
2010-03-02usbmon: add bus number to text APIPete Zaitcev