aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+6
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-7/+7
2021-11-01firewire: Remove function callback castsOscar Carter1-6/+26
2021-10-28firewire: don't write directly to netdev->dev_addrJakub Kicinski1-7/+7
2021-10-16scsi: firewire: sbp2: Switch to attribute groupsBart Van Assche1-3/+5
2021-10-16scsi: firewire: sbp2: Call scsi_done() directlyBart Van Assche1-1/+1
2021-09-11Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-4/+0
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-19/+24
2021-07-05firewire: nosy: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-19/+24
2021-07-05firewire: net: remove unused variable 'guid'Pu Lehui1-4/+0
2021-06-15firewire: nosy: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-19/+24
2021-05-17firewire: core: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-04-04firewire: nosy: Fix a use-after-free bug in nosy_ioctl()Zheyu Ma1-2/+7
2021-03-17firewire: ohci: Use tasklet_disable_in_atomic() where requiredSebastian Andrzej Siewior1-2/+2
2021-02-09firewire: replace tricky statement by two simple onesUwe Kleine-König1-1/+3
2020-09-25firewire-ohci: use dma_alloc_pagesChristoph Hellwig1-15/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva5-7/+7
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-7/+7
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva5-5/+5
2020-04-23firewire: switch ioctl_queue_iso to use of copy_from_user()Al Viro1-3/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-02Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds4-11/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-11/+1
2019-11-13firewire: core: code cleanup after vm_map_pages_zero introductionStefan Richter3-10/+2
2019-11-13firewire: ohci: stop using get_seconds() for BUS_TIMEArnd Bergmann1-1/+1
2019-11-07net: add annotations on hh->hh_len lockless accessesEric Dumazet1-1/+5
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-11/+1
2019-07-25firewire: mark expected switch fall-throughsGustavo A. R. Silva3-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner10-140/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-14drivers/firewire/core-iso.c: convert to use vm_map_pages_zero()Souptick Joarder1-13/+2
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-01-22scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig1-4/+1
2019-01-05Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-1/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-03firewire: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+0
2018-09-06FireWire: clean up core-transaction.c kernel-docRandy Dunlap1-0/+10
2018-09-06FireWire: clean up core-iso.c kernel-docRandy Dunlap1-0/+7
2018-08-17firewire: use 64-bit time_t based interfacesArnd Bergmann1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+3
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-4/+4
2018-02-02Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds2-2/+13
2018-01-13firewire-ohci: work around oversized DMA reads on JMicron controllersHector Martin1-1/+7