aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-23rust: list: support heterogeneous listsAlice Ryhl2-1/+177
2024-08-23rust: list: add cursorAlice Ryhl1-0/+82
2024-08-23rust: list: add iteratorsAlice Ryhl1-0/+102
2024-08-23rust: list: add ListAlice Ryhl2-5/+331
2024-08-23rust: list: add macro for implementing ListItemAlice Ryhl2-0/+146
2024-08-23rust: list: add struct with prev/next pointersAlice Ryhl1-0/+119
2024-08-23rust: list: add tracking for ListArcAlice Ryhl2-3/+170
2024-08-23rust: list: add ListArcAlice Ryhl3-0/+361
2024-08-23rust: init: add `assert_pinned` macroBenno Lossin2-0/+97
2024-08-23rust: support arrays in target JSONMatthew Maurer1-29/+53
2024-08-23Merge tag 'ata-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-10/+20
2024-08-22Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen42-142/+90
2024-08-22scsi: core: Simplify an alloc_workqueue() invocationBart Van Assche2-6/+4
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 Assche2-14/+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 Assche2-15/+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 Altman3-3/+9
2024-08-22pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet1-1/+3
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski399-2904/+4941
2024-08-22string: Check for "nonstring" attribute on strscpy() argumentsKees Cook3-4/+18
2024-08-22Merge branch 'unmask-upper-dscp-bits-part-1'Jakub Kicinski8-12/+17
2024-08-22ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel1-1/+1
2024-08-22ipv4: udp: Unmask upper DSCP bits during early demuxIdo Schimmel1-1/+2
2024-08-22ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel1-1/+1
2024-08-22ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookupIdo Schimmel1-1/+1