<?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>0cc2dc49 - arch: make execmem setup available regardless of CONFIG_MODULES</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#0cc2dc49</link>
        <description>arch: make execmem setup available regardless of CONFIG_MODULESexecmem does not depend on modules, on the contrary modules useexecmem.To make execmem available when CONFIG_MODULES=n, for instance forkprobes, split execmem_params initialization out fromarch/*/kernel/module.c and compile it when CONFIG_EXECMEM=ySigned-off-by: Mike Rapoport (IBM) &lt;rppt@kernel.org&gt;Reviewed-by: Philippe Mathieu-Daud&#233; &lt;philmd@linaro.org&gt;Signed-off-by: Luis Chamberlain &lt;mcgrof@kernel.org&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Sun, 05 May 2024 16:06:24 +0000</pubDate>
        <dc:creator>Mike Rapoport (IBM) &lt;rppt@kernel.org&gt;</dc:creator>
    </item>
<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/sparc/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/sparc/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>b4edf06c - sparc32: switch to generic extables</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#b4edf06c</link>
        <description>sparc32: switch to generic extablesSigned-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Thu, 16 Jul 2020 18:05:36 +0000</pubDate>
        <dc:creator>Al Viro &lt;viro@zeniv.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>3293efa9 - sparc/mm/highmem: Switch to generic kmap atomic</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#3293efa9</link>
        <description>sparc/mm/highmem: Switch to generic kmap atomicNo reason having the same code in every architectureSigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20201103095858.197568209@linutronix.de

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Tue, 03 Nov 2020 09:27:28 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>7b9afb86 - sparc64: use the generic get_user_pages_fast code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#7b9afb86</link>
        <description>sparc64: use the generic get_user_pages_fast codeThe sparc64 code is mostly equivalent to the generic one, minus variousbugfixes and two arch overrides that this patch adds to pgtable.h.Link: http://lkml.kernel.org/r/20190625143715.1689-10-hch@lst.deSigned-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Khalid Aziz &lt;khalid.aziz@oracle.com&gt;Cc: David Miller &lt;davem@davemloft.net&gt;Cc: Andrey Konovalov &lt;andreyknvl@google.com&gt;Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Cc: James Hogan &lt;jhogan@kernel.org&gt;Cc: Jason Gunthorpe &lt;jgg@mellanox.com&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Nicholas Piggin &lt;npiggin@gmail.com&gt;Cc: Paul Burton &lt;paul.burton@mips.com&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;Cc: Rich Felker &lt;dalias@libc.org&gt;Cc: Yoshinori Sato &lt;ysato@users.sourceforge.jp&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/sparc/mm/Makefile</description>
        <pubDate>Fri, 12 Jul 2019 03:57:11 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-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/sparc/mm/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6729cf79 - sparc32: introduce run-time patching of srmmu access functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#6729cf79</link>
        <description>sparc32: introduce run-time patching of srmmu access functionsLEON uses a different ASI than SUN for MMUREGSSigned-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Daniel Hellstrom &lt;daniel@gaisler.com&gt;Cc: Konrad Eisele &lt;konrad@gaisler.com&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Fri, 25 May 2012 21:20:17 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>31079488 - sparc32,leon: always include leon_smp + leon_mm in build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#31079488</link>
        <description>sparc32,leon: always include leon_smp + leon_mm in buildFix-up leon specific assembler to use ASI_LEON_MMUREGSSigned-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Daniel Hellstrom &lt;daniel@gaisler.com&gt;Cc: Konrad Eisele &lt;konrad@gaisler.com&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Fri, 25 May 2012 21:20:14 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>50544bce - sparc32: remove runtime btfix support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#50544bce</link>
        <description>sparc32: remove runtime btfix support- remove all uses of btfixup header- remove the btfixup header- remove the btfixup codeSigned-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Mon, 14 May 2012 15:58:57 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>a3c5c663 - sparc32: drop loadmmu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#a3c5c663</link>
        <description>sparc32: drop loadmmuSigned-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Sat, 12 May 2012 18:35:52 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>306f1231 - sparc32: remove sun4c traps</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#306f1231</link>
        <description>sparc32: remove sun4c trapsWe used to runtime patch the trap table for srmmu.With the removal of sun4c support this is no longer required.With the sun4c trap removed we can remove all the referencedtrap handling which is sun4c specific.This also allows us to get rid of the nosun4c.c file thatcontained only dummy functions/data.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Fri, 11 May 2012 11:35:06 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>2c1cfb2d - sparc32: drop sun4c support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#2c1cfb2d</link>
        <description>sparc32: drop sun4c supportMachines with sun4c support are very rare these days, and nooneis using them for any practical purposes.The sun4c support has been know broken for quite some time too.So rather than trying to keep it up-to-date, lets get rid of it.This allows us to do some very welcome cleanup of sparc32 support.Updated the former sun4c specifc nmi (which was also usedfor sun4m UP) to be a generic UP NMI.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Fri, 11 May 2012 11:35:04 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>3e37fd31 - sparc: Kill custom io_remap_pfn_range().</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#3e37fd31</link>
        <description>sparc: Kill custom io_remap_pfn_range().To handle the large physical addresses, just make a simple wrapperaround remap_pfn_range() like MIPS does.Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Fri, 18 Nov 2011 02:17:59 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>df077ac4 - sparc64: implement get_user_pages_fast()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#df077ac4</link>
        <description>sparc64: implement get_user_pages_fast()Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;Signed-off-by: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&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/sparc/mm/Makefile</description>
        <pubDate>Tue, 26 Jul 2011 00:12:22 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>0fd7ef1f - sparc,leon: Introduce the sparc-leon CPU type.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#0fd7ef1f</link>
        <description>sparc,leon: Introduce the sparc-leon CPU type.Add sparc_leon enum, M_LEON|M_LEON3_SOC machine. Add compilation ofleon.c in mm and kernelif CONFIG_SPARC_LEON is defined. Add sparc_leon dependentinitialization to switch statements + head.S.Signed-off-by: Konrad Eisele &lt;konrad@gaisler.com&gt;Reviewed-by:   Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Mon, 17 Aug 2009 00:13:31 +0000</pubDate>
        <dc:creator>Konrad Eisele &lt;konrad@gaisler.com&gt;</dc:creator>
    </item>
<item>
        <title>27137e52 - sparc,sparc64: unify mm/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#27137e52</link>
        <description>sparc,sparc64: unify mm/- move all sparc64/mm/ files to arch/sparc/mm/- commonly named files are named _64.c- add files to sparc/mm/Makefile preserving link order- delete now unused sparc64/mm/Makefile- sparc64 now finds mm/ in sparcSigned-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Mon, 17 Nov 2008 04:08:45 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>c37ddd93 - sparc: prepare mm/ for unification</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#c37ddd93</link>
        <description>sparc: prepare mm/ for unification- rename files where sparc64 has similar files to _32.c- Restructure Makefile- Sneak in -Werror as we have for sparc64Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Mon, 17 Nov 2008 04:08:19 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>5110bd21 - sparc: remove CONFIG_SUN4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#5110bd21</link>
        <description>sparc: remove CONFIG_SUN4While doing some easy cleanups on the sparc code I noticed that theCONFIG_SUN4 code seems to be worse than the rest - there were some&quot;I don&apos;t know how it should work, but the current code definitely cannotwork.&quot; places.And while I have seen people running Linux on machines like aSPARCstation 5 a few years ago I don&apos;t recall having seen sun4machines, even less ones running Linux.Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Mon, 01 Sep 2008 03:59:37 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>88278ca2 - sparc: remove CVS keywords</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sparc/mm/Makefile#88278ca2</link>
        <description>sparc: remove CVS keywordsThis patch removes the CVS keywords that weren&apos;t updated for a long timefrom comments.Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/arch/sparc/mm/Makefile</description>
        <pubDate>Mon, 19 May 2008 23:53:02 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@kernel.org&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/sparc/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/sparc/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>
