summaryrefslogtreecommitdiff
path: root/drivers/firewire/nosy.c
AgeCommit message (Expand)Author
2021-06-15firewire: nosy: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-04-04firewire: nosy: Fix a use-after-free bug in nosy_ioctl()Zheyu Ma
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2016-10-09firewire: nosy: do not ignore errors in ioremap_nocache()Alexey Khoroshilov
2016-03-22firewire: nosy: Replace timeval with timespec64Tina Ruchandani
2015-11-05firewire: nosy: Replace timeval with timespec64Amitoj Kaur Chawla
2012-11-28firewire: remove use of __devinitdataBill Pemberton
2012-11-28firewire: remove use of __devinitBill Pemberton
2012-04-09firewire: use module_pci_driverAxel Lin
2012-02-22firewire: nosy: Use the macro DMA_BIT_MASK().santosh nayak
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-12-12firewire: nosy: char device is not seekableStefan Richter
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-07-27firewire: nosy: use generic printk macrosStefan Richter
2010-07-27firewire: nosy: endianess fixes and annotationsStefan Richter
2010-07-27firewire: nosy: annotate __user pointers and __iomem pointersStefan Richter
2010-07-27firewire: nosy: fix device shutdown with active clientStefan Richter
2010-07-27firewire: nosy: handle errors in device probeStefan Richter
2010-07-27firewire: nosy: fix IRQ handler for card ejectionStefan Richter
2010-07-27firewire: nosy: unroll some simple functionsStefan Richter
2010-07-27firewire: nosy: use flagless variants of spinlock accessorsStefan Richter
2010-07-27firewire: nosy: fix list corruption by NOSY_IOC_STOPStefan Richter
2010-07-27firewire: nosy: convert to unlocked ioctlStefan Richter
2010-07-27firewire: nosy: misc cleanupsStefan Richter
2010-07-27firewire: new driver: nosy - IEEE 1394 traffic snifferStefan Richter