aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/nosy.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-15firewire: nosy: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 1-19/+24
2021-04-04firewire: nosy: Fix a use-after-free bug in nosy_ioctl()Gravatar Zheyu Ma 1-2/+7
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2016-10-09firewire: nosy: do not ignore errors in ioremap_nocache()Gravatar Alexey Khoroshilov 1-3/+10
2016-03-22firewire: nosy: Replace timeval with timespec64Gravatar Tina Ruchandani 1-3/+5
2015-11-05firewire: nosy: Replace timeval with timespec64Gravatar Amitoj Kaur Chawla 1-4/+6
2012-11-28firewire: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-11-28firewire: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-04-09firewire: use module_pci_driverGravatar Axel Lin 1-16/+4
2012-02-22firewire: nosy: Use the macro DMA_BIT_MASK().Gravatar santosh nayak 1-2/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2010-12-12firewire: nosy: char device is not seekableGravatar Stefan Richter 1-2/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-07-27firewire: nosy: use generic printk macrosGravatar Stefan Richter 1-17/+16
2010-07-27firewire: nosy: endianess fixes and annotationsGravatar Stefan Richter 1-48/+26
2010-07-27firewire: nosy: annotate __user pointers and __iomem pointersGravatar Stefan Richter 1-4/+4
2010-07-27firewire: nosy: fix device shutdown with active clientGravatar Stefan Richter 1-29/+82
2010-07-27firewire: nosy: handle errors in device probeGravatar Stefan Richter 1-7/+33
2010-07-27firewire: nosy: fix IRQ handler for card ejectionGravatar Stefan Richter 1-0/+4
2010-07-27firewire: nosy: unroll some simple functionsGravatar Stefan Richter 1-46/+29
2010-07-27firewire: nosy: use flagless variants of spinlock accessorsGravatar Stefan Richter 1-18/+12
2010-07-27firewire: nosy: fix list corruption by NOSY_IOC_STOPGravatar Stefan Richter 1-1/+1
2010-07-27firewire: nosy: convert to unlocked ioctlGravatar Stefan Richter 1-12/+17
2010-07-27firewire: nosy: misc cleanupsGravatar Stefan Richter 1-169/+153
2010-07-27firewire: new driver: nosy - IEEE 1394 traffic snifferGravatar Stefan Richter 1-0/+695