| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lock | Heiner Kallweit | 2016-02-07 | 1 | -2/+2 |
* | usb: core: switch bus numbering to using idr | Heiner Kallweit | 2016-02-03 | 1 | -3/+2 |
* | USB: usbmon: remove assignment from IS_ERR argument | Julia Lawall | 2016-01-04 | 1 | -2/+4 |
* | USB: usbmon: Use 64bit timestamp for mon_bin_hdr | Tina Ruchandani | 2015-12-01 | 1 | -8/+9 |
* | USB: usbmon: Remove timeval usage for timestamp | Tina Ruchandani | 2015-12-01 | 1 | -4/+5 |
* | USB: constify usb_mon_operations structure | Julia Lawall | 2015-12-01 | 1 | -1/+1 |
* | USB: mon_stat.c: move assignment out of if () block | Greg Kroah-Hartman | 2015-05-10 | 1 | -1/+2 |
* | USB: mon_main.c: move assignment out of if () block | Greg Kroah-Hartman | 2015-05-10 | 1 | -4/+8 |
* | USB: mon_bin.c: move assignment out of if () block | Greg Kroah-Hartman | 2015-05-10 | 1 | -3/+4 |
* | USB: regroup all depends on USB within an if USB block | Florian Fainelli | 2013-04-10 | 1 | -1/+0 |
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 1 | -1/+1 |
* | usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 2011-11-01 | 3 | -0/+3 |
* | usbmon vs. tcpdump: fix dropped packet count | Johannes Stezenbach | 2011-09-27 | 1 | -1/+1 |
* | USB: mon: Allow to use usbmon without debugfs | Tobias Klauser | 2011-07-08 | 1 | -3/+6 |
* | USB: usbmon: fix-up docs and text API for sparse ISO | Pete Zaitcev | 2011-02-04 | 1 | -0/+3 |
* | Merge branch 'usb-next' into musb-merge | Greg Kroah-Hartman | 2010-12-16 | 1 | -3/+31 |
|\ |
|
| * | usbmon: correct length for isochronous | Pete Zaitcev | 2010-12-01 | 1 | -3/+31 |
* | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 2 | -2/+0 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -2/+0 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-11 | 1 | -21/+3 |
| |\ |
|
| * | | drivers/usb: Remove unnecessary return's from void functions | Joe Perches | 2010-08-10 | 1 | -2/+0 |
* | | | usb: makefile cleanup | matt mooney | 2010-10-22 | 1 | -1/+1 |
| |/
|/| |
|
* | | USB: resizing usbmon binary interface buffer causes protection faults | Steven Robertson | 2010-08-10 | 1 | -1/+1 |
* | | USB: mon: kill BKL usage | Arnd Bergmann | 2010-08-10 | 1 | -20/+2 |
|/ |
|
* | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-05-24 | 2 | -7/+19 |
|\ |
|
| * | drivers: Push down BKL into various drivers | Arnd Bergmann | 2010-05-17 | 2 | -7/+19 |
* | | USB: Change the scatterlist type in struct urb | Matthew Wilcox | 2010-05-20 | 2 | -2/+2 |
* | | USB: fix usbmon and DMA mapping for scatter-gather URBs | Alan Stern | 2010-05-20 | 2 | -4/+2 |
* | | USB: make hcd.h public (drivers dependency) | Eric Lescouet | 2010-05-20 | 1 | -1/+2 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 4 | -0/+4 |
* | USB: usbmon: mask seconds properly in text API | Pete Zaitcev | 2010-03-02 | 1 | -1/+1 |
* | usbmon: add bus number to text API | Pete Zaitcev | 2010-03-02 | 2 | -3/+8 |
* | USB: add scatter-gather support to usbmon | Alan Stern | 2009-12-11 | 2 | -12/+62 |
* | USB: usbmon: fix bug in mon_buff_area_shrink | Alan Stern | 2009-11-18 | 1 | -4/+7 |
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 1 | -1/+1 |
* | USB: usbmon: end ugly tricks with DMA peeking | Pete Zaitcev | 2009-09-23 | 6 | -136/+2 |
* | USB: usbmon: drop Kconfig defaults | Pete Zaitcev | 2009-09-23 | 1 | -3/+1 |
* | Fix virt_to_phys() warnings | Kevin Cernekee | 2009-07-06 | 1 | -1/+1 |
* | USB: usbmon: use the new usb debugfs directory | Greg Kroah-Hartman | 2009-06-16 | 1 | -1/+1 |
* | USB: usbmon: Add binary API v1 | Pete Zaitcev | 2009-03-25 | 1 | -26/+116 |
* | USB: usbmon: Implement compat_ioctl | Pete Zaitcev | 2009-01-28 | 1 | -39/+66 |
* | USB: Allow usbmon as a module even if usbcore is builtin | Pete Zaitcev | 2009-01-07 | 2 | -9/+7 |
* | USB: usbmon: fix read(2) | Pete Zaitcev | 2008-11-20 | 1 | -1/+4 |
* | usbmon: fix tiny race exposed by the fastboot patches | Arjan van de Ven | 2008-10-17 | 1 | -1/+1 |
* | device create: usb: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -3/+3 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 1 | -2/+2 |
* | device create: usb: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 | 1 | -2/+3 |
* | USB: usbmon: use simple_read_from_buffer() | Akinobu Mita | 2008-07-22 | 1 | -12/+2 |
* | USB Monitor: BKL pushdown | Jonathan Corbet | 2008-06-20 | 1 | -0/+6 |
* | usbmon: restore mmap | Pete Zaitcev | 2008-04-25 | 2 | -8/+4 |