<?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>ddbfb6f2 - perf build: Remove PERF_HAVE_DWARF_REGS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#ddbfb6f2</link>
        <description>perf build: Remove PERF_HAVE_DWARF_REGSPERF_HAVE_DWARF_REGS was true when an architecture had a dwarf-regs.cfile. There are no more architecture dwarf-regs.c files, selection isdone using constants from the ELF file rather than conditionalcompilation. When removing PERF_HAVE_DWARF_REGS was the only variablein the Makefile, remove the Makefile.Add missing SPDX for RISC-V Makefile.Reviewed-by: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Yang Jihong &lt;yangjihong@bytedance.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Przemek Kitszel &lt;przemyslaw.kitszel@intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Chen Pei &lt;cp0613@linux.alibaba.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Aditya Gupta &lt;adityag@linux.ibm.com&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.vnet.ibm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-riscv@lists.infradead.orgCc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Dima Kogan &lt;dima@secretsauce.net&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: linux-csky@vger.kernel.orgLink: https://lore.kernel.org/r/20241108234606.429459-21-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Fri, 08 Nov 2024 23:46:05 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>54a13685 - perf build: Rename NO_DWARF to NO_LIBDW</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#54a13685</link>
        <description>perf build: Rename NO_DWARF to NO_LIBDWNO_DWARF could mean more than NO_LIBDW support, in particular nolibunwind support. Rename to be more intention revealing.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Reviewed-by: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Tested-by: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Yang Jihong &lt;yangjihong@bytedance.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Przemek Kitszel &lt;przemyslaw.kitszel@intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Chen Pei &lt;cp0613@linux.alibaba.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Aditya Gupta &lt;adityag@linux.ibm.com&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.vnet.ibm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-riscv@lists.infradead.orgCc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Dima Kogan &lt;dima@secretsauce.net&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: linux-csky@vger.kernel.orgLink: https://lore.kernel.org/r/20241017001354.56973-3-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Thu, 17 Oct 2024 00:13:45 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.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/tools/perf/arch/arm/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/tools/perf/arch/arm/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>e12b202f - perf jitdump: Build only on supported archs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#e12b202f</link>
        <description>perf jitdump: Build only on supported archsBuild jitdump only on architectures defined in util/genelf.h file, to avoidbreaking the build on such arches.Signed-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Andi Kleen &lt;andi@firstfloor.org&gt;Cc: Borislav Petkov &lt;bp@suse.de&gt;Cc: Colin Ian King &lt;colin.king@canonical.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Davidlohr Bueso &lt;dbueso@suse.com&gt;Cc: He Kuang &lt;hekuang@huawei.com&gt;Cc: Mel Gorman &lt;mgorman@suse.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Cc: Steven Rostedt &lt;rostedt@goodmis.org&gt;Cc: Wang Nan &lt;wangnan0@huawei.com&gt;Link: http://lkml.kernel.org/r/20160310164113.GA11357@krava.redhat.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Thu, 10 Mar 2016 16:41:13 +0000</pubDate>
        <dc:creator>Jiri Olsa &lt;jolsa@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f6ff0e6d - perf build: Add arch arm objects building</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#f6ff0e6d</link>
        <description>perf build: Add arch arm objects buildingMove the arm arch objects building under build framework to be includedin the libperf build object.Signed-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Tested-by: Sukadev Bhattiprolu &lt;sukadev@linux.vnet.ibm.com&gt;Tested-by: Will Deacon &lt;will.deacon@arm.com&gt;Cc: Alexis Berlemont &lt;alexis.berlemont@gmail.com&gt;Cc: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Corey Ashford &lt;cjashfor@linux.vnet.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: http://lkml.kernel.org/n/tip-7bxhmeh4bjabqsmxu4gl6p0b@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Tue, 30 Dec 2014 13:07:04 +0000</pubDate>
        <dc:creator>Jiri Olsa &lt;jolsa@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>97eac381 - perf tools: Add libdw DWARF post unwind support for ARM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#97eac381</link>
        <description>perf tools: Add libdw DWARF post unwind support for ARMAdding libdw DWARF post unwind support, which is partof elfutils-devel/libdw-dev package from version 0.158.The new code is contained in unwin-libdw.c object, andimplements unwind__get_entries unwind interface function.Signed-off-by: Jean Pihet &lt;jean.pihet@linaro.org&gt;Reviewed-by: Will Deacon &lt;will.deacon@arm.com&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@kernel.org&gt;Cc: Corey Ashford &lt;cjashfor@linux.vnet.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Link: http://lkml.kernel.org/r/1400229672-16104-4-git-send-email-jean.pihet@linaro.orgSigned-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Fri, 16 May 2014 08:41:12 +0000</pubDate>
        <dc:creator>Jean Pihet &lt;jean.pihet@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>90fa9deb - perf tests: Add dwarf unwind test on ARM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#90fa9deb</link>
        <description>perf tests: Add dwarf unwind test on ARMAdding dwarf unwind test, that setups live machine data overthe perf test thread and does the remote unwind.Need to use -fno-optimize-sibling-calls for test compilation,otherwise &apos;krava_*&apos; function calls are optimized into jumpsand omitted from the stack unwind.So far it was enabled only for x86.Signed-off-by: Jean Pihet &lt;jean.pihet@linaro.org&gt;Reviewed-by: Will Deacon &lt;will.deacon@arm.com&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@kernel.org&gt;Cc: Corey Ashford &lt;cjashfor@linux.vnet.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Link: http://lkml.kernel.org/r/1400229672-16104-3-git-send-email-jean.pihet@linaro.orgSigned-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Fri, 16 May 2014 08:41:11 +0000</pubDate>
        <dc:creator>Jean Pihet &lt;jean.pihet@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>3418f966 - perf tests: Introduce perf_regs_load function on ARM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#3418f966</link>
        <description>perf tests: Introduce perf_regs_load function on ARMIntroducing perf_regs_load function, which is goingto be used for dwarf unwind test in following patches.It takes single argument as a pointer to the regs dumpbuffer and populates it with current registers values.Signed-off-by: Jean Pihet &lt;jean.pihet@linaro.org&gt;Reviewed-by: Will Deacon &lt;will.deacon@arm.com&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@kernel.org&gt;Cc: Corey Ashford &lt;cjashfor@linux.vnet.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Link: http://lkml.kernel.org/r/1400229672-16104-2-git-send-email-jean.pihet@linaro.orgSigned-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Fri, 16 May 2014 08:41:10 +0000</pubDate>
        <dc:creator>Jean Pihet &lt;jean.pihet@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>436aa749 - perf callchain: Separate libunwind code to special object</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#436aa749</link>
        <description>perf callchain: Separate libunwind code to special objectWe are going to add libdw library support to do dwarf post unwind.Making the code ready by moving libunwind dwarf post unwind stuff intoseparate object.Signed-off-by: Jiri Olsa &lt;jolsa@redhat.com&gt;Acked-by: Jean Pihet &lt;jean.pihet@linaro.org&gt;Cc: Corey Ashford &lt;cjashfor@linux.vnet.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Jean Pihet &lt;jean.pihet@linaro.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Link: http://lkml.kernel.org/r/1389098853-14466-10-git-send-email-jolsa@redhat.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Tue, 07 Jan 2014 12:47:26 +0000</pubDate>
        <dc:creator>Jiri Olsa &lt;jolsa@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>7495f374 - ARM: perf: wire up perf_regs and unwind support for ARM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#7495f374</link>
        <description>ARM: perf: wire up perf_regs and unwind support for ARMThis patch hooks in the perf_regs and libunwind code for ARM.Cc: Jean Pihet &lt;jean.pihet@linaro.org&gt;Signed-off-by: Will Deacon &lt;will.deacon@arm.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Thu, 26 Sep 2013 11:36:36 +0000</pubDate>
        <dc:creator>Will Deacon &lt;will.deacon@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>eb668c6d - ARM: 6198/1: perf probe: Add ARM DWARF register number mappings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm/Makefile#eb668c6d</link>
        <description>ARM: 6198/1: perf probe: Add ARM DWARF register number mappingsThis patch adds mappings from DWARF register numbers to the registernames used by the ARM `Regs and Stack Access API&apos;.Cc: Jean Pihet &lt;jpihet@mvista.com&gt;Tested-by: Jamie Iles &lt;jamie.iles@picochip.com&gt;Signed-off-by: Will Deacon &lt;will.deacon@arm.com&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm/Makefile</description>
        <pubDate>Fri, 25 Jun 2010 11:24:54 +0000</pubDate>
        <dc:creator>Will Deacon &lt;will.deacon@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
