index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
core-cdev.c
Age
Commit message (
Expand
)
Author
2025-10-01
Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-09-20
firewire: core: fix overlooked update of subsystem ABI version
Takashi Sakamoto
2025-09-18
firewire: core: use struct_size and flex_array_size in ioctl_add_descriptor
Thorsten Blum
2025-09-16
firewire: core: maintain phy packet receivers locally in cdev layer
Takashi Sakamoto
2025-09-15
firewire: core: use helper macro to compare against current jiffies
Takashi Sakamoto
2025-09-15
firewire: core: use helper macros instead of direct access to HZ
Takashi Sakamoto
2025-06-09
firewire: core: use from_work() macro to expand parent structure of work_struct
Takashi Sakamoto
2025-03-16
firewire: core: avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-04
firewire: core: non-atomic memory allocation for isochronous event to user cl...
Takashi Sakamoto
2024-08-13
firewire: core: use xarray instead of idr to maintain client resource
Takashi Sakamoto
2024-08-13
firewire: core: code refactoring to use idr_for_each_entry() macro instead of...
Takashi Sakamoto
2024-08-13
firewire: core: add helper function to detect data of iso resource structure
Takashi Sakamoto
2024-08-13
firewire: core: add helper functions to convert to parent resource structure
Takashi Sakamoto
2024-08-13
firewire: core: minor code refactoring to release client resource
Takashi Sakamoto
2024-08-10
firewire: core: correct range of block for case of switch statement
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain properties of fw_card
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain list of receivers for phy configu...
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain isochronous context for userspace...
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain IDR of isochronous resources for ...
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain list of events for userspace clients
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to disable local IRQ
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to access to IDR for fw_device
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain the list of cdev clients
Takashi Sakamoto
2024-07-29
firewire: core: use common helper function to serialize phy configuration packet
Takashi Sakamoto
2024-06-15
firewire: core: record card index in async_phy_outbound_complete tracepoints ...
Takashi Sakamoto
2024-06-15
firewire: core: record card index in async_phy_outbound_initiate tracepoints ...
Takashi Sakamoto
2024-05-06
firewire: core/cdev: add tracepoints events for asynchronous phy packet
Takashi Sakamoto
2023-05-30
firewire: cdev: implement new event relevant to phy packet with time stamp
Takashi Sakamoto
2023-05-30
firewire: cdev: code refactoring to dispatch event for phy packet
Takashi Sakamoto
2023-05-30
firewire: cdev: implement new event to notify response subaction with time stamp
Takashi Sakamoto
2023-05-30
firewire: cdev: code refactoring to operate event of response
Takashi Sakamoto
2023-05-30
firewire: cdev: implement new event to notify request subaction with time stamp
Takashi Sakamoto
2023-05-30
firewire: cdev: add new version of ABI to notify time stamp at request/respon...
Takashi Sakamoto
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-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: fix potential uaf in outbound_phy_packet_callback()
Chengfeng Ye
2022-04-05
firewire: add kernel API to access CYCLE_TIME register
Takashi Sakamoto
2021-11-01
firewire: Remove function callback casts
Oscar Carter
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
2019-12-02
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-11-13
firewire: core: code cleanup after vm_map_pages_zero introduction
Stefan Richter
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
[next]