<?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/hypfs/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/hypfs/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/hypfs/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/hypfs/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/hypfs/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/hypfs/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>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/arch/s390/hypfs/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/arch/s390/hypfs/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/arch/s390/hypfs/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>a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWork that needs to land in drm-intel-gt-next depends on two patches onlypresent in drm-intel-next, absence of which is causing a merge conflict:  3b918f4f0c8b (&quot;drm/i915/pxp: Optimize GET_PARAM:PXP_STATUS&quot;)  ac765b7018f6 (&quot;drm/i915/pxp/mtl: intel_pxp_init_hw needs runtime-pm inside pm-complete&quot;)Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Tue, 24 Oct 2023 10:50:22 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a940daa52167e9db8ecce82213813b735a9d9f23 - Merge branch &apos;linus&apos; into smp/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#a940daa52167e9db8ecce82213813b735a9d9f23</link>
        <description>Merge branch &apos;linus&apos; into smp/corePull in upstream to get the fixes so depending changes can be applied.

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Tue, 17 Oct 2023 21:40:46 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>57390019b68b83f96eb98f490367b9df1f2d77cb - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#57390019b68b83f96eb98f490367b9df1f2d77cb</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of Linux v6.6-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 09:50:59 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7d6904bf26b96ef087514cb7a8c50b62a4911c99 - Merge wireless into wireless-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#7d6904bf26b96ef087514cb7a8c50b62a4911c99</link>
        <description>Merge wireless into wireless-nextResolve several conflicts, mostly between changes/fixes inwireless and the locking rework in wireless-next. One ofthe conflicts actually shows a bug in wireless that we&apos;llwant to fix separately.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Thu, 05 Oct 2023 22:57:34 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>de80193308f43d3ae52cd3561e8ba77cd1437311 - Merge tag &apos;v6.6-rc4&apos; into perf/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#de80193308f43d3ae52cd3561e8ba77cd1437311</link>
        <description>Merge tag &apos;v6.6-rc4&apos; into perf/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Tue, 03 Oct 2023 09:32:25 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6f23fc47c1b2ac226704fb7294f43ed3b0965e51 - Merge tag &apos;v6.6-rc2&apos; into locking/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#6f23fc47c1b2ac226704fb7294f43ed3b0965e51</link>
        <description>Merge tag &apos;v6.6-rc2&apos; into locking/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Mon, 18 Sep 2023 22:17:15 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a3f9e4bc1ec9d8f1e352eb7c1cbaea3168246be7 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#a3f9e4bc1ec9d8f1e352eb7c1cbaea3168246be7</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.6-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Fri, 15 Sep 2023 10:23:38 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c900529f3d9161bfde5cca0754f83b4d3c3e0220 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#c900529f3d9161bfde5cca0754f83b4d3c3e0220</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesForwarding to v6.6-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Tue, 12 Sep 2023 08:53:30 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e5b7ca09e9aa4d483ab84c5f2ba88f0cc7c66540 - Merge tag &apos;s390-6.6-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/hypfs/Makefile#e5b7ca09e9aa4d483ab84c5f2ba88f0cc7c66540</link>
        <description>Merge tag &apos;s390-6.6-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxPull s390 updates from Heiko Carstens: - Add vfio-ap support to pass-through crypto devices to secure   execution guests - Add API ordinal 6 support to zcrypt_ep11misc device drive, which is   required to handle key generate and key derive (e.g. secure key to   protected key) correctly - Add missing secure/has_secure sysfs files for the case where it is   not possible to figure where a system has been booted from. Existing   user space relies on that these files are always present - Fix DCSS block device driver list corruption, caused by incorrect   error handling - Convert virt_to_pfn() and pfn_to_virt() from defines to static inline   functions to enforce type checking - Cleanups, improvements, and minor fixes to the kernel mapping setup - Fix various virtual vs physical address confusions - Move pfault code to separate file, since it has nothing to do with   regular fault handling - Move s390 documentation to Documentation/arch/ like it has been done   for other architectures already - Add HAVE_FUNCTION_GRAPH_RETVAL support - Factor out the s390_hypfs filesystem and add a new config option for   it. The filesystem is deprecated and as soon as all users are gone it   can be removed some time in the not so near future - Remove support for old CEX2 and CEX3 crypto cards from zcrypt device   driver - Add support for user-defined certificates: receive user-defined   certificates with a diagnose call and provide them via &apos;cert_store&apos;   keyring to user space - Couple of other small fixes and improvements all over the place* tag &apos;s390-6.6-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (66 commits)  s390/pci: use builtin_misc_device macro to simplify the code  s390/vfio-ap: make sure nib is shared  KVM: s390: export kvm_s390_pv*_is_protected functions  s390/uv: export uv_pin_shared for direct usage  s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36  s390/vfio-ap: handle queue state change in progress on reset  s390/vfio-ap: use work struct to verify queue reset  s390/vfio-ap: store entire AP queue status word with the queue object  s390/vfio-ap: remove upper limit on wait for queue reset to complete  s390/vfio-ap: allow deconfigured queue to be passed through to a guest  s390/vfio-ap: wait for response code 05 to clear on queue reset  s390/vfio-ap: clean up irq resources if possible  s390/vfio-ap: no need to check the &apos;E&apos; and &apos;I&apos; bits in APQSW after TAPQ  s390/ipl: refactor deprecated strncpy  s390/ipl: fix virtual vs physical address confusion  s390/zcrypt_ep11misc: support API ordinal 6 with empty pin-blob  s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs  s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes  s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_VERIFYKEY2 IOCTL  s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_KBLOB2PROTK[23]  ...

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Tue, 29 Aug 2023 02:22:39 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3325b4d85799957aa53514e69bed5c9df7771caf - s390/hypfs: factor out filesystem code</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/hypfs/Makefile#3325b4d85799957aa53514e69bed5c9df7771caf</link>
        <description>s390/hypfs: factor out filesystem codeThe s390_hypfs filesystem is deprecated and shouldn&apos;t be used due to itsrather odd semantics. It creates a whole directory structure with staticfile contents so a user can read a consistent state while within thatdirectory.Writing to its update attribute will remove and rebuild nearly the wholefilesystem, so that again a user can read a consistent state, even ifmultiple files need to be read.Given that this wastes a lot of CPU cycles, and involves a lot of code,binary interfaces have been added quite a couple of years ago, which simplypass the binary data to user space, and let user space decode the data.This is the preferred and only way how the data should be retrieved.The assumption is that there are no users of the s390_hypfs filesystem.However instead of just removing the code, and having to revert in casethere are actually users, factor the filesystem code out and make it onlyavailable via a new config option.This config option is supposed to be disabled. If it turns out there are nocomplaints the filesystem code can be removed probably in a couple ofyears.Acked-by: Alexander Gordeev &lt;agordeev@linux.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;

            List of files:
            /linux/arch/s390/hypfs/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 15:47:13 +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/hypfs/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/hypfs/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/hypfs/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/hypfs/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/hypfs/Makefile#d121f07691415df824e6b60520f782f6d13b3c81</link>
        <description>Merge branch &apos;for-4.16/dax&apos; into libnvdimm-for-next

            List of files:
            /linux/arch/s390/hypfs/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/hypfs/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/hypfs/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/hypfs/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/hypfs/Makefile</description>
        <pubDate>Wed, 31 Jan 2018 16:23:58 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
</channel>
</rss>
