<?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 amx_test.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>06bc7ff0a1e0f2b0102e1314e3527a7ec0997851 - Merge tag &apos;asoc-fix-v7.1-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#06bc7ff0a1e0f2b0102e1314e3527a7ec0997851</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1Another batch of fixes, plus a couple of quirks (mostly AMD ones, as hasbeen the case recently).  All driver changes, including fixes for theKUnit tests for the Cirrus drivers that could cause memory corruption.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Wed, 06 May 2026 16:10:00 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>57b8e2d666a31fa201432d58f5fe3469a0dd83ba - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#57b8e2d666a31fa201432d58f5fe3469a0dd83ba</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvmPull kvm updates from Paolo Bonzini: &quot;On top of a lot of Arm fixes, this includes a massive rename of types  and variables in tools/testing/selftests/kvm - these were  unnecessarily different from what the kernel uses, so they&apos;re being  made consistent.  arm64:   - Allow tracing for non-pKVM, which was accidentally disabled when     the series was merged   - Rationalise the way the pKVM hypercall ranges are defined by using     the same mechanism as already used for the vcpu_sysreg enum   - Enforce that SMCCC function numbers relayed by the pKVM proxy are     actually compliant with the specification   - Fix a couple of feature to idreg mappings which resulted in the     wrong sanitisation being applied   - Fix the GICD_IIDR revision number field that could never been     written correctly by userspace   - Make kvm_vcpu_initialized() correctly use its parameter instead of     relying on the surrounding context   - Enforce correct ordering in __pkvm_init_vcpu(), plugging a     potential pin leak at the same time   - Move __pkvm_init_finalise() to a less dangerous spot, avoiding     future problems   - Restore functional userspace irqchip support after a four year     breakage (last functional kernel was 5.18...)   - Spelling fixes  Selftests:   - Rename types across all KVM selftests to more closely align with     types used in the kernel:        vm_vaddr_t -&gt; gva_t        vm_paddr_t -&gt; gpa_t        uint64_t -&gt; u64        uint32_t -&gt; u32        uint16_t -&gt; u16        uint8_t  -&gt; u8        int64_t -&gt; s64        int32_t -&gt; s32        int16_t -&gt; s16        int8_t  -&gt; s8   - Fix Loongarch compilation&quot;* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm: (31 commits)  KVM: selftests: Add check_steal_time_uapi() implementation for LoongArch  KVM: arm64: Wake-up from WFI when iqrchip is in userspace  KVM: arm64: Fix initialisation order in __pkvm_init_finalise()  KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()  KVM: arm64: Fix kvm_vcpu_initialized() macro parameter  KVM: arm64: Fix FEAT_SPE_FnE to use PMSIDR_EL1.FnE, not PMSVer  KVM: arm64: Fix typo in feature check comments  KVM: arm64: Fix FEAT_Debugv8p9 to check DebugVer, not PMUVer  KVM: arm64: Reject non compliant SMCCC function calls in pKVM  KVM: arm64: vgic: Fix IIDR revision field extracted from wrong value  KVM: selftests: Replace &quot;paddr&quot; with &quot;gpa&quot; throughout  KVM: selftests: Replace &quot;u64 nested_paddr&quot; with &quot;gpa_t l2_gpa&quot;  KVM: selftests: Replace &quot;u64 gpa&quot; with &quot;gpa_t&quot; throughout  KVM: selftests: Replace &quot;vaddr&quot; with &quot;gva&quot; throughout  KVM: selftests: Clarify that arm64&apos;s inject_uer() takes a host PA, not a guest PA  KVM: selftests: Rename translate_to_host_paddr() =&gt; translate_hva_to_hpa()  KVM: selftests: Rename vm_vaddr_populate_bitmap() =&gt; vm_populate_gva_bitmap()  KVM: selftests: Rename vm_vaddr_unused_gap() =&gt; vm_unused_gva_gap()  KVM: selftests: Drop &quot;vaddr_&quot; from APIs that allocate memory for a given VM  KVM: selftests: Use u8 instead of uint8_t  ...

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Wed, 29 Apr 2026 15:56:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>39f1c201b93f4ff71631bac72cff6eb155f976a4 - Merge tag &apos;kvm-x86-selftests_kernel_types-7.1&apos; of https://github.com/kvm-x86/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#39f1c201b93f4ff71631bac72cff6eb155f976a4</link>
        <description>Merge tag &apos;kvm-x86-selftests_kernel_types-7.1&apos; of https://github.com/kvm-x86/linux into HEADKVM selftests type renames for 7.1Renames types across all KVM selftests to more closely align with types usedin the kernel:  vm_vaddr_t -&gt; gva_t  vm_paddr_t -&gt; gpa_t  uint64_t -&gt; u64  uint32_t -&gt; u32  uint16_t -&gt; u16  uint8_t  -&gt; u8  int64_t -&gt; s64  int32_t -&gt; s32  int16_t -&gt; s16  int8_t  -&gt; s8Using the kernel&apos;s preferred types eliminates a source of friction for manycontributors, as the majority of KVM selftests contributions come from kerneldevelopers.  The kernel names are also shorter, which allows for more concisecode, and in any many cases eliminates newlines thanks to shorter types andparameter names.Rename variables and parameters as well as types, e.g. gpa instead of paddr,to again align with the kernel, and in a few cases to remove ambiguity, e.g.where paddr is used to refer to a _host_ physical address.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 27 Apr 2026 10:24:41 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>85819fa0e3b98682b8c57c6d8ba57e7a9c6032ea - KVM: selftests: Drop &quot;vaddr_&quot; from APIs that allocate memory for a given VM</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#85819fa0e3b98682b8c57c6d8ba57e7a9c6032ea</link>
        <description>KVM: selftests: Drop &quot;vaddr_&quot; from APIs that allocate memory for a given VMNow that KVM selftests use gva_t instead of vm_vaddr_t, drop &quot;vaddr_&quot; fromthe core memory allocation APIs as the information is extraneous and doesmore harm than good.  E.g. the APIs don&apos;t _just_ allocate virtual memory,they allocate backing physical memory and install mappings in the guestpage tables.  And as proven by kmalloc() and malloc(), developers generallyexpect that allocations come with a working virtual address.Opportunistically clean up the function comment for vm_alloc(), and dropthe misleading and superfluous comments for its wrappers.No functional change intended.Link: https://patch.msgid.link/20260420212004.3938325-12-seanjc@google.comSigned-off-by: Sean Christopherson &lt;seanjc@google.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 20 Apr 2026 23:19:56 +0200</pubDate>
        <dc:creator>Sean Christopherson &lt;seanjc@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0c3a8774692aaf211b6916aaa9ecc5ca1a72c451 - KVM: selftests: Use u32 instead of uint32_t</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#0c3a8774692aaf211b6916aaa9ecc5ca1a72c451</link>
        <description>KVM: selftests: Use u32 instead of uint32_tUse u32 instead of uint32_t to make the KVM selftests code more conciseand more similar to the kernel (since selftests are primarily developedby kernel developers).This commit was generated with the following command:  git ls-files tools/testing/selftests/kvm | xargs sed -i &apos;s/uint32_t/u32/g&apos;Then by manually adjusting whitespace to make checkpatch.pl happy.No functional change intended.Signed-off-by: David Matlack &lt;dmatlack@google.com&gt;Link: https://patch.msgid.link/20260420212004.3938325-7-seanjc@google.comSigned-off-by: Sean Christopherson &lt;seanjc@google.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 20 Apr 2026 23:19:51 +0200</pubDate>
        <dc:creator>David Matlack &lt;dmatlack@google.com&gt;</dc:creator>
    </item>
