<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>509d662a - drm/amdkfd: remove kfd_pasid.c from amdgpu driver build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#509d662a</link>
        <description>drm/amdkfd: remove kfd_pasid.c from amdgpu driver buildSince kfd uses pasid values from graphic driver now do not need use kfd pasidfucntions.Signed-off-by: Xiaogang Chen &lt;xiaogang.chen@amd.com&gt;Reviewed-by: Felix Kuehling &lt;felix.kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Mon, 24 Feb 2025 22:50:50 +0000</pubDate>
        <dc:creator>Xiaogang Chen &lt;xiaogang.chen@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>47fa09b7 - drm/amdkfd: Added device queue manager files for GFX12.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#47fa09b7</link>
        <description>drm/amdkfd: Added device queue manager files for GFX12.Initial implementation, based on GFX11.v2: squash in include fix from David (Alex)Signed-off-by: David Belanger &lt;david.belanger@amd.com&gt;Reviewed-by: Harish Kasiviswanathan &lt;Harish.Kasiviswanathan@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Tue, 16 May 2023 16:27:14 +0000</pubDate>
        <dc:creator>David Belanger &lt;david.belanger@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>48f0bdf4 - drm/amdkfd: Added MQD manager files for GFX12.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#48f0bdf4</link>
        <description>drm/amdkfd: Added MQD manager files for GFX12.Initial implementation, based on GFX11.v2: Removed dbg_wa code as not needed on GFX12.v3: squash in SDMA queue fixes (Alex)v4: rebase (Alex)Signed-off-by: David Belanger &lt;david.belanger@amd.com&gt;Reviewed-by: Harish Kasiviswanathan &lt;Harish.Kasiviswanathan@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Tue, 16 May 2023 16:25:02 +0000</pubDate>
        <dc:creator>David Belanger &lt;david.belanger@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>c99a2e7a - drm/amdkfd: drop IOMMUv2 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#c99a2e7a</link>
        <description>drm/amdkfd: drop IOMMUv2 supportNow that we use the dGPU path for all APUs, drop theIOMMUv2 support.v2: drop the now unused queue manager functions for gfx7/8 APUsReviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Acked-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Tested-by: Mike Lothian &lt;mike@fireburn.co.uk&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Fri, 28 Jul 2023 16:20:12 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>12fb1ad7 - drm/amdkfd: update process interrupt handling for debug events</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#12fb1ad7</link>
        <description>drm/amdkfd: update process interrupt handling for debug eventsThe debugger must be notified by any debugger subscribed exceptionthat comes from hardware interrupts.If a debugger session exits, any exceptions it subscribed to may stillhave interrupts in the interrupt ring buffer or KGD/KFD pipeline.To prevent a new session from inheriting stale interrupts, when a newqueue is created, open an interrupt drain and allow the IH ring to drainfrom a timestamped checkpoint.  Then inject a custom IV so that oncethe custom IV is picked up by the KFD, it&apos;s safe to close the drainand proceed with queue creation.The drain must also be on debug disable as SW interrupts may stillbe processed.  Drain at this time and clear all the exception status.The debugger may also not be attached nor subscibed to certainexceptions so forward them directly to the runtime.GFX10 also requires its own IV processing, hence the creation ofkfd_int_process_v10.c.  This is because the IV from SQ interrupts arepacked into a new continguous format unlike GFX9. To make this clear,a separate interrupting handling code file was created.Signed-off-by: Jonathan Kim &lt;jonathan.kim@amd.com&gt;Reviewed-by: Felix Kuehling &lt;felix.kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Fri, 22 Apr 2022 16:26:18 +0000</pubDate>
        <dc:creator>Jonathan Kim &lt;jonathan.kim@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>0ab2d753 - drm/amdkfd: prepare per-process debug enable and disable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#0ab2d753</link>
        <description>drm/amdkfd: prepare per-process debug enable and disableThe ROCm debugger will attach to a process to debug by PTRACE and willexpect the KFD to prepare a process for the target PID, whether thetarget PID has opened the KFD device or not.This patch is to explicity handle this requirement.  Further HW modesetting and runtime coordination requirements will be handled infollowing patches.In the case where the target process has not opened the KFD device,a new KFD process must be created for the target PID.The debugger as well as the target process for this case will have notacquired any VMs so handle process restoration to correctly account forthis.To coordinate with HSA runtime, the debugger must be aware of the targetprocess&apos; runtime enablement status and will copy the runtime statusinformation into the debugged KFD process for later query.On enablement, the debugger will subscribe to a set of exceptions whereeach exception events will notify the debugger through a pollable FIFOfile descriptor that the debugger provides to the KFD to manage.Finally on process termination of either the debugger or the target,debugging must be disabled if it has not been done so.Signed-off-by: Jonathan Kim &lt;jonathan.kim@amd.com&gt;Reviewed-by: Felix Kuehling &lt;felix.kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Fri, 25 Mar 2022 18:55:30 +0000</pubDate>
        <dc:creator>Jonathan Kim &lt;jonathan.kim@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>cc009e61 - drm/amdkfd: Add KFD support for soc21 v3</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#cc009e61</link>
        <description>drm/amdkfd: Add KFD support for soc21 v3Add initial support for soc21 in KFD computedriver (Mukul)- Add new definition for soc21 device.- Add new file for amdgpu-kfd interface for GFX11 family.- Add new file for queue management, interrupt handling,  mqd management for GFX11 family in KFD driver.- Related changes/updates for soc21 device in  KFD driver.- Repurpose last 2 entries of SDMA MQD for driver use.v2: Add an optional argument into update queue operation (Mukul)v3: Switch to ip version check, replace kgd_dev with    amdgpu_device (Hawking)Signed-off-by: Mukul Joshi &lt;mukul.joshi@amd.com&gt;Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Reviewed-by: Oak Zeng &lt;Oak.Zeng@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Tue, 26 Apr 2022 17:00:11 +0000</pubDate>
        <dc:creator>Mukul Joshi &lt;mukul.joshi@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>5bdd3eb2 - drm/amdkfd: Remove unused old debugger implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#5bdd3eb2</link>
        <description>drm/amdkfd: Remove unused old debugger implementationCleanup the kfd code by removing the unused old debuggerimplementation.The address watch was only ever implemented in the upstreamdriver for GFXv7 (Kaveri). The user mode tools runtime usingthis API was never open-sourced. Work on the old debuggerprototype that used this API has been discontinued years ago.Only a small piece of resetting wavefronts is kept andis moved to kfd_device_queue_manager.c.Signed-off-by: Mukul Joshi &lt;mukul.joshi@amd.com&gt;Reviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Fri, 04 Feb 2022 16:58:32 +0000</pubDate>
        <dc:creator>Mukul Joshi &lt;mukul.joshi@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>4ab159d2 - drm/amdkfd: Add CONFIG_HSA_AMD_SVM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#4ab159d2</link>
        <description>drm/amdkfd: Add CONFIG_HSA_AMD_SVMControl whether to build SVM support into amdgpu with a Kconfig option.This makes it easier to disable it in production kernels if this newfeature causes problems in production environments.Use &quot;depends on&quot; instead of &quot;select&quot; for DEVICE_PRIVATE, as isrecommended for visible options.Reviewed-by: Philip Yang &lt;Philip.Yang@amd.com&gt;Signed-off-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Mon, 29 Mar 2021 22:49:12 +0000</pubDate>
        <dc:creator>Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>814ab993 - drm/amdkfd: register HMM device private zone</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#814ab993</link>
        <description>drm/amdkfd: register HMM device private zoneRegister vram memory as MEMORY_DEVICE_PRIVATE type resource, toallocate vram backing pages for page migration.Signed-off-by: Philip Yang &lt;Philip.Yang@amd.com&gt;Reviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Fri, 07 Feb 2020 20:34:33 +0000</pubDate>
        <dc:creator>Philip Yang &lt;Philip.Yang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>42de677f - drm/amdkfd: register svm range</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#42de677f</link>
        <description>drm/amdkfd: register svm rangesvm range structure stores the range start address, size, attributes,flags, prefetch location and gpu bitmap which indicates which GPU thisrange maps to. Same virtual address is shared by CPU and GPUs.Process has svm range list which uses both interval tree and list tostore all svm ranges registered by the process. Interval tree is used byGPU vm fault handler and CPU page fault handler to get svm rangestructure from the specific address. List is used to scan all ranges ineviction restore work.No overlap range interval [start, last] exist in svms object intervaltree. If process registers new range which has overlap with old range,the old range split into 2 ranges depending on the overlap happens athead or tail part of old range.Apply attributes preferred location, prefetch location, mapping flags,migration granularity to svm range, store mapping gpu index into bitmap.Signed-off-by: Philip Yang &lt;Philip.Yang@amd.com&gt;Signed-off-by: Alex Sierra &lt;alex.sierra@amd.com&gt;Reviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Thu, 06 Feb 2020 18:43:56 +0000</pubDate>
        <dc:creator>Philip Yang &lt;Philip.Yang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>938a0650 - drm/amdkfd: Provide SMI events watch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#938a0650</link>
        <description>drm/amdkfd: Provide SMI events watchWhen the compute is malfunctioning or performance drops, the system adminwill use SMI (System Management Interface) tool to monitor/diagnostic whatwent wrong. This patch provides an event watch interface for the userspace to register devices and subscribe events they are interested. Afterregistered, the user can use annoymous file descriptor&apos;s poll functionwith wait-time specified and wait for events to happen. Once an eventhappens, the user can use read() to retrieve information related to theevent.VM fault event is done in this patch.v2: - remove UNREGISTER and add event ENABLE/DISABLE    - correct kfifo usage    - move event message API to kfd_ioctl.hv3: send the event msg in text than in binaryv4: support multiple clientsv5: move events enablement from ioctl to fd writev6: sparse fixSigned-off-by: Amber Lin &lt;Amber.Lin@amd.com&gt;Reviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Wed, 13 May 2020 12:19:29 +0000</pubDate>
        <dc:creator>Amber Lin &lt;Amber.Lin@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>594d0c90 - drm/amdkfd: Rename kfd_kernel_queue_*.c to kfd_packet_manager_*.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#594d0c90</link>
        <description>drm/amdkfd: Rename kfd_kernel_queue_*.c to kfd_packet_manager_*.cAfter the recent cleanup, the functionalities provided by the previouskfd_kernel_queue_*.c are actually all packet manager related. So renamethem to reflect that.Signed-off-by: Yong Zhao &lt;Yong.Zhao@amd.com&gt;Reviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Wed, 13 Nov 2019 22:03:11 +0000</pubDate>
        <dc:creator>Yong Zhao &lt;Yong.Zhao@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>84ce6c48 - drm/amdkfd: Merge CIK kernel queue functions into VI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#84ce6c48</link>
        <description>drm/amdkfd: Merge CIK kernel queue functions into VIThe only difference that CIK kernel queue functions are different fromVI is avoid allocating eop_mem. We can achieve that by using a ifcondition.Signed-off-by: Yong Zhao &lt;Yong.Zhao@amd.com&gt;Reviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Fri, 08 Nov 2019 04:18:04 +0000</pubDate>
        <dc:creator>Yong Zhao &lt;Yong.Zhao@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>5d4634b5 - drm/amdkfd: Use kernel queue v9 functions for v10</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#5d4634b5</link>
        <description>drm/amdkfd: Use kernel queue v9 functions for v10The kernel queue functions for v9 and v10 are the same exceptpm_map_process_v* which have small difference, so they should be reused.This eliminates the need of reapplying several patches which wereapplied on v9 but not on v10, such as bigger GWS and more than 2SDMA engine support which were introduced on Arcturus.Signed-off-by: Yong Zhao &lt;Yong.Zhao@amd.com&gt;Reviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Wed, 30 Oct 2019 23:22:11 +0000</pubDate>
        <dc:creator>Yong Zhao &lt;Yong.Zhao@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>14328aa5 - drm/amdkfd: Add navi10 support to amdkfd. (v3)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#14328aa5</link>
        <description>drm/amdkfd: Add navi10 support to amdkfd. (v3)KFD (kernel fusion driver) is the kernel driverfor the compute backend for usermode computestack.v2: squash in updates (Alex)v3: squash in rebase fixes (Alex)Signed-off-by: Oak Zeng &lt;Oak.Zeng@amd.com&gt;Signed-off-by: Philip Cox &lt;Philip.Cox@amd.com&gt;Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Signed-off-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Thu, 30 May 2019 04:03:45 +0000</pubDate>
        <dc:creator>Philip Cox &lt;Philip.Cox@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>04d5e276 - drm/amdgpu: Merge amdkfd into amdgpu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#04d5e276</link>
        <description>drm/amdgpu: Merge amdkfd into amdgpuSince KFD is only supported by single GPU driver, it makes sense to mergeamdgpu and amdkfd into one module. This patch is the initial step: mergeKconfig and Makefile.v2: also remove kfd from drm KconfigSigned-off-by: Amber Lin &lt;Amber.Lin@amd.com&gt;Acked-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Reviewed-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Wed, 22 Aug 2018 20:48:50 +0000</pubDate>
        <dc:creator>Amber Lin &lt;Amber.Lin@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>ca750681 - drm/amdkfd: Add SOC15 interrupt processing support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#ca750681</link>
        <description>drm/amdkfd: Add SOC15 interrupt processing supportSigned-off-by: Shaoyun Liu &lt;Shaoyun.Liu@amd.com&gt;Signed-off-by: Oak Zeng &lt;Oak.Zeng@amd.com&gt;Signed-off-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Reviewed-by: Oded Gabbay &lt;oded.gabbay@gmail.com&gt;Signed-off-by: Oded Gabbay &lt;oded.gabbay@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Tue, 10 Apr 2018 21:33:10 +0000</pubDate>
        <dc:creator>Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>bed4f110 - drm/amdkfd: Add GFXv9 device queue manager</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#bed4f110</link>
        <description>drm/amdkfd: Add GFXv9 device queue managerSigned-off-by: John Bridgman &lt;john.bridgman@amd.com&gt;Signed-off-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Reviewed-by: Oded Gabbay &lt;oded.gabbay@gmail.com&gt;Signed-off-by: Oded Gabbay &lt;oded.gabbay@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Tue, 10 Apr 2018 21:33:09 +0000</pubDate>
        <dc:creator>Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>b91d43dd - drm/amdkfd: Add GFXv9 MQD manager</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile#b91d43dd</link>
        <description>drm/amdkfd: Add GFXv9 MQD managerSigned-off-by: John Bridgman &lt;john.bridgman@amd.com&gt;Signed-off-by: Jay Cornwall &lt;Jay.Cornwall@amd.com&gt;Signed-off-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;Reviewed-by: Oded Gabbay &lt;oded.gabbay@gmail.com&gt;Signed-off-by: Oded Gabbay &lt;oded.gabbay@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/amdkfd/Makefile</description>
        <pubDate>Tue, 10 Apr 2018 21:33:08 +0000</pubDate>
        <dc:creator>Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
