<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>0f0d2871 - arch: turn off -Werror for architectures with known warnings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/mm/Makefile#0f0d2871</link>
        <description>arch: turn off -Werror for architectures with known warningsA couple of architectures enable -Werror for their own files regardless ofCONFIG_WERROR but also have known warnings that fail the build with-Wmissing-prototypes enabled by default:arch/alpha/lib/memcpy.c:153:8: error: no previous prototype for &apos;memcpy&apos; [-Werror=missing-prototypes]arch/alpha/kernel/irq.c:96:1: error: no previous prototype for &apos;handle_irq&apos; [-Werror=missing-prototypes]arch/mips/kernel/signal.c:673:17: error: no previous prototype for &#8216;sys_rt_sigreturn&#8217; [-Werror=missing-prototypes]arch/mips/kernel/signal.c:636:17: error: no previous prototype for &#8216;sys_sigreturn&#8217; [-Werror=missing-prototypes]arch/mips/kernel/syscall.c:51:16: error: no previous prototype for &#8216;sysm_pipe&#8217; [-Werror=missing-prototypes]arch/mips/mm/fault.c:323:17: error: no previous prototype for &#8216;do_page_fault&#8217; [-Werror=missing-prototypes]arch/sparc/vdso/vma.c:246:12: warning: no previous prototype for &#8216;init_vdso_image&#8217; [-Wmissing-prototypes]varch/sparc/vdso/vdso32/../vclock_gettime.c:343:1: warning: no previous prototype for &#8216;__vdso_gettimeofday_stick&#8217; [-Wmissing-prototypes]arch/sparc/vdso/vclock_gettime.c:343:1: warning: no previous prototype for &#8216;__vdso_gettimeofday_stick&#8217; [-Wmissing-prototypes]arch/sparc/prom/p1275.c:52:6: warning: no previous prototype for &#8216;prom_cif_init&#8217; [-Wmissing-prototypes]arch/sparc/prom/misc_64.c:165:5: warning: no previous prototype for &#8216;prom_get_mmu_ihandle&#8217; [-Wmissing-prototypes]This appears to be an artifact from the times when this architecture codewas better maintained that most device drivers and before CONFIG_WERRORwas added.  Now it just gets in the way, so remove all of these.Powerpc and x86 both still have their own Kconfig options to enable-Werror for some of their files.  These architectures are bettermaintained than most and the options are easy to disable, so leave thoseuntouched.Link: https://lkml.kernel.org/r/4be73872-c1f5-4c31-8201-712c19290a22@app.fastmail.comSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reported-by: Stephen Rothwell &lt;sfr@rothwell.id.au&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/alpha/mm/Makefile</description>
        <pubDate>Thu, 30 Nov 2023 08:07:38 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>fdb7d9b7 - alpha: remove DISCONTIGMEM and NUMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/mm/Makefile#fdb7d9b7</link>
        <description>alpha: remove DISCONTIGMEM and NUMAPatch series &quot;Remove DISCONTIGMEM memory model&quot;, v3.SPARSEMEM memory model was supposed to entirely replace DISCONTIGMEM a(long) while ago.  The last architectures that used DISCONTIGMEM wereupdated to use other memory models in v5.11 and it is about the time toentirely remove DISCONTIGMEM from the kernel.This set removes DISCONTIGMEM from alpha, arc and m68k, simplifies memorymodel selection in mm/Kconfig and replaces usage of redundantCONFIG_NEED_MULTIPLE_NODES and CONFIG_FLAT_NODE_MEM_MAP with CONFIG_NUMAand CONFIG_FLATMEM respectively.I&apos;ve also removed NUMA support on alpha that was BROKEN for more than 15years.There were also minor updates all over arch/ to remove mentions ofDISCONTIGMEM in comments and #ifdefs.This patch (of 9):NUMA is marked broken on alpha for more than 15 years and DISCONTIGMEM wasreplaced with SPARSEMEM in v5.11.Remove both NUMA and DISCONTIGMEM support from alpha.Link: https://lkml.kernel.org/r/20210608091316.3622-1-rppt@kernel.orgLink: https://lkml.kernel.org/r/20210608091316.3622-2-rppt@kernel.orgSigned-off-by: Mike Rapoport &lt;rppt@linux.ibm.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: David Hildenbrand &lt;david@redhat.com&gt;Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Ivan Kokshaysky &lt;ink@jurassic.park.msu.ru&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Matt Turner &lt;mattst88@gmail.com&gt;Cc: Richard Henderson &lt;rth@twiddle.net&gt;Cc: Vineet Gupta &lt;vgupta@synopsys.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/alpha/mm/Makefile</description>
        <pubDate>Tue, 29 Jun 2021 02:42:39 +0000</pubDate>
        <dc:creator>Mike Rapoport &lt;rppt@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/mm/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/arch/alpha/mm/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e77986b5 - alpha/extable: use generic search and sort routines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/mm/Makefile#e77986b5</link>
        <description>alpha/extable: use generic search and sort routinesReplace the arch specific versions of search_extable() andsort_extable() with calls to the generic ones, which now supportrelative exception tables as well.Signed-off-by: Ard Biesheuvel &lt;ard.biesheuvel@linaro.org&gt;Acked-by: Richard Henderson &lt;rth@twiddle.net&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/alpha/mm/Makefile</description>
        <pubDate>Tue, 22 Mar 2016 21:28:12 +0000</pubDate>
        <dc:creator>Ard Biesheuvel &lt;ard.biesheuvel@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>8a362cd6 - alpha: change to new Makefile flag variables</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/mm/Makefile#8a362cd6</link>
        <description>alpha: change to new Makefile flag variablesSigned-off-by: matt mooney &lt;mfm@muteddisk.com&gt;Signed-off-by: Matt Turner &lt;mattst88@gmail.com&gt;

            List of files:
            /linux-6.15/arch/alpha/mm/Makefile</description>
        <pubDate>Wed, 12 Jan 2011 03:09:09 +0000</pubDate>
        <dc:creator>matt mooney &lt;mfm@muteddisk.com&gt;</dc:creator>
    </item>
<item>
        <title>801f92ad - [PATCH] Generic ioremap_page_range: alpha conversion</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/mm/Makefile#801f92ad</link>
        <description>[PATCH] Generic ioremap_page_range: alpha conversionConvert Alpha to use generic ioremap_page_range() by turning__alpha_remap_area_pages() into an inline wrapper around ioremap_page_range().Signed-off-by: Haavard Skinnemoen &lt;hskinnemoen@atmel.com&gt;Cc: Richard Henderson &lt;rth@twiddle.net&gt;Cc: Ivan Kokshaysky &lt;ink@jurassic.park.msu.ru&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/arch/alpha/mm/Makefile</description>
        <pubDate>Sun, 01 Oct 2006 06:29:15 +0000</pubDate>
        <dc:creator>Haavard Skinnemoen &lt;hskinnemoen@atmel.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/alpha/mm/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/arch/alpha/mm/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
