index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
Age
Commit message (
Expand
)
Author
2023-05-11
firewire: net: fix unexpected release of object for asynchronous request packet
Takashi Sakamoto
2023-04-27
Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-24
firewire: init_ohci1394_dma: use correct function names in comments
Randy Dunlap
2023-03-24
scsi: firewire: sbp2: Declare the SCSI host template const
Bart Van Assche
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-23
firewire: cdev: use single object to dispatch event for request to IEC 61883-...
Takashi Sakamoto
2023-01-23
firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP region
Takashi Sakamoto
2023-01-23
firewire: core: use kref structure to maintain lifetime of data for fw_reques...
Takashi Sakamoto
2023-01-17
firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...
Takashi Sakamoto
2022-07-28
firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48()
Andy Shevchenko
2022-06-17
firewire: convert sysfs sprintf/snprintf family to sysfs_emit
Jiapeng Chong
2022-06-17
firewire: cdev: fix potential leak of kernel stack due to uninitialized value
Takashi Sakamoto
2022-05-23
Merge branch 'for-linus' into for-next
Takashi Iwai
2022-04-25
firewire: core: extend card->lock in fw_core_handle_bus_reset
Niels Dossche
2022-04-25
firewire: remove check of list iterator against head past the loop body
Jakob Koschel
2022-04-25
firewire: fix potential uaf in outbound_phy_packet_callback()
Chengfeng Ye
2022-04-05
firewire: add kernel API to access packet structure in request structure for ...
Takashi Sakamoto
2022-04-05
firewire: add kernel API to access CYCLE_TIME register
Takashi Sakamoto
2022-04-05
firewire: Add dummy read_csr/write_csr functions
Hector Martin
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-01
firewire: Remove function callback casts
Oscar Carter
2021-10-28
firewire: don't write directly to netdev->dev_addr
Jakub Kicinski
2021-10-16
scsi: firewire: sbp2: Switch to attribute groups
Bart Van Assche
2021-10-16
scsi: firewire: sbp2: Call scsi_done() directly
Bart Van Assche
2021-09-11
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-05
firewire: nosy: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-07-05
firewire: net: remove unused variable 'guid'
Pu Lehui
2021-06-15
firewire: nosy: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-05-17
firewire: core: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-04-26
Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-04
firewire: nosy: Fix a use-after-free bug in nosy_ioctl()
Zheyu Ma
2021-03-17
firewire: ohci: Use tasklet_disable_in_atomic() where required
Sebastian Andrzej Siewior
2021-02-09
firewire: replace tricky statement by two simple ones
Uwe Kleine-König
2020-09-25
firewire-ohci: use dma_alloc_pages
Christoph Hellwig
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-06-15
firewire: ohci: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-04-23
firewire: switch ioctl_queue_iso to use of copy_from_user()
Al Viro
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-02
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-11-13
firewire: core: code cleanup after vm_map_pages_zero introduction
Stefan Richter
2019-11-13
firewire: ohci: stop using get_seconds() for BUS_TIME
Arnd Bergmann
2019-11-07
net: add annotations on hh->hh_len lockless accesses
Eric Dumazet
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-07-25
firewire: mark expected switch fall-throughs
Gustavo A. R. Silva
[next]