Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-10usb: mon: Fix a deadlock in usbmon between mmap and readPete Zaitcev
2018-06-25USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64Arnd Bergmann
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-22usb: mon: Change return type to vm_fault_tSouptick Joarder
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-09USB: fix usbmon BUG triggerPete Zaitcev
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-12-02USB: usbmon: Use 64bit timestamp for mon_bin_hdrTina Ruchandani
2015-05-10USB: mon_bin.c: move assignment out of if () blockGreg Kroah-Hartman
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2011-11-01usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-09-27usbmon vs. tcpdump: fix dropped packet countJohannes Stezenbach
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman
2010-12-01usbmon: correct length for isochronousPete Zaitcev
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-08-11USB: resizing usbmon binary interface buffer causes protection faultsSteven Robertson
2010-08-11USB: mon: kill BKL usageArnd Bergmann
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-05-21USB: Change the scatterlist type in struct urbMatthew Wilcox
2010-05-21USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern
2010-05-17drivers: Push down BKL into various driversArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03usbmon: add bus number to text APIPete Zaitcev
2009-12-11USB: add scatter-gather support to usbmonAlan Stern
2009-11-18USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-23USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev
2009-07-07Fix virt_to_phys() warningsKevin Cernekee
2009-03-25USB: usbmon: Add binary API v1Pete Zaitcev
2009-01-28USB: usbmon: Implement compat_ioctlPete Zaitcev
2008-11-20USB: usbmon: fix read(2)Pete Zaitcev
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-22device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-06-21USB Monitor: BKL pushdownJonathan Corbet
2008-04-25usbmon: restore mmapPete Zaitcev
2008-02-02USB: constify function pointer tablesJan Engelhardt
2008-02-02USB: mon nopageNick Piggin
2008-02-02USB: usb/mon/mon_bin.c: cleanupsAdrian Bunk
2007-10-13USB: reorganize urb->status use in usbmonAlan Stern
2007-10-13usbmon: Drop DMA mapping for setup packetPete Zaitcev
2007-10-13usbmon: Update pipe removal to suit my tastePete Zaitcev
2007-10-13USB: avoid urb->pipe in usbmonAlan Stern
2007-07-13usbmon: Add class for binary interfacePete Zaitcev
2007-04-28usbmon: bus zeroPete Zaitcev
2007-02-24usbmon: Remove erroneous __exitPete Zaitcev