summaryrefslogtreecommitdiffstats
path: root/drivers/firewire/core-cdev.c
AgeCommit message (Expand)AuthorLines
2025-10-01Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-11/+25
2025-09-20firewire: core: fix overlooked update of subsystem ABI versionTakashi Sakamoto-1/+1
2025-09-18firewire: core: use struct_size and flex_array_size in ioctl_add_descriptorThorsten Blum-2/+3
2025-09-16firewire: core: maintain phy packet receivers locally in cdev layerTakashi Sakamoto-7/+20
2025-09-15firewire: core: use helper macro to compare against current jiffiesTakashi Sakamoto-1/+1
2025-09-15firewire: core: use helper macros instead of direct access to HZTakashi Sakamoto-2/+2
2025-06-09firewire: core: use from_work() macro to expand parent structure of work_structTakashi Sakamoto-2/+1
2025-03-16firewire: core: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-23/+19
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-04firewire: core: non-atomic memory allocation for isochronous event to user cl...Takashi Sakamoto-2/+2
2024-08-13firewire: core: use xarray instead of idr to maintain client resourceTakashi Sakamoto-31/+35
2024-08-13firewire: core: code refactoring to use idr_for_each_entry() macro instead of...Takashi Sakamoto-34/+30
2024-08-13firewire: core: add helper function to detect data of iso resource structureTakashi Sakamoto-1/+6
2024-08-13firewire: core: add helper functions to convert to parent resource structureTakashi Sakamoto-12/+26
2024-08-13firewire: core: minor code refactoring to release client resourceTakashi Sakamoto-8/+7
2024-08-10firewire: core: correct range of block for case of switch statementTakashi Sakamoto-1/+1
2024-08-05firewire: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto-3/+1
2024-08-05firewire: core: use guard macro to maintain list of receivers for phy configu...Takashi Sakamoto-12/+5
2024-08-05firewire: core: use guard macro to maintain isochronous context for userspace...Takashi Sakamoto-14/+11
2024-08-05firewire: core: use guard macro to maintain IDR of isochronous resources for ...Takashi Sakamoto-72/+59
2024-08-05firewire: core: use guard macro to maintain list of events for userspace clientsTakashi Sakamoto-15/+12
2024-08-05firewire: core: use guard macro to disable local IRQTakashi Sakamoto-7/+5
2024-08-05firewire: core: use guard macro to access to IDR for fw_deviceTakashi Sakamoto-14/+11
2024-08-05firewire: core: use guard macro to maintain the list of cdev clientsTakashi Sakamoto-8/+5
2024-07-29firewire: core: use common helper function to serialize phy configuration packetTakashi Sakamoto-1/+3
2024-06-15firewire: core: record card index in async_phy_outbound_complete tracepoints ...Takashi Sakamoto-1/+1
2024-06-15firewire: core: record card index in async_phy_outbound_initiate tracepoints ...Takashi Sakamoto-2/+2
2024-05-06firewire: core/cdev: add tracepoints events for asynchronous phy packetTakashi Sakamoto-0/+7
2023-05-30firewire: cdev: implement new event relevant to phy packet with time stampTakashi Sakamoto-22/+68
2023-05-30firewire: cdev: code refactoring to dispatch event for phy packetTakashi Sakamoto-27/+51
2023-05-30firewire: cdev: implement new event to notify response subaction with time stampTakashi Sakamoto-31/+65
2023-05-30firewire: cdev: code refactoring to operate event of responseTakashi Sakamoto-12/+15
2023-05-30firewire: cdev: implement new event to notify request subaction with time stampTakashi Sakamoto-1/+17
2023-05-30firewire: cdev: add new version of ABI to notify time stamp at request/respon...Takashi Sakamoto-0/+1
2023-01-23firewire: cdev: use single object to dispatch event for request to IEC 61883-...Takashi Sakamoto-16/+9
2023-01-23firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionTakashi Sakamoto-9/+7
2023-01-23firewire: core: use kref structure to maintain lifetime of data for fw_reques...Takashi Sakamoto-2/+2
2023-01-17firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...Takashi Sakamoto-1/+3
2022-06-17firewire: cdev: fix potential leak of kernel stack due to uninitialized valueTakashi Sakamoto-1/+1
2022-05-23Merge branch 'for-linus' into for-nextTakashi Iwai-1/+3
2022-04-25firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye-1/+3
2022-04-05firewire: add kernel API to access CYCLE_TIME registerTakashi Sakamoto-2/+4
2021-11-01firewire: Remove function callback castsOscar Carter-6/+26
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-04-23firewire: switch ioctl_queue_iso to use of copy_from_user()Al Viro-3/+1
2019-12-02Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2019-11-13firewire: core: code cleanup after vm_map_pages_zero introductionStefan Richter-1/+2
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann-11/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1