1. 25e11ec USB: regroup all depends on USB within an if USB block by Florian Fainelli · 11 years ago
  2. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  3. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  4. 236c448 usbmon vs. tcpdump: fix dropped packet count by Johannes Stezenbach · 13 years ago
  5. 8dec92b USB: mon: Allow to use usbmon without debugfs by Tobias Klauser · 13 years ago
  6. d25bc4d USB: usbmon: fix-up docs and text API for sparse ISO by Pete Zaitcev · 13 years ago
  7. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  8. b17ea16 usbmon: correct length for isochronous by Pete Zaitcev · 14 years ago
  9. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  10. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  11. 0a2b8a0 usb: makefile cleanup by matt mooney · 14 years ago
  12. 6396fc3 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  13. 33d973a USB: resizing usbmon binary interface buffer causes protection faults by Steven Robertson · 14 years ago
  14. 3b759c7 USB: mon: kill BKL usage by Arnd Bergmann · 14 years ago
  15. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  16. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  17. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  18. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 14 years ago
  19. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  20. 5592933 drivers: Push down BKL into various drivers by Arnd Bergmann · 14 years ago
  21. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  22. 47cb1708 USB: usbmon: mask seconds properly in text API by Pete Zaitcev · 14 years ago
  23. 2bc0d109 usbmon: add bus number to text API by Pete Zaitcev · 15 years ago
  24. b375e11 USB: add scatter-gather support to usbmon by Alan Stern · 15 years ago
  25. fca9474 USB: usbmon: fix bug in mon_buff_area_shrink by Alan Stern · 15 years ago
  26. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  27. 4e9e920 USB: usbmon: end ugly tricks with DMA peeking by Pete Zaitcev · 15 years ago
  28. b07f4d0 USB: usbmon: drop Kconfig defaults by Pete Zaitcev · 15 years ago
  29. 5bfd756 Fix virt_to_phys() warnings by Kevin Cernekee · 15 years ago
  30. f49ce96 USB: usbmon: use the new usb debugfs directory by Greg Kroah-Hartman · 15 years ago
  31. 471c604 USB: usbmon: Add binary API v1 by Pete Zaitcev · 15 years ago
  32. 7abce6b USB: usbmon: Implement compat_ioctl by Pete Zaitcev · 16 years ago
  33. f150fa1 USB: Allow usbmon as a module even if usbcore is builtin by Pete Zaitcev · 16 years ago
  34. f1c0a2a USB: usbmon: fix read(2) by Pete Zaitcev · 16 years ago
  35. bb4e3b5 usbmon: fix tiny race exposed by the fastboot patches by Arjan van de Ven · 16 years ago
  36. b0b090e device create: usb: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  37. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  38. bc00bc9 device create: usb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  39. 518386c USB: usbmon: use simple_read_from_buffer() by Akinobu Mita · 16 years ago
  40. 1af46fd USB Monitor: BKL pushdown by Jonathan Corbet · 16 years ago
  41. 454459b usbmon: restore mmap by Pete Zaitcev · 16 years ago
  42. d43a05f USB: Fix "cut and paste" booboo in usbmon Makefile. by Robert P. J. Day · 16 years ago
  43. d4062fc USB: Fix memory leak in mon_stat_release by Ming Lei · 16 years ago
  44. 0b3f5fe USB: constify function pointer tables by Jan Engelhardt · 16 years ago
  45. 041509d USB: mon nopage by Nick Piggin · 17 years ago
  46. 568fdade USB: usb/mon/mon_bin.c: cleanups by Adrian Bunk · 17 years ago
  47. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  48. 9347d51 USB: reorganize urb->status use in usbmon by Alan Stern · 17 years ago
  49. c36d54a usbmon: Smooth the core code by Pete Zaitcev · 17 years ago
  50. cdd5a8fd usbmon: Drop DMA mapping for setup packet by Pete Zaitcev · 17 years ago
  51. 30c7431 usbmon: Update pipe removal to suit my taste by Pete Zaitcev · 17 years ago
  52. 18ea5d0 USB: avoid urb->pipe in usbmon by Alan Stern · 17 years ago
  53. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  54. ce7cd137f usbmon: Add class for binary interface by Pete Zaitcev · 17 years ago
  55. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  56. ecb658d usbmon: bus zero by Pete Zaitcev · 17 years ago
  57. f1c9e30 usbmon: Extended text API by Pete Zaitcev · 17 years ago
  58. 21641e3 usbmon: Remove erroneous __exit by Pete Zaitcev · 17 years ago
  59. 6f23ee1 USB: add binary API to usbmon by Pete Zaitcev · 18 years ago
  60. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  61. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  62. 4d6cd48 usbmon: don't call mon_dmapeek if DMA isn't being used by Alan Stern · 18 years ago
  63. 1720058 usbcore: trim down usb_bus structure by Alan Stern · 18 years ago
  64. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  65. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  66. 028d2a3 [PATCH] USB: remove empty destructor from drivers/usb/mon/mon_text.c by Christoph Lameter · 18 years ago
  67. 12e72fe [PATCH] USB: implement error event in usbmon by Pete Zaitcev · 18 years ago
  68. 5b1c674 [PATCH] USB: update usbmon, fix glued lines by Pete Zaitcev · 18 years ago
  69. 80b6ca4 [PATCH] USB: kzalloc() conversion for rest of drivers/usb by Eric Sesterhenn · 18 years ago
  70. 4186ecf [PATCH] USB: convert a bunch of USB semaphores to mutexes by Arjan van de Ven · 18 years ago
  71. b9b0942 [PATCH] USB: Let usbmon collect less garbage by Pete Zaitcev · 19 years ago
  72. 72adaa9 [PATCH] USB: convert usbmon to use usb notifiers by Greg Kroah-Hartman · 19 years ago
  73. bc50651 [PATCH] USB: Usbmon setup DMA patch by Pete Zaitcev · 19 years ago
  74. 0256839 [PATCH] usbmon in 2.6.13: peeking into DMA areas by Pete Zaitcev · 19 years ago
  75. da5ca00 [PATCH] USB: usbmon: Copyrights and a typo by Pete Zaitcev · 19 years ago
  76. 003ba51 [PATCH] USB: ub documentation update by Pete Zaitcev · 19 years ago
  77. ae0d6cc [PATCH] USB: Patch to make usbmon to print control setup packets by Pete Zaitcev · 19 years ago
  78. 4749f32 [PATCH] better USB_MON dependencies by Adrian Bunk · 19 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago