<?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>2519003dd5fb6f89f10f031e3a97ecb7c9d1b816 - Merge tag &apos;asoc-fix-v7.1-rc4&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#2519003dd5fb6f89f10f031e3a97ecb7c9d1b816</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc4&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1A bigger batch of fixes than usual due to -next not happeing last week,this is mostly stuff for laptops - a lot of quirks and small fixes,mainly for x86 and SoundWire.  Nothing too big or exciting individually,just two week&apos;s worth.

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Fri, 22 May 2026 08:25:18 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>5862221fddede6bb15566ab3c1f23a3c353da5e1 - Merge tag &apos;parisc-for-7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#5862221fddede6bb15566ab3c1f23a3c353da5e1</link>
        <description>Merge tag &apos;parisc-for-7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxPull parisc fixes from Helge Deller: - Revert &quot;parisc: led: fix reference leak on failed device   registration&quot; - Fix build failures introduced when allowing to build 32-/64-bit only   VDSO - Switch to dynamic parisc root device to avoid upcoming warnings - Fix IRQ leak in LASI driver* tag &apos;parisc-for-7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:  parisc: Fix IRQ leak in LASI driver  parisc: Fix 64-bit kernel build when CONFIG_COMPAT=n  parisc: Fix build failure for 32-bit kernel with PA2.0 instruction set  parisc: drivers: switch to dynamic root device  Revert &quot;parisc: led: fix reference leak on failed device registration&quot;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Wed, 06 May 2026 21:51:07 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e6a650acbd991bba279f2580853aed9a8d166e6f - parisc: Fix build failure for 32-bit kernel with PA2.0 instruction set</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#e6a650acbd991bba279f2580853aed9a8d166e6f</link>
        <description>parisc: Fix build failure for 32-bit kernel with PA2.0 instruction setThe CONFIG_PA11 option can not be used as a reliable check if we build a32-bit kernel which needs the 32-bit VDSO.Instead depend on CONFIG_64BIT and CONFIG_COMPAT only.Reported-by: Christoph Biedl &lt;linux-kernel.bfrz@manchmal.in-ulm.de&gt;Tested-by: Christoph Biedl &lt;linux-kernel.bfrz@manchmal.in-ulm.de&gt;Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Wed, 29 Apr 2026 21:18:25 +0200</pubDate>
        <dc:creator>Helge Deller &lt;deller@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>eb5249b12507246dc959945454cd1be8d7dc3795 - Merge tag &apos;parisc-for-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#eb5249b12507246dc959945454cd1be8d7dc3795</link>
        <description>Merge tag &apos;parisc-for-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxPull parisc architecture updates from Helge Deller: - A fix to make modules on 32-bit parisc architecture work again - Drop ip_fast_csum() inline assembly to avoid unaligned memory   accesses - Allow to build kernel without 32-bit VDSO - Reference leak fix in error path in LED driver* tag &apos;parisc-for-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:  parisc: led: fix reference leak on failed device registration  module.lds.S: Fix modules on 32-bit parisc architecture  parisc: Allow to build without VDSO32  parisc: Include 32-bit VDSO only when building for 32-bit or compat mode  parisc: Allow to disable COMPAT mode on 64-bit kernel  parisc: Fix default stack size when COMPAT=n  parisc: Fix signal code to depend on CONFIG_COMPAT instead of CONFIG_64BIT  parisc: is_compat_task() shall return false for COMPAT=n  parisc: Avoid compat syscalls when COMPAT=n  parisc: _llseek syscall is only available for 32-bit userspace  parisc: Drop ip_fast_csum() inline assembly implementation  parisc: update outdated comments for renamed ccio_alloc_consistent()

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Sat, 18 Apr 2026 20:37:36 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3dce917902056ca7e46685f86f1f94b5953092e2 - parisc: Allow to build without VDSO32</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#3dce917902056ca7e46685f86f1f94b5953092e2</link>
        <description>parisc: Allow to build without VDSO32When building for 64-bit and without CONFIG_COMPAT, leave out thevdso32 binary.Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Wed, 08 Apr 2026 18:19:01 +0200</pubDate>
        <dc:creator>Helge Deller &lt;deller@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d325efac5938efa3c2a25df72a1bd1af16cd0ed8 - Merge branch &apos;for-6.18/core&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#d325efac5938efa3c2a25df72a1bd1af16cd0ed8</link>
        <description>Merge branch &apos;for-6.18/core&apos; into for-linus- allow HID-BPF to rebind a driver to hid-multitouch (Benjamin  Tissoires)- Change hid_driver to use a const char* for .name (Rahul Rameshbabu)

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Tue, 30 Sep 2025 16:31:10 +0200</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>71b28769d708f20046fc6f853cf93fb88a8b6e11 - Merge remote-tracking branch &apos;origin&apos; into for-6.18/intel-thc-hid</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#71b28769d708f20046fc6f853cf93fb88a8b6e11</link>
        <description>Merge remote-tracking branch &apos;origin&apos; into for-6.18/intel-thc-hidNeeded as a basisi for followup support for quicki2c advanced BIOS features.Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Fri, 19 Sep 2025 17:08:20 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca994e8922f25f7fed2075098f185cf198109eaa - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#ca994e8922f25f7fed2075098f185cf198109eaa</link>
        <description>Merge drm/drm-next into drm-xe-nextBring v6.17-rc1 to propagate commits from other subsystems, particularlyPCI, which has some new functions needed for SR-IOV integration.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Tue, 12 Aug 2025 14:58:37 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8 - Merge drm/drm-next into drm-misc-n</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8</link>
        <description>Merge drm/drm-next into drm-misc-nUpdating drm-misc-next to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Mon, 11 Aug 2025 14:37:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Mon, 11 Aug 2025 16:49:06 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0905809b38bda1fa0b206986c44d846e46f13c1d - Merge tag &apos;parisc-for-6.17-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#0905809b38bda1fa0b206986c44d846e46f13c1d</link>
        <description>Merge tag &apos;parisc-for-6.17-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxPull parisc updates from Helge Deller: - The parisc kernel wrongly allows reading from read-protected   userspace memory without faulting, e.g. when userspace uses   mprotect() to read-protect a memory area and then uses a pointer to   this memory in a write(2, addr, 1) syscall.   To fix this issue, Dave Anglin developed a set of patches which use   the proberi assembler instruction to additionally check read access   permissions at runtime. - Randy Dunlap contributed two patches to fix a minor typo and to   explain why a 32-bit compiler is needed although a 64-bit kernel is   built* tag &apos;parisc-for-6.17-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:  parisc: Revise __get_user() to probe user read access  parisc: Revise gateway LWS calls to probe user read access  parisc: Drop WARN_ON_ONCE() from flush_cache_vmap  parisc: Try to fixup kernel exception in bad_area_nosemaphore path of do_page_fault()  parisc: Define and use set_pte_at()  parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.c  parisc: Check region is readable by user in raw_copy_from_user()  parisc: Update comments in make_insert_tlb  parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers  parisc: Makefile: fix a typo in palo.conf

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Sat, 02 Aug 2025 01:15:53 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>305ab0a748c52eeaeb01d8cff6408842d19e5cb5 - parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/Makefile#305ab0a748c52eeaeb01d8cff6408842d19e5cb5</link>
        <description>parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilersFor building a 64-bit kernel, both 32-bit and 64-bit VDSO binariesare built, so both 32-bit and 64-bit compilers (and tools) should bein the PATH environment variable.Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: &quot;James E.J. Bottomley&quot; &lt;James.Bottomley@HansenPartnership.com&gt;Cc: Helge Deller &lt;deller@gmx.de&gt;Cc: linux-parisc@vger.kernel.orgSigned-off-by: Helge Deller &lt;deller@gmx.de&gt;Cc: stable@vger.kernel.org # v5.3+

            List of files:
            /linux/arch/parisc/Makefile</description>
        <pubDate>Wed, 25 Jun 2025 09:30:54 +0200</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
</channel>
</rss>
