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