summaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon
AgeCommit message (Expand)AuthorLines
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds-7/+19
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox-2/+2
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern-4/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet-1/+2
2010-05-17drivers: Push down BKL into various driversArnd Bergmann-7/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+4
2010-03-02USB: usbmon: mask seconds properly in text APIPete Zaitcev-1/+1
2010-03-02usbmon: add bus number to text APIPete Zaitcev-3/+8
2009-12-11USB: add scatter-gather support to usbmonAlan Stern-12/+62
2009-11-17USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern-4/+7
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan-1/+1
2009-09-23USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev-136/+2
2009-09-23USB: usbmon: drop Kconfig defaultsPete Zaitcev-3/+1
2009-07-06Fix virt_to_phys() warningsKevin Cernekee-1/+1
2009-06-15USB: usbmon: use the new usb debugfs directoryGreg Kroah-Hartman-1/+1
2009-03-24USB: usbmon: Add binary API v1Pete Zaitcev-26/+116
2009-01-27USB: usbmon: Implement compat_ioctlPete Zaitcev-39/+66
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev-9/+7
2008-11-19USB: usbmon: fix read(2)Pete Zaitcev-1/+4
2008-10-17usbmon: fix tiny race exposed by the fastboot patchesArjan van de Ven-1/+1
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-2/+2
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman-2/+3
2008-07-21USB: usbmon: use simple_read_from_buffer()Akinobu Mita-12/+2
2008-06-20USB Monitor: BKL pushdownJonathan Corbet-0/+6
2008-04-24usbmon: restore mmapPete Zaitcev-8/+4
2008-04-24USB: Fix "cut and paste" booboo in usbmon Makefile.Robert P. J. Day-1/+1
2008-04-24USB: Fix memory leak in mon_stat_releaseMing Lei-0/+3
2008-02-01USB: constify function pointer tablesJan Engelhardt-1/+1
2008-02-01USB: mon nopageNick Piggin-9/+7
2008-02-01USB: usb/mon/mon_bin.c: cleanupsAdrian Bunk-1/+5
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-2/+2
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern-16/+17
2007-10-12usbmon: Smooth the core codePete Zaitcev-13/+3
2007-10-12usbmon: Drop DMA mapping for setup packetPete Zaitcev-8/+0
2007-10-12usbmon: Update pipe removal to suit my tastePete Zaitcev-34/+18
2007-10-12USB: avoid urb->pipe in usbmonAlan Stern-38/+68
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-12usbmon: Add class for binary interfacePete Zaitcev-18/+66
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-04-27usbmon: bus zeroPete Zaitcev-84/+116
2007-04-27usbmon: Extended text APIPete Zaitcev-40/+257
2007-02-23usbmon: Remove erroneous __exitPete Zaitcev-4/+4
2007-02-07USB: add binary API to usbmonPete Zaitcev-55/+1352
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-3/+3
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter-2/+2
2006-09-27usbmon: don't call mon_dmapeek if DMA isn't being usedAlan Stern-6/+9
2006-09-27usbcore: trim down usb_bus structureAlan Stern-4/+2
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino-4/+4
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o-3/+3