1. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  2. 26d0b22 USB: mon: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  3. 03eb4c3 usb: mon: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  4. a5f5968 usb: usbmon: Read text within supplied buffer size by Pete Zaitcev · 7 years ago
  5. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  6. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  7. 46eb14a USB: fix usbmon BUG trigger by Pete Zaitcev · 7 years ago
  8. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  9. 894025f Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  10. 3efe891 USB: add SPDX identifiers to all remaining Makefiles by Greg Kroah-Hartman · 7 years ago
  11. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  14. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  15. 3efb772 locking/atomic, kref: Avoid more abuse by Peter Zijlstra · 8 years ago
  16. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  17. a4b5d60 usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lock by Heiner Kallweit · 9 years ago
  18. 5363de7 usb: core: switch bus numbering to using idr by Heiner Kallweit · 9 years ago
  19. 46c236d USB: usbmon: remove assignment from IS_ERR argument by Julia Lawall · 9 years ago
  20. 8ab0f72 USB: usbmon: Use 64bit timestamp for mon_bin_hdr by Tina Ruchandani · 9 years ago
  21. ec4dca8 USB: usbmon: Remove timeval usage for timestamp by Tina Ruchandani · 9 years ago
  22. 6fb8ac8 USB: constify usb_mon_operations structure by Julia Lawall · 9 years ago
  23. 4c08ccf USB: mon_stat.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  24. d4950d5 USB: mon_main.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  25. 0296951 USB: mon_bin.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  26. 25e11ec USB: regroup all depends on USB within an if USB block by Florian Fainelli · 12 years ago
  27. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  28. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  29. 236c448 usbmon vs. tcpdump: fix dropped packet count by Johannes Stezenbach · 13 years ago
  30. 8dec92b USB: mon: Allow to use usbmon without debugfs by Tobias Klauser · 13 years ago
  31. d25bc4d USB: usbmon: fix-up docs and text API for sparse ISO by Pete Zaitcev · 14 years ago
  32. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  33. b17ea16 usbmon: correct length for isochronous by Pete Zaitcev · 14 years ago
  34. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  35. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  36. 0a2b8a0 usb: makefile cleanup by matt mooney · 14 years ago
  37. 6396fc3 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  38. 33d973a USB: resizing usbmon binary interface buffer causes protection faults by Steven Robertson · 14 years ago
  39. 3b759c7 USB: mon: kill BKL usage by Arnd Bergmann · 14 years ago
  40. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  41. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  42. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 15 years ago
  43. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 15 years ago
  44. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 15 years ago
  45. 5592933 drivers: Push down BKL into various drivers by Arnd Bergmann · 15 years ago
  46. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  47. 47cb1708 USB: usbmon: mask seconds properly in text API by Pete Zaitcev · 15 years ago
  48. 2bc0d109 usbmon: add bus number to text API by Pete Zaitcev · 15 years ago
  49. b375e11 USB: add scatter-gather support to usbmon by Alan Stern · 15 years ago
  50. fca9474 USB: usbmon: fix bug in mon_buff_area_shrink by Alan Stern · 15 years ago
  51. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  52. 4e9e920 USB: usbmon: end ugly tricks with DMA peeking by Pete Zaitcev · 15 years ago
  53. b07f4d0 USB: usbmon: drop Kconfig defaults by Pete Zaitcev · 15 years ago
  54. 5bfd756 Fix virt_to_phys() warnings by Kevin Cernekee · 15 years ago
  55. f49ce96 USB: usbmon: use the new usb debugfs directory by Greg Kroah-Hartman · 16 years ago
  56. 471c604 USB: usbmon: Add binary API v1 by Pete Zaitcev · 16 years ago
  57. 7abce6b USB: usbmon: Implement compat_ioctl by Pete Zaitcev · 16 years ago
  58. f150fa1 USB: Allow usbmon as a module even if usbcore is builtin by Pete Zaitcev · 16 years ago
  59. f1c0a2a USB: usbmon: fix read(2) by Pete Zaitcev · 16 years ago
  60. bb4e3b5a usbmon: fix tiny race exposed by the fastboot patches by Arjan van de Ven · 16 years ago
  61. b0b090e device create: usb: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  62. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  63. bc00bc9 device create: usb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  64. 518386c USB: usbmon: use simple_read_from_buffer() by Akinobu Mita · 16 years ago
  65. 1af46fd USB Monitor: BKL pushdown by Jonathan Corbet · 16 years ago
  66. 454459b usbmon: restore mmap by Pete Zaitcev · 17 years ago
  67. d43a05f USB: Fix "cut and paste" booboo in usbmon Makefile. by Robert P. J. Day · 17 years ago
  68. d4062fc USB: Fix memory leak in mon_stat_release by Ming Lei · 17 years ago
  69. 0b3f5fe USB: constify function pointer tables by Jan Engelhardt · 17 years ago
  70. 041509d USB: mon nopage by Nick Piggin · 17 years ago
  71. 568fdade USB: usb/mon/mon_bin.c: cleanups by Adrian Bunk · 17 years ago
  72. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  73. 9347d51 USB: reorganize urb->status use in usbmon by Alan Stern · 17 years ago
  74. c36d54a usbmon: Smooth the core code by Pete Zaitcev · 17 years ago
  75. cdd5a8fd usbmon: Drop DMA mapping for setup packet by Pete Zaitcev · 17 years ago
  76. 30c7431 usbmon: Update pipe removal to suit my taste by Pete Zaitcev · 17 years ago
  77. 18ea5d0 USB: avoid urb->pipe in usbmon by Alan Stern · 17 years ago
  78. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  79. ce7cd137f usbmon: Add class for binary interface by Pete Zaitcev · 18 years ago
  80. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  81. ecb658d usbmon: bus zero by Pete Zaitcev · 18 years ago
  82. f1c9e30 usbmon: Extended text API by Pete Zaitcev · 18 years ago
  83. 21641e3 usbmon: Remove erroneous __exit by Pete Zaitcev · 18 years ago
  84. 6f23ee1 USB: add binary API to usbmon by Pete Zaitcev · 18 years ago
  85. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  86. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  87. 4d6cd48 usbmon: don't call mon_dmapeek if DMA isn't being used by Alan Stern · 18 years ago
  88. 1720058 usbcore: trim down usb_bus structure by Alan Stern · 18 years ago
  89. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  90. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  91. 028d2a3 [PATCH] USB: remove empty destructor from drivers/usb/mon/mon_text.c by Christoph Lameter · 18 years ago
  92. 12e72fe [PATCH] USB: implement error event in usbmon by Pete Zaitcev · 18 years ago
  93. 5b1c674 [PATCH] USB: update usbmon, fix glued lines by Pete Zaitcev · 18 years ago
  94. 80b6ca4 [PATCH] USB: kzalloc() conversion for rest of drivers/usb by Eric Sesterhenn · 19 years ago
  95. 4186ecf [PATCH] USB: convert a bunch of USB semaphores to mutexes by Arjan van de Ven · 19 years ago
  96. b9b0942 [PATCH] USB: Let usbmon collect less garbage by Pete Zaitcev · 19 years ago
  97. 72adaa9 [PATCH] USB: convert usbmon to use usb notifiers by Greg Kroah-Hartman · 19 years ago
  98. bc50651 [PATCH] USB: Usbmon setup DMA patch by Pete Zaitcev · 19 years ago
  99. 0256839 [PATCH] usbmon in 2.6.13: peeking into DMA areas by Pete Zaitcev · 19 years ago
  100. da5ca00 [PATCH] USB: usbmon: Copyrights and a typo by Pete Zaitcev · 19 years ago