<item>
        <title>26f8453288d4c1fb8c96802eae15ddc988f5e068 - KVM: selftests: Use u64 instead of uint64_t</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#26f8453288d4c1fb8c96802eae15ddc988f5e068</link>
        <description>KVM: selftests: Use u64 instead of uint64_tUse u64 instead of uint64_t to make the KVM selftests code more conciseand more similar to the kernel (since selftests are primarily developedby kernel developers).This commit was generated with the following command:  git ls-files tools/testing/selftests/kvm | xargs sed -i &apos;s/uint64_t/u64/g&apos;Then by manually adjusting whitespace to make checkpatch.pl happy.Include &lt;linux/types.h&gt; in include/kvm_util_types.h, iinclude/test_util.h,and include/x86/pmu.h to pick up the tools-defined u64.  Arguably, allheaders (especially kvm_util_types.h) should have already been includingstdint.h to get uint64_t from the libc headers, but the missing dependencyonly rears its head once KVM uses u64 instead of uint64_t.No functional change intended.Signed-off-by: David Matlack &lt;dmatlack@google.com&gt;[sean: rename pread_uint64() =&gt; pread_u64, expand on types.h include]Link: https://patch.msgid.link/20260420212004.3938325-5-seanjc@google.comSigned-off-by: Sean Christopherson &lt;seanjc@google.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 20 Apr 2026 23:19:49 +0200</pubDate>
        <dc:creator>David Matlack &lt;dmatlack@google.com&gt;</dc:creator>
    </item>
