aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 5-7/+7
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-7/+7
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 5-5/+5
2020-04-23firewire: switch ioctl_queue_iso to use of copy_from_user()Gravatar Al Viro 1-3/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-12-02Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-11/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+1
2019-11-13firewire: core: code cleanup after vm_map_pages_zero introductionGravatar Stefan Richter 3-10/+2
2019-11-13firewire: ohci: stop using get_seconds() for BUS_TIMEGravatar Arnd Bergmann 1-1/+1
2019-11-07net: add annotations on hh->hh_len lockless accessesGravatar Eric Dumazet 1-1/+5
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-11/+1
2019-07-25firewire: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 3-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 10-140/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14drivers/firewire/core-iso.c: convert to use vm_map_pages_zero()Gravatar Souptick Joarder 1-13/+2
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxGravatar Linus Torvalds 1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Gravatar Will Deacon 1-1/+0
2019-01-22scsi: communicate max segment size to the DMA mapping codeGravatar Christoph Hellwig 1-4/+1
2019-01-05Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-12-03firewire: Remove depends on HAS_DMA in case of platform dependencyGravatar Geert Uytterhoeven 1-1/+0
2018-09-06FireWire: clean up core-transaction.c kernel-docGravatar Randy Dunlap 1-0/+10
2018-09-06FireWire: clean up core-iso.c kernel-docGravatar Randy Dunlap 1-0/+7
2018-08-17firewire: use 64-bit time_t based interfacesGravatar Arnd Bergmann 1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-3/+3
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 2-4/+4
2018-02-02Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+13
2018-01-13firewire-ohci: work around oversized DMA reads on JMicron controllersGravatar Hector Martin 1-1/+7
2018-01-13firewire: net: max MTU off by oneGravatar Stefan Richter 1-1/+6
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 2-4/+4
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+5
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-6/+4
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Gravatar Kees Cook 1-5/+5
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-5/+3
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-03-23drivers, firewire: convert fw_node.ref_count from atomic_t to refcount_tGravatar Elena Reshetova 2-5/+5
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-2/+1
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesGravatar Masahiro Yamada 1-2/+2
2017-02-13idr: Return the deleted entry from idr_removeGravatar Matthew Wilcox 1-2/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-20/+39
2016-11-03firewire: net: fix fragmented datagram_size off-by-oneGravatar Stefan Richter 1-4/+4
2016-11-03firewire: net: guard against rx buffer overflowsGravatar Stefan Richter 1-16/+35
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+10
2016-10-29firewire: net: really fix maximum possible MTUGravatar Stefan Richter 1-1/+1