summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-10-17 08:31:26 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-10-17 08:31:26 -0700
commit0c8df15f758a69a7bf88ecf9b7f95dc7db2c463c (patch)
treea856a04ee1e3b8249e65a624abd24415b27328f5 /scripts/git.orderFile
parentcf1ea8854e4fb1341c08f66e6c91da97d038ab6a (diff)
parentf0624c6646435c1b56652193cce3e34062d50e3f (diff)
downloadkernel-0c8df15f758a69a7bf88ecf9b7f95dc7db2c463c.tar.gz
Merge tag 'block-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Pull block fixes from Jens Axboe: - NVMe pull request via Keith: - iostats accounting fixed on multipath retries (Amit) - secure concatenation response fixup (Martin) - tls partial record fixup (Wilfred) - Fix for a lockdep reported issue with the elevator lock and blk group frozen operations - Fix for a regression in this merge window, where updating 'nr_requests' would not do the right thing for queues with shared tags * tag 'block-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux: nvme/tcp: handle tls partially sent records in write_space() block: Remove elevator_lock usage from blkg_conf frozen operations blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests() nvme-auth: update sc_c in host response nvme-multipath: Skip nr_active increments in RETRY disposition
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
de/sound/hdaudio_ext.h?h=linux-6.19.y&id=0839a04eff9778c3dc37d3a1bb8014a3386dece7'>ALSA: hda: Use hdac_ext prefix in snd_hdac_stream_free_all() for clarityPierre-Louis Bossart 2022-09-20ALSA: hda: ext: make snd_hdac_ext_stream_init() staticPierre-Louis Bossart 2022-08-19ALSA: hda: Move stream-register polling macrosAmadeusz Sławiński 2022-08-18ALSA: hda: Remove codec init and exit routinesCezary Rojewski 67c5a1814f4c1ad0e61f11112010057191730853'>vfio/mtty: Use the new device life cycle helpersYi Liu 2022-09-21vfio/mdpy: Use the new device life cycle helpersYi Liu 2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe 2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe 2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman 2021-09-30vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig 2021-08-11vfio/mbochs: Fix close when multiple device FDs are openJason Gunthorpe 2021-08-11vfio/samples: Delete useless open/closeJason Gunthorpe 2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy 2021-08-11vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesJason Gunthorpe 2021-08-11vfio/samples: Remove module get/putJason Gunthorpe 2021-06-28vfio/mtty: Enforce available_instancesAlex Williamson 2021-06-28vfio/mtty: Delete mdev_devices_listJason Gunthorpe 2021-06-24vfio/mdpy: Fix memory leak of object mdev_state->vconfigColin Ian King 2021-06-21vfio/mbochs: Convert to use vfio_register_group_dev()Jason Gunthorpe 2021-06-21vfio/mdpy: Convert to use vfio_register_group_dev()Jason Gunthorpe 2021-06-21vfio/mtty: Convert to use vfio_register_group_dev()Jason Gunthorpe 2021-05-24samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun 2021-05-04vfio/mdev: remove unnecessary NULL check in mbochs_create()Dan Carpenter 2021-04-30samples/vfio-mdev/mdpy: use remap_vmalloc_rangeChristoph Hellwig 2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe 2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe 2021-04-07vfio/mbochs: Use mdev_get_type_group_id()Jason Gunthorpe 2021-04-07vfio/mdpy: Use mdev_get_type_group_id()Jason Gunthorpe 2021-04-07vfio/mtty: Use mdev_get_type_group_id()Jason Gunthorpe 2021-04-07vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR'sJason Gunthorpe 2020-09-10samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski 2020-07-09PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen 2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn