summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'firewire-updates-6.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-1514-195/+1420
|\
| * firewire: obsolete usage of *-objs in Makefile for KUnit testTakashi Sakamoto2024-05-091-5/+2
| * firewire: core: remove flag and width from u64 formats of tracepoints eventsTakashi Sakamoto2024-05-061-3/+3
| * firewire: core: fix type of timestamp for async_inbound_template tracepoints ...Takashi Sakamoto2024-05-061-1/+1
| * firewire: core: add tracepoint event for handling bus resetTakashi Sakamoto2024-05-062-1/+30
| * Revert "firewire: core: option to log bus reset initiation"Takashi Sakamoto2024-05-063-21/+0
| * firewire: core: add tracepoints events for initiating bus resetTakashi Sakamoto2024-05-062-0/+40
| * firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameterTakashi Sakamoto2024-05-061-8/+1
| * firewire: ohci: add bus-reset event for initial set of handled irqTakashi Sakamoto2024-05-061-6/+5
| * firewire: core: add tracepoints event for asynchronous inbound phy packetTakashi Sakamoto2024-05-062-0/+32
| * firewire: core/cdev: add tracepoints events for asynchronous phy packetTakashi Sakamoto2024-05-063-0/+61
| * firewire: core: add tracepoints events for asynchronous outbound responseTakashi Sakamoto2024-05-062-7/+40
| * firewire: core: add tracepoint event for asynchronous inbound requestTakashi Sakamoto2024-05-062-1/+28
| * firewire: core: add tracepoints event for asynchronous inbound responseTakashi Sakamoto2024-05-062-26/+79
| * firewire: core: add tracepoints events for asynchronous outbound requestTakashi Sakamoto2024-05-062-1/+109
| * firewire: core: add support for Linux kernel tracepointsTakashi Sakamoto2024-05-063-1/+21
| * firewire: core: replace local macros with common inline functions for isochro...Takashi Sakamoto2024-05-061-7/+5
| * firewire: core: add common macro to serialize/deserialize isochronous packet ...Takashi Sakamoto2024-05-062-0/+110
| * firewire: core: obsolete tcode check macros with inline functionsTakashi Sakamoto2024-05-063-12/+19
| * firewire: ohci: replace hard-coded values with common macrosTakashi Sakamoto2024-05-061-4/+14
| * firewire: ohci: replace hard-coded values with inline functions for asynchron...Takashi Sakamoto2024-05-061-15/+15
| * firewire: ohci: replace local macros with common inline functions for asynchr...Takashi Sakamoto2024-05-061-16/+8
| * firewire: core: replace local macros with common inline functions for asynchr...Takashi Sakamoto2024-05-061-82/+56
| * firewire: core: add common inline functions to serialize/deserialize asynchro...Takashi Sakamoto2024-05-065-0/+726
| * firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt lineTakashi Sakamoto2024-05-061-5/+13
| * firewire: ohci: obsolete usage of deprecated API for MSITakashi Sakamoto2024-05-061-4/+9
| * firewire: ohci: replace request_irq() with request_threaded_irq()Takashi Sakamoto2024-05-061-4/+4
| * Revert "firewire: ohci: use devres for requested IRQ"Takashi Sakamoto2024-05-061-6/+8
| * firewire: Annotate struct fw_iso_packet with __counted_by()Gustavo A. R. Silva2024-05-061-1/+2
| * firewire: core: option to log bus reset initiationAdam Goldman2024-05-063-0/+21
* | Merge tag 'for-6.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-154-68/+97
|\ \
| * | dm-delay: remove timer_lockBenjamin Marzinski2024-05-091-9/+1
| * | dm-delay: change locking to avoid contentionBenjamin Marzinski2024-05-091-13/+23
| * | dm-delay: fix max_delay calculationsBenjamin Marzinski2024-05-091-3/+2
| * | dm-delay: fix hung task introduced by kthread modeJoel Colledge2024-05-091-2/+1
| * | dm-delay: fix workqueue delay_timer raceBenjamin Marzinski2024-05-091-2/+4
| * | dm-crypt: don't set WQ_CPU_INTENSIVE for WQ_UNBOUND crypt_queueMike Snitzer2024-04-231-1/+5
| * | dm: use queue_limits_setChristoph Hellwig2024-04-231-15/+12
| * | dm-crypt: stop constraining max_segment_size to PAGE_SIZEMike Snitzer2024-04-231-10/+2
| * | dm-crypt: export sysfs of all workqueuesyangerkun2024-04-161-7/+21
| * | dm-crypt: add the optional "high_priority" flagMikulas Patocka2024-04-162-10/+30
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-15154-2037/+2168
|\ \ \
| * | | scsi: mpi3mr: Sanitise num_physTomas Henzl2024-05-091-0/+10
| * | | Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen2024-05-0715-413/+432
| |\ \ \
| | * | | scsi: lpfc: Copyright updates for 14.4.0.2 patchesJustin Tee2024-05-071-1/+1
| | * | | scsi: lpfc: Update lpfc version to 14.4.0.2Justin Tee2024-05-071-1/+1
| | * | | scsi: lpfc: Add support for 32 byte CDBsJustin Tee2024-05-075-38/+80
| | * | | scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-0712-331/+279
| | * | | scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee2024-05-075-8/+22
| | * | | scsi: lpfc: Clear deferred RSCN processing flag when driver is unloadingJustin Tee2024-05-072-30/+45