summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* firewire: core: use WARN_ON_ONCE() to avoid superfluous dumpsTakashi Sakamoto2024-09-051-2/+2
* ALSA: firewire: use nonatomic PCM operationTakashi Sakamoto2024-09-0410-7/+36
* firewire: core: non-atomic memory allocation for isochronous event to user cl...Takashi Sakamoto2024-09-041-2/+2
* firewire: ohci: operate IT/IR events in sleepable work process instead of tas...Takashi Sakamoto2024-09-041-10/+45
* firewire: core: add local API to queue work item to workqueue specific to iso...Takashi Sakamoto2024-09-043-2/+39
* firewire: core: allocate workqueue to handle isochronous contexts in cardTakashi Sakamoto2024-09-044-6/+35
* firewire: ohci: obsolete direct usage of printk_ratelimit()Takashi Sakamoto2024-09-031-6/+3
* firewire: ohci: deprecate debug parameterTakashi Sakamoto2024-09-031-1/+6
* firewire: core: update fw_device outside of device_find_child()Takashi Sakamoto2024-08-201-57/+59
* firewire: ohci: fix error path to detect initiated reset in TI TSB41BA3D phyTakashi Sakamoto2024-08-171-5/+10
* firewire: core/ohci: minor refactoring for computation of configuration ROM sizeTakashi Sakamoto2024-08-142-2/+3
* firewire: ohci: remove unused wrapper macro for dev_info()Takashi Sakamoto2024-08-141-1/+0
* firewire: ohci: use helper macro for compiler aligned attributeTakashi Sakamoto2024-08-141-1/+1
* firewire: core: use xarray instead of idr to maintain client resourceTakashi Sakamoto2024-08-132-32/+35
* firewire: core: code refactoring to use idr_for_each_entry() macro instead of...Takashi Sakamoto2024-08-131-34/+30
* firewire: core: add helper function to detect data of iso resource structureTakashi Sakamoto2024-08-131-1/+6
* firewire: core: add helper functions to convert to parent resource structureTakashi Sakamoto2024-08-131-12/+26
* firewire: core: minor code refactoring to release client resourceTakashi Sakamoto2024-08-131-8/+7
* firewire: core: use lock in Xarray instead of local R/W semaphoreTakashi Sakamoto2024-08-121-13/+6
* firewire: core: replace IDR with XArray to maintain fw_deviceTakashi Sakamoto2024-08-123-13/+14
* firewire: core: correct range of block for case of switch statementTakashi Sakamoto2024-08-101-1/+1
* firewire: ohci: use guard macro to serialize operations for isochronous contextsTakashi Sakamoto2024-08-051-105/+77
* firewire: ohci: use guard macro to maintain image of configuration ROMTakashi Sakamoto2024-08-051-67/+49
* firewire: ohci: use guard macro to maintain bus timeTakashi Sakamoto2024-08-051-18/+12
* firewire: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto2024-08-056-33/+19
* firewire: core: use guard macro to maintain list of asynchronous transactionTakashi Sakamoto2024-08-051-51/+34
* 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 maintain the list of address handler for t...Takashi Sakamoto2024-08-051-6/+4
* firewire: core: use guard macro to access to IDR for fw_deviceTakashi Sakamoto2024-08-052-56/+42
* firewire: core: use guard macro to maintain RCU scope for transaction address...Takashi Sakamoto2024-08-051-20/+15
* firewire: ohci: use guard macro to serialize accesses to phy registersTakashi Sakamoto2024-08-051-35/+36
* firewire: core: use guard macro to maintain the list of cdev clientsTakashi Sakamoto2024-08-051-8/+5
* firewire: core: use guard macro to maintain the list of cardTakashi Sakamoto2024-08-051-26/+18
* firewire: core: use guard macro to maintain static packet data for phy config...Takashi Sakamoto2024-08-051-3/+1
* firewire: ohci: use static inline functions to serialize data of IT DMATakashi Sakamoto2024-08-021-18/+16
* firewire: ohci: add static inline functions to serialize/deserialize data of ...Takashi Sakamoto2024-08-022-0/+116
* firewire: ohci: use static inline functions to serialize data of AT DMATakashi Sakamoto2024-08-021-14/+18
* firewire: ohci: add static inline functions to serialize/deserialize data of ...Takashi Sakamoto2024-08-022-0/+149
* firewire: core: utilize kref to maintain fw_node with reference countingTakashi Sakamoto2024-08-012-5/+12
* firewire: core: use common helper function to serialize phy configuration packetTakashi Sakamoto2024-07-292-2/+4
* firewire: ohci: minor code refactoring to localize text tableTakashi Sakamoto2024-07-291-10/+18
* firewire: ohci: use TCODE_LINK_INTERNAL consistentlyTakashi Sakamoto2024-07-292-6/+4
* Linux 6.11-rc2v6.11-rc2Linus Torvalds2024-08-041-1/+1
* profiling: remove profile=sleep supportTetsuo Handa2024-08-044-24/+2
* Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-048-17/+36
|\
| * x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow2024-08-011-1/+3