<?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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/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/lib/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/lib/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/lib/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>3dd31a370c1dccb580f729af7c580ccb1ae3c0c9 - parisc: Drop ip_fast_csum() inline assembly implementation</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#3dd31a370c1dccb580f729af7c580ccb1ae3c0c9</link>
        <description>parisc: Drop ip_fast_csum() inline assembly implementationThe assembly code of ip_fast_csum() triggers unaligned access warningsif the IP header isn&apos;t correctly aligned: Kernel: unaligned access to 0x173d22e76 in inet_gro_receive+0xbc/0x2e8 (iir 0x0e8810b6) Kernel: unaligned access to 0x173d22e7e in inet_gro_receive+0xc4/0x2e8 (iir 0x0e88109a) Kernel: unaligned access to 0x173d22e82 in inet_gro_receive+0xc8/0x2e8 (iir 0x0e90109d) Kernel: unaligned access to 0x173d22e7a in inet_gro_receive+0xd0/0x2e8 (iir 0x0e9810b8) Kernel: unaligned access to 0x173d22e86 in inet_gro_receive+0xdc/0x2e8 (iir 0x0e8810b8)We have the option to a) ignore the warnings, b) work around it byadding more code to check for alignment, or c) to switch to the genericimplementation and rely on the compiler to optimize the code.Let&apos;s go with c), because a) isn&apos;t nice, and b) would effectively leadto an implementation which is basically equal to c).Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;Cc: stable@vger.kernel.org # v7.0+

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Fri, 10 Apr 2026 16:12:31 +0200</pubDate>
        <dc:creator>Helge Deller &lt;deller@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>762f99f4f3cb41a775b5157dd761217beba65873 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#762f99f4f3cb41a775b5157dd761217beba65873</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.17 merge window.

            List of files:
            /linux/arch/parisc/lib/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/arch/parisc/lib/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/arch/parisc/lib/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/arch/parisc/lib/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/arch/parisc/lib/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>e700ac213a0f793fb4f83098413303e3dd080892 - Merge branch &apos;pruss-fix&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/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/arch/parisc/lib/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/arch/parisc/lib/Makefile#ffb1e76f4f32d2b8ea4189df0484980370476395</link>
        <description>Merge tag &apos;v5.15-rc2&apos; into spi-5.15Linux 5.15-rc2

            List of files:
            /linux/arch/parisc/lib/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>d1b803f4ca4f25d6f171219d039f9410a10b29ee - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/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/arch/parisc/lib/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/arch/parisc/lib/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/arch/parisc/lib/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/arch/parisc/lib/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/arch/parisc/lib/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>c635813fef0b2327ffecbfbd642f0009e186b3a5 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#c635813fef0b2327ffecbfbd642f0009e186b3a5</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf/coreTo pick up fixes.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Mon, 30 Aug 2021 15:05:46 +0200</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f6a3308d6feb351d9854eb8b3f6289a1ac163125 - Revert &quot;parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#f6a3308d6feb351d9854eb8b3f6289a1ac163125</link>
        <description>Revert &quot;parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat&quot;This reverts commit 83af58f8068ea3f7b3c537c37a30887bfa585069.It turns out that at least the assembly implementation for strncpy() wasbuggy.  Revert the whole commit and return back to the default coding.Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;Cc: &lt;stable@vger.kernel.org&gt; # v5.4+Cc: Rasmus Villemoes &lt;linux@rasmusvillemoes.dk&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Fri, 27 Aug 2021 20:42:57 +0200</pubDate>
        <dc:creator>Helge Deller &lt;deller@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>976e3645923bdd2fe7893aae33fd7a21098bfb28 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#976e3645923bdd2fe7893aae33fd7a21098bfb28</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.5 merge window.

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Mon, 25 Nov 2019 22:26:56 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9f4813b531a0b8cc502fcfb142937fe4e9104d77 - Merge tag &apos;v5.4-rc8&apos; into WIP.x86/mm, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#9f4813b531a0b8cc502fcfb142937fe4e9104d77</link>
        <description>Merge tag &apos;v5.4-rc8&apos; into WIP.x86/mm, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Tue, 19 Nov 2019 09:00:45 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ac94be498f84f7327533b62faca4c3da64434904 - Merge branch &apos;linus&apos; into x86/hyperv</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#ac94be498f84f7327533b62faca4c3da64434904</link>
        <description>Merge branch &apos;linus&apos; into x86/hypervPick up upstream fixes to avoid conflicts.

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Fri, 15 Nov 2019 10:30:50 +0100</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>728d90bdc9e480dc93913e59a0aa3c896c7aa697 - Merge tag &apos;v5.4-rc5&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#728d90bdc9e480dc93913e59a0aa3c896c7aa697</link>
        <description>Merge tag &apos;v5.4-rc5&apos; into nextSync up with mainline.

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Sun, 27 Oct 2019 19:00:19 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>112d6212c80a1c560757520bd822a41c0ad15c2c - Merge tag &apos;v5.4-rc3&apos; into spi-5.4</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#112d6212c80a1c560757520bd822a41c0ad15c2c</link>
        <description>Merge tag &apos;v5.4-rc3&apos; into spi-5.4Linux 5.4-rc3

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Fri, 18 Oct 2019 19:30:49 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fa41d6ee904266fa8739cafa6ec038c3a8e435b7 - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#fa41d6ee904266fa8739cafa6ec038c3a8e435b7</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedBackmerging to pull in HDR DP code:https://lists.freedesktop.org/archives/dri-devel/2019-September/236453.htmlSigned-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Tue, 15 Oct 2019 10:18:26 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1913c7f3fc2514e09262baf2267a82dfdb215c39 - Merge tag &apos;fix-missing-panels&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/parisc/lib/Makefile#1913c7f3fc2514e09262baf2267a82dfdb215c39</link>
        <description>Merge tag &apos;fix-missing-panels&apos; into fixes

            List of files:
            /linux/arch/parisc/lib/Makefile</description>
        <pubDate>Fri, 04 Oct 2019 18:06:41 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
</channel>
</rss>
