<?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>00d1bfae - perf tools s390: Use generic syscall table scripts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#00d1bfae</link>
        <description>perf tools s390: Use generic syscall table scriptsUse the generic scripts to generate headers from the syscall tableinstead of the custom ones for s390.Signed-off-by: Charlie Jenkins &lt;charlie@rivosinc.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Christian Brauner &lt;brauner@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: G&#252;nther Noack &lt;gnoack@google.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Micka&#235;l Sala&#252;n &lt;mic@digikod.net&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Link: https://lore.kernel.org/r/20250108-perf_syscalltbl-v6-15-7543b5293098@rivosinc.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Thu, 09 Jan 2025 02:36:30 +0000</pubDate>
        <dc:creator>Charlie Jenkins &lt;charlie@rivosinc.com&gt;</dc:creator>
    </item>
<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/s390/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/s390/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>6ac75289 - perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#6ac75289</link>
        <description>perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETPERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET was used for BPF prologuesupport which was removed in Commit 3d6dfae88917 (&quot;perf parse-events:Remove BPF event support&quot;). The code is no longer used so remove.Remove the offset from various dwarf-regs.c tables and the dependenceon ptrace.h. Rename structs starting pt_ as the ptrace derived offset isnow removed.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-3-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Fri, 08 Nov 2024 23:45:47 +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/s390/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/s390/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>c2bd08ba - treewide: remove meaningless assignments in Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#c2bd08ba</link>
        <description>treewide: remove meaningless assignments in MakefilesIn Makefiles, $(error ), $(warning ), and $(info ) expand to the emptystring, as explained in the GNU Make manual [1]: &quot;The result of the expansion of this function is the empty string.&quot;Therefore, they are no-op except for logging purposes.$(shell ...) expands to the output of the command. It expands to theempty string when the command does not print anything to stdout.Hence, $(shell mkdir ...) is no-op except for creating the directory.Remove meaningless assignments.[1]: https://www.gnu.org/software/make/manual/make.html#Make-Control-FunctionsSigned-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Reviewed-by: Ian Rogers &lt;irogers@google.com&gt;Link: https://lore.kernel.org/r/20240221134201.2656908-1-masahiroy@kernel.orgSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@kernel.org&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: linux-kbuild@vger.kernel.orgCc: linux-kernel@vger.kernel.orgCc: linux-perf-users@vger.kernel.org

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Wed, 21 Feb 2024 13:42:01 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>22ffc3f5 - perf s390: Move syscall.tbl check into check-headers.sh</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#22ffc3f5</link>
        <description>perf s390: Move syscall.tbl check into check-headers.shIt is better to check syscall.tbl for s390 in check-headers.sh, it issimilar with commit c9b51a017065 (&quot;perf tools: Move syscall_64.tbl checkinto check-headers.sh&quot;).Signed-off-by: Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;Reviewed-by: Naveen N. Rao &lt;naveen.n.rao@linux.vnet.ibm.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Xuefeng Li &lt;lixuefeng@loongson.cn&gt;Link: http://lore.kernel.org/lkml/1608278364-6733-3-git-send-email-yangtiezhu@loongson.cnSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Fri, 18 Dec 2020 07:59:22 +0000</pubDate>
        <dc:creator>Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>61bf4ee2 - perf jvmti: Include JVMTI support for s390</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#61bf4ee2</link>
        <description>perf jvmti: Include JVMTI support for s390Enable JVMTI support for s390 perf tool chain.Signed-off-by: Thomas Richter &lt;tmricht@linux.ibm.com&gt;Cc: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Cc: Hendrik Brueckner &lt;brueckner@linux.ibm.com&gt;Cc: Vasily Gorbik &lt;gor@linux.ibm.com&gt;Link: http://lore.kernel.org/lkml/20190909114116.50469-3-tmricht@linux.ibm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 11:41:15 +0000</pubDate>
        <dc:creator>Thomas Richter &lt;tmricht@linux.ibm.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/s390/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/s390/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>690d22d9 - perf s390: Rework system call table creation by using syscall.tbl</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#690d22d9</link>
        <description>perf s390: Rework system call table creation by using syscall.tblRecently, s390 uses a syscall.tbl input file to generate its system calltable and unistd uapi header files.  Hence, update mksyscalltbl to useit as input to create the system table for perf.Signed-off-by: Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Michael Petlan &lt;mpetlan@redhat.com&gt;Cc: Thomas Richter &lt;tmricht@linux.vnet.ibm.com&gt;Cc: linux-s390@vger.kernel.orgLPU-Reference: 1518090470-2899-4-git-send-email-brueckner@linux.vnet.ibm.comLink: https://lkml.kernel.org/n/tip-bdyhllhsq1zgxv2qx4m377y6@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Thu, 08 Feb 2018 11:47:50 +0000</pubDate>
        <dc:creator>Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>164a747f - perf s390: Generate system call table from asm/unistd.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#164a747f</link>
        <description>perf s390: Generate system call table from asm/unistd.hThis should speed up accessing new system calls introduced withthe kernel rather than waiting for libaudit updates to includethem.Committer testing:  $ rm -rf /tmp/build/perf  $ mkdir /tmp/build/perf  $ make srctree=/home/acme/git/perf -C tools/perf/arch/s390 OUTPUT=/tmp/build/perf/ archheaders  make: Entering directory &apos;/home/acme/git/perf/tools/perf/arch/s390&apos;  /bin/sh &apos;/home/acme/git/perf/tools/perf/arch/s390/entry/syscalls//mksyscalltbl&apos; &apos;cc&apos; /home/acme/git/perf/tools/arch/s390/include/uapi/asm/unistd.h &gt; /tmp/build/perf/arch/s390/include/generated/asm/syscalls_64.c  make: Leaving directory &apos;/home/acme/git/perf/tools/perf/arch/s390&apos;  $ head -5 /tmp/build/perf/arch/s390/include/generated/asm/syscalls_64.c  static const char *syscalltbl_s390_64[] = {	[1] = &quot;exit&quot;,	[2] = &quot;fork&quot;,	[3] = &quot;read&quot;,	[4] = &quot;write&quot;,  $ tail -5 /tmp/build/perf/arch/s390/include/generated/asm/syscalls_64.c	[378] = &quot;s390_guarded_storage&quot;,	[379] = &quot;statx&quot;,	[380] = &quot;s390_sthyi&quot;,  };  #define SYSCALLTBL_S390_64_MAX_ID 380  $Now to plug this into &apos;perf trace&apos; proper.Signed-off-by: Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;Reviewed-by: Thomas Richter &lt;tmricht@linux.vnet.ibm.com&gt;Tested-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Michael Petlan &lt;mpetlan@redhat.com&gt;Cc: linux-s390@vger.kernel.orgLPU-Reference: 1512635281-20733-2-git-send-email-brueckner@linux.vnet.ibm.comLink: https://lkml.kernel.org/n/tip-h5km60rdg3rqxvsys85q50l3@git.kernel.org[ split from a larger patch ]Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Thu, 07 Dec 2017 08:27:59 +0000</pubDate>
        <dc:creator>Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>a81c4213 - perf s390: add regs_query_register_offset()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#a81c4213</link>
        <description>perf s390: add regs_query_register_offset()The regs_query_register_offset() helper function convertsregister name like &quot;%r0&quot; to an offset of a register in user_pt_regsIt is required by the BPF prologue generator.The user_pt_regs structure was recently added to &quot;asm/ptrace.h&quot;.Hence, update tools/perf/check-headers.sh to keep the header filein sync with kernel changes.Suggested-by: Thomas Richter &lt;tmricht@linux.vnet.ibm.com&gt;Signed-off-by: Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;Reviewed-and-tested-by: Thomas Richter &lt;tmricht@linux.vnet.ibm.com&gt;Acked-by: Alexei Starovoitov &lt;ast@kernel.org&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@kernel.org&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Mon, 04 Dec 2017 09:56:49 +0000</pubDate>
        <dc:creator>Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>953bce80 - perf build: Add arch s390 objects building</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#953bce80</link>
        <description>perf build: Add arch s390 objects buildingMove the s390 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-8f5tlfwegkirhir2ffz8nw3i@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Tue, 30 Dec 2014 13:12:21 +0000</pubDate>
        <dc:creator>Jiri Olsa &lt;jolsa@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3be8e2a0 - perf kvm: Add stat support on s390</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#3be8e2a0</link>
        <description>perf kvm: Add stat support on s390On s390, the vmexit event has a tree-like structure: betweenexit_event_begin and exit_event_end several other events may happen andwith each of them refining the previous ones.This patch adds a decoder for such events to the generic code and alsothe files &lt;asm/kvm_perf.h&gt; and kvm-stat.c for s390.Commands &apos;perf kvm stat record&apos;, &apos;report&apos; and &apos;live&apos; are supported.Reviewed-by: David Ahern &lt;dsahern@gmail.com&gt;Signed-off-by: Alexander Yarygin &lt;yarygin@linux.vnet.ibm.com&gt;Acked-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Cc: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Cc: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&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/1404397747-20939-5-git-send-email-yarygin@linux.vnet.ibm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Thu, 03 Jul 2014 14:29:07 +0000</pubDate>
        <dc:creator>Alexander Yarygin &lt;yarygin@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>f8d9ccde - perf tools: Allow to use cpuinfo on s390</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#f8d9ccde</link>
        <description>perf tools: Allow to use cpuinfo on s390This patch defines CPUINFO_PROC for s390 and implements get_cpuid().Reviewed-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;Reviewed-by: David Ahern &lt;dsahern@gmail.com&gt;Signed-off-by: Alexander Yarygin &lt;yarygin@linux.vnet.ibm.com&gt;Acked-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Cc: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Cc: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&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/87ioneo7qh.wl%yarygin@linux.vnet.ibm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Thu, 03 Jul 2014 14:08:22 +0000</pubDate>
        <dc:creator>Alexander Yarygin &lt;yarygin@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>f602be63 - [S390] perf: add DWARF register lookup for s390</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/s390/Makefile#f602be63</link>
        <description>[S390] perf: add DWARF register lookup for s390Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/s390/Makefile</description>
        <pubDate>Wed, 05 Jan 2011 11:48:12 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
