<?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>16df04446e34a1e7dba57f657af6ad5f51199763 - futex: Convert to compiler context analysis</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/futex/Makefile#16df04446e34a1e7dba57f657af6ad5f51199763</link>
        <description>futex: Convert to compiler context analysisConvert the sparse annotations over to the new compiler contextanalysis stuff.Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Link: https://patch.msgid.link/20260121111213.950376128@infradead.org

            List of files:
            /linux/kernel/futex/Makefile</description>
        <pubDate>Wed, 14 Jan 2026 12:08:28 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>a046f1a0d3e320cfee6bdac336416a537f49e7c6 - futex: Split out wait/wake</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/futex/Makefile#a046f1a0d3e320cfee6bdac336416a537f49e7c6</link>
        <description>futex: Split out wait/wakeMove the wait/wake bits into their own file.Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Signed-off-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Reviewed-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Link: https://lore.kernel.org/r/20210923171111.300673-15-andrealmeid@collabora.com

            List of files:
            /linux/kernel/futex/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 19:11:03 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>e5c6828493b5fa6a3c4606b43e80ab6c5ec1111f - futex: Split out requeue</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/futex/Makefile#e5c6828493b5fa6a3c4606b43e80ab6c5ec1111f</link>
        <description>futex: Split out requeueMove all the requeue bits into their own file.Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Signed-off-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Reviewed-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Link: https://lore.kernel.org/r/20210923171111.300673-14-andrealmeid@collabora.com

            List of files:
            /linux/kernel/futex/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 19:11:02 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>85dc28fa4ec058645c29bda952d901b29dfaa0b0 - futex: Split out PI futex</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/futex/Makefile#85dc28fa4ec058645c29bda952d901b29dfaa0b0</link>
        <description>futex: Split out PI futexMove the PI futex implementation into it&apos;s own file.Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Signed-off-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Reviewed-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Link: https://lore.kernel.org/r/20210923171111.300673-10-andrealmeid@collabora.com

            List of files:
            /linux/kernel/futex/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 19:10:58 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>af8cc9600bbf2251b04c56139f7c83f87c3f878a - futex: Split out syscalls</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/futex/Makefile#af8cc9600bbf2251b04c56139f7c83f87c3f878a</link>
        <description>futex: Split out syscallsPut the syscalls in their own little file.Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Suggested-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Reviewed-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Link: https://lore.kernel.org/r/20210923171111.300673-3-andrealmeid@collabora.com

            List of files:
            /linux/kernel/futex/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 19:10:51 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>77e52ae35463521041906c510fe580d15663bb93 - futex: Move to kernel/futex/</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/futex/Makefile#77e52ae35463521041906c510fe580d15663bb93</link>
        <description>futex: Move to kernel/futex/In preparation for splitup..Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Suggested-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Reviewed-by: Andr&#233; Almeida &lt;andrealmeid@collabora.com&gt;Link: https://lore.kernel.org/r/20210923171111.300673-2-andrealmeid@collabora.com

            List of files:
            /linux/kernel/futex/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 19:10:50 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
</channel>
</rss>
