summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01firewire: Remove function callback castsOscar Carter
2021-10-28firewire: don't write directly to netdev->dev_addrJakub Kicinski
2021-10-16scsi: firewire: sbp2: Switch to attribute groupsBart Van Assche
2021-10-16scsi: firewire: sbp2: Call scsi_done() directlyBart Van Assche
2021-09-11Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-05firewire: nosy: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-05firewire: net: remove unused variable 'guid'Pu Lehui
2021-06-15firewire: nosy: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-05-17firewire: core: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-04firewire: nosy: Fix a use-after-free bug in nosy_ioctl()Zheyu Ma
2021-03-17firewire: ohci: Use tasklet_disable_in_atomic() where requiredSebastian Andrzej Siewior
2021-02-09firewire: replace tricky statement by two simple onesUwe Kleine-König
2020-09-25firewire-ohci: use dma_alloc_pagesChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-23firewire: switch ioctl_queue_iso to use of copy_from_user()Al Viro
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-02Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-13firewire: core: code cleanup after vm_map_pages_zero introductionStefan Richter
2019-11-13firewire: ohci: stop using get_seconds() for BUS_TIMEArnd Bergmann
2019-11-07net: add annotations on hh->hh_len lockless accessesEric Dumazet
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-07-25firewire: mark expected switch fall-throughsGustavo A. R. Silva
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-14drivers/firewire/core-iso.c: convert to use vm_map_pages_zero()Souptick Joarder
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-01-22scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig
2019-01-05Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-03firewire: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-09-06FireWire: clean up core-transaction.c kernel-docRandy Dunlap
2018-09-06FireWire: clean up core-iso.c kernel-docRandy Dunlap
2018-08-17firewire: use 64-bit time_t based interfacesArnd Bergmann
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-02Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-13firewire-ohci: work around oversized DMA reads on JMicron controllersHector Martin