<?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/s390/block/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/s390/block/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>30df3ab3c92d0e7854c54df6ae66f4aa6eb5b3d2 - s390/block: Enable CONTEXT_ANALYSIS</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#30df3ab3c92d0e7854c54df6ae66f4aa6eb5b3d2</link>
        <description>s390/block: Enable CONTEXT_ANALYSISAll drivers in drivers/s390/block pass clang&apos;s compile time contextanalysis. Therefore enable CONTEXT_ANALYSIS.Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Acked-by: Stefan Haberland &lt;sth@linux.ibm.com&gt;Link: https://patch.msgid.link/20260806130050.2057443-3-hca@linux.ibm.comSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Thu, 06 Aug 2026 15:00:50 +0200</pubDate>
        <dc:creator>Heiko Carstens &lt;hca@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>762f99f4f3cb41a775b5157dd761217beba65873 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#762f99f4f3cb41a775b5157dd761217beba65873</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.17 merge window.

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Sat, 15 Jan 2022 21:09:44 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8632987380765dee716d460640aa58d58d52998e - Merge branch &apos;reset/of-get-optional-exclusive&apos; of git://git.pengutronix.de/pza/linux into timers/drivers/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#8632987380765dee716d460640aa58d58d52998e</link>
        <description>Merge branch &apos;reset/of-get-optional-exclusive&apos; of git://git.pengutronix.de/pza/linux into timers/drivers/next&quot;Add optional variant of of_reset_control_get_exclusive(). If therequested reset is not specified in the device tree, this functionreturns NULL instead of an error.&quot;This dependency is needed for the Generic Timer Module (a.k.a OSTM)support for RZ/G2L.Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Thu, 09 Dec 2021 13:57:57 +0100</pubDate>
        <dc:creator>Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5d8dfaa71d87f742c53309b95cb6a8b274119027 - Merge tag &apos;v5.15&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#5d8dfaa71d87f742c53309b95cb6a8b274119027</link>
        <description>Merge tag &apos;v5.15&apos; into nextSync up with the mainline to get the latest APIs and DT bindings.

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Thu, 09 Dec 2021 08:43:50 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>820e9906cf64142169134f35b996108303cf22ca - Merge branch &apos;for-5.16/asus&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#820e9906cf64142169134f35b996108303cf22ca</link>
        <description>Merge branch &apos;for-5.16/asus&apos; into for-linus

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Fri, 05 Nov 2021 12:10:27 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>40e64a88dadcfa168914065baf7f035de957bbe0 - Merge branch &apos;for-5.16-vsprintf-pgp&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#40e64a88dadcfa168914065baf7f035de957bbe0</link>
        <description>Merge branch &apos;for-5.16-vsprintf-pgp&apos; into for-linus

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Tue, 02 Nov 2021 10:39:27 +0100</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>e700ac213a0f793fb4f83098413303e3dd080892 - Merge branch &apos;pruss-fix&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#e700ac213a0f793fb4f83098413303e3dd080892</link>
        <description>Merge branch &apos;pruss-fix&apos; into fixesMerge in a fix for pruss reset issue caused by enabling pruss for am335x.

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Wed, 06 Oct 2021 06:55:44 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>ffb1e76f4f32d2b8ea4189df0484980370476395 - Merge tag &apos;v5.15-rc2&apos; into spi-5.15</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#ffb1e76f4f32d2b8ea4189df0484980370476395</link>
        <description>Merge tag &apos;v5.15-rc2&apos; into spi-5.15Linux 5.15-rc2

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Mon, 20 Sep 2021 16:56:58 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>561bed688bffedd6bbdfa70af7a4f64f0a3e2140 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#561bed688bffedd6bbdfa70af7a4f64f0a3e2140</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netNo conflicts!Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Thu, 16 Sep 2021 22:58:38 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d1b803f4ca4f25d6f171219d039f9410a10b29ee - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#d1b803f4ca4f25d6f171219d039f9410a10b29ee</link>
        <description>Merge drm/drm-next into drm-intel-nextCatch-up on 5.15-rc1 and sync with drm-intel-gt-nextto prepare the PXP topic branch.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Wed, 15 Sep 2021 16:12:51 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d5dd580deb54483cce0cb5bbe3f1a132a28c767d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#d5dd580deb54483cce0cb5bbe3f1a132a28c767d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextClose the divergence which has caused patches not to apply andhave a solid baseline for the PXP patches that Rodrigo will senda topic branch PR for.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Wed, 15 Sep 2021 12:23:27 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2f76520561d01a5f37e6d6ed2c2e441b6a355a96 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#2f76520561d01a5f37e6d6ed2c2e441b6a355a96</link>
        <description>Merge drm/drm-next into drm-misc-nextKickstart new drm-misc-next cycle.Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Tue, 14 Sep 2021 09:25:30 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>c2f4954c2d3fc4f77b46c67585e17a58df4ba8e4 - Merge branch &apos;linus&apos; into smp/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#c2f4954c2d3fc4f77b46c67585e17a58df4ba8e4</link>
        <description>Merge branch &apos;linus&apos; into smp/urgentEnsure that all usage sites of get/put_online_cpus() except for thestruggler in drivers/thermal are gone. So the last user and the deprecatedinlines can be removed.

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Sat, 11 Sep 2021 00:38:47 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>f154c806676ad7153c6e161f30c53a44855329d6 - Merge tag &apos;s390-5.15-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#f154c806676ad7153c6e161f30c53a44855329d6</link>
        <description>Merge tag &apos;s390-5.15-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxPull more s390 updates from Heiko Carstens: &quot;Except for the xpram device driver removal it is all about fixes and  cleanups.   - Fix topology update on cpu hotplug, so notifiers see expected     masks. This bug was uncovered with SCHED_CORE support.   - Fix stack unwinding so that the correct number of entries are     omitted like expected by common code. This fixes KCSAN selftests.   - Add kmemleak annotation to stack_alloc to avoid false positive     kmemleak warnings.   - Avoid layering violation in common I/O code and don&apos;t unregister     subchannel from child-drivers.   - Remove xpram device driver for which no real use case exists since     the kernel is 64 bit only. Also all hypervisors got required     support removed in the meantime, which means the xpram device     driver is dead code.   - Fix -ENODEV handling of clp_get_state in our PCI code.   - Enable KFENCE in debug defconfig.   - Cleanup hugetlbfs s390 specific Kconfig dependency.   - Quite a lot of trivial fixes to get rid of &quot;W=1&quot; warnings, and and     other simple cleanups&quot;* tag &apos;s390-5.15-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:  hugetlbfs: s390 is always 64bit  s390/ftrace: remove incorrect __va usage  s390/zcrypt: remove incorrect kernel doc indicators  scsi: zfcp: fix kernel doc comments  s390/sclp: add __nonstring annotation  s390/hmcdrv_ftp: fix kernel doc comment  s390: remove xpram device driver  s390/pci: read clp_list_pci_req only once  s390/pci: fix clp_get_state() handling of -ENODEV  s390/cio: fix kernel doc comment  s390/ctrlchar: fix kernel doc comment  s390/con3270: use proper type for tasklet function  s390/cpum_cf: move array from header to C file  s390/mm: fix kernel doc comments  s390/topology: fix topology information when calling cpu hotplug notifiers  s390/unwind: use current_frame_address() to unwind current task  s390/configs: enable CONFIG_KFENCE in debug_defconfig  s390/entry: make oklabel within CHKSTG macro local  s390: add kmemleak annotation in stack_alloc()  s390/cio: dont unregister subchannel from child-drivers

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Thu, 09 Sep 2021 21:55:12 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>68c32eb2707aed0a3be1a60b0f206943a25e8f34 - s390: remove xpram device driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#68c32eb2707aed0a3be1a60b0f206943a25e8f34</link>
        <description>s390: remove xpram device driverSupport for expanded storage was only available until z13 and z/VM 6.3respectively. However there haven&apos;t been any use cases a long timebefore for this device driver.Therefore remove it.Acked-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Mon, 06 Sep 2021 13:59:26 +0200</pubDate>
        <dc:creator>Heiko Carstens &lt;hca@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>498495dba268b20e8eadd7fe93c140c68b6cc9d2 - Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#498495dba268b20e8eadd7fe93c140c68b6cc9d2</link>
        <description>Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Mon, 08 Jan 2018 16:54:50 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>70a02f840c5113cd9255ce4c1b1848bb48b0bd21 - Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#70a02f840c5113cd9255ce4c1b1848bb48b0bd21</link>
        <description>Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.15-rc5

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Fri, 29 Dec 2017 17:49:13 +0100</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>2ef6765ccaab2c69470d7049d9a9bf6456a6e666 - Merge tag &apos;drm-intel-next-2017-12-14&apos; into gvt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#2ef6765ccaab2c69470d7049d9a9bf6456a6e666</link>
        <description>Merge tag &apos;drm-intel-next-2017-12-14&apos; into gvt-next- Fix documentation build issues (Randy, Markus)- Fix timestamp frequency calculation for perf on CNL (Lionel)- New DMC firmware for Skylake (Anusha)- GTT flush fixes and other GGTT write track and refactors (Chris)- Taint kernel when GPU reset fails (Chris)- Display workarounds organization (Lucas)- GuC and HuC initialization clean-up and fixes (Michal)- Other fixes around GuC submission (Michal)- Execlist clean-ups like caching ELSP reg offset and improving log readability (Chri\s)- Many other improvements on our logs and dumps (Chris)- Restore GT performance in headless mode with DMC loaded (Tvrtko)- Stop updating legacy fb parameters since FBC is not using anymore (Daniel)- More selftest improvements (Chris)- Preemption fixes and improvements (Chris)- x86/early-quirks improvements for Intel graphics stolen memory. (Joonas, Matthew)- Other improvements on Stolen Memory code to be resource centric. (Matthew)- Improvements and fixes on fence allocation/release (Chris).GVT:- fixes for two coverity scan errors (Colin)- mmio switch code refine (Changbin)- more virtual display dmabuf fixes (Tina/Gustavo)- misc cleanups (Pei)- VFIO mdev display dmabuf interface and gvt support (Tina)- VFIO mdev opregion support/fixes (Tina/Xiong/Chris)- workload scheduling optimization (Changbin)- preemption fix and temporal workaround (Zhenyu)- and misc fixes after refactor (Chris)

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Mon, 18 Dec 2017 09:29:37 +0100</pubDate>
        <dc:creator>Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d21bd6898336a7892914d308d5e0868f0b863571 - Sync to v4.15-rc3 for security subsystem developers to work against.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/block/Makefile#d21bd6898336a7892914d308d5e0868f0b863571</link>
        <description>Sync to v4.15-rc3 for security subsystem developers to work against.

            List of files:
            /linux/drivers/s390/block/Makefile</description>
        <pubDate>Mon, 11 Dec 2017 07:01:08 +0100</pubDate>
        <dc:creator>James Morris &lt;james.l.morris@oracle.com&gt;</dc:creator>
    </item>
</channel>
</rss>
