<?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>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1526a27e7930854b33f18ac640db7c4c2d662d55 - Merge tag &apos;kvm-s390-next-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#1526a27e7930854b33f18ac640db7c4c2d662d55</link>
        <description>Merge tag &apos;kvm-s390-next-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADKVM: s390: Features and Fixes for 7.3- merged kvms390/master to pick up additional fixes that came too late  for 7.2- Fixes for vfio-ap- Fixes for the gmap rework- Fixes for vsie- AI triggered fixes all over- diag9c tracing- code move preparation for the additional arm64 support- enable CONTEXT_ANALYSIS- update to vfio maintainer file location

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 13:06:00 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>8dbc99a1c317b5cd7191688a4bcf13ce19fc3f59 - s390/virtio: Enable CONTEXT_ANALYSIS</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#8dbc99a1c317b5cd7191688a4bcf13ce19fc3f59</link>
        <description>s390/virtio: Enable CONTEXT_ANALYSISAll virtio code passes clang&apos;s compile time context analysis.Therefore enable CONTEXT_ANALYSIS.Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Acked-by: Matthew Rosato &lt;mjrosato@linux.ibm.com&gt;Acked-by: Christian Borntraeger &lt;borntraeger@linux.ibm.com&gt;Signed-off-by: Christian Borntraeger &lt;borntraeger@linux.ibm.com&gt;

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Thu, 06 Aug 2026 17:38:49 +0200</pubDate>
        <dc:creator>Heiko Carstens &lt;hca@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>66ec24c5d7a047f5b06ee1deb1d0a2869b1791bd - Merge tag &apos;s390-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#66ec24c5d7a047f5b06ee1deb1d0a2869b1791bd</link>
        <description>Merge tag &apos;s390-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxPull s390 updates from Vasily Gorbik: - Add a cpuidle driver with polling and enabled wait states using the   existing CPU idle infrastructure and idle governor to improve latency   for frequent sleep/wakeup cycles. Remove the obsolete tick delay   heuristic and generic arch_needs_cpu() hook. Add the corresponding   driver entry to MAINTAINERS - Add kCFI support using the generic support provided by Clang - Enable Clang CONTEXT_ANALYSIS for various architecture code and for   char, PCI, CIO and virtio drivers. Add required lock annotations,   exclude unsupported mm helpers and remove conditional PCI locking - Fix secure storage access exception handling and reintroduce   DCACHE_WORD_ACCESS previously removed as a workaround - Fix cpum_cf perf crashes when CPUs are brought online while per-task   events are active. Allocate and remove per-CPU counter data from CPU   hotplug callbacks - Fix a deadlock when an s390dbf debug area is unregistered while one   of its debugfs files is being written to - Fix MVIY_PERCPU() with binutils older than 2.39, where an assembler   macro silently omitted an instruction needed to repair interrupted   operations after CPU migration - Remove/replace cond_resched() calls which are no-ops with the   supported s390 preemption models - Fix AP queue depth and maximum message length decoding according to   the architecture. Current hardware is not affected, but future   hardware could report values which were handled incorrectly - Reflect the configured CPU state in cpu_enabled_mask so deconfigured   CPUs are not presented as available for onlining - Restore the vDSO GNU_EH_FRAME program header which was lost when the   build switched to direct linker invocation, and mark it read-only - Add SCLP action qualifiers used by Spyre for card initialization,   recoverable error and telemetry reporting - Move KMSAN interrupt flag helpers out of line to fix   -Wstatic-in-inline build warnings - Use level-specific page table entry accessors for hugetlb entries and   ptep_get() when accessing crashed kernel memory in kdump - Make forced AP bus rescans killable so that a user process blocked   behind an ongoing scan can still be terminated with SIGKILL - Rework pkey ioctl error paths to remove duplicated cleanup code and   avoid freeing error pointers - Allow the protected guest SWIOTLB buffer to be allocated outside the   first 2GB. Also enable dynamic SWIOTLB growth and the coherent atomic   pool fallback to improve I/O behavior when the initial pool is   exhausted - Add program check statistics and spinlock contention tracepoints.   Increase the lockdep chain capacity to keep lockdep enabled for   complex code paths such as btrfs - Simplify IPL, trap and syscall code and remove the obsolete   unistd_32.h generation entry* tag &apos;s390-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (59 commits)  s390/percpu: Fix MVIY_PERCPU() with older binutils  s390/debug: Fix deadlock during unregister  s390/cpum_cf: Handle CPU hotplug via prepare/dead callbacks  s390: Enable CONTEXT_ANALYSIS for various directories  s390/mm: Add __context_unsafe() attribute to gmap helper functions  s390/mm: Add __context_unsafe() attribute to do_secure_storage_access()  s390/sysinfo: Add context analysis attributes  s390/irqflags: Add out-of-line definitions of arch_local_irq_*() for KMSAN  s390/virtio: Enable CONTEXT_ANALYSIS  s390/cio: Enable CONTEXT_ANALYSIS  s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()  s390/pci: Enable CONTEXT_ANALYSIS  s390/pci: Rework __zpci_event_availability() to remove conditional locking  s390/pci: Rework __zpci_event_error() to remove conditional locking  s390/char: Enable CONTEXT_ANALYSIS  s390/con3215: Add __must_hold() attribute to raw3215_make_room()  s390/ap: Fix MAPML computation  s390/cio: Remove cond_resched() calls  s390: Remove cond_resched() calls  KVM: s390: Remove cond_resched() calls  ...

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Sun, 23 Aug 2026 19:26:44 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f37b4f254fde3fff011051cc95d44f0e02862a97 - s390/virtio: Enable CONTEXT_ANALYSIS</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#f37b4f254fde3fff011051cc95d44f0e02862a97</link>
        <description>s390/virtio: Enable CONTEXT_ANALYSISAll virtio code passes clang&apos;s compile time context analysis.Therefore enable CONTEXT_ANALYSIS.Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Acked-by: Matthew Rosato &lt;mjrosato@linux.ibm.com&gt;Acked-by: Christian Borntraeger &lt;borntraeger@linux.ibm.com&gt;Signed-off-by: Christian Borntraeger &lt;borntraeger@linux.ibm.com&gt;Signed-off-by: Vasily Gorbik &lt;gor@linux.ibm.com&gt;

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

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Thu, 05 Apr 2018 01:11:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ce8ee02d519ab20c5b87d3b3929b5e44ad89e26f - Merge remote-tracking branches &apos;asoc/fix/compress&apos;, &apos;asoc/fix/core&apos;, &apos;asoc/fix/dapm&apos;, &apos;asoc/fix/mtk&apos; and &apos;asoc/fix/stm&apos; into asoc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#ce8ee02d519ab20c5b87d3b3929b5e44ad89e26f</link>
        <description>Merge remote-tracking branches &apos;asoc/fix/compress&apos;, &apos;asoc/fix/core&apos;, &apos;asoc/fix/dapm&apos;, &apos;asoc/fix/mtk&apos; and &apos;asoc/fix/stm&apos; into asoc-next

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Wed, 07 Feb 2018 12:21:02 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>10a558374f3751cf4eb55143008975641dfc2cf4 - Merge tag &apos;v4.15&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#10a558374f3751cf4eb55143008975641dfc2cf4</link>
        <description>Merge tag &apos;v4.15&apos; into nextSync with mainline to get in trackpoint updates and other changes.

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Thu, 01 Feb 2018 09:41:33 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c86aa0129c07c8c7f54dc47656de99ab0eb809b3 - Merge branches &apos;for-4.16/upstream&apos; and &apos;for-4.15/upstream-fixes&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#c86aa0129c07c8c7f54dc47656de99ab0eb809b3</link>
        <description>Merge branches &apos;for-4.16/upstream&apos; and &apos;for-4.15/upstream-fixes&apos; into for-linusPull assorted small fixes queued for merge window.

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Wed, 31 Jan 2018 16:23:58 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>7e86548e2cc8d308cb75439480f428137151b0de - Merge tag &apos;v4.15&apos; into x86/pti, to be able to merge dependent changes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#7e86548e2cc8d308cb75439480f428137151b0de</link>
        <description>Merge tag &apos;v4.15&apos; into x86/pti, to be able to merge dependent changesTime has come to switch PTI development over to a v4.15 base - we&apos;ll stilltry to make sure that all PTI fixes backport cleanly to v4.14 and earlier.Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Tue, 30 Jan 2018 15:08:27 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ddb9e13af3bba3f8c36ccee0eb9563a82b425c12 - Merge branch &apos;master&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torvalds/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#ddb9e13af3bba3f8c36ccee0eb9563a82b425c12</link>
        <description>Merge branch &apos;master&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torvalds/linux

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Mon, 29 Jan 2018 15:54:46 +0100</pubDate>
        <dc:creator>Juergen Gross &lt;jgross@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>0b5eca67bd2d0e6f6d0ccdc316aced0cc4bf2e9f - Merge branches &apos;topic/twl4030&apos; and &apos;topic/twl6040&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-twl-breakage</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#0b5eca67bd2d0e6f6d0ccdc316aced0cc4bf2e9f</link>
        <description>Merge branches &apos;topic/twl4030&apos; and &apos;topic/twl6040&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-twl-breakage

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Thu, 25 Jan 2018 19:16:26 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d27998185da8fbdc35911307ae13518d168778d7 - Merge remote-tracking branch &apos;remotes/powerpc/topic/ppc-kvm&apos; into kvm-ppc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#d27998185da8fbdc35911307ae13518d168778d7</link>
        <description>Merge remote-tracking branch &apos;remotes/powerpc/topic/ppc-kvm&apos; into kvm-ppc-nextThis merges in the ppc-kvm topic branch of the powerpc tree to gettwo patches which are prerequisites for the following patch series,plus another patch which touches both powerpc and KVM code.Signed-off-by: Paul Mackerras &lt;paulus@ozlabs.org&gt;

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Fri, 19 Jan 2018 02:09:57 +0100</pubDate>
        <dc:creator>Paul Mackerras &lt;paulus@ozlabs.org&gt;</dc:creator>
    </item>
