aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/core-cdev.c
Commit message (Expand)AuthorAgeFilesLines
* firewire: core: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva2025-03-161-23/+19
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* firewire: core: non-atomic memory allocation for isochronous event to user cl...Takashi Sakamoto2024-09-041-2/+2
* firewire: core: use xarray instead of idr to maintain client resourceTakashi Sakamoto2024-08-121-31/+35
* firewire: core: code refactoring to use idr_for_each_entry() macro instead of...Takashi Sakamoto2024-08-121-34/+30
* firewire: core: add helper function to detect data of iso resource structureTakashi Sakamoto2024-08-121-1/+6
* firewire: core: add helper functions to convert to parent resource structureTakashi Sakamoto2024-08-121-12/+26
* firewire: core: minor code refactoring to release client resourceTakashi Sakamoto2024-08-121-8/+7
* firewire: core: correct range of block for case of switch statementTakashi Sakamoto2024-08-101-1/+1
* firewire: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto2024-08-051-3/+1
* firewire: core: use guard macro to maintain list of receivers for phy configu...Takashi Sakamoto2024-08-051-12/+5
* firewire: core: use guard macro to maintain isochronous context for userspace...Takashi Sakamoto2024-08-051-14/+11
* firewire: core: use guard macro to maintain IDR of isochronous resources for ...Takashi Sakamoto2024-08-051-72/+59
* firewire: core: use guard macro to maintain list of events for userspace clientsTakashi Sakamoto2024-08-051-15/+12
* firewire: core: use guard macro to disable local IRQTakashi Sakamoto2024-08-051-7/+5
* firewire: core: use guard macro to access to IDR for fw_deviceTakashi Sakamoto2024-08-051-13/+10
* firewire: core: use guard macro to maintain the list of cdev clientsTakashi Sakamoto2024-08-051-8/+5
* firewire: core: use common helper function to serialize phy configuration packetTakashi Sakamoto2024-07-291-1/+3
* firewire: core: record card index in async_phy_outbound_complete tracepoints ...Takashi Sakamoto2024-06-151-1/+1
* firewire: core: record card index in async_phy_outbound_initiate tracepoints ...Takashi Sakamoto2024-06-151-2/+2
* firewire: core/cdev: add tracepoints events for asynchronous phy packetTakashi Sakamoto2024-05-061-0/+7
* firewire: cdev: implement new event relevant to phy packet with time stampTakashi Sakamoto2023-05-291-22/+68
* firewire: cdev: code refactoring to dispatch event for phy packetTakashi Sakamoto2023-05-291-27/+51
* firewire: cdev: implement new event to notify response subaction with time stampTakashi Sakamoto2023-05-291-31/+65
* firewire: cdev: code refactoring to operate event of responseTakashi Sakamoto2023-05-291-12/+15
* firewire: cdev: implement new event to notify request subaction with time stampTakashi Sakamoto2023-05-291-1/+17
* firewire: cdev: add new version of ABI to notify time stamp at request/respon...Takashi Sakamoto2023-05-291-0/+1
* firewire: cdev: use single object to dispatch event for request to IEC 61883-...Takashi Sakamoto2023-01-231-16/+9
* firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionTakashi Sakamoto2023-01-231-9/+7
* firewire: core: use kref structure to maintain lifetime of data for fw_reques...Takashi Sakamoto2023-01-231-2/+2
* firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...Takashi Sakamoto2023-01-171-1/+3
* firewire: cdev: fix potential leak of kernel stack due to uninitialized valueTakashi Sakamoto2022-06-171-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2022-05-231-1/+3
|\
| * firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye2022-04-251-1/+3
* | firewire: add kernel API to access CYCLE_TIME registerTakashi Sakamoto2022-04-051-2/+4
|/
* firewire: Remove function callback castsOscar Carter2021-11-011-6/+26
* firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
* firewire: switch ioctl_queue_iso to use of copy_from_user()Al Viro2020-04-231-3/+1
* Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-021-1/+2
|\
| * firewire: core: code cleanup after vm_map_pages_zero introductionStefan Richter2019-11-131-1/+2
* | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* firewire: use 64-bit time_t based interfacesArnd Bergmann2018-08-171-4/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-141-2/+1
* firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski2016-03-221-2/+2
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* firewire: cdev: prevent kernel stack leaking into ioctl argumentsStefan Richter2014-11-141-2/+1