summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2025-09-08firewire: core: use cleanup function in bm_workTakashi Sakamoto
2025-09-08firewire: core: add helper functions to access to fw_device data in fw_node s...Takashi Sakamoto
2025-09-08firewire: ohci: use return value from fw_node_get()Takashi Sakamoto
2025-09-08firewire: core: utilize cleanup function to release workqueue in error pathTakashi Sakamoto
2025-09-08firewire: ohci: use kcalloc() variant for array allocationTakashi Sakamoto
2025-08-23firewire: ohci: remove module-local workqueueTakashi Sakamoto
2025-08-23firewire: ohci: use threaded IRQ handler to handle SelfIDComplete eventTakashi Sakamoto
2025-08-23firewire: ohci: move self_id_complete tracepoint after validating registerTakashi Sakamoto
2025-08-22firewire: ohci: remove obsolete module-level debug parameterTakashi Sakamoto
2025-08-22firewire: ohci: remove obsolete debug logging for AT/AR resultsTakashi Sakamoto
2025-08-22firewire: ohci: remove obsolete debug logging for selfID sequenceTakashi Sakamoto
2025-08-22firewire: ohci: remove obsolete debug logging for IRQ eventsTakashi Sakamoto
2025-08-03firewire: core: reallocate buffer for FCP address handlers when more than 4 a...Takashi Sakamoto
2025-08-03firewire: core: call FCP address handlers outside RCU read-side critical sectionTakashi Sakamoto
2025-08-03firewire: core: call handler for exclusive regions outside RCU read-side crit...Takashi Sakamoto
2025-08-11firewire: core: use reference counting to invoke address handlers safelyTakashi Sakamoto
2025-07-12firewire: ohci: reduce the size of common context structure by extracting mem...Takashi Sakamoto
2025-06-17firewire: core: minor code refactoring to localize table of gap countTakashi Sakamoto
2025-06-15firewire: ohci: use workqueue to handle events of AT request/response contextsTakashi Sakamoto
2025-06-15firewire: ohci: use workqueue to handle events of AR request/response contextsTakashi Sakamoto
2025-06-15firewire: core: allocate workqueue for AR/AT request/response contextsTakashi Sakamoto
2025-06-09firewire: core: use from_work() macro to expand parent structure of work_structTakashi Sakamoto
2025-06-09firewire: ohci: use from_work() macro to expand parent structure of work_structTakashi Sakamoto
2025-06-09firewire: ohci: correct code comments about bus_reset taskletTakashi Sakamoto
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-16firewire: core: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-01-13firewire: test: Fix potential null dereference in firewire kunit testCharles Han
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2024-12-08firewire: ohci: use generic power managementVaibhav Gupta
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche
2024-11-25Merge tag 'firewire-updates-6.13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-10-28firewire: ohci: Replace deprecated PCI functionsPhilipp Stanner
2024-10-27firewire: core: fix invalid port index for parent deviceTakashi Sakamoto
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01firewire: Correct some typosShen Lichuan
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-12firewire: core: rename cause flag of tracepoints eventTakashi Sakamoto
2024-09-12firewire: core: update documentation of kernel APIs for flushing completionsTakashi Sakamoto
2024-09-12firewire: core: add helper function to retire descriptorsTakashi Sakamoto
2024-09-12Revert "firewire: core: move workqueue handler from 1394 OHCI driver to core ...Takashi Sakamoto
2024-09-12Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...Takashi Sakamoto
2024-09-09firewire: core: use mutex to coordinate concurrent calls to flush completionsTakashi Sakamoto
2024-09-09firewire: core: move workqueue handler from 1394 OHCI driver to core functionTakashi Sakamoto