index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-12-02
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-11
/
+3
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+1
2019-11-13
firewire: core: code cleanup after vm_map_pages_zero introduction
Stefan Richter
3
-10
/
+2
2019-11-13
firewire: ohci: stop using get_seconds() for BUS_TIME
Arnd Bergmann
1
-1
/
+1
2019-11-07
net: add annotations on hh->hh_len lockless accesses
Eric Dumazet
1
-1
/
+5
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
1
-11
/
+1
2019-07-25
firewire: mark expected switch fall-throughs
Gustavo A. R. Silva
3
-2
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
10
-140
/
+10
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-14
drivers/firewire/core-iso.c: convert to use vm_map_pages_zero()
Souptick Joarder
1
-13
/
+2
2019-05-07
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
Linus Torvalds
1
-1
/
+1
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-1
/
+0
2019-01-22
scsi: communicate max segment size to the DMA mapping code
Christoph Hellwig
1
-4
/
+1
2019-01-05
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
1
-1
/
+0
2018-12-03
firewire: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-1
/
+0
2018-09-06
FireWire: clean up core-transaction.c kernel-doc
Randy Dunlap
1
-0
/
+10
2018-09-06
FireWire: clean up core-iso.c kernel-doc
Randy Dunlap
1
-0
/
+7
2018-08-17
firewire: use 64-bit time_t based interfaces
Arnd Bergmann
1
-4
/
+4
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-3
/
+3
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2
-4
/
+4
2018-02-02
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+13
2018-01-13
firewire-ohci: work around oversized DMA reads on JMicron controllers
Hector Martin
1
-1
/
+7
2018-01-13
firewire: net: max MTU off by one
Stefan Richter
1
-1
/
+6
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2
-4
/
+4
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+5
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
5
-0
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-6
/
+4
2017-10-05
timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
Kees Cook
1
-5
/
+5
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-5
/
+3
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-03-23
drivers, firewire: convert fw_node.ref_count from atomic_t to refcount_t
Elena Reshetova
2
-5
/
+5
2017-02-28
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-2
/
+1
2017-02-27
scripts/spelling.txt: add "intialization" pattern and fix typo instances
Masahiro Yamada
1
-2
/
+2
2017-02-13
idr: Return the deleted entry from idr_remove
Matthew Wilcox
1
-2
/
+1
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-20
/
+39
2016-11-03
firewire: net: fix fragmented datagram_size off-by-one
Stefan Richter
1
-4
/
+4
2016-11-03
firewire: net: guard against rx buffer overflows
Stefan Richter
1
-16
/
+35
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+10
2016-10-29
firewire: net: really fix maximum possible MTU
Stefan Richter
1
-1
/
+1
2016-10-26
firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardB...
Stefan Richter
1
-7
/
+1
2016-10-26
firewire: net: fix maximum possible MTU
Stefan Richter
1
-3
/
+4
2016-10-20
net: use core MTU range checking in misc drivers
Jarod Wilson
1
-14
/
+4
2016-10-09
firewire: nosy: do not ignore errors in ioremap_nocache()
Alexey Khoroshilov
1
-3
/
+10
[next]