<item>
        <title>786ebd9f68cdf512f389e5f2d0015f1beb0777d8 - Merge branch &apos;punch-hole&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#786ebd9f68cdf512f389e5f2d0015f1beb0777d8</link>
        <description>Merge branch &apos;punch-hole&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Thu, 18 Jan 2018 22:17:13 +0100</pubDate>
        <dc:creator>Bob Peterson &lt;rpeterso@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9d66a875ecc7d6dd414121e4508340d6c08f51b0 - Merge branch &apos;acpi-gpio&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into asoc-intel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#9d66a875ecc7d6dd414121e4508340d6c08f51b0</link>
        <description>Merge branch &apos;acpi-gpio&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into asoc-intel

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Fri, 12 Jan 2018 19:59:19 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&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/virtio/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/virtio/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>639136d2a70ab9837befb22ad5b3d67cb4db2216 - Merge branch &apos;i2c-mux/for-next&apos; of https://github.com/peda-r/i2c-mux into i2c/for-4.16</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#639136d2a70ab9837befb22ad5b3d67cb4db2216</link>
        <description>Merge branch &apos;i2c-mux/for-next&apos; of https://github.com/peda-r/i2c-mux into i2c/for-4.16&quot;A couple of patches this time. Just some more compatibles for thepca954x driver and an error handling tweak for the reg driver.&quot;

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Sun, 31 Dec 2017 09:58:07 +0100</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa@the-dreams.de&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/virtio/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/virtio/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>7ad3423ebb02f340671f70a916bdc8dbec7573ee - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#7ad3423ebb02f340671f70a916bdc8dbec7573ee</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextBack-merge the upstream branch for applying further cleanup patchesfor HD-Audio.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Wed, 27 Dec 2017 09:02:02 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9eb124fe796cbadd454c8f946d7051f4c3f4a251 - Merge branch &apos;docs-next&apos; of git://git.lwn.net/linux into patchwork</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/virtio/Makefile#9eb124fe796cbadd454c8f946d7051f4c3f4a251</link>
        <description>Merge branch &apos;docs-next&apos; of git://git.lwn.net/linux into patchwork* &apos;docs-next&apos; of git://git.lwn.net/linux: (888 commits)  w1_netlink.h: add support for nested structs  scripts: kernel-doc: apply filtering rules to warnings  scripts: kernel-doc: improve nested logic to handle multiple identifiers  scripts: kernel-doc: handle nested struct function arguments  scripts: kernel-doc: print the declaration name on warnings  scripts: kernel-doc: get rid of $nested parameter  scripts: kernel-doc: parse next structs/unions  scripts: kernel-doc: replace tabs by spaces  scripts: kernel-doc: change default to ReST format  scripts: kernel-doc: improve argument handling  scripts: kernel-doc: get rid of unused output formats  docs: get rid of kernel-doc-nano-HOWTO.txt  docs: kernel-doc.rst: add documentation about man pages  docs: kernel-doc.rst: improve typedef documentation  docs: kernel-doc.rst: improve structs chapter  docs: kernel-doc.rst: improve function documentation section  docs: kernel-doc.rst: improve private members description  docs: kernel-doc.rst: better describe kernel-doc arguments  docs: fix process/submit-checklist.rst Sphinx warning  docs: ftrace-uses.rst fix varios code-block directives  ...

            List of files:
            /linux/drivers/s390/virtio/Makefile</description>
        <pubDate>Fri, 22 Dec 2017 20:38:28 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;</dc:creator>
    </item>
</channel>
</rss>
