summaryrefslogtreecommitdiff
path: root/drivers/firewire/core-cdev.c
AgeCommit message (Expand)Author
2026-05-21firewire: core: cancel using delayed work for iso_resource_once managementTakashi Sakamoto
2026-05-21firewire: core: rename member name for channel mask of isoc resourceTakashi Sakamoto
2026-05-21firewire: core: minor code refactoring for case-dependent parameters of iso r...Takashi Sakamoto
2026-05-03firewire: core: move allocation/reallocation paths into specific branch after...Takashi Sakamoto
2026-05-03firewire: core: refactor notification type determination after isoc resource ...Takashi Sakamoto
2026-05-03firewire: core: use switch statement for post-processing of isoc resource man...Takashi Sakamoto
2026-05-03firewire: core: reduce critical section duration in pre-processing of isoc re...Takashi Sakamoto
2026-04-29firewire: core: code cleanup for iso resource auto creationTakashi Sakamoto
2026-04-29firewire: core: append _auto suffix for non-once iso resource operationsTakashi Sakamoto
2026-04-29firewire: core: code cleanup to remove old implementations for once operationTakashi Sakamoto
2026-04-29firewire: core: split functions for iso_resource once operationTakashi Sakamoto
2026-04-29firewire: core: code refactoring for helper function to fill iso_resource par...Takashi Sakamoto
2026-04-29firewire: core: code refactoring to queue work item for iso_resourceTakashi Sakamoto
2026-04-29firewire: core: code refactoring for early return at client resource allocationTakashi Sakamoto
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-18firewire: core: add flags member for isochronous context structureTakashi Sakamoto
2026-01-18firewire: core: add function variants for isochronous context creationTakashi Sakamoto
2026-01-12firewire: core: stop using page private to store DMA mapping addressTakashi Sakamoto
2026-01-12firewire: core: use mutex instead of spinlock for client isochronous contextTakashi Sakamoto
2025-10-01Merge tag 'firewire-updates-6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-20firewire: core: fix overlooked update of subsystem ABI versionTakashi Sakamoto
2025-09-18firewire: core: use struct_size and flex_array_size in ioctl_add_descriptorThorsten Blum
2025-09-16firewire: core: maintain phy packet receivers locally in cdev layerTakashi Sakamoto
2025-09-15firewire: core: use helper macro to compare against current jiffiesTakashi Sakamoto
2025-09-15firewire: core: use helper macros instead of direct access to HZTakashi Sakamoto
2025-06-09firewire: core: use from_work() macro to expand parent structure of work_structTakashi Sakamoto
2025-03-16firewire: core: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
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