<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/fpu/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/x86/kernel/fpu/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>0c306bcf - x86/fpu: Factor out the FPU regset code into fpu/regset.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/fpu/Makefile#0c306bcf</link>
        <description>x86/fpu: Factor out the FPU regset code into fpu/regset.cSo much of fpu/core.c is the regset code, but it just obscures the genericFPU state machine logic. Factor out the regset code into fpu/regset.c, whereit can be read in isolation.This affects one API: fpu__activate_stopped() has to be made availablefrom the core to fpu/regset.c.No change in functionality.Cc: Andy Lutomirski &lt;luto@amacapital.net&gt;Cc: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: H. Peter Anvin &lt;hpa@zytor.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/fpu/Makefile</description>
        <pubDate>Thu, 30 Apr 2015 10:59:30 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b992c660 - x86/fpu: Factor out fpu/signal.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/fpu/Makefile#b992c660</link>
        <description>x86/fpu: Factor out fpu/signal.cfpu/xstate.c has a lot of generic FPU signal frame handling routines,move them into a separate file: fpu/signal.c.Cc: Andy Lutomirski &lt;luto@amacapital.net&gt;Cc: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: H. Peter Anvin &lt;hpa@zytor.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/fpu/Makefile</description>
        <pubDate>Thu, 30 Apr 2015 10:45:38 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>62784854 - x86/fpu: Rename fpu/xsave.c to fpu/xstate.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/fpu/Makefile#62784854</link>
        <description>x86/fpu: Rename fpu/xsave.c to fpu/xstate.cCc: Andy Lutomirski &lt;luto@amacapital.net&gt;Cc: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: H. Peter Anvin &lt;hpa@zytor.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/fpu/Makefile</description>
        <pubDate>Tue, 28 Apr 2015 06:46:23 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0bf23f3d - x86/fpu: Factor out FPU bug checks into fpu/bugs.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/fpu/Makefile#0bf23f3d</link>
        <description>x86/fpu: Factor out FPU bug checks into fpu/bugs.cCreate separate fpu/bugs.c code so that if we read generic FPU codewe don&apos;t have to wade through all the bugcheck related code first.Reviewed-by: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Andy Lutomirski &lt;luto@amacapital.net&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: H. Peter Anvin &lt;hpa@zytor.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/fpu/Makefile</description>
        <pubDate>Sun, 26 Apr 2015 12:48:08 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0c867537 - x86/fpu: Split out the boot time FPU init code into fpu/init.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/fpu/Makefile#0c867537</link>
        <description>x86/fpu: Split out the boot time FPU init code into fpu/init.cMove boot time FPU initialization code into init.c, to betterisolate it into its own domain.Reviewed-by: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Andy Lutomirski &lt;luto@amacapital.net&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: H. Peter Anvin &lt;hpa@zytor.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/fpu/Makefile</description>
        <pubDate>Wed, 22 Apr 2015 08:53:34 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ce4c4c26 - x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/fpu/Makefile#ce4c4c26</link>
        <description>x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/Create a new subdirectory for the FPU support code in arch/x86/kernel/fpu/.Rename &apos;i387.c&apos; to &apos;core.c&apos; - as this really collects the core FPU supportcode, nothing i387 specific.We&apos;ll better organize this directory in later patches.Reviewed-by: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Andy Lutomirski &lt;luto@amacapital.net&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: H. Peter Anvin &lt;hpa@zytor.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/fpu/Makefile</description>
        <pubDate>Wed, 22 Apr 2015 08:39:11 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
