<?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/arch/s390/appldata/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/arch/s390/appldata/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>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/arch/s390/appldata/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/arch/s390/appldata/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>29a63aa52d698006211461d49fd3f00dfb62d9cc - s390: Enable CONTEXT_ANALYSIS for various directories</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/appldata/Makefile#29a63aa52d698006211461d49fd3f00dfb62d9cc</link>
        <description>s390: Enable CONTEXT_ANALYSIS for various directoriesEnable CONTEXT_ANALYSIS for various directories which do not generateany warnings (anymore).Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Signed-off-by: Vasily Gorbik &lt;gor@linux.ibm.com&gt;

            List of files:
            /linux/arch/s390/appldata/Makefile</description>
        <pubDate>Mon, 03 Aug 2026 19:21:44 +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/arch/s390/appldata/Makefile#664b0bae0b87f69bc9deb098f5e0158b9cf18e04</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 4.17 merge window.

            List of files:
            /linux/arch/s390/appldata/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/arch/s390/appldata/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/arch/s390/appldata/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>d121f07691415df824e6b60520f782f6d13b3c81 - Merge branch &apos;for-4.16/dax&apos; into libnvdimm-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/appldata/Makefile#d121f07691415df824e6b60520f782f6d13b3c81</link>
        <description>Merge branch &apos;for-4.16/dax&apos; into libnvdimm-for-next

            List of files:
            /linux/arch/s390/appldata/Makefile</description>
        <pubDate>Sat, 03 Feb 2018 08:26:10 +0100</pubDate>
        <dc:creator>Ross Zwisler &lt;ross.zwisler@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>10a558374f3751cf4eb55143008975641dfc2cf4 - Merge tag &apos;v4.15&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/appldata/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/arch/s390/appldata/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/arch/s390/appldata/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/arch/s390/appldata/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>e7996a9a77fc669387da43ff4823b91cc4872bd0 - Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/appldata/Makefile#e7996a9a77fc669387da43ff4823b91cc4872bd0</link>
        <description>Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitTo resolve conflicts in: drivers/infiniband/hw/mlx5/main.c drivers/infiniband/hw/mlx5/qp.cFrom patches merged into the -rc cycle. The conflict resolution matcheswhat linux-next has been carrying.Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;

            List of files:
            /linux/arch/s390/appldata/Makefile</description>
        <pubDate>Mon, 29 Jan 2018 21:26:40 +0100</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@mellanox.com&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/arch/s390/appldata/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/arch/s390/appldata/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/arch/s390/appldata/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/arch/s390/appldata/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>74c0167f8bcf02af8ff9f2677b2d85070ba7236d - Merge drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/appldata/Makefile#74c0167f8bcf02af8ff9f2677b2d85070ba7236d</link>
        <description>Merge drm-next into drm-intel-next-queuedPull 4.15 into drm-intel-next-queued for next feature pull.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/arch/s390/appldata/Makefile</description>
        <pubDate>Mon, 29 Jan 2018 10:51:57 +0100</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3a175cdf439275c3da347b6b42c4e9b652a12904 - Merge branches &apos;fixes&apos;, &apos;misc&apos;, &apos;sa1111&apos; and &apos;sa1100-for-next&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/appldata/Makefile#3a175cdf439275c3da347b6b42c4e9b652a12904</link>
        <description>Merge branches &apos;fixes&apos;, &apos;misc&apos;, &apos;sa1111&apos; and &apos;sa1100-for-next&apos; into for-next

            List of files:
            /linux/arch/s390/appldata/Makefile</description>
        <pubDate>Sun, 21 Jan 2018 16:38:10 +0100</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>54156da8937c9f5f84b4215e239a61ecc7c29275 - Merge airlied/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/appldata/Makefile#54156da8937c9f5f84b4215e239a61ecc7c29275</link>
        <description>Merge airlied/drm-next into drm-misc-nextIt&apos;s been a while since we&apos;ve backmerged drm-next. Dave just broughtback 4.15-rc8, so now&apos;s a good time to freshen things up around here.Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;

            List of files:
            /linux/arch/s390/appldata/Makefile</description>
        <pubDate>Fri, 19 Jan 2018 18:32:05 +0100</pubDate>
        <dc:creator>Sean Paul &lt;seanpaul@chromium.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/arch/s390/appldata/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/arch/s390/appldata/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/arch/s390/appldata/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/arch/s390/appldata/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>cb1f34ddccb46f7c1bb61e98b7d44751a20c7e49 - Merge branch &apos;sched/urgent&apos; into sched/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/appldata/Makefile#cb1f34ddccb46f7c1bb61e98b7d44751a20c7e49</link>
        <description>Merge branch &apos;sched/urgent&apos; into sched/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/arch/s390/appldata/Makefile</description>
        <pubDate>Wed, 10 Jan 2018 10:52:40 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fddfa22a4403cd19548de075ddada0c7c966a232 - Merge tag &apos;at24-4.16-updates-for-wolfram&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-4.16</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/appldata/Makefile#fddfa22a4403cd19548de075ddada0c7c966a232</link>
        <description>Merge tag &apos;at24-4.16-updates-for-wolfram&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-4.16&quot;AT24 updates for 4.16 merge windowThe driver has been converted to using regmap instead of raw i2c andsmbus calls which shrank the code significantly.Device tree binding document has been cleaned up. Device tree support inthe driver has been improved and we now support all at24 models as wellas two new DT properties (no-read-rollover and wp-gpios).We no longer user unreadable magic values for driver data as the way itwas implemented caused problems for some EEPROM models - we switched toregular structs.Aside from that, there&apos;s a bunch of coding style fixes and minorimprovements all over the place.&quot;

            List of files:
            /linux/arch/s390/appldata/Makefile</description>
        <pubDate>Wed, 03 Jan 2018 22:50:51 +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/arch/s390/appldata/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/arch/s390/appldata/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/arch/s390/appldata/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/arch/s390/appldata/Makefile</description>
        <pubDate>Wed, 27 Dec 2017 09:02:02 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
