aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-11scsi: core: Add a device_configure method to the host templateGravatar Christoph Hellwig 1-0/+4
2024-04-11scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodGravatar Christoph Hellwig 1-1/+0
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateGravatar Christoph Hellwig 1-0/+3
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostGravatar Christoph Hellwig 1-0/+2
2024-04-11scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Gravatar Christoph Hellwig 1-0/+1
2024-04-11scsi: core: Initialize scsi midlayer limits before allocating the queueGravatar Christoph Hellwig 1-1/+1
2024-04-11scsi: bsg: Pass queue_limits to bsg_setup_queue()Gravatar Christoph Hellwig 1-1/+2
2024-04-11scsi: block: Add a helper to cancel atomic queue limit updatesGravatar Christoph Hellwig 1-0/+13
2024-04-05scsi: core: Store owner from modules with scsi_register_driver()Gravatar Krzysztof Kozlowski 1-1/+3
2024-03-25Merge patch series "Re-use device management code fragments"Gravatar Martin K. Petersen 1-1/+1
2024-03-25scsi: ufs: Reuse compose_devman_upiuGravatar Avri Altman 1-1/+1
2024-03-25Merge patch series "Add LIBSAS_SHT_BASE for libsas"Gravatar Martin K. Petersen 1-0/+29
2024-03-25scsi: libsas: Add LIBSAS_SHT_BASEGravatar John Garry 1-0/+29
2024-03-25Merge patch series "NCQ Priority sysfs sttributes for libsas"Gravatar Martin K. Petersen 2-0/+12
2024-03-25scsi: libsas: Define NCQ Priority sysfs attributes for SATA devicesGravatar Igor Pylypiv 1-0/+6
2024-03-25scsi: ata: libata-sata: Factor out NCQ Priority configuration helpersGravatar Igor Pylypiv 1-0/+6
2024-03-25Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesGravatar Martin K. Petersen 1-0/+1
2024-03-23Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-6/+6
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+21
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberGravatar Kees Cook 1-4/+21
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-0/+79
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-10/+40
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 1-0/+9
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-7/+14
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 3-5/+5
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-1/+1
2024-03-22Merge tag 'drm-misc-next-fixes-2024-03-21' of https://gitlab.freedesktop.org/...Gravatar Dave Airlie 2-4/+3
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 6-33/+74
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-5/+5
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-31/+155
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 18-252/+501
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+2
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 11-107/+142
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 16-17/+167
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-2/+59
2024-03-21Merge tag 'bitmap-for-6.9' of https://github.com/norov/linuxGravatar Linus Torvalds 1-4/+4
2024-03-20rcu: add a helper to report consolidated flavor QSGravatar Yan Zhai 1-0/+31
2024-03-20lib/bitmap: Fix bitmap_scatter() and bitmap_gather() kernel docGravatar Herve Codina 1-21/+23
2024-03-19Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Jakub Kicinski 1-0/+10
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Gravatar Kuniyuki Iwashima 1-1/+6
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 5-2/+111
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-1/+2
2024-03-19tracing: Just use strcmp() for testing __string() and __assign_str() matchGravatar Steven Rostedt (Google) 1-3/+2
2024-03-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 4-5/+35
2024-03-19net: move dev->state into net_device_read_txrx groupGravatar Eric Dumazet 1-1/+1
2024-03-19vDPA: report virtio-blk flush info to user spaceGravatar Zhu Lingshan 1-0/+1
2024-03-19vDPA: report virtio-block read-only info to user spaceGravatar Zhu Lingshan 1-0/+1
2024-03-19vDPA: report virtio-block write zeroes configuration to user spaceGravatar Zhu Lingshan 1-0/+2
2024-03-19vDPA: report virtio-block discarding configuration to user spaceGravatar Zhu Lingshan 1-0/+3