<item>
        <title>5567fc9dcd7ed46678cd68e6ca0662331d42f0ac - KVM: selftests: Use gva_t instead of vm_vaddr_t</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#5567fc9dcd7ed46678cd68e6ca0662331d42f0ac</link>
        <description>KVM: selftests: Use gva_t instead of vm_vaddr_tReplace all occurrences of vm_vaddr_t with gva_t to align with KVM codeand with the conversion helpers (e.g. addr_gva2hva()).This commit was generated with the following command:  git ls-files tools/testing/selftests/kvm | xargs sed -i &apos;s/vm_vaddr_/gva_/g&apos;Then by manually adjusting whitespace to make checkpatch.pl happy, anddropping renames of functions that allocate memory within a given VM.No functional change intended.Signed-off-by: David Matlack &lt;dmatlack@google.com&gt;[sean: drop renames of allocator APIs]Link: https://patch.msgid.link/20260420212004.3938325-2-seanjc@google.comSigned-off-by: Sean Christopherson &lt;seanjc@google.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 20 Apr 2026 23:19:46 +0200</pubDate>
        <dc:creator>David Matlack &lt;dmatlack@google.com&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2bebc88d5e37ddcb5ea5039a39f39527662b27f0 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#2bebc88d5e37ddcb5ea5039a39f39527662b27f0</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get bug fixes from v6.19-rc7.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Thu, 05 Feb 2026 10:33:06 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d3b402c5a2d47f51eb0581da1a7b142f82cb10d1 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#d3b402c5a2d47f51eb0581da1a7b142f82cb10d1</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextMerge with upstream to pick up fixes from perf-tools and from othertools/ parts that interact with tools/perf.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 26 Jan 2026 21:03:53 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>86f17f37a1fb4121229a76e6b9888072aadc334a - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#86f17f37a1fb4121229a76e6b9888072aadc334a</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 6.19-devel branch.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Sun, 08 Feb 2026 17:38:37 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3e4067169c573fba9dd8f77480f3a6e9c723b507 - Merge branch &apos;v6.19-rc8&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#3e4067169c573fba9dd8f77480f3a6e9c723b507</link>
        <description>Merge branch &apos;v6.19-rc8&apos;Update to avoid conflicts with /urgent patches.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Tue, 03 Feb 2026 12:04:13 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>4651c87b0083925540f6c3d26a6c5b4868d7b884 - regmap: reg_default_cb for flat cache defaults</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#4651c87b0083925540f6c3d26a6c5b4868d7b884</link>
        <description>regmap: reg_default_cb for flat cache defaultsMerge series from &quot;Sheetal .&quot; &lt;sheetal@nvidia.com&gt;:This series adds a reg_default_cb callback for REGCACHE_FLAT to providedefaults for registers not listed in reg_defaults. Defaults are loadedeagerly during regcache init and the callback can use writeable_reg tofilter valid addresses and avoid holes.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Wed, 28 Jan 2026 04:48:12 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6704d98a4f48b7424edc0f7ae2a06c0a8af02e2f - BackMerge tag &apos;v6.19-rc7&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#6704d98a4f48b7424edc0f7ae2a06c0a8af02e2f</link>
        <description>BackMerge tag &apos;v6.19-rc7&apos; into drm-nextLinux 6.19-rc7This is needed for msm and rust trees.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Wed, 28 Jan 2026 03:44:28 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>eb3dad518e4da48ab6c6df16aa8895b8b0bd6ecf - Merge tag &apos;v6.19-rc7&apos; into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#eb3dad518e4da48ab6c6df16aa8895b8b0bd6ecf</link>
        <description>Merge tag &apos;v6.19-rc7&apos; into driver-core-nextWe need the driver-core fixes in here as well to build on top of.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 26 Jan 2026 13:23:52 +0100</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>dbd91d4f55ac4917b0b7f48b02eb8539805d0c85 - Merge 6.19-rc7 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/amx_test.c#dbd91d4f55ac4917b0b7f48b02eb8539805d0c85</link>
        <description>Merge 6.19-rc7 into char-misc-nextWe need the char/misc/iio fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/amx_test.c</description>
        <pubDate>Mon, 26 Jan 2026 12:04:04 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
