Arnd Bergmann
|
61ef4b9079
USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64
|
7 years ago |
Kees Cook
|
6396bb2215
treewide: kzalloc() -> kcalloc()
|
7 years ago |
Souptick Joarder
|
03eb4c3314
usb: mon: Change return type to vm_fault_t
|
7 years ago |
Linus Torvalds
|
a9a08845e9
vfs: do bulk POLL* -> EPOLL* replacement
|
7 years ago |
Linus Torvalds
|
168fe32a07
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 years ago |
Pete Zaitcev
|
46eb14a6e1
USB: fix usbmon BUG trigger
|
7 years ago |
Al Viro
|
afc9a42b74
the rest of drivers/*: annotate ->poll() instances
|
8 years ago |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
Ingo Molnar
|
174cd4b1e5
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
|
8 years ago |
Dave Jiang
|
11bac80004
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
|
8 years ago |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Tina Ruchandani
|
8ab0f723af
USB: usbmon: Use 64bit timestamp for mon_bin_hdr
|
9 years ago |
Greg Kroah-Hartman
|
0296951a62
USB: mon_bin.c: move assignment out of if () block
|
10 years ago |
Konstantin Khlebnikov
|
314e51b985
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
|
13 years ago |
Paul Gortmaker
|
f940fcd8ea
usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
|
14 years ago |
Johannes Stezenbach
|
236c448cb6
usbmon vs. tcpdump: fix dropped packet count
|
14 years ago |
Greg Kroah-Hartman
|
36facadd9e
Merge branch 'usb-next' into musb-merge
|
14 years ago |
Pete Zaitcev
|
b17ea167c5
usbmon: correct length for isochronous
|
14 years ago |
Arnd Bergmann
|
451a3c24b0
BKL: remove extraneous #include <smp_lock.h>
|
14 years ago |
Steven Robertson
|
33d973ad88
USB: resizing usbmon binary interface buffer causes protection faults
|
15 years ago |
Arnd Bergmann
|
3b759c75fe
USB: mon: kill BKL usage
|
15 years ago |
Linus Torvalds
|
f13771187b
Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
|
15 years ago |
Matthew Wilcox
|
910f8d0ced
USB: Change the scatterlist type in struct urb
|
15 years ago |
Alan Stern
|
ff9c895f07
USB: fix usbmon and DMA mapping for scatter-gather URBs
|
15 years ago |
Arnd Bergmann
|
55929332c9
drivers: Push down BKL into various drivers
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Pete Zaitcev
|
2bc0d10932
usbmon: add bus number to text API
|
15 years ago |
Alan Stern
|
b375e1169d
USB: add scatter-gather support to usbmon
|
15 years ago |
Alan Stern
|
fca94748c5
USB: usbmon: fix bug in mon_buff_area_shrink
|
15 years ago |
Alexey Dobriyan
|
f0f37e2f77
const: mark struct vm_struct_operations
|
16 years ago |