<?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 sysreg</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>7bb6284aa7b3c369b41e7f33fcbe193161f008e7 - 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/arch/arm64/tools/sysreg#7bb6284aa7b3c369b41e7f33fcbe193161f008e7</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvmPull kvm updates from Paolo Bonzini: &quot;ARM64:   - Add support for &apos;slot&apos; based PMU events, paired with new UAPI that     compels the user to select a specific PMU implementation   - Lazy save/restore of vCPU state for pKVM, along with various fixes     and cleanups to the management of vCPU state between the untrusted     host and pKVM hypervisor   - Disable traps of EL1 registers for nested hypervisors when     FEAT_NV2p1 is present, guaranteeing that EL2-specific register bits     are stateful in the EL1 counterpart   - Leverage FEAT_NV3 to avoid unnecessary ERET/TLBI traps when the     scope of those instructions remains &apos;in host&apos; (i.e. L1     kernel/userspace)   - Pile of fixes for the management of the VNCR pseudo-TLB, such as     under-invalidations and races with concurrent TLBIs on other vCPUs   - Consolidate the non-protected and pKVM view of ICH_VTR_EL2 to a     runtime-patched constant, allowing the same data to be shared with     pKVM prior to dropping host privileges   - Considerable pile of LLM-assisted fixes around the shop but mostly     in the VGIC, our in-kernel generator of bugs (and sometimes     interrupts)  LoongArch:   - Advertise already-supported capabilities   - Some bug fixes about timer and MMIO   - Some hardening about interrupt injection   - Replace kvm_err() with kvm_pr_unimpl()   - Add FPU/LSX/LASX test cases for selftests  RISC-V:   - Svadu/Zicfiss/Zicfilp FWFT support for Guest   - Use try_cmpxchg for IMSIC MRIF RMW   - More arch-specific tracepoints in KVM RISC-V   - Eager page splitting when enabling dirty logging   - Optimize hfence request handling for SMP Guests   - Improve dirty log clearing by skipping zero bits in mask   - Guard HFENCE range loops against overflow   - CPU PM notifiers in KVM RISC-V for non-retentive idle states   - Fix kernel-mode vector context save/restore for Guest  s390:   - Fixes for vfio-ap   - Fixes for the gmap rework   - Fixes for vsie   - AI triggered fixes all over   - diag9c tracing   - code move preparation for the additional arm64 support   - enable CONTEXT_ANALYSIS  x86:   - Perform spring cleaning on x86.{c,h} and asm/kvm_host.h, by adding     regs.c (the kvm_cache_regs.h =&gt; regs.h is already applied) and     msrs.{c,h}, and moving relevant code out of x86.c   - Split kvm_mmu in three parts, respectively to describe the format     of page tables, walking the guest page tables and building the page     tables. Always use the same page table walker kvm-&gt;arch.gva_walk as     the entry point to convert a guest&apos;s virtual address, where the     previous code used two different kvm_mmu structs depending on     whether the walk included nested EPT/NPT or not. Make page fault     vmexits reuse the permission checking machinery that is used for     guest page faults. This is both a cleanup and a baby step towards     supporting XS/XU memory permissions   - Document some of the &quot;fun&quot; gotchas with the APIC base when creating     IRQCHIPs on x86   - Remove a defunct masterclock update from kvm_xen_shared_info_init().     It could result in incorrect kvmclock due to triggering an     unnecessary switch to/from masterclock mode   - Skip Xen runstate time updates if time has effectively gone     backwards, so that the guest doesn&apos;t report 100% steal time for     a very, very long time   - Drop KVM&apos;s runtime updates of the Xen PV timing CPUID leaf, as KVM     was updating the wrong sub-leaf, and upstream KVM will soon provide     all the information needed by userspace to populate the CPUID field     itself   - Fix a bug where KVM would walk a newly created rmap without holding     the rmap lock (or mmu_lock) during aging   - Fix a bug where aging TDP MMU SPTEs could clobber FROZEN SPTEs   - Fix a variety of #DB priority bugs   - Fix a class of races related to enabling Hyper-V emulation on a     vCPU after the vCPU is visible to the rest of KVM   - Use static calls for nested virtualization ops   - Move more KVM-internal code out of x86&apos;s kvm_host.h   - Enumerate support for a variety of Zhaoxin instructions that don&apos;t     require explicit virtualization   - Fix missing EFER validation bugs, including in the KVM_SET_SREGS*     path   - Harden kvm_vcpu_map() against double-mapping and thus leaking     references   - Misc fixes and cleanups, e.g. for largely benign syzkaller splats  x86 (Intel):   - Zero a vCPU&apos;s entry in VMX&apos;s Posted Interrupt Descriptor table used     for IPI virtualization when the vCPU is freed, to fix a     use-after-free where hardware will write to a freed vCPU&apos;s PID   - Service local TLB flushes on a failed nested VM-Enter to fix a bug     where KVM could miss a TLB on a future, successful VM-Enter with     the same L2 VPID   - Cap the maximum value shoved into the VMX Preemption Timer to     workaround an erratum that affects all existing Intel CPUs that     support CPUID 0x15   - Fix VPID virtualization bugs where KVM would fail to flush hardware     TLBs   - Harden the TDX &quot;populate&quot; ioctls against bad input, and to prepare     for supporting in-place private&lt;=&gt;shared conversion  x86 (AMD):   - Forcefully invalidate SNP VMSA pages if their backing guest_memfd     page is zapped/invalidated, e.g. due to a PUNCH_HOLE in response to     a Page-State Change request   - Remove a dying VM from the GA Log notifier list before the VM is     actually destroyed, to fix a potential use-after-free   - While FOLL_WRITE was needed in the past to trigger CoW unsharing,     nowadays FOLL_LONGTERM does that already even without FOLL_WRITE,     and in fact, get_user_pages() actually disallows FOLL_WRITE     together with FOLL_LONGTERM. So don&apos;t pass FOLL_WRITE when     registering encrypted memory regions, i.e. when pinning SEV/SEV-ES     guest memory, to fix a regression with file-backed memory     introduced by KVM&apos;s (correct) usage of long-term pins     (This was reviewed by mm maintainers; for more information, see     commit ee1a586dd1fa &quot;KVM: SEV: Drop FOLL_WRITE for encrypted region     registration&quot;)   - Allocate full pages for SEV/SEV-ES {DE,EN}CRYPT ops on SNP-enabled     hosts to fix a data corruption issue due to the PSP driver     assigning to-be-written pages to firmware (as required by the SNP     specs)   - Unconditionally intercept ICBEP so that KVM generates the correct     guest RIP when handling an ICEBP-induced TASK_SWITCH #VMEXIT   - Harden the SNP &quot;populate&quot; ioctls against bad input, and to prepare     for supporting in-place private&lt;=&gt;shared conversion  Generic:   - Remove kvm_debugfs_dir if kvm_init() fails after creating KVM&apos;s     debugfs   - Add a per-VM bitmap to track which vCPU IDs have been &quot;claimed&quot; but     for which the vCPU isn&apos;t yet online, and use the bitmap to reject     duplicate IDs before calling into arch code. This allows arch code     to consume vcpu_id without having to worry about cross-vCPU     clobbering (at least s390 and x86 have had related bugs)   - Rework the so called &quot;prepare&quot; and &quot;invalidate&quot; guest_memfd hooks     to prepare for in-place private&lt;=&gt;shared conversion, and clean up a     few warts along the way  Selftests:   - Automatically allocate a full page for L2 guest stacks on x86     instead of requiring test-specific L1 guest code to carve out a     portion of the L1 stack for L2 usage, and to ensure the L2 stack     also adheres to the x86-64 calling convention ABI   - Add a selftest to verify {Guest,Host}-Only behavior in x86&apos;s     mediated PMU   - Clean up nested SVM&apos;s handling of GPRs on L2&lt;=&gt;L1 transitions,     reuse the functionality for nested VMX, and drop the ucall hack     that was fudging around the lack of GPR switching on nVMX   - Add a stress test to verify KVM doesn&apos;t clobber/drop #PF state,     e.g. CR2, across save/restore, including when L2 is active   - Add a test to verify KVM_CREATE_VM accepts exactly what is reported     by KVM_CAP_VM_TYPES   - Misc selftests fixes and cleanups   - Fix several issues with seeding the pRNG, and rework the pRNG APIs     to that the pRNG can be sanely used in host code, not just guest     code   - Add an IRQ test to validate virtual IRQ deliverty for IRQs wired up     via KVM_IRQFD + KVM_SET_GSI_ROUTING, with optional support for     triggering IRQs via writes to an assigned VFIO device   - Add syscall wrappers to assert success on a variety of pthreads and     CPU affinity APIs   - Set vCPU pthread affinity as early as possible to reduce contention     issues that were surfaced by PREEMPT_LAZY, which result in runtimes     of over a minute on large hosts, versus the expected ~5 seconds   - Rework the PMU counters test to run each testcase using a single VM     with many vCPUs for each sub-testcase, instead of using a unique VM     for each sub-testcase. This cuts the runtime by ~20x  Miscellaneous:   - MAINTAINERS updates for vfio-ap, guest_memfd, kvm-x86. Mostly     representing the status quo more accurately, but also... welcome     David Hildenbrand as guest_memfd reviewer!&quot;* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm: (413 commits)  KVM: arm64: Validate GICv5 timer PPIs before claiming ownership  KVM: arm64: vgic: Reject out-of-range GICv5 PPI IDs  KVM: arm64: vgic: Prevent speculative SPI array underflow  KVM: arm64: vgic: Free gic_kvm_info on initialization failure  KVM: arm64: Avoid mismatched accesses to &apos;struct kvm_nvhe_init_params&apos;  s390/vfio-ap: Fix NULL deref in status_show() during queue probe  s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed  s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap  s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove  s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object  s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objects  s390/vfio-ap: Fix dereference matrix_mdev-&gt;kvm without checking for NULL  s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove  RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector  riscv: vector: allow non-preemptible kernel-mode vector with IRQs off  riscv: vector: refactor riscv_v_start_kernel_context  KVM: s390: gmap: Make prefix handling optional  KVM: s390: gmap: Make CMMA optional  KVM: s390: gmap: Make storage keys optional  KVM: s390: Prepare gmap for a second KVM implementation  ...

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Tue, 25 Aug 2026 20:48:04 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>76671054f9a1ff6abb976583cd8da37650acdc97 - Merge tag &apos;kvmarm-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#76671054f9a1ff6abb976583cd8da37650acdc97</link>
        <description>Merge tag &apos;kvmarm-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADKVM/arm64 changes for 7.3 - Add support for &apos;slot&apos; based PMU events, paired with new UAPI that   compels the user to select a specific PMU implementation - Lazy save/restore of vCPU state for pKVM, along with various fixes   and cleanups to the management of vCPU state between the untrusted   host and pKVM hypervisor - Disable traps of EL1 registers for nested hypervisors when FEAT_NV2p1   is present, guaranteeing that EL2-specific register bits are stateful   in the EL1 counterpart - Leverage FEAT_NV3 to avoid unnecessary ERET/TLBI traps when the scope   of those instructions remains &apos;in host&apos; (i.e. L1 kernel/userspace) - Pile of fixes for the management of the VNCR pseudo-TLB, such as   under-invalidations and races with concurrent TLBIs on other vCPUs - Consolidate the non-protected and pKVM view of ICH_VTR_EL2 to a   runtime-patched constant, allowing the same data to be shared with   pKVM prior to dropping host privileges - Considerable pile of LLM-assisted fixes around the shop but mostly in   the VGIC, our in-kernel generator of bugs (and sometimes interrupts)

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Mon, 24 Aug 2026 18:42:07 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>5f44f603b0daeda535b6d307cd02ef9a24b3b8c5 - Merge branch &apos;kvm-arm64/feat-nv3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#5f44f603b0daeda535b6d307cd02ef9a24b3b8c5</link>
        <description>Merge branch &apos;kvm-arm64/feat-nv3&apos; into next* kvm-arm64/feat-nv3: (29 commits)  : Support for FEAT_NV2p1 and FEAT_NV3, courtesy of Marc Zyngier  :  : Couple of accelerations for nested virtualization:  :  :  - Elide traps for EL1 alias registers when hardware guarantees that  :    EL2-only bits are stateful (NV2p1)  :  :  - Use TGE-aware hardware to avoid unnecesary ERET/TLBI traps that  :    remain &apos;in-context&apos; (i.e. L1 kernel/userspace)  arm64: Add override for ID_AA64MMFR4_EL1.NV_frac  KVM: arm64: selftest: Add NVHCR_EL2 to get-reg-list  KVM: arm64: Expose FEAT_NV3 to guests  KVM: arm64: Add FEAT_NV3 detection  KVM: arm64: Engage NV3 TLBI trap elision  KVM: arm64: Engage NV3 ERET trap elision  KVM: arm64: Add NVHCR_EL2 context switching  KVM: arm64: Add routing for NVHCR_EL2 trap  KVM: arm64: Add NVHCR_EL2 handling to the sysreg array  KVM: arm64: Add sanitisation for NVHCR_EL2  KVM: arm64: Make HCR_EL2 a non-VNCR register  KVM: arm64: Add kvm_has_nv{2,3}() predicates  KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation  KVM: arm64: Split NV-specific exit fixups from the non-NV handling  arm64: Add ARM64_HAS_NV3 capability  arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3  arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2  arm64: Add FEAT_NV2p1 detection  KVM: arm64: Expose FEAT_NV2p1 to NV guests  KVM: arm64: Relax CNTHCTL_EL2 handling when FEAT_NV2p1 is present  ...Signed-off-by: Oliver Upton &lt;oupton@kernel.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Wed, 19 Aug 2026 21:27:53 +0200</pubDate>
        <dc:creator>Oliver Upton &lt;oupton@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>637315cb400eed1dbe721954fea437a61a2d65b2 - Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#637315cb400eed1dbe721954fea437a61a2d65b2</link>
        <description>Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.3- Svadu/Zicfiss/Zicfilp FWFT support for Guest- Use try_cmpxchg for IMSIC MRIF RMW- More arch-specific tracepoints in KVM RISC-V- Eager Page Splitting for KVM RISC-V- Optimize hfence request handling for SMP Guests- Improve dirty log clearing by skipping zero bits in mask- Guard HFENCE range loops against overflow- CPU PM notifiers in KVM RISC-V for non-retentive idle states- Fix kernel-mode vector context save/restore for Guest

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Tue, 18 Aug 2026 13:07:31 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9809bdf151e2e92981ee2bd45bde1e0477c933a5 - arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#9809bdf151e2e92981ee2bd45bde1e0477c933a5</link>
        <description>arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3FEAT_NV3 introduces 4 new HCRX_EL2 control bits. Describe themin the sysreg file.Signed-off-by: Marc Zyngier &lt;maz@kernel.org&gt;Reviewed-by: Joey Gouly &lt;joey.gouly@arm.com&gt;Link: https://patch.msgid.link/20260730071022.296811-15-maz@kernel.orgSigned-off-by: Oliver Upton &lt;oupton@kernel.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Thu, 30 Jul 2026 09:10:07 +0200</pubDate>
        <dc:creator>Marc Zyngier &lt;maz@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7c81d7c4ef6e3d9d3c8796c1f0947a2716140f5f - arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#7c81d7c4ef6e3d9d3c8796c1f0947a2716140f5f</link>
        <description>arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2FEAT_NV3 introduces a new register that contains the HCR_EL2 valueexposed to a NV guest. As such, it has the exact same layout asHCR_EL2.Describe NVHCR_EL2 as a mapping to HCR_EL2.Reviewed-by: Yuan Yao &lt;yaoyuan@linux.alibaba.com&gt;Signed-off-by: Marc Zyngier &lt;maz@kernel.org&gt;Link: https://patch.msgid.link/20260730071022.296811-14-maz@kernel.orgSigned-off-by: Oliver Upton &lt;oupton@kernel.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Thu, 30 Jul 2026 09:10:06 +0200</pubDate>
        <dc:creator>Marc Zyngier &lt;maz@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fed0a1e87c283be0334f939879e890419a648f19 - KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#fed0a1e87c283be0334f939879e890419a648f19</link>
        <description>KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisationHCRX_EL2.SRMASKEn is a new bit enabling FEAT_SRMASK for a guest.We don&apos;t plan to support it any time soon, but it doesn&apos;t hurt toactively document it, specially as we are going to add more bitswe actually care about.Signed-off-by: Marc Zyngier &lt;maz@kernel.org&gt;Link: https://patch.msgid.link/20260730071022.296811-6-maz@kernel.orgSigned-off-by: Oliver Upton &lt;oupton@kernel.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Thu, 30 Jul 2026 09:09:58 +0200</pubDate>
        <dc:creator>Marc Zyngier &lt;maz@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1441f717ab5c9b6b476effc8b62a57a39c27b809 - arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#1441f717ab5c9b6b476effc8b62a57a39c27b809</link>
        <description>arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON releaseID_AA64MMFR4_EL1 has gained a few fields and enum values in the pastfew months, so resync its definition with the 2026-03 JSON release.Signed-off-by: Marc Zyngier &lt;maz@kernel.org&gt;Reviewed-by: Joey Gouly &lt;joey.gouly@arm.com&gt;Link: https://patch.msgid.link/20260730071022.296811-3-maz@kernel.orgSigned-off-by: Oliver Upton &lt;oupton@kernel.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Thu, 30 Jul 2026 09:09:55 +0200</pubDate>
        <dc:creator>Marc Zyngier &lt;maz@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>775553d19b163446c38c5ff24dd0a01065376932 - Merge 7.2-rc3 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#775553d19b163446c38c5ff24dd0a01065376932</link>
        <description>Merge 7.2-rc3 into char-misc-nextResolves the merge conflicts in:	drivers/android/binder/node.rs	drivers/android/binder/process.rsAs done by linux-nextReported-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Tue, 14 Jul 2026 17:13:01 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c1d4ce2d9eaeccd7e8aef7ec1109df49eaf4f503 - Merge 7.2-rc3 into tty-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#c1d4ce2d9eaeccd7e8aef7ec1109df49eaf4f503</link>
        <description>Merge 7.2-rc3 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/arch/arm64/tools/sysreg</description>
        <pubDate>Mon, 13 Jul 2026 07:11:57 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b60af0b9e752aa77f29daac026dd2314cc2a0bb0 - Merge 7.2-rc3 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#b60af0b9e752aa77f29daac026dd2314cc2a0bb0</link>
        <description>Merge 7.2-rc3 into usb-nextWe need the USB fixes in here as well to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Mon, 13 Jul 2026 07:09:28 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0438c40ea4e369b721c8918255e93fdcbbe44553 - Merge 7.2-rc3 into staging-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#0438c40ea4e369b721c8918255e93fdcbbe44553</link>
        <description>Merge 7.2-rc3 into staging-nextWe need the staging fixes in here, and it resolves a merge conflict in:	drivers/staging/rtl8723bs/core/rtw_mlme_ext.cSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Mon, 13 Jul 2026 07:06:36 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4b9c548d9bf16f46d75db79f192506e9929eb3ec - Merge branch &apos;mm-stable-6d098029de09&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm into kho-scratch</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#4b9c548d9bf16f46d75db79f192506e9929eb3ec</link>
        <description>Merge branch &apos;mm-stable-6d098029de09&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm into kho-scratch

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Thu, 30 Jul 2026 09:53:28 +0200</pubDate>
        <dc:creator>Mike Rapoport (Microsoft) &lt;rppt@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b56de9f26245c45bb5cb140fefd287b371b7e28d - Merge tag &apos;perf-tools-fixes-for-v7.2-1-2026-07-25&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#b56de9f26245c45bb5cb140fefd287b371b7e28d</link>
        <description>Merge tag &apos;perf-tools-fixes-for-v7.2-1-2026-07-25&apos; into perf-tools-nextperf tools fixes for v7.2.- Update header copies of kernel headers, including const.h, fs.h,  perf_event.h, gfp_types.h, kvm.h, cpufeatures.h, rtnetlink.hp,  msr-index.h, drm.h and socket.h.- Add some build files related to BPF skels to .gitignore.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Wed, 29 Jul 2026 07:11:23 +0200</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c44e278ce02efd0c4be79a8eda1ea6885c1ce5ec - BackMerge tag &apos;v7.2&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#c44e278ce02efd0c4be79a8eda1ea6885c1ce5ec</link>
        <description>BackMerge tag &apos;v7.2&apos; into drm-nextLinux 7.2There was a lot of conflicts this round between fixes and next,and I&apos;d like to get the merge resolutions that we have in drm-tip.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Thu, 20 Aug 2026 02:58:44 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>86ae5b515f2d1f4b673f3668a9e8bd22d95dac4d - mlx5: Deprecate latency-sensitive QPs feature</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#86ae5b515f2d1f4b673f3668a9e8bd22d95dac4d</link>
        <description>mlx5: Deprecate latency-sensitive QPs featureNew HW no longer implements a separate class for latency-sensitive QPsand advertises this by a new cap bit.Signed-off-by: Leon Romanovsky &lt;leon@kernel.org&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Mon, 27 Jul 2026 08:37:29 +0200</pubDate>
        <dc:creator>Leon Romanovsky &lt;leon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/tools/sysreg#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/arm64/tools/sysreg</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
