index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
mon
/
mon_bin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2025-09-17
usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs
Forest Crossman
1
-6
/
+8
2024-11-13
drivers/usb/mon: refactor min with min_t
Sabyrzhan Tasbolatov
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-01-05
usb: mon: Fix atomicity violation in mon_bin_vma_fault
Gui-Dong Han
1
-1
/
+6
2023-06-20
USB: mon: make mon_bin_class a static const structure
Ivan Orlov
1
-9
/
+10
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-2
/
+1
2022-09-22
usb: mon: make mmapped memory read only
Tadeusz Struk
1
-0
/
+5
2019-12-10
usb: mon: Fix a deadlock in usbmon between mmap and read
Pete Zaitcev
1
-11
/
+21
2018-06-25
USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64
Arnd Bergmann
1
-4
/
+4
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+2
2018-04-22
usb: mon: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-09
USB: fix usbmon BUG trigger
Pete Zaitcev
1
-1
/
+7
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-2
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2015-12-01
USB: usbmon: Use 64bit timestamp for mon_bin_hdr
Tina Ruchandani
1
-8
/
+9
2015-05-10
USB: mon_bin.c: move assignment out of if () block
Greg Kroah-Hartman
1
-3
/
+4
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-1
/
+1
2011-10-31
usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
Paul Gortmaker
1
-0
/
+1
2011-09-26
usbmon vs. tcpdump: fix dropped packet count
Johannes Stezenbach
1
-1
/
+1
2010-12-16
Merge branch 'usb-next' into musb-merge
Greg Kroah-Hartman
1
-3
/
+31
2010-11-30
usbmon: correct length for isochronous
Pete Zaitcev
1
-3
/
+31
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-08-10
USB: resizing usbmon binary interface buffer causes protection faults
Steven Robertson
1
-1
/
+1
2010-08-10
USB: mon: kill BKL usage
Arnd Bergmann
1
-20
/
+2
2010-05-24
Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Linus Torvalds
1
-6
/
+17
2010-05-20
USB: Change the scatterlist type in struct urb
Matthew Wilcox
1
-1
/
+1
2010-05-20
USB: fix usbmon and DMA mapping for scatter-gather URBs
Alan Stern
1
-1
/
+1
2010-05-17
drivers: Push down BKL into various drivers
Arnd Bergmann
1
-6
/
+17
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-02
usbmon: add bus number to text API
Pete Zaitcev
1
-1
/
+6
2009-12-11
USB: add scatter-gather support to usbmon
Alan Stern
1
-9
/
+42
2009-11-17
USB: usbmon: fix bug in mon_buff_area_shrink
Alan Stern
1
-4
/
+7
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-1
/
+1
2009-09-23
USB: usbmon: end ugly tricks with DMA peeking
Pete Zaitcev
1
-11
/
+1
2009-07-06
Fix virt_to_phys() warnings
Kevin Cernekee
1
-1
/
+1
2009-03-24
USB: usbmon: Add binary API v1
Pete Zaitcev
1
-26
/
+116
2009-01-27
USB: usbmon: Implement compat_ioctl
Pete Zaitcev
1
-39
/
+66
2008-11-19
USB: usbmon: fix read(2)
Pete Zaitcev
1
-1
/
+4
2008-10-16
device create: usb: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-3
/
+3
2008-07-21
device create: usb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-06-20
USB Monitor: BKL pushdown
Jonathan Corbet
1
-0
/
+6
[next]