<?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 .mailmap</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>656a95c4a0faf9ebb8e15e7e38ade41164018c99 - Merge tag &apos;i2c-for-7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#656a95c4a0faf9ebb8e15e7e38ade41164018c99</link>
        <description>Merge tag &apos;i2c-for-7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxPull i2c fixes from Wolfram Sang: - sanitize more input parameters in the core (found by syzkaller) - usual set of driver fixes (proper completion handling, applying   quirks, correct workqueue selection...) - ID additions to simplify dependency handling - new email address for Peter Rosin* tag &apos;i2c-for-7.1-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:  i2c: smbus: reject oversized block transfers in the common path  MAINTAINERS: Update mail for Peter Rosin  i2c: stub: Reject I2C block transfers with invalid length  i2c: Compare the return value of gpiod_get_direction against GPIO_LINE_DIRECTION_OUT  i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl  i2c: acpi: Add ELAN0678 to i2c_acpi_force_100khz_device_ids  dt-bindings: i2c: apple,i2c: Add t8122 compatible  i2c: stm32f7: reinit_completion() per transfer not per msg  dt-bindings: i2c: amlogic: Add compatible for T7 SOC  i2c: testunit: Replace system_long_wq with system_dfl_long_wq

            List of files:
            /linux/.mailmap</description>
        <pubDate>Sat, 09 May 2026 17:10:07 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<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/.mailmap#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/.mailmap</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>360f61bc29085d65a24dbaaf707c802553a239fd - MAINTAINERS: Update mail for Peter Rosin</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#360f61bc29085d65a24dbaaf707c802553a239fd</link>
        <description>MAINTAINERS: Update mail for Peter RosinI&apos;m resigning from my position at Axentia.Signed-off-by: Peter Rosin &lt;peda@lysator.liu.se&gt;Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 30 Apr 2026 06:09:58 +0200</pubDate>
        <dc:creator>Peter Rosin &lt;peda@lysator.liu.se&gt;</dc:creator>
    </item>
