<?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 vectors-page.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>03ab8e6297acd1bc0eedaa050e2a1635c576fd11 - Merge tag &apos;v5.18&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#03ab8e6297acd1bc0eedaa050e2a1635c576fd11</link>
        <description>Merge tag &apos;v5.18&apos;Linux 5.18

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Tue, 31 May 2022 15:13:23 +0200</pubDate>
        <dc:creator>Konstantin Komarov &lt;almaz.alexandrovich@paragon-software.com&gt;</dc:creator>
    </item>
<item>
        <title>1136fa0c07de570dc17858745af8be169d1440ba - Merge tag &apos;v5.17-rc4&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#1136fa0c07de570dc17858745af8be169d1440ba</link>
        <description>Merge tag &apos;v5.17-rc4&apos; into for-linusMerge with mainline to get the Intel ASoC generic helpers header andother changes.

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Tue, 01 Mar 2022 08:12:55 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>87a0b2fafc09766d8c55461a18345a1cfb10a7fe - Merge tag &apos;v5.16&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#87a0b2fafc09766d8c55461a18345a1cfb10a7fe</link>
        <description>Merge tag &apos;v5.16&apos; into nextSync up with mainline to bring in the latest API changes.

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Tue, 18 Jan 2022 03:03:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8a2094d679d921d104d3296528d4fa419702ce1c - Merge branch &apos;for-5.17/core&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#8a2094d679d921d104d3296528d4fa419702ce1c</link>
        <description>Merge branch &apos;for-5.17/core&apos; into for-linus- support for USI style pens (Tero Kristo, Mika Westerberg)- quirk for devices that need inverted X/Y axes (Alistair Francis)- small core code cleanups and deduplication (Benjamin Tissoires)

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Mon, 10 Jan 2022 09:49:13 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>f81483aaeb59da530b286fe5d081e1705eb5c886 - Merge branch &apos;for-next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#f81483aaeb59da530b286fe5d081e1705eb5c886</link>
        <description>Merge branch &apos;for-next&apos; into for-linusPull 5.17 materials.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Wed, 05 Jan 2022 15:38:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>1758047057dbe329be712a31b79db7151b5871f8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#1758047057dbe329be712a31b79db7151b5871f8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to bring drm-misc-next-fixes up to the latest state forthe current release cycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Fri, 17 Dec 2021 11:33:33 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8632987380765dee716d460640aa58d58d52998e - Merge branch &apos;reset/of-get-optional-exclusive&apos; of git://git.pengutronix.de/pza/linux into timers/drivers/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#8632987380765dee716d460640aa58d58d52998e</link>
        <description>Merge branch &apos;reset/of-get-optional-exclusive&apos; of git://git.pengutronix.de/pza/linux into timers/drivers/next&quot;Add optional variant of of_reset_control_get_exclusive(). If therequested reset is not specified in the device tree, this functionreturns NULL instead of an error.&quot;This dependency is needed for the Generic Timer Module (a.k.a OSTM)support for RZ/G2L.Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Thu, 09 Dec 2021 13:57:57 +0100</pubDate>
        <dc:creator>Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>448cc2fb3a7b327823a9afd374808c37b8e6194f - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#448cc2fb3a7b327823a9afd374808c37b8e6194f</link>
        <description>Merge drm/drm-next into drm-intel-nextSync up with drm-next to get v5.16-rc2.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Mon, 22 Nov 2021 16:35:32 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8626afb170dc44ed0512e04131e4d8eac0c5ec57 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#8626afb170dc44ed0512e04131e4d8eac0c5ec57</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextThomas needs the dma_resv_for_each_fence API for i915/ttm async migrationwork.Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Mon, 22 Nov 2021 13:18:15 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>50fc24944a2a0ef5aab571dcac17f6c5f2613f56 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#50fc24944a2a0ef5aab571dcac17f6c5f2613f56</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Thu, 18 Nov 2021 22:13:16 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a713ca234ea9d946235ac7248995c5fddfd9e523 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#a713ca234ea9d946235ac7248995c5fddfd9e523</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging from drm/drm-next for v5.16-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Thu, 18 Nov 2021 09:36:39 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>467dd91e2f783d34b2205751bdf88bcdcac55984 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#467dd91e2f783d34b2205751bdf88bcdcac55984</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesWe need -rc1 to address a breakage in drm/scheduler affecting panfrost.Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Tue, 16 Nov 2021 08:51:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>35c8fad4a703fdfa009ed274f80bb64b49314cde - Merge tag &apos;perf-tools-for-v5.16-2021-11-13&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#35c8fad4a703fdfa009ed274f80bb64b49314cde</link>
        <description>Merge tag &apos;perf-tools-for-v5.16-2021-11-13&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxPull more perf tools updates from Arnaldo Carvalho de Melo: &quot;Hardware tracing:   - ARM:      * Print the size of the buffer size consistently in hexadecimal in        ARM Coresight.      * Add Coresight snapshot mode support.      * Update --switch-events docs in &apos;perf record&apos;.      * Support hardware-based PID tracing.      * Track task context switch for cpu-mode events.   - Vendor events:      * Add metric events JSON file for power10 platform  perf test:   - Get &apos;perf test&apos; unit tests closer to kunit.   - Topology tests improvements.   - Remove bashisms from some tests.  perf bench:   - Fix memory leak of perf_cpu_map__new() in the futex benchmarks.  libbpf:   - Add some more weak libbpf functions o allow building with the     libbpf versions, old ones, present in distros.  libbeauty:   - Translate [gs]setsockopt &apos;level&apos; argument integer values to     strings.  tools headers UAPI:   - Sync futex_waitv, arch prctl, sound, i195_drm and msr-index files     with the kernel sources.  Documentation:   - Add documentation to &apos;struct symbol&apos;.   - Synchronize the definition of enum perf_hw_id with code in     tools/perf/design.txt&quot;* tag &apos;perf-tools-for-v5.16-2021-11-13&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: (67 commits)  perf tests: Remove bash constructs from stat_all_pmu.sh  perf tests: Remove bash construct from record+zstd_comp_decomp.sh  perf test: Remove bash construct from stat_bpf_counters.sh test  perf bench futex: Fix memory leak of perf_cpu_map__new()  tools arch x86: Sync the msr-index.h copy with the kernel sources  tools headers UAPI: Sync drm/i915_drm.h with the kernel sources  tools headers UAPI: Sync sound/asound.h with the kernel sources  tools headers UAPI: Sync linux/prctl.h with the kernel sources  tools headers UAPI: Sync arch prctl headers with the kernel sources  perf tools: Add more weak libbpf functions  perf bpf: Avoid memory leak from perf_env__insert_btf()  perf symbols: Factor out annotation init/exit  perf symbols: Bit pack to save a byte  perf symbols: Add documentation to &apos;struct symbol&apos;  tools headers UAPI: Sync files changed by new futex_waitv syscall  perf test bpf: Use ARRAY_CHECK() instead of ad-hoc equivalent, addressing array_size.cocci warning  perf arm-spe: Support hardware-based PID tracing  perf arm-spe: Save context ID in record  perf arm-spe: Update --switch-events docs in &apos;perf record&apos;  perf arm-spe: Track task context switch for cpu-mode events  ...

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Sun, 14 Nov 2021 18:25:01 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>33f44bfd3c04e3559633c24b797044e849144fea - perf test: Rename struct test to test_suite</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#33f44bfd3c04e3559633c24b797044e849144fea</link>
        <description>perf test: Rename struct test to test_suiteThis is to align with kunit&apos;s terminology.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Tested-by: Sohaib Mohamed &lt;sohaib.amhmd@gmail.com&gt;Acked-by: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Brendan Higgins &lt;brendanhiggins@google.com&gt;Cc: Daniel Latypov &lt;dlatypov@google.com&gt;Cc: David Gow &lt;davidgow@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jin Yao &lt;yao.jin@linux.intel.com&gt;Cc: John Garry &lt;john.garry@huawei.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Paul Clarke &lt;pc@us.ibm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: https://lore.kernel.org/r/20211104064208.3156807-6-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Thu, 04 Nov 2021 07:41:51 +0100</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>df2252054eb0f9f65389f3911588256bcc4f973b - perf test: Make each test/suite its own struct.</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#df2252054eb0f9f65389f3911588256bcc4f973b</link>
        <description>perf test: Make each test/suite its own struct.By switching to an array of pointers to tests (later to be suites)the definition of the tests can be moved to the file containing thetests.Committer notes:It&apos;s &quot;&amp;vectors_page&quot;, not &quot;&amp;vectors_pages&quot;, noticed when cross buildingto 32-bit ARM.Also the DEFINE_SUITE(vectors_page) should be done where its function isimplemented, in tools/perf/arch/arm/tests/vectors-page.c, so that we canmake it static, as we don&apos;t have anymore its declaration in tests.h.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Tested-by: Sohaib Mohamed &lt;sohaib.amhmd@gmail.com&gt;Acked-by: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Brendan Higgins &lt;brendanhiggins@google.com&gt;Cc: Daniel Latypov &lt;dlatypov@google.com&gt;Cc: David Gow &lt;davidgow@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jin Yao &lt;yao.jin@linux.intel.com&gt;Cc: John Garry &lt;john.garry@huawei.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Paul Clarke &lt;pc@us.ibm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: https://lore.kernel.org/r/20211104064208.3156807-4-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Thu, 04 Nov 2021 07:41:49 +0100</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>597473720f4dc69749542bfcfed4a927a43d935e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#597473720f4dc69749542bfcfed4a927a43d935e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.3 merge window.

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Thu, 11 Jul 2019 08:24:10 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2a267e7c41aa88215de2b542de797d03d16ecdfd - Merge tag &apos;v5.1&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#2a267e7c41aa88215de2b542de797d03d16ecdfd</link>
        <description>Merge tag &apos;v5.1&apos; into nextSync up with mainline to bring in the latest APIs.

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Fri, 10 May 2019 20:43:46 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>95d002e0a34cb0f238abb39987f9980f325d8332 - Merge tag &apos;drm-intel-next-2019-04-04&apos; into gvt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#95d002e0a34cb0f238abb39987f9980f325d8332</link>
        <description>Merge tag &apos;drm-intel-next-2019-04-04&apos; into gvt-nextMerge back drm-intel-next for engine name definition refinementand 54939ea0bd85 (&quot;drm/i915: Switch to use HWS indices rather than addresses&quot;)that would need gvt fixes to depend on.Signed-off-by: Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Tue, 16 Apr 2019 10:50:34 +0200</pubDate>
        <dc:creator>Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2c2e5bb97544198a62e4edbf6aca5dd201979564 - Merge branch &apos;for-5.1/hid-asus&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#2c2e5bb97544198a62e4edbf6aca5dd201979564</link>
        <description>Merge branch &apos;for-5.1/hid-asus&apos; into for-linusAsus Transbook T100CHI and T90CHI support from NOGUCHI Hiroshi

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Tue, 05 Mar 2019 15:24:43 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>d05e4c8600c36084ce9de6249bb972c9bdd75b7e - Merge branches &apos;iommu/fixes&apos;, &apos;arm/msm&apos;, &apos;arm/tegra&apos;, &apos;arm/mediatek&apos;, &apos;x86/vt-d&apos;, &apos;x86/amd&apos;, &apos;hyper-v&apos; and &apos;core&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/arm/tests/vectors-page.c#d05e4c8600c36084ce9de6249bb972c9bdd75b7e</link>
        <description>Merge branches &apos;iommu/fixes&apos;, &apos;arm/msm&apos;, &apos;arm/tegra&apos;, &apos;arm/mediatek&apos;, &apos;x86/vt-d&apos;, &apos;x86/amd&apos;, &apos;hyper-v&apos; and &apos;core&apos; into next

            List of files:
            /linux/tools/perf/arch/arm/tests/vectors-page.c</description>
        <pubDate>Fri, 01 Mar 2019 11:24:51 +0100</pubDate>
        <dc:creator>Joerg Roedel &lt;jroedel@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
