<?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 Build</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3e9e952bb3139ad1e08f3e1960239c2988ab90c9 - Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#3e9e952bb3139ad1e08f3e1960239c2988ab90c9</link>
        <description>Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Mon, 20 Apr 2026 13:41:28 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>df8f6181ab57d65a99e61fcfc5be22a42df58642 - Merge tag &apos;perf-tools-for-v7.1-2026-04-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#df8f6181ab57d65a99e61fcfc5be22a42df58642</link>
        <description>Merge tag &apos;perf-tools-for-v7.1-2026-04-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsPull perf tools updates from Namhyung Kim: &quot;perf report:   - Add &apos;comm_nodigit&apos; sort key to combine similar threads that only     have different numbers in the comm. In the following example, the     &apos;comm_nodigit&apos; will have samples from all threads starting with     &quot;bpfrb/&quot; into an entry &quot;bpfrb/&lt;N&gt;&quot;.        $ perf report -s comm_nodigit,comm -H        ...        #        #    Overhead  CommandNoDigit / Command        # ...........  ........................        #            20.30%     swapper               20.30%     swapper            13.37%     chrome               13.37%     chrome            10.07%     bpfrb/&lt;N&gt;                7.47%     bpfrb/0                0.70%     bpfrb/1                0.47%     bpfrb/3                0.46%     bpfrb/2                0.25%     bpfrb/4                0.23%     bpfrb/5                0.20%     bpfrb/6                0.14%     bpfrb/10                0.07%     bpfrb/7   - Support flat layout for symfs. The --symfs option is to specify the     location of debugging symbol files. The default &apos;hierarchy&apos; layout     would search the symbol file using the same path of the original     file under the symfs root. The new &apos;flat&apos; layout would search only     in the root directory.   - Update &apos;simd&apos; sort key for ARM SIMD flags to cover ASE/SME and more     predicate flags.  perf stat:   - Add --pmu-filter option to select specific PMUs. This would be     useful when you measure metrics from multiple instance of uncore     PMUs with similar names.        # perf stat -M cpa_p0_avg_bw         Performance counter stats for &apos;system wide&apos;:            19,417,779,115      hisi_sicl0_cpa0/cpa_cycles/      #     0.00 cpa_p0_avg_bw                         0      hisi_sicl0_cpa0/cpa_p0_wr_dat/                         0      hisi_sicl0_cpa0/cpa_p0_rd_dat_64b/                         0      hisi_sicl0_cpa0/cpa_p0_rd_dat_32b/            19,417,751,103      hisi_sicl10_cpa0/cpa_cycles/     #     0.00 cpa_p0_avg_bw                         0      hisi_sicl10_cpa0/cpa_p0_wr_dat/                         0      hisi_sicl10_cpa0/cpa_p0_rd_dat_64b/                         0      hisi_sicl10_cpa0/cpa_p0_rd_dat_32b/            19,417,730,679      hisi_sicl2_cpa0/cpa_cycles/      #     0.31 cpa_p0_avg_bw                75,635,749      hisi_sicl2_cpa0/cpa_p0_wr_dat/                18,520,640      hisi_sicl2_cpa0/cpa_p0_rd_dat_64b/                         0      hisi_sicl2_cpa0/cpa_p0_rd_dat_32b/            19,417,674,227      hisi_sicl8_cpa0/cpa_cycles/      #     0.00 cpa_p0_avg_bw                         0      hisi_sicl8_cpa0/cpa_p0_wr_dat/                         0      hisi_sicl8_cpa0/cpa_p0_rd_dat_64b/                         0      hisi_sicl8_cpa0/cpa_p0_rd_dat_32b/              19.417734480 seconds time elapsed     With --pmu-filter, users can select only hisi_sicl2_cpa0 PMU.        # perf stat --pmu-filter hisi_sicl2_cpa0 -M cpa_p0_avg_bw         Performance counter stats for &apos;system wide&apos;:             6,234,093,559      cpa_cycles                       #     0.60 cpa_p0_avg_bw                50,548,465      cpa_p0_wr_dat                 7,552,182      cpa_p0_rd_dat_64b                         0      cpa_p0_rd_dat_32b               6.234139320 seconds time elapsed  Data type profiling:   - Quality improvements by tracking register state more precisely   - Ensure array members to get the type   - Handle more cases for global variables  Vendor event/metric updates:   - Update various Intel events and metrics   - Add NVIDIA Tegra 410 Olympus events  Internal changes:   - Verify perf.data header for maliciously crafted files   - Update perf test to cover more usages and make them robust   - Move a couple of copied kernel headers not to annoy objtool build   - Fix a bug in map sorting in name order   - Remove some unused codes  Misc:   - Fix module symbol resolution with non-zero text address   - Add -t/--threads option to `perf bench mem mmap`   - Track duration of exit*() syscall by `perf trace -s`   - Add core.addr2line-timeout and core.addr2line-disable-warn config     items&quot;* tag &apos;perf-tools-for-v7.1-2026-04-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools: (131 commits)  perf loongarch: Fix build failure with CONFIG_LIBDW_DWARF_UNWIND  perf annotate: Use jump__delete when freeing LoongArch jumps  perf test: Fixes for check branch stack sampling  perf test: Fix inet_pton probe failure and unroll call graph  perf build: fix &quot;argument list too long&quot; in second location  perf header: Add sanity checks to HEADER_BPF_BTF processing  perf header: Sanity check HEADER_BPF_PROG_INFO  perf header: Sanity check HEADER_PMU_CAPS  perf header: Sanity check HEADER_HYBRID_TOPOLOGY  perf header: Sanity check HEADER_CACHE  perf header: Sanity check HEADER_GROUP_DESC  perf header: Sanity check HEADER_PMU_MAPPINGS  perf header: Sanity check HEADER_MEM_TOPOLOGY  perf header: Sanity check HEADER_NUMA_TOPOLOGY  perf header: Sanity check HEADER_CPU_TOPOLOGY  perf header: Sanity check HEADER_NRCPUS and HEADER_CPU_DOMAIN_INFO  perf header: Bump up the max number of command line args allowed  perf header: Validate nr_domains when reading HEADER_CPU_DOMAIN_INFO  perf sample: Fix documentation typo  perf arm_spe: Improve SIMD flags setting  ...

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Sat, 18 Apr 2026 18:24:56 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Thu, 16 Apr 2026 21:01:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>97ab89686a9e5d087042dbe73604a32b3de72653 - perf build: fix &quot;argument list too long&quot; in second location</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#97ab89686a9e5d087042dbe73604a32b3de72653</link>
        <description>perf build: fix &quot;argument list too long&quot; in second locationTurns out that displaying &quot;RM $^&quot; via quiet_cmd_rm can also upset theshell and cause it to display &quot;argument list too long&quot;.Trying to quote $^ doesn&apos;t help.In the end, *not* displaying the (potentially long) list of files isprobably the right thing to do for a &quot;quiet&quot; message, anyway. Instead,let&apos;s display a count of how many files were removed. There is alwaysV=1 if more detail is required.  TEST    linux/tools/perf/pmu-events/metric_test.log  RM      ...634 orphan file(s)...  LD      linux/tools/perf/util/perf-util-in.oAlso move the comment regarding xargs before the rule, so it doesn&apos;tshow up in the build output.Signed-off-by: Markus Mayer &lt;mmayer@broadcom.com&gt;Reviewed-by: James Clark &lt;james.clark@linaro.org&gt;Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Fri, 10 Apr 2026 00:14:17 +0200</pubDate>
        <dc:creator>Markus Mayer &lt;mmayer@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>b06b348e855383ed80e041299f3925cdd7dff3da - Merge tag &apos;rust-timekeeping-for-v7.1&apos; of https://github.com/Rust-for-Linux/linux into rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#b06b348e855383ed80e041299f3925cdd7dff3da</link>
        <description>Merge tag &apos;rust-timekeeping-for-v7.1&apos; of https://github.com/Rust-for-Linux/linux into rust-nextPull timekeeping updates from Andreas Hindborg: - Expand the example section in the &apos;HrTimer&apos; documentation. - Mark the &apos;ClockSource&apos; trait as unsafe to ensure valid values for   &apos;ktime_get()&apos;. - Add &apos;Delta::from_nanos()&apos;.This is a back merge since the pull request has a newer base -- we willavoid that in the future.And, given it is a back merge, it happens to resolve the &quot;subtle&quot; conflictaround &apos;--remap-path-{prefix,scope}&apos; that I discussed in linux-next [1],plus a few other common conflicts. The result matches what we did fornext-20260407.The actual diffstat (i.e. using a temporary merge of upstream first) is:    rust/kernel/time.rs         |  32 ++++-    rust/kernel/time/hrtimer.rs | 336 ++++++++++++++++++++++++++++++++++++++++++++    2 files changed, 362 insertions(+), 6 deletions(-)Link: https://lore.kernel.org/linux-next/CANiq72kdxB=W3_CV1U44oOK3SssztPo2wLDZt6LP94TEO+Kj4g@mail.gmail.com/ [1]* tag &apos;rust-timekeeping-for-v7.1&apos; of https://github.com/Rust-for-Linux/linux:  hrtimer: add usage examples to documentation  rust: time: make ClockSource unsafe trait  rust/time: Add Delta::from_nanos()

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Wed, 08 Apr 2026 09:46:01 +0200</pubDate>
        <dc:creator>Miguel Ojeda &lt;ojeda@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bad28e01f206c533a8ff7fec5efe8ab9607a8364 - Merge tag &apos;v7.0-rc6&apos; into irq/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#bad28e01f206c533a8ff7fec5efe8ab9607a8364</link>
        <description>Merge tag &apos;v7.0-rc6&apos; into irq/coreto be able to merge the hyper-v patch related to randomness.

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Sat, 04 Apr 2026 20:59:34 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0542972950ef26670a5696e43c0ea2b7b6ac96d4 - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#0542972950ef26670a5696e43c0ea2b7b6ac96d4</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 7.0 devel branch for further cleanups of ctxfi driver &amp; co.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Wed, 01 Apr 2026 14:42:56 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e6fd2491789745ed8c3df86a660dfa7207129d22 - Merge branch &apos;master&apos; into rdma-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#e6fd2491789745ed8c3df86a660dfa7207129d22</link>
        <description>Merge branch &apos;master&apos; into rdma-nextLet&apos;s bring v7.0-rc6 to the -next branch, so we can merge the DMAattributes fix [1] without merge conflicts.[1] https://lore.kernel.org/all/20260323-umem-dma-attrs-v1-1-d6890f2e6a1e@nvidia.comSigned-off-by: Leon Romanovsky &lt;leon@kernel.org&gt;* master: (1688 commits)  Linux 7.0-rc6  ...

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Mon, 30 Mar 2026 11:02:58 +0200</pubDate>
        <dc:creator>Leon Romanovsky &lt;leon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6fdfd24017756bbe27ccc786051e97f3bf0c3d62 - Merge drm/drm-fixes into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#6fdfd24017756bbe27ccc786051e97f3bf0c3d62</link>
        <description>Merge drm/drm-fixes into drm-misc-next-fixesBoris needs 7.0-rc6 for a shmem helper fix.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Mon, 30 Mar 2026 10:05:36 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>13c072b8e91a5ccb5855ca1ba6fe3ea467dbf94d - BackMerge tag &apos;v7.0-rc4&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#13c072b8e91a5ccb5855ca1ba6fe3ea467dbf94d</link>
        <description>BackMerge tag &apos;v7.0-rc4&apos; into drm-nextLinux 7.0-rc4Needed for rust tree.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Thu, 26 Mar 2026 00:41:26 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>54fcc7f6ec3944ae7c1b0246a999744e33839cdb - Merge tag &apos;perf-tools-fixes-for-v7.0-2-2026-03-23&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#54fcc7f6ec3944ae7c1b0246a999744e33839cdb</link>
        <description>Merge tag &apos;perf-tools-fixes-for-v7.0-2-2026-03-23&apos; into perf-tools-nextTo get the various fixes for v7.0.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Wed, 25 Mar 2026 08:06:23 +0100</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>dc1d9408c961c1c4d4b3b99a1d9390c17e13de71 - Merge commit &apos;f35dbac6942171dc4ce9398d1d216a59224590a9&apos; into trace/ring-buffer/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#dc1d9408c961c1c4d4b3b99a1d9390c17e13de71</link>
        <description>Merge commit &apos;f35dbac6942171dc4ce9398d1d216a59224590a9&apos; into trace/ring-buffer/coreThe commit f35dbac69421 (&quot;ring-buffer: Fix to update per-subbuf entries ofpersistent ring buffer&quot;) was a fix and merged upstream. It is needed forsome other work in the ring buffer. The current branch has the remotebuffer code that is shared with the Arm64 subsystem and can&apos;t be rebased.Merge in the upstream commit to allow continuing of the ring buffer work.Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Wed, 25 Mar 2026 03:19:13 +0100</pubDate>
        <dc:creator>Steven Rostedt &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>6872c84dc6f5d18e02ebc34b257f4152895e236c - Merge 7.0-rc5 into tty-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#6872c84dc6f5d18e02ebc34b257f4152895e236c</link>
        <description>Merge 7.0-rc5 into tty-nextWe need the tty/serial fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Mon, 23 Mar 2026 09:59:16 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>bfec8e88ff6022b056615ec71506703e7e54de82 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#bfec8e88ff6022b056615ec71506703e7e54de82</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Cross-merge BPF and other fixes after downstream PR.Minor conflicts in:  tools/testing/selftests/bpf/progs/exceptions_fail.c  tools/testing/selftests/bpf/progs/verifier_bounds.cSigned-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Mon, 23 Mar 2026 03:31:37 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f6472b17933f9adb825e7c7da31f7b7b2edb1950 - Merge tag &apos;v7.0-rc4&apos; into timers/core, to resolve conflict</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#f6472b17933f9adb825e7c7da31f7b7b2edb1950</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into timers/core, to resolve conflictResolve conflict between this change in the upstream kernel:  4c652a47722f (&quot;rseq: Mark rseq_arm_slice_extension_timer() __always_inline&quot;)... and this pending change in timers/core:  0e98eb14814e (&quot;entry: Prepare for deferred hrtimer rearming&quot;)Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Sat, 21 Mar 2026 08:02:36 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>edab1ca5ec6fffecbf340e26956ce73e502901d5 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#edab1ca5ec6fffecbf340e26956ce73e502901d5</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.0-rc5).net/netfilter/nft_set_rbtree.c  598adea720b97 (&quot;netfilter: revert nft_set_rbtree: validate open interval overlap&quot;)  3aea466a43998 (&quot;netfilter: nft_set_rbtree: don&apos;t disable bh when acquiring tree lock&quot;)https://lore.kernel.org/abgaQBpeGstdN4oq@sirena.org.ukNo adjacent changes.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Thu, 12 Mar 2026 20:53:34 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>de25dc008ea74bc6f33b8d6e773e51a920813fdc - Merge tag &apos;rust_io-7.1-rc1&apos; into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#de25dc008ea74bc6f33b8d6e773e51a920813fdc</link>
        <description>Merge tag &apos;rust_io-7.1-rc1&apos; into driver-core-nextRegister abstraction and I/O infrastructure improvementsIntroduce the register!() macro to define type-safe I/O registeraccesses. Refactor the IoCapable trait into a functional trait, whichsimplifies I/O backends and removes the need for overloaded Io methods.This is a stable tag for other trees to merge.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Tue, 17 Mar 2026 20:11:03 +0100</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c8d0beedf0da06652432354882b95c33a4cb7cfe - regulator: fp9931: Make vin-supply mandatory</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#c8d0beedf0da06652432354882b95c33a4cb7cfe</link>
        <description>regulator: fp9931: Make vin-supply mandatoryRobby Cai &lt;robby.cai@nxp.com&gt; says:The FP9931 regulator requires a valid &quot;vin&quot; supply to operate correctly.Therefore, the driver should treat &quot;vin&quot; as a mandatory supply.This patchset updates the binding documentation to mark vin-supply as arequired property, and modifies the driver accordingly. As suggested inthe reviews from Andreas and Mark, v2 switches to usingdevm_regulator_get() since the supply is mandatory.

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Tue, 17 Mar 2026 19:07:38 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>786244f70322e41c937e69f0f935bfd11a9611bf - Merge tag &apos;v7.0-rc4&apos; into sched/core, to pick up scheduler fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#786244f70322e41c937e69f0f935bfd11a9611bf</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into sched/core, to pick up scheduler fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Tue, 17 Mar 2026 07:14:42 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>29a80e6c3a38f0c533b5a17ae6862886d6322510 - spi: controller registration fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/pmu-events/Build#29a80e6c3a38f0c533b5a17ae6862886d6322510</link>
        <description>spi: controller registration fixesJohan Hovold &lt;johan@kernel.org&gt; says:This series fixes a few issues related to controller registration foundthrough inspection.

            List of files:
            /linux/tools/perf/pmu-events/Build</description>
        <pubDate>Mon, 16 Mar 2026 19:36:09 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