<item>
        <title>f1a5e78a55ebf2b05777fd5eb738038ddae609d6 - Merge tag &apos;drm-fixes-2026-05-02&apos; of https://gitlab.freedesktop.org/drm/kernel</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#f1a5e78a55ebf2b05777fd5eb738038ddae609d6</link>
        <description>Merge tag &apos;drm-fixes-2026-05-02&apos; of https://gitlab.freedesktop.org/drm/kernelPull drm fixes from Dave Airlie: &quot;Fixes for rc2, the usual amdgpu/xe double header, I think xe had a  couple of weeks combined due to some maintainer access issues,  otherwise there&apos;s just a few misc fixes and documentation fixups.  core and helpers:   - calculate framebuffer geometry with format helpers   - fix docs  amdgpu:   - GFX12 fix for CONFIG_DRM_DEBUG_MM configs   - Fix DC analog support   - Userq fixes   - GART placement fix   - Aldebaran SMU fixes   - AMDGPU_INFO_READ_MMR_REG fix   - UVD 3.1 fix   - GC 6 TCC fix   - Fix root reservation in amdgpu_vm_handle_fault()   - RAS fix   - Module reload fix for APUs   - Fix build for CONFIG_DRM_FBDEV_EMULATION=n   - IGT DWB regression fix   - GC 11.5.4 fix   - VCN user fence fixes   - JPEG user fence fixes   - SMU 13.0.6 fix   - VCN 3/4 IB parser fixes   - NV3x+ dGPU vblank fix   - DCE6/8 fixes for LVDS/eDP panels without an EDID  amdkfd:   - Fix for when CONFIG_HSA_AMD is not set   - SVM fixes  xe:   - uapi: Add missing pad and extensions check   - uapi: Reject unsafe PAT indices for CPU cached memory   - Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge   - Xe3p tuning and workaround fixes   - USE drm mm instead of drm SA for CCS read/write   - Fix leaks and null derefs   - Fix Wa_18022495364  appletbdrm:   - allocate protocol buffers with kvzalloc()  dma-buf:   - fix docs  imagination:   - avoid segfault in debugfs  ofdrm:   - put PCI device reference on errors  udl:   - increase USB timeout&quot;* tag &apos;drm-fixes-2026-05-02&apos; of https://gitlab.freedesktop.org/drm/kernel: (77 commits)  drm/xe/uapi: Reject coh_none PAT index for CPU_ADDR_MIRROR  drm/xe/uapi: Reject coh_none PAT index for CPU cached memory in madvise  drm/xe/xelp: Fix Wa_18022495364  drm/xe/gsc: Fix BO leak on error in query_compatibility_version()  drm/xe/eustall: Fix drm_dev_put called before stream disable in close  drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()  drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()  drm/xe: Fix bo leak in xe_dma_buf_init_obj() on allocation failure  drm/xe/bo: Fix bo leak on GGTT flag validation in xe_bo_init_locked()  drm/xe/bo: Fix bo leak on unaligned size validation in xe_bo_init_locked()  drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_unlocked  drm/xe/vf: Use drm mm instead of drm sa for CCS read/write  drm/xe: Add memory pool with shadow support  drm/xe/debugfs: Correct printing of register whitelist ranges  drm/xe: Mark ROW_CHICKEN5 as a masked register  drm/xe/tuning: Use proper register offset for GAMSTLB_CTRL  drm/xe/xe3p_lpg: Add missing indirect ring state feature flag  drm/xe: Drop redundant rtp entries for Wa_14019988906 &amp; Wa_14019877138  drm/xe/vm: Add missing pad and extensions check  drm/xe: Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge()  ...

            List of files:
            /linux/.mailmap</description>
        <pubDate>Sat, 02 May 2026 01:56:08 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2b4d0215bec0f09bfb872e9a8aa1e1943a42d5e7 - Merge tag &apos;mm-hotfixes-stable-2026-04-30-15-39&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#2b4d0215bec0f09bfb872e9a8aa1e1943a42d5e7</link>
        <description>Merge tag &apos;mm-hotfixes-stable-2026-04-30-15-39&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull MM fixes from Andrew Morton: &quot;20 hotfixes. All are for MM (and for MMish maintainers). 9 are  cc:stable and the remainder are for post-7.0 issues or aren&apos;t deemed  suitable for backporting.  There are two DAMON series from SeongJae Park which address races  which could lead to use-after-free errors, and avoid the possibility  of presenting stale parameter values to users&quot;* tag &apos;mm-hotfixes-stable-2026-04-30-15-39&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:  mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()  mm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_retry()  MAINTAINERS: remove stale kdump project URL  mm/damon/stat: detect and use fresh enabled value  mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values  mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values  selftests/mm: specify requirement for PROC_MEM_ALWAYS_FORCE=y  mm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lock  mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lock  MAINTAINERS: update Li Wang&apos;s email address  MAINTAINERS, mailmap: update email address for Qi Zheng  MAINTAINERS: update Liam&apos;s email address  mm/hugetlb_cma: round up per_node before logging it  MAINTAINERS: fix regex pattern in CORE MM category  mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()  mm: start background writeback based on per-wb threshold for strictlimit BDIs  kho: fix error handling in kho_add_subtree()  liveupdate: fix return value on session allocation failure  mailmap: update entry for Dan Carpenter  vmalloc: fix buffer overflow in vrealloc_node_align()

            List of files:
            /linux/.mailmap</description>
        <pubDate>Fri, 01 May 2026 17:45:23 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>39436e1d91ec5000df9de4c681bdadac37ff0e36 - Merge tag &apos;drm-misc-fixes-2026-04-30&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#39436e1d91ec5000df9de4c681bdadac37ff0e36</link>
        <description>Merge tag &apos;drm-misc-fixes-2026-04-30&apos; of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesShort summary of fixes pull:DRM core and helpers:- calculate framebuffer geometry with format helpers- fix docsappletbdrm:- allocate protocol buffers with kvzalloc()dma-buf:- fix docsimagination:- avoid segfault in debugfsofdrm:- put PCI device reference on errorsudl:- increase USB timeoutSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Link: https://patch.msgid.link/20260430064521.GA14957@linux.fritz.box

            List of files:
            /linux/.mailmap</description>
        <pubDate>Fri, 01 May 2026 00:16:33 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>2aeb64a2b90da8ed1bb71d1a6dce61a11f69f3cf - MAINTAINERS: update Li Wang&apos;s email address</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#2aeb64a2b90da8ed1bb71d1a6dce61a11f69f3cf</link>
        <description>MAINTAINERS: update Li Wang&apos;s email addressUpdate my email address as my work email account is no longer in use. Also update .mailmap.Link: https://lore.kernel.org/20260423132649.31126-1-li.wang@linux.devSigned-off-by: Li Wang &lt;li.wang@linux.dev&gt;Reviewed-by: Cyril Hrubis &lt;chrubis@suse.cz&gt;Reviewed-by: Petr Vorel &lt;pvorel@suse.cz&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Jakub Kacinski &lt;kuba@kernel.org&gt;Cc: Li Wang &lt;liwang@redhat.com&gt;Cc: Martin Kepplinger &lt;martink@posteo.de&gt;Cc: Shannon Nelson &lt;sln@onemain.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 23 Apr 2026 15:26:49 +0200</pubDate>
        <dc:creator>Li Wang &lt;li.wang@linux.dev&gt;</dc:creator>
    </item>
