<?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>05cdf457 - microblaze: Remove noMMU code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/mm/Makefile#05cdf457</link>
        <description>microblaze: Remove noMMU codeThis configuration is obsolete and likely none is really using it. That&apos;swhy remove it to simplify code.Note about CONFIG_MMU in hw_exception_handler.S is left intentionallyfor better comment understanding.Cc: Mike Rapoport &lt;rppt@kernel.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Acked-by: Mike Rapoport &lt;rppt@linux.ibm.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/43486cab370e0c0a79860120b71e0caac75a7e44.1606397528.git.michal.simek@xilinx.com

            List of files:
            /linux-6.15/arch/microblaze/mm/Makefile</description>
        <pubDate>Thu, 26 Nov 2020 13:32:25 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>7ac1b26b - microblaze/mm/highmem: Switch to generic kmap atomic</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/mm/Makefile#7ac1b26b</link>
        <description>microblaze/mm/highmem: Switch to generic kmap atomicNo reason having the same code in every architecture.Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Michal Simek &lt;monstr@monstr.eu&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20201103095857.777445435@linutronix.de

            List of files:
            /linux-6.15/arch/microblaze/mm/Makefile</description>
        <pubDate>Tue, 03 Nov 2020 09:27:24 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&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/microblaze/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/microblaze/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>2f2f371f - microblaze: Highmem support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/mm/Makefile#2f2f371f</link>
        <description>microblaze: Highmem supportThe first highmem implementation.Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;

            List of files:
            /linux-6.15/arch/microblaze/mm/Makefile</description>
        <pubDate>Thu, 15 Dec 2011 14:02:37 +0000</pubDate>
        <dc:creator>Michal Simek &lt;monstr@monstr.eu&gt;</dc:creator>
    </item>
<item>
        <title>3a0d7a4d - microblaze: Add consistent code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/mm/Makefile#3a0d7a4d</link>
        <description>microblaze: Add consistent codeRemove ancient Kconfig option for consistent code.MMU uses cache inhibit pages.noMMU uses UNCACHE SHADOW feature where is used double ram size.For example:Physical ram is 256MB and cache are setup to cover the same size.But if you setup in HW that size is 512MB and cache covers 256MBthan you can use adresses from 256-512MB without caches andcorrespond with 0-256MB with cache. That&apos;s why I am usingdcache base/high addresses to find out uncache area.Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;

            List of files:
            /linux-6.15/arch/microblaze/mm/Makefile</description>
        <pubDate>Mon, 22 Feb 2010 11:16:08 +0000</pubDate>
        <dc:creator>Michal Simek &lt;monstr@monstr.eu&gt;</dc:creator>
    </item>
<item>
        <title>4b2368ff - microblaze_mmu_v2: Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/mm/Makefile#4b2368ff</link>
        <description>microblaze_mmu_v2: MakefilesSigned-off-by: Michal Simek &lt;monstr@monstr.eu&gt;

            List of files:
            /linux-6.15/arch/microblaze/mm/Makefile</description>
        <pubDate>Tue, 26 May 2009 14:30:32 +0000</pubDate>
        <dc:creator>Michal Simek &lt;monstr@monstr.eu&gt;</dc:creator>
    </item>
<item>
        <title>5f8ffb5f - microblaze_v8: Makefiles for Microblaze cpu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/mm/Makefile#5f8ffb5f</link>
        <description>microblaze_v8: Makefiles for Microblaze cpuReviewed-by: Ingo Molnar &lt;mingo@elte.hu&gt;Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Acked-by: John Linn &lt;john.linn@xilinx.com&gt;Acked-by: Stephen Neuendorffer &lt;stephen.neuendorffer@xilinx.com&gt;Acked-by: John Williams &lt;john.williams@petalogix.com&gt;Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;

            List of files:
            /linux-6.15/arch/microblaze/mm/Makefile</description>
        <pubDate>Fri, 27 Mar 2009 13:25:51 +0000</pubDate>
        <dc:creator>Michal Simek &lt;monstr@monstr.eu&gt;</dc:creator>
    </item>
</channel>
</rss>
