summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-07-1711-197/+162
|\
| * ata: ahci: Add debug print for external portNiklas Cassel2024-07-041-1/+3
| * ata,scsi: Remove wrapper ata_sas_port_alloc()Niklas Cassel2024-07-044-47/+10
| * ata: libata-core: Reuse available ata_port print_idsNiklas Cassel2024-07-041-2/+9
| * ata: libata: Assign print_id at port allocation timeNiklas Cassel2024-07-043-7/+1
| * ata: libata-core: Remove local_port_no struct memberNiklas Cassel2024-07-042-5/+3
| * ata: libata-sata: Remove superfluous assignment in ata_sas_port_alloc()Niklas Cassel2024-07-041-1/+0
| * ata: libata-core: Remove support for decreasing the number of portsNiklas Cassel2024-07-041-17/+5
| * ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()Niklas Cassel2024-07-045-17/+4
| * Merge remote-tracking branch 'libata/for-6.10-fixes' into for-6.11Niklas Cassel2024-07-046-30/+60
| |\
| * | ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tfIgor Pylypiv2024-07-031-0/+21
| * | ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()Igor Pylypiv2024-07-032-10/+10
| * | ata: libata-scsi: Do not pass ATA device id to ata_to_sense_error()Igor Pylypiv2024-07-031-5/+4
| * | ata: libata-scsi: Remove redundant sense_buffer memsetsIgor Pylypiv2024-07-031-5/+0
| * | ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no errorIgor Pylypiv2024-07-031-5/+2
| * | ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1Igor Pylypiv2024-07-031-77/+92
| * | ata: libata-scsi: Fix offsets for the fixed format sense dataIgor Pylypiv2024-07-031-13/+13
| * | ata: Kconfig: Update SATA_MOBILE_LPM_POLICY default to med_power_with_dipmMario Limonciello2024-05-271-1/+1
* | | Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2024-07-171-1/+1
|\ \ \
| * | | md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()Alexander Aring2024-06-111-1/+1
| |/ /
* | | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-17940-16741/+68739
|\ \ \
| * | | eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"Colin Ian King2024-07-161-1/+1
| * | | wifi: ath12k: fix build vs old compilerPaolo Abeni2024-07-161-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-152-3/+3
| |\ \ \
| | * | | net: netconsole: Disable target before netpoll cleanupBreno Leitao2024-07-141-1/+1
| | * | | net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent2024-07-141-2/+2
| * | | | eth: fbnic: Write the TCAM tables used for RSS control and Rx to hostAlexander Duyck2024-07-157-1/+498
| * | | | eth: fbnic: Add L2 address programmingAlexander Duyck2024-07-159-0/+678
| * | | | eth: fbnic: Add basic Rx handlingAlexander Duyck2024-07-155-3/+402
| * | | | eth: fbnic: Add basic Tx handlingAlexander Duyck2024-07-154-1/+477
| * | | | eth: fbnic: Add link detectionAlexander Duyck2024-07-1512-0/+629
| * | | | eth: fbnic: Add initial messaging to notify FW of our presenceAlexander Duyck2024-07-156-0/+555
| * | | | eth: fbnic: Implement Rx queue alloc/start/stop/freeAlexander Duyck2024-07-156-9/+638
| * | | | eth: fbnic: Implement Tx queue alloc/start/stop/freeAlexander Duyck2024-07-156-11/+550
| * | | | eth: fbnic: Allocate a netdevice and napi vectors with queuesAlexander Duyck2024-07-159-2/+775
| * | | | eth: fbnic: Add FW communication mechanismAlexander Duyck2024-07-157-0/+641
| * | | | eth: fbnic: Add message parsing for FW messagesAlexander Duyck2024-07-153-1/+706
| * | | | eth: fbnic: Add register init to set PCIe/Ethernet device configAlexander Duyck2024-07-157-0/+845
| * | | | eth: fbnic: Allocate core device specific structures and devlink interfaceAlexander Duyck2024-07-155-2/+222
| * | | | eth: fbnic: Add scaffolding for Meta's NIC driverAlexander Duyck2024-07-159-0/+282
| * | | | Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2024-07-1516-245/+602
| |\ \ \ \
| | * | | | net/mlx5: Expose SFs IRQsShay Drory2024-07-115-11/+43
| | * | | | driver core: auxiliary bus: show auxiliary device IRQsShay Drory2024-07-113-0/+115
| | * | | | RDMA/mlx5: Add Qcounters req_transport_retries_exceeded/req_rnr_retries_exceededPatrisious Haddad2024-06-161-0/+4
| | * | | | net/mlx5: Reimplement write combining testJianbo Liu2024-06-167-234/+440
| * | | | | Revert "net: mvpp2: Improve data types and use min()"Jakub Kicinski2024-07-151-6/+6
| * | | | | dsa: lan9303: consistent naming for PHY address parameterChristian Eggers2024-07-151-4/+4
| * | | | | Merge tag 'for-net-next-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-07-1522-891/+3250
| |\ \ \ \ \
| | * | | | | Bluetooth: btmtk: Mark all stub functions as inlineNathan Chancellor2024-07-151-18/+21
| | * | | | | Bluetooth: hci_qca: Fix build errorLuiz Augusto von Dentz2024-07-151-0/+1