<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>55ab7e14222e5f0b0fd9f7711ca391d2924b35e3 - Merge tag &apos;for-7.3/block-20260819&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#55ab7e14222e5f0b0fd9f7711ca391d2924b35e3</link>
        <description>Merge tag &apos;for-7.3/block-20260819&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull block updates from Jens Axboe: - NVMe updates via Keith:     - Enable Clang context analysis for the nvme host driver, adding       context annotations across core, fabrics, rdma, tcp and pci     - nvmet reservation state exposed through a new namespace-level       debugfs directory, plus ABI documentation for the host sysfs and       target configfs interfaces     - nvme-tcp host memory disclosure fixes on the read path: reject a       read that transferred too few bytes, don&apos;t accept C2HData based       on blk_rq_payload_bytes() alone, and fix the R2T case for a read       command     - Parallelize nvme-rdma I/O queue allocation and startup (Surabhi)     - Apple nvme fixes and quirks: page aligned admin queue buffers,       destroy the admin queue on removal, and various DMA/NVMMU       correctness fixes     - A large pile of nvmet and host fixes for out-of-bounds reads,       refcount/resource leaks, and NULL derefs across auth, zns,       passthru, pci-epf, rdma and configfs     - Various other fixes and cleanups - MD updates via Yu Kuai:     - llbitmap reshape support, the large series wiring exact bitmap       mapping and reshape lifecycle through raid5 and raid10, growing       the page cache in place, and remapping checkpointed bits as       reshape progresses     - raid5 fixes for lockless max_nr_stripes and recovery_offset       accesses, a reshape deadlock with more failed devices than max       degraded, and bitmap batch counter consistency     - Atomic write handling for raid1/raid10, and removal of the       REQ_NOWAIT support from raid1/10/456     - raid5-ppl use-after-free fix in ppl_do_flush()     - A batch of smaller fixes across md core and the bitmap code - s390/dasd ESE full-track write support and the surrounding   infrastructure, plus enabling CONTEXT_ANALYSIS for s390/block - RWF_DONTCACHE support for block devices, built on new task-context   bio completion infrastructure, and wiring it up for the iomap and   buffer dropbehind writeback paths - Async io_uring zone reset all, plus zone management command cleanups   allowing REQ_NOWAIT and tightening conventional zone rejection - Block integrity refactoring: lift BIP_CHECK_FLAGS to the shared   header, handle nogenerate/noverify properly in fs-integrity, and drop   the blk-integrity.h include from bdev.c - Split out a new blk_plug.h header - ublk improvements: add UBLK_F_IO_DESC_SIZE, split request validation   from io_desc init, reject non-power-of-2 zone sizes in SET_PARAMS,   and a series of hardening fixes around map/unmap and auto buf reg - null_blk cleanups and configfs serialization fixes - nbd queue freeze removal on the setup paths, and a new   pre_defined_connections module parameter for pre-created devices - blk-cgroup fixes for the race between policy activation and blkg   destruction, and accounting per-cpu stats over possible CPUs across   blk-stat, iolatency, iocost and kyber - Various dio fixes: leak on metadata mapping error, validate user   space vectors during extraction, and set dma_alignment from the   backing file for loop and zloop direct I/O - bio cleanups - Various other fixes and cleanups all over* tag &apos;for-7.3/block-20260819&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux: (241 commits)  nbd: add pre_defined_connections module parameter for pre-created devices  nbd: remove queue freeze for newly created nbd from netlink path  nbd: factor out a nbd_genl_foreach_sock  nbd: skip queue freeze when setting size at device startup  nbd: remove queue freeze in nbd_add_socket  nbd: clear queue limits on disconnect  nbd: disallow NBD_SET_SOCK on an active device  nbd: simplify find_fallback() by removing redundant logic  blk-mq: add missing call to srcu_barrier() in blk_mq_free_tag_set()  block: mtip32xx: synchronize ioctls with device removal  ublk: avoid teardown retry loop on xarray allocation failure  null_blk: fix UBSAN shift-out-of-bounds when zone_size is 0 or overflows  block: don&apos;t include blk-integrity.h in bdev.c  xfs: avoid double deferrals for RWF_DONTCACHE writes  loop: Fix recently introduced lock inversion  block: set QUEUE_FLAG_DYING unconditionally in blk_mark_disk_dead()  swim3: Add missing MODULE_DESCRIPTION  selftests: ublk: add SET_PARAMS validation test  selftests: ublk: add helper for SET_PARAMS  ublk: reject non-power-of-2 zone sizes in SET_PARAMS  ...

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Thu, 20 Aug 2026 22:55:16 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>642ec08c2e2e7a41592aba45e243afbc069a039d - Merge tag &apos;nvme-7.3-2026-08-13&apos; of git://git.infradead.org/nvme into for-7.3/block</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#642ec08c2e2e7a41592aba45e243afbc069a039d</link>
        <description>Merge tag &apos;nvme-7.3-2026-08-13&apos; of git://git.infradead.org/nvme into for-7.3/blockPull NVMe updates from Keith:&quot;- Enable context analysis for the nvme host driver, annotating the   subsystem&apos;s locks, along with the LIST_HEAD_GUARDED support it needs   (Nilay, Marco) - Harden the tcp host and target against malformed PDUs and out of   range SGL lengths (Yehyeong, Ibrahim, Greg) - Fix unserialized page_frag_cache use in nvme-tcp request setup   (Dmitry) - Bound identify, FDP and passthrough descriptor parsing to the   allocated buffers (Hari, Guixin) - Zoned namespace fixes for host and the target (Xixin, Guixin, Yao) - Apple controller fixes: page aligned admin queue buffers, NVMMU TCB   setup, DMA direction and admin queue teardown (Sven, Gui-Dong) - Add a namespace level debugfs directory exposing reservation state,   and ABI documentation for the host sysfs and target configfs   interfaces (Guixin) - Fix cdev and namespace lifetimes (John) - Parallelize nvme-rdma I/O queue allocation and startup (Surabhi) - Fix nvmet-rdma response resource leak on queue teardown (Shin&apos;ichiro) - Authentication fixes: AUTH_RECEIVE buffer and an out of bounds read   in negotiate (Xixin, Bryam, Guixin, Eric) - Fix pci-epf use-after-free and CQ reference leak (Shin&apos;ichiro, Yifei) - Reject passthrough of driver managed Set Features (Chao) - Various error path and teardown fixes across the host and target   addressing issues with use-after-free and leaking resources (Guixin,   Maurizio, Ewan, Zhengrong, Jiang HongHui, Myeonghun, Yang, Geliang,   Yehyeong) - Various cleanups and typo fixes (Nilay, Guixin, Pan Chuang)&quot;* tag &apos;nvme-7.3-2026-08-13&apos; of git://git.infradead.org/nvme: (81 commits)  nvmet: fix max_qid race between configfs and controller allocation  nvme: nvme-fc: Fix nvme_fc_create_hw_io_queues() queue deletion in error path  nvme: ratelimit the completion-path messages driven by device data  nvme-tcp: fix host memory disclosure on R2T for a read command  nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone  nvme-tcp: reject a read that transferred too few bytes  nvmet: zns: reject full zone report when buffer is too small  nvme-tcp: fix usage of page_frag_cache  nvme: reject passthrough of driver-managed Set Features  nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()  nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work()  nvmet: pci-epf: put CQ ref on create_cq mapping failure  nvme-apple: Drop the PRP null check chicken bit  nvme-apple: Require page aligned buffers on the admin queue  nvme: Add a quirk for page aligned admin queue buffers  nvme-apple: Never set the opcode in the NVMMU TCB  nvme-apple: Don&apos;t set a DMA direction for commands without a data transfer  nvme-apple: Destroy the admin queue on removal  nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate()  nvme: raise FDP placement handle cap to U8_MAX and warn on overflow  ...

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Fri, 14 Aug 2026 14:13:26 +0200</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>fccada336f6d29344e3853d44b96684807dd7d7d - nvme: enable context analysis support for nvme host driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#fccada336f6d29344e3853d44b96684807dd7d7d</link>
        <description>nvme: enable context analysis support for nvme host driverUpdate nvme host driver makefile to enable support for the Clang&apos;scontext anaysis.Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Nilay Shroff &lt;nilay@linux.ibm.com&gt;Signed-off-by: Keith Busch &lt;kbusch@kernel.org&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Mon, 13 Jul 2026 13:54:21 +0200</pubDate>
        <dc:creator>Nilay Shroff &lt;nilay@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>0ea5c948cb64bab5bc7a5516774eb8536f05aa0d - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#0ea5c948cb64bab5bc7a5516774eb8536f05aa0d</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to bring Xe driver to drm-intel-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Mon, 15 Jan 2024 08:38:05 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>03c11eb3b16dc0058589751dfd91f254be2be613 - Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#03c11eb3b16dc0058589751dfd91f254be2be613</link>
        <description>Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branchConflicts:	arch/x86/include/asm/percpu.h	arch/x86/include/asm/text-patching.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Wed, 14 Feb 2024 10:45:07 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ab1c247094e323177a578b38f0325bf79f0317ac - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#ab1c247094e323177a578b38f0325bf79f0317ac</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextTo pick up fixes that went thru perf-tools for v6.7 and to get in syncwith upstream to check for drift in the copies of headers, etc.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Tue, 19 Dec 2023 01:37:07 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3bf3e21c15d4386a5f15118ec39bbc1b67ea5759 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#3bf3e21c15d4386a5f15118ec39bbc1b67ea5759</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.8 release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 10:45:19 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5d2d4a9f603a47403395408f64b1261ca61f6d50 - Merge branch &apos;tip/perf/urgent&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#5d2d4a9f603a47403395408f64b1261ca61f6d50</link>
        <description>Merge branch &apos;tip/perf/urgent&apos;Avoid conflicts, base on fixes.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 10:15:40 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>cdd5b5a9761fd66d17586e4f4ba6588c70e640ea - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#cdd5b5a9761fd66d17586e4f4ba6588c70e640ea</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.7 merge window.

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Tue, 07 Nov 2023 00:42:08 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>90d624af2e5a9945eedd5cafd6ae6d88f32cc977 - Merge tag &apos;for-6.7/block-2023-10-30&apos; of git://git.kernel.dk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#90d624af2e5a9945eedd5cafd6ae6d88f32cc977</link>
        <description>Merge tag &apos;for-6.7/block-2023-10-30&apos; of git://git.kernel.dk/linuxPull block updates from Jens Axboe: - Improvements to the queue_rqs() support, and adding null_blk support   for that as well (Chengming) - Series improving badblocks support (Coly) - Key store support for sed-opal (Greg) - IBM partition string handling improvements (Jan) - Make number of ublk devices supported configurable (Mike) - Cancelation improvements for ublk (Ming) - MD pull requests via Song:     - Handle timeout in md-cluster, by Denis Plotnikov     - Cleanup pers-&gt;prepare_suspend, by Yu Kuai     - Rewrite mddev_suspend(), by Yu Kuai     - Simplify md_seq_ops, by Yu Kuai     - Reduce unnecessary locking array_state_store(), by Mariusz       Tkaczyk     - Make rdev add/remove independent from daemon thread, by Yu Kuai     - Refactor code around quiesce() and mddev_suspend(), by Yu Kuai - NVMe pull request via Keith:     - nvme-auth updates (Mark)     - nvme-tcp tls (Hannes)     - nvme-fc annotaions (Kees) - Misc cleanups and improvements (Jiapeng, Joel)* tag &apos;for-6.7/block-2023-10-30&apos; of git://git.kernel.dk/linux: (95 commits)  block: ublk_drv: Remove unused function  md: cleanup pers-&gt;prepare_suspend()  nvme-auth: allow mixing of secret and hash lengths  nvme-auth: use transformed key size to create resp  nvme-auth: alloc nvme_dhchap_key as single buffer  nvmet-tcp: use &apos;spin_lock_bh&apos; for state_lock()  powerpc/pseries: PLPKS SED Opal keystore support  block: sed-opal: keystore access for SED Opal keys  block:sed-opal: SED Opal keystore  ublk: simplify aborting request  ublk: replace monitor with cancelable uring_cmd  ublk: quiesce request queue when aborting queue  ublk: rename mm_lock as lock  ublk: move ublk_cancel_dev() out of ub-&gt;mutex  ublk: make sure io cmd handled in submitter task context  ublk: don&apos;t get ublk device reference in ublk_abort_queue()  ublk: Make ublks_max configurable  ublk: Limit dev_id/ub_number values  md-cluster: check for timeout while a new disk adding  nvme: rework NVME_AUTH Kconfig selection  ...

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Wed, 01 Nov 2023 23:30:07 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5bc8f147dc2fe7a2e01b162e72cfb510f5908475 - Merge tag &apos;nvme-6.7-2023-10-17&apos; of git://git.infradead.org/nvme into for-6.7/block</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#5bc8f147dc2fe7a2e01b162e72cfb510f5908475</link>
        <description>Merge tag &apos;nvme-6.7-2023-10-17&apos; of git://git.infradead.org/nvme into for-6.7/blockPull NVMe updates from Keith:&quot;nvme updates for Linux 6.7 - nvme-auth updates (Mark) - nvme-tcp tls (Hannes) - nvme-fc annotaions (Kees)&quot;* tag &apos;nvme-6.7-2023-10-17&apos; of git://git.infradead.org/nvme: (24 commits)  nvme-auth: allow mixing of secret and hash lengths  nvme-auth: use transformed key size to create resp  nvme-auth: alloc nvme_dhchap_key as single buffer  nvmet-tcp: use &apos;spin_lock_bh&apos; for state_lock()  nvme: rework NVME_AUTH Kconfig selection  nvmet-tcp: peek icreq before starting TLS  nvmet-tcp: control messages for recvmsg()  nvmet-tcp: enable TLS handshake upcall  nvmet: Set &apos;TREQ&apos; to &apos;required&apos; when TLS is enabled  nvmet-tcp: allocate socket file  nvmet-tcp: make nvmet_tcp_alloc_queue() a void function  nvmet: make TCP sectype settable via configfs  nvme-fabrics: parse options &apos;keyring&apos; and &apos;tls_key&apos;  nvme-tcp: improve icreq/icresp logging  nvme-tcp: control message handling for recvmsg()  nvme-tcp: enable TLS handshake upcall  nvme-tcp: allocate socket file  security/keys: export key_lookup()  nvme-keyring: implement nvme_tls_psk_default()  nvme-tcp: add definitions for TLS cipher suites  ...

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Tue, 17 Oct 2023 23:20:14 +0200</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>d680063482885c15d68e958212c3d6ad40a510dd - nvme: rework NVME_AUTH Kconfig selection</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#d680063482885c15d68e958212c3d6ad40a510dd</link>
        <description>nvme: rework NVME_AUTH Kconfig selectionHaving a single Kconfig symbol NVME_AUTH conflates the selectionof the authentication functions from nvme/common and nvme/host,causing kbuild robot to complain when building the nvme targetonly. So introduce a Kconfig symbol NVME_HOST_AUTH for the nvmehost bits and use NVME_AUTH for the common functions only.And move the CRYPTO selection into nvme/common to make iteasier to read.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202310120733.TlPOVeJm-lkp@intel.com/Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Signed-off-by: Keith Busch &lt;kbusch@kernel.org&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Thu, 12 Oct 2023 14:22:48 +0200</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>34069d12e239ae8f36dd96c378e4622fb1c42a76 - Merge tag &apos;v6.5&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#34069d12e239ae8f36dd96c378e4622fb1c42a76</link>
        <description>Merge tag &apos;v6.5&apos; into nextSync up with mainline to bring in updates to the shared infrastructure.

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Tue, 05 Sep 2023 23:08:14 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2612e3bbc0386368a850140a6c9b990cd496a5ec - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#2612e3bbc0386368a850140a6c9b990cd496a5ec</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching-up with drm-next and drm-intel-gt-next.It will unblock a code refactor around the platformdefinitions (names vs acronyms).Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Mon, 07 Aug 2023 23:14:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9f771739a04919226081a107167596de75108fbb - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#9f771739a04919226081a107167596de75108fbb</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in b3e4aae612ec (&quot;drm/i915/hdcp: Modify hdcp_gsc_message msg sending mechanism&quot;) asa dependency for https://patchwork.freedesktop.org/series/121735/Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Mon, 07 Aug 2023 12:29:40 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>61b7369483efb5e0a9f3b48e75fac00d46d661e0 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#61b7369483efb5e0a9f3b48e75fac00d46d661e0</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.5-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Mon, 24 Jul 2023 15:44:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0791faebfe750292a8a842b64795a390ca4a3b51 - ASoC: Merge v6.5-rc2</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/host/Makefile#0791faebfe750292a8a842b64795a390ca4a3b51</link>
        <description>ASoC: Merge v6.5-rc2Get a similar baseline to my other branches, and fixes for people usingthe branch.

            List of files:
            /linux/drivers/nvme/host/Makefile</description>
        <pubDate>Mon, 17 Jul 2023 07:12:31 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
