summaryrefslogtreecommitdiff
path: root/drivers/firewire/core-cdev.c
AgeCommit message (Expand)Author
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-04firewire: core: non-atomic memory allocation for isochronous event to user cl...Takashi Sakamoto
2024-08-13firewire: core: use xarray instead of idr to maintain client resourceTakashi Sakamoto
2024-08-13firewire: core: code refactoring to use idr_for_each_entry() macro instead of...Takashi Sakamoto
2024-08-13firewire: core: add helper function to detect data of iso resource structureTakashi Sakamoto
2024-08-13firewire: core: add helper functions to convert to parent resource structureTakashi Sakamoto
2024-08-13firewire: core: minor code refactoring to release client resourceTakashi Sakamoto
2024-08-10firewire: core: correct range of block for case of switch statementTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain list of receivers for phy configu...Takashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain isochronous context for userspace...Takashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain IDR of isochronous resources for ...Takashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain list of events for userspace clientsTakashi Sakamoto
2024-08-05firewire: core: use guard macro to disable local IRQTakashi Sakamoto
2024-08-05firewire: core: use guard macro to access to IDR for fw_deviceTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain the list of cdev clientsTakashi Sakamoto
2024-07-29firewire: core: use common helper function to serialize phy configuration packetTakashi Sakamoto
2024-06-15firewire: core: record card index in async_phy_outbound_complete tracepoints ...Takashi Sakamoto
2024-06-15firewire: core: record card index in async_phy_outbound_initiate tracepoints ...Takashi Sakamoto
2024-05-06firewire: core/cdev: add tracepoints events for asynchronous phy packetTakashi Sakamoto
2023-05-30firewire: cdev: implement new event relevant to phy packet with time stampTakashi Sakamoto
2023-05-30firewire: cdev: code refactoring to dispatch event for phy packetTakashi Sakamoto
2023-05-30firewire: cdev: implement new event to notify response subaction with time stampTakashi Sakamoto
2023-05-30firewire: cdev: code refactoring to operate event of responseTakashi Sakamoto
2023-05-30firewire: cdev: implement new event to notify request subaction with time stampTakashi Sakamoto
2023-05-30firewire: cdev: add new version of ABI to notify time stamp at request/respon...Takashi Sakamoto
2023-01-23firewire: cdev: use single object to dispatch event for request to IEC 61883-...Takashi Sakamoto
2023-01-23firewire: cdev: obsolete NULL check to detect IEC 61883-1 FCP regionTakashi Sakamoto
2023-01-23firewire: core: use kref structure to maintain lifetime of data for fw_reques...Takashi Sakamoto
2023-01-17firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP...Takashi Sakamoto
2022-06-17firewire: cdev: fix potential leak of kernel stack due to uninitialized valueTakashi Sakamoto
2022-05-23Merge branch 'for-linus' into for-nextTakashi Iwai
2022-04-25firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye
2022-04-05firewire: add kernel API to access CYCLE_TIME registerTakashi Sakamoto
2021-11-01firewire: Remove function callback castsOscar Carter
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-23firewire: switch ioctl_queue_iso to use of copy_from_user()Al Viro
2019-12-02Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-13firewire: core: code cleanup after vm_map_pages_zero introductionStefan Richter
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-08-17firewire: use 64-bit time_t based interfacesArnd Bergmann
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox
2016-03-22firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2014-11-14firewire: cdev: prevent kernel stack leaking into ioctl argumentsStefan Richter
2014-06-12firewire: Use ktime_get_ts()Thomas Gleixner