<item>
        <title>adeeacf696b2b2e8e4a42089f09c76578b42d92f - MAINTAINERS, mailmap: update email address for Qi Zheng</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#adeeacf696b2b2e8e4a42089f09c76578b42d92f</link>
        <description>MAINTAINERS, mailmap: update email address for Qi ZhengUpdate my email address to qi.zheng@linux.dev.Link: https://lore.kernel.org/20260423071628.44044-1-qi.zheng@linux.devSigned-off-by: Qi Zheng &lt;zhengqi.arch@bytedance.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 23 Apr 2026 09:16:28 +0200</pubDate>
        <dc:creator>Qi Zheng &lt;zhengqi.arch@bytedance.com&gt;</dc:creator>
    </item>
<item>
        <title>77a50e9652ac3c669c6690088bce97d960f5fd17 - MAINTAINERS: update Liam&apos;s email address</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#77a50e9652ac3c669c6690088bce97d960f5fd17</link>
        <description>MAINTAINERS: update Liam&apos;s email addressSwitching to private email address.  Update all contact informationAdd an entry to mailmap at the same time.Link: https://lore.kernel.org/20260422184310.2682901-1-liam@infradead.orgSigned-off-by: Liam R. Howlett &lt;liam@infradead.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Wed, 22 Apr 2026 20:43:10 +0200</pubDate>
        <dc:creator>Liam R. Howlett &lt;liam@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>602655067e25030cb68c32a355ba1007a76a0c5a - mailmap: update entry for Dan Carpenter</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#602655067e25030cb68c32a355ba1007a76a0c5a</link>
        <description>mailmap: update entry for Dan CarpenterUpdate my mailmap entry to point to my current email address.Link: https://lore.kernel.org/ab2d502542c24491c191a76494717c340afb9a9b.1776691831.git.error27@gmail.comSigned-off-by: Dan Carpenter &lt;error27@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Mon, 20 Apr 2026 17:15:50 +0200</pubDate>
        <dc:creator>Dan Carpenter &lt;error27@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2454bd74cb989365edda476c4bd1c4e90eacf568 - MAINTAINERS, mailmap: update Aditya Garg&apos;s email address</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#2454bd74cb989365edda476c4bd1c4e90eacf568</link>
        <description>MAINTAINERS, mailmap: update Aditya Garg&apos;s email addressMy Outlook email address often sends emails from kernel devs to the junkfolder. Also, emails from some addresses (eg suse.de) are not receivedat all. Update the email to my alternate Proton Mail address.Signed-off-by: Aditya Garg &lt;gargaditya08@proton.me&gt;Acked-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Link: https://patch.msgid.link/20260424175846.15103-1-gargaditya08@proton.me

            List of files:
            /linux/.mailmap</description>
        <pubDate>Fri, 24 Apr 2026 19:59:14 +0200</pubDate>
        <dc:creator>Aditya Garg &lt;gargaditya08@proton.me&gt;</dc:creator>
    </item>
