aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-08-22scsi: ufs: Simplify alloc*_workqueue() invocationBart Van Assche1-16/+7
2024-08-22scsi: stex: Simplify an alloc_ordered_workqueue() invocationBart Van Assche1-5/+2
2024-08-22scsi: scsi_transport_fc: Simplify alloc_workqueue() invocationsBart Van Assche1-8/+3
2024-08-22scsi: snic: Simplify alloc_workqueue() invocationsBart Van Assche1-4/+2
2024-08-22scsi: qedi: Simplify an alloc_workqueue() invocationBart Van Assche1-3/+3
2024-08-22scsi: qedf: Simplify alloc_workqueue() invocationsBart Van Assche1-9/+6
2024-08-22scsi: myrs: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-22scsi: myrb: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-22scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-6/+2
2024-08-22scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+1
2024-08-22scsi: ibmvscsi_tgt: Simplify an alloc_workqueue() invocationBart Van Assche1-3/+2
2024-08-22scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche1-13/+5
2024-08-22scsi: esas2r: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-22scsi: bfa: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-22scsi: be2iscsi: Simplify an alloc_workqueue() invocationBart Van Assche1-4/+2
2024-08-22scsi: mptfusion: Simplify the alloc*_workqueue() invocationsBart Van Assche3-15/+5
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche25-43/+64
2024-08-22scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li1-5/+7
2024-08-23Staging: rtl8192e: Remove unnecessary blank lineGabriel Maciel Raad1-1/+0
2024-08-23Staging: rtl8192e: Fix parenthesis alignmentGabriel Maciel Raad1-1/+1
2024-08-23Staging: rtl8192e: Fix arguments alignmentAna Carolina Hernandes1-11/+9
2024-08-23staging: rtl8192e: Fix Assignment operator '=' in rtl_dm.c:1488Alien Wesley1-2/+1
2024-08-23staging: rtl8723bs: make read-only array dot11_rate_table static constColin Ian King1-1/+3
2024-08-23staging: rtl8192e: Insert spaces around '|'Hans Buss1-1/+1
2024-08-22scsi: target: Remove unused declarationsYue Haibing5-15/+0
2024-08-22scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()Dan Carpenter1-1/+1
2024-08-22scsi: aacraid: Fix double-free on probe failureBen Hutchings1-0/+2
2024-08-22scsi: lpfc: Fix overflow build issueSherry Yang1-1/+1
2024-08-22scsi: ufs: Move UFS trace events to private headerAvri Altman2-1/+406
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski140-863/+1627
2024-08-22media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Add __counted_...Kees Cook1-1/+1
2024-08-22media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Replace 1-elem...Kees Cook1-1/+1
2024-08-22net: atlantic: Avoid warning about potential string truncationSimon Horman1-2/+2
2024-08-23Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds36-176/+509
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+0
2024-08-23Merge tag 'drm-xe-fixes-2024-08-22' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie27-41/+261
2024-08-23Merge tag 'drm-misc-fixes-2024-08-22' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-3/+12
2024-08-23Merge tag 'drm-intel-fixes-2024-08-22' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-1/+3
2024-08-23Merge tag 'amd-drm-fixes-6.11-2024-08-21' of https://gitlab.freedesktop.org/a...Dave Airlie4-11/+17
2024-08-22regulator: Minor cleanupsMark Brown2-11/+14
2024-08-23Merge tag 'drm-msm-fixes-2024-08-19' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie8-30/+37
2024-08-22cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_...Gautham R. Shenoy1-1/+1
2024-08-22cpufreq: amd-pstate: Fix uninitialized variable in amd_pstate_cpu_boost_update()Dan Carpenter1-1/+1
2024-08-22nvme: Remove unused fieldNilay Shroff1-1/+0
2024-08-22nvme: move stopping keep-alive into nvme_uninit_ctrl()Ming Lei1-1/+1
2024-08-22nvme-target: do not check authentication status for admin commands twiceHannes Reinecke1-2/+0
2024-08-22nvmet-auth: allow to clear DH-HMAC-CHAP keysHannes Reinecke1-0/+12
2024-08-22nvme-sysfs: add 'tls_keyring' attributeHannes Reinecke1-0/+14
2024-08-22nvme-sysfs: add 'tls_configured_key' sysfs attributeHannes Reinecke1-0/+14
2024-08-22nvme: split off TLS sysfs attributes into a separate groupHannes Reinecke1-21/+41