<?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>a8f0c31f - xtensa: noMMU: allow handling protection faults</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/mm/Makefile#a8f0c31f</link>
        <description>xtensa: noMMU: allow handling protection faultsMany xtensa CPU cores without full MMU still have memory protectionfeatures capable of raising exceptions for invalid instructionfetches/data access. Allow handling such exceptions. This improvesbehavior of processes that pass invalid memory pointers to syscalls innoMMU configs: in case of exception the kernel instead of killing theprocess is now able to return -EINVAL from a syscall.Introduce CONFIG_PFAULT that controls whether protection fault code isenabled and register handlers for common memory protection exceptionswhen it is enabled.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/mm/Makefile</description>
        <pubDate>Tue, 10 Dec 2019 22:23:49 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.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/xtensa/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/xtensa/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>c633544a - xtensa: add support for KASAN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/mm/Makefile#c633544a</link>
        <description>xtensa: add support for KASANCover kernel addresses above 0x90000000 by the shadow map. EnableHAVE_ARCH_KASAN when MMU is enabled. Provide kasan_early_init that fillsshadow map with writable copies of kasan_zero_page. Callkasan_early_init right after mmu initialization in the setup_arch.Provide kasan_init that allocates proper shadow map pages from thememblock and puts these pages into the shadow map for addresses fromVMALLOC area to the end of KSEG. Call kasan_init right after memblockinitialization. Don&apos;t use KASAN for the boot code, MMU and KASANinitialization and page fault handler. Make kernel stack size 4 timeslarger when KASAN is enabled to avoid stack overflows.GCC 7.3, 8 or newer is required to build the xtensa kernel with KASAN.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/mm/Makefile</description>
        <pubDate>Sun, 03 Dec 2017 21:28:52 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5bb8def5 - xtensa: support ioremap for memory outside KIO region</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/mm/Makefile#5bb8def5</link>
        <description>xtensa: support ioremap for memory outside KIO regionMap physical memory outside KIO region into the vmalloc area.Unmap it with vunmap.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/mm/Makefile</description>
        <pubDate>Fri, 11 Dec 2015 01:05:27 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b6cee17b - xtensa: nommu: don&apos;t build most of the cache flushing code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/mm/Makefile#b6cee17b</link>
        <description>xtensa: nommu: don&apos;t build most of the cache flushing codeMost cache flushing code is only relevant for MMU. Don&apos;t build it fornommu configuration.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/mm/Makefile</description>
        <pubDate>Mon, 22 Sep 2014 05:54:42 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>65559100 - xtensa: add HIGHMEM support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/mm/Makefile#65559100</link>
        <description>xtensa: add HIGHMEM supportIntroduce fixmap area just below the vmalloc region. Use it for atomicmapping of high memory pages.High memory on cores with cache aliasing is not supported and is stillto be implemented. Fail build for such configurations for now.Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;

            List of files:
            /linux-6.15/arch/xtensa/mm/Makefile</description>
        <pubDate>Mon, 03 Feb 2014 22:17:09 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e5083a63 - xtensa: nommu support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/mm/Makefile#e5083a63</link>
        <description>xtensa: nommu supportAdd support for !CONFIG_MMU setups.Signed-off-by: Johannes Weiner &lt;jw@emlix.com&gt;Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;

            List of files:
            /linux-6.15/arch/xtensa/mm/Makefile</description>
        <pubDate>Wed, 04 Mar 2009 15:21:31 +0000</pubDate>
        <dc:creator>Johannes Weiner &lt;jw@emlix.com&gt;</dc:creator>
    </item>
<item>
        <title>d3883ece - Remove references to &quot;make dep&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/mm/Makefile#d3883ece</link>
        <description>Remove references to &quot;make dep&quot;&quot;make dep&quot; is no longer required in kernel 2.6, but was still mentionedin some places.Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/arch/xtensa/mm/Makefile</description>
        <pubDate>Sun, 11 Nov 2007 06:48:25 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6656920b - [XTENSA] Add support for cache-aliasing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/mm/Makefile#6656920b</link>
        <description>[XTENSA] Add support for cache-aliasingAdd support for processors that have cache-aliasing issues, such asthe Stretch S5000 processor. Cache-aliasing means that the size ofthe cache (for one way) is larger than the page size, thus, a pagecan end up in several places in cache depending on the virtual tophysical translation. The method used here is to map a user pagetemporarily through the auto-refill way 0 and of of the DTLB.We probably will want to revisit this issue and use a betterapproach with kmap/kunmap.Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;

            List of files:
            /linux-6.15/arch/xtensa/mm/Makefile</description>
        <pubDate>Wed, 22 Aug 2007 17:14:51 +0000</pubDate>
        <dc:creator>Chris Zankel &lt;chris@zankel.net&gt;</dc:creator>
    </item>
<item>
        <title>3f65ce4d - [PATCH] xtensa: Architecture support for Tensilica Xtensa Part 5</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/xtensa/mm/Makefile#3f65ce4d</link>
        <description>[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 5The attached patches provides part 5 of an architecture implementation for theTensilica Xtensa CPU series.Signed-off-by: Chris Zankel &lt;chris@zankel.net&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/xtensa/mm/Makefile</description>
        <pubDate>Fri, 24 Jun 2005 05:01:24 +0000</pubDate>
        <dc:creator>Chris Zankel &lt;czankel@tensilica.com&gt;</dc:creator>
    </item>
</channel>
</rss>