<item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>d13e855ee923c2ae78307bf6c354305f1406b9e2 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#d13e855ee923c2ae78307bf6c354305f1406b9e2</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesTomi needs 7.0 to apply a patch from drm-misc-fixes.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 23 Apr 2026 14:43:06 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cb4eb6771c0f8fd1c52a8f6fdec7762fb087380a - Merge tag &apos;char-misc-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#cb4eb6771c0f8fd1c52a8f6fdec7762fb087380a</link>
        <description>Merge tag &apos;char-misc-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char / misc / IIO / and others driver updates from Greg KH: &quot;Here is the char/misc/iio and other smaller driver subsystem updates  for 7.1-rc1. Lots of stuff in here, all tiny, but relevant for the  different drivers they touch. Major points in here is:   - the usual large set of new IIO drivers and updates for that     subsystem (the large majority of this diffstat)   - lots of comedi driver updates and bugfixes   - coresight driver updates   - interconnect driver updates and additions   - mei driver updates   - binder (both rust and C versions) updates and fixes   - lots of other smaller driver subsystem updates and additions  All of these have been in linux-next for a while with no reported  issues&quot;* tag &apos;char-misc-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (405 commits)  coresight: tpdm: fix invalid MMIO access issue  mei: me: add nova lake point H DID  mei: lb: add late binding version 2  mei: bus: add mei_cldev_uuid  w1: ds2490: drop redundant device reference  bus: mhi: host: pci_generic: Add Telit FE912C04 modem support  mei: csc: wake device while reading firmware status  mei: csc: support controller with separate PCI device  mei: convert PCI error to common errno  mei: trace: print return value of pci_cfg_read  mei: me: move trace into firmware status read  mei: fix idle print specifiers  mei: me: use PCI_DEVICE_DATA macro  sonypi: Convert ACPI driver to a platform one  misc: apds990x: fix all kernel-doc warnings  most: usb: Use kzalloc_objs for endpoint address array  hpet: Convert ACPI driver to a platform one  misc: vmw_vmci: Fix spelling mistakes in comments  parport: Remove completed item from to-do list  char: remove unnecessary module_init/exit functions  ...

            List of files:
            /linux/.mailmap</description>
        <pubDate>Fri, 24 Apr 2026 22:23:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2699bc6d062735f9fc430fe6dcf05b82ae8b2ab9 - Merge tag &apos;asoc-fix-v7.1-merge-window&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/.mailmap#2699bc6d062735f9fc430fe6dcf05b82ae8b2ab9</link>
        <description>Merge tag &apos;asoc-fix-v7.1-merge-window&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1A fairly small collection of fixes, device IDs and quirks that came induring the merge window, the most remarkable of which is one for SDCAboolean firmware flags which is remarkable mainly because it ispartially in regmap.

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 23 Apr 2026 09:34:28 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ce76a36223b853dcb6e76da6f1c4f745c3f3f7ba - spi: fix explicit controller deregistration</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#ce76a36223b853dcb6e76da6f1c4f745c3f3f7ba</link>
        <description>spi: fix explicit controller deregistrationJohan Hovold &lt;johan@kernel.org&gt; says:Turns out we have a few drivers that get the tear down ordering wrongalso when not using device managed registration (cf. [1] and [2]).Fix this to avoid issues like system errors due to unclocked accesses,NULL-pointer dereferences, hangs or failed I/O during duringderegistration (e.g. when powering down devices).Johan[1] https://lore.kernel.org/lkml/20260409120419.388546-2-johan@kernel.org/[2] https://lore.kernel.org/lkml/20260410081757.503099-1-johan@kernel.org/

            List of files:
            /linux/.mailmap</description>
        <pubDate>Mon, 20 Apr 2026 13:39:35 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6e5b0fac1063ba0b3c0e3fe1c605f95a3f45d440 - ASoC: SOF: Intel: NVL/NVL-S: add platform name</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#6e5b0fac1063ba0b3c0e3fe1c605f95a3f45d440</link>
        <description>ASoC: SOF: Intel: NVL/NVL-S: add platform nameBard Liao &lt;yung-chuan.liao@linux.intel.com&gt; says:The platform name will be used in the topology name.Link: https://patch.msgid.link/20260413060800.3156425-1-yung-chuan.liao@linux.intel.com

            List of files:
            /linux/.mailmap</description>
        <pubDate>Tue, 14 Apr 2026 13:47:16 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1c0220a61508d67a09a6e71eb09593a8aea61822 - Merge tag &apos;coresight-next-v7.1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#1c0220a61508d67a09a6e71eb09593a8aea61822</link>
        <description>Merge tag &apos;coresight-next-v7.1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-nextSuzuki writes:coresight: Updates for Linux v7.1CoreSight self hosted tracing subsystem updates for Linux v7.1, includes: - Fix unregistration related issues - Clean up CTI power management and sysfs code - Miscellaneous fixes - MAINTAINERS: Add Leo Yan as Reviewer - MAINTAINERS: Update Mike&apos;s email addressSigned-off-by: Suzuki K Poulose &lt;suzuki.poulose@arm.com&gt;* tag &apos;coresight-next-v7.1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/coresight/linux: (25 commits)  coresight: tpdm: fix invalid MMIO access issue  coresight: tpdm: add traceid_show for checking traceid  coresight: platform: check the availability of the endpoint before parse  coresight: cti: fix the check condition in inout_sel_store  MAINTAINERS: coresight: Add Leo Yan as Reviewer  coresight: cti: Properly handle negative offsets in cti_reg32_{show|store}()  coresight: cti: Remove hw_enabled flag  coresight: cti: Remove hw_powered flag  coresight: cti: Rename cti_active() to cti_is_active()  coresight: cti: Remove CPU power management code  coresight: cti: Access ASICCTL only when implemented  coresight: cti: Fix register reads  coresight: cti: Make spinlock usage consistent  drivers/hwtracing/coresight: remove unneeded variable in tmc_crashdata_release()  MAINTAINERS: Change e-mail address for reviewer  coresight: ctcu: fix the spin_bug  coresight: Unify bus unregistration via coresight_unregister()  coresight: Do not mix success path with failure handling  coresight: Move sink validation into etm_perf_add_symlink_sink()  coresight: Refactor sysfs connection group cleanup  ...

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 09 Apr 2026 09:21:13 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a5210135489ae7bc1ef1cb4a8157361dd7b468cd - Merge tag &apos;v7.0-rc7&apos; into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#a5210135489ae7bc1ef1cb4a8157361dd7b468cd</link>
        <description>Merge tag &apos;v7.0-rc7&apos; into char-misc-nextWe need the char/misc/iio/comedi fixes in here as well for testingSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Mon, 06 Apr 2026 09:04:53 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4e86a604dfd06402933467578c4b79f5412b2c - Merge tag &apos;v7.0-rc4&apos; into togreg</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#9e4e86a604dfd06402933467578c4b79f5412b2c</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into togregLinux 7.0-rc4Required for the ds4422 series which is build upon;5187e03b817c (&quot;iio: dac: ds4424: reject -128 RAW value&quot;)

            List of files:
            /linux/.mailmap</description>
        <pubDate>Sun, 22 Mar 2026 13:20:42 +0100</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
</channel>
</rss>
