index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
core-cdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-05
firewire: core: use guard macro to maintain properties of fw_card
Takashi Sakamoto
1
-3
/
+1
2024-08-05
firewire: core: use guard macro to maintain list of receivers for phy configu...
Takashi Sakamoto
1
-12
/
+5
2024-08-05
firewire: core: use guard macro to maintain isochronous context for userspace...
Takashi Sakamoto
1
-14
/
+11
2024-08-05
firewire: core: use guard macro to maintain IDR of isochronous resources for ...
Takashi Sakamoto
1
-72
/
+59
2024-08-05
firewire: core: use guard macro to maintain list of events for userspace clients
Takashi Sakamoto
1
-15
/
+12
2024-08-05
firewire: core: use guard macro to disable local IRQ
Takashi Sakamoto
1
-7
/
+5
2024-08-05
firewire: core: use guard macro to access to IDR for fw_device
Takashi Sakamoto
1
-14
/
+11
2024-08-05
firewire: core: use guard macro to maintain the list of cdev clients
Takashi Sakamoto
1
-8
/
+5
2024-07-29
firewire: core: use common helper function to serialize phy configuration packet
Takashi Sakamoto
1
-1
/
+3
2024-06-15
firewire: core: record card index in async_phy_outbound_complete tracepoints ...
Takashi Sakamoto
1
-1
/
+1
2024-06-15
firewire: core: record card index in async_phy_outbound_initiate tracepoints ...
Takashi Sakamoto
1
-2
/
+2
2024-05-06
firewire: core/cdev: add tracepoints events for asynchronous phy packet
Takashi Sakamoto
1
-0
/
+7
2023-05-30
firewire: cdev: implement new event relevant to phy packet with time stamp
Takashi Sakamoto
1
-22
/
+68
2023-05-30
firewire: cdev: code refactoring to dispatch event for phy packet
Takashi Sakamoto
1
-27
/
+51
2023-05-30
firewire: cdev: implement new event to notify response subaction with time stamp
Takashi Sakamoto
1
-31
/
+65
2023-05-30
firewire: cdev: code refactoring to operate event of response
Takashi Sakamoto
1
-12
/
+15
2023-05-30
firewire: cdev: implement new event to notify request subaction with time stamp
Takashi Sakamoto
1
-1
/
+17
2023-05-30
firewire: cdev: add new version of ABI to notify time stamp at request/respon...
Takashi Sakamoto
1
-0
/
+1
2023-01-23
firewire: cdev: use single object to dispatch event for request to IEC 61883-...
Takashi Sakamoto
1
-16
/
+9
2023-01-23
firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP region
Takashi Sakamoto
1
-9
/
+7
2023-01-23
firewire: core: use kref structure to maintain lifetime of data for fw_reques...
Takashi Sakamoto
1
-2
/
+2
2023-01-17
firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...
Takashi Sakamoto
1
-1
/
+3
2022-06-17
firewire: cdev: fix potential leak of kernel stack due to uninitialized value
Takashi Sakamoto
1
-1
/
+1
2022-05-23
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+3
2022-04-25
firewire: fix potential uaf in outbound_phy_packet_callback()
Chengfeng Ye
1
-1
/
+3
2022-04-05
firewire: add kernel API to access CYCLE_TIME register
Takashi Sakamoto
1
-2
/
+4
2021-11-01
firewire: Remove function callback casts
Oscar Carter
1
-6
/
+26
2020-06-16
firewire: ohci: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-04-23
firewire: switch ioctl_queue_iso to use of copy_from_user()
Al Viro
1
-3
/
+1
2019-12-03
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2019-11-13
firewire: core: code cleanup after vm_map_pages_zero introduction
Stefan Richter
1
-1
/
+2
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
1
-11
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-08-18
firewire: use 64-bit time_t based interfaces
Arnd Bergmann
1
-4
/
+4
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-02-14
idr: Return the deleted entry from idr_remove
Matthew Wilcox
1
-2
/
+1
2016-03-23
firewire: use in_compat_syscall to check ioctl compatness
Andy Lutomirski
1
-2
/
+2
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2014-11-14
firewire: cdev: prevent kernel stack leaking into ioctl arguments
Stefan Richter
1
-2
/
+1
2014-06-12
firewire: Use ktime_get_ts()
Thomas Gleixner
1
-3
/
+3
2013-07-30
firewire: core: typecast from gfp_t to bool more safely
Stefan Richter
1
-1
/
+1
2013-07-27
firewire: fix libdc1394/FlyCap2 iso event regression
Clemens Ladisch
1
-0
/
+3
2013-04-29
firewire: remove unnecessary alloc/OOM messages
Stefan Richter
1
-15
/
+9
2013-04-29
firewire: core: remove an always false test
Stefan Richter
1
-2
/
+1
2013-02-28
firewire: convert to idr_alloc()
Tejun Heo
1
-9
/
+10
2013-02-28
firewire: don't use idr_remove_all()
Tejun Heo
1
-1
/
+0
2012-10-09
firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)
Stefan Richter
1
-2
/
+2
2012-04-18
firewire: core: fix DMA mapping direction
Stefan Richter
1
-10
/
+41
[next]