<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d6caeafa - x86/amd_nb: Move SMN access code to a new amd_node driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/amd/pmc/Kconfig#d6caeafa</link>
        <description>x86/amd_nb: Move SMN access code to a new amd_node driverSMN access was bolted into amd_nb mostly as convenience.  This haslimitations though that require incurring tech debt to keep it working.Move SMN access to the newly introduced AMD Node driver.Signed-off-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Signed-off-by: Yazen Ghannam &lt;yazen.ghannam@amd.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Acked-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt; # pdx86Acked-by: Shyam Sundar S K &lt;Shyam-sundar.S-k@amd.com&gt; # PMF, PMCLink: https://lore.kernel.org/r/20241206161210.163701-11-yazen.ghannam@amd.com

            List of files:
            /linux-6.15/drivers/platform/x86/amd/pmc/Kconfig</description>
        <pubDate>Fri, 06 Dec 2024 16:12:03 +0000</pubDate>
        <dc:creator>Mario Limonciello &lt;mario.limonciello@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>2dc77993 - platform/x86/amd/pmc: Add AMD MP2 STB functionality</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/amd/pmc/Kconfig#2dc77993</link>
        <description>platform/x86/amd/pmc: Add AMD MP2 STB functionalityAMD MP2 STB function provides a data buffer used to log debug informationabout the system execution during S2Idle suspend/resume.A data buffer known as the STB (Smart Trace Buffer) is a circular bufferwhich is a low-level log to assist in debugging by providing insightsinto any potential hangs or stalls that may occur during the S2Idlesuspend/resume processes.The current PMC driver retrieves STB data from MP1, but there can bescenarios where MP1 might hang or become unresponsive, leading to theloss of critical data present in the STB buffer. This defeats the purposeof the STB buffer, which was originally meant to help identify systemfailures.This feature creates stb_read_previous_boot debugfs allows users toretrieve the STB log from MP2 specifically from the last occurrence ofthe S2Idle suspend/resume. A userspace daemon can access STB log of lastS2Idle suspend/resume which can help to troubleshoot potential issuesrelated to hangs or stalls during the S2Idle suspend/resume sequence.Reviewed-by: Shyam Sundar S K &lt;Shyam-sundar.S-k@amd.com&gt;Signed-off-by: Basavaraj Natikar &lt;Basavaraj.Natikar@amd.com&gt;Reviewed-by: Kuppuswamy Sathyanarayanan &lt;sathyanarayanan.kuppuswamy@linux.intel.com&gt;Link: https://lore.kernel.org/r/20240404090702.325838-1-Basavaraj.Natikar@amd.comSigned-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/x86/amd/pmc/Kconfig</description>
        <pubDate>Thu, 04 Apr 2024 09:07:02 +0000</pubDate>
        <dc:creator>Basavaraj Natikar &lt;Basavaraj.Natikar@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>5ee473bb - platform/x86/amd/pmc: Fix build error with randconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/amd/pmc/Kconfig#5ee473bb</link>
        <description>platform/x86/amd/pmc: Fix build error with randconfigon x86_64:CONFIG_SUSPEND is not setCONFIG_PM is not setthis leads to build failure of the AMD PMC driver. Add a &apos;depends on&apos;in the Kconfig.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Closes: https://lore.kernel.org/lkml/5181685c-29d8-22a4-a2d7-682f26e2e031@infradead.org/Signed-off-by: Shyam Sundar S K &lt;Shyam-sundar.S-k@amd.com&gt;Tested-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Link: https://lore.kernel.org/r/20230826161213.3180194-1-Shyam-sundar.S-k@amd.comReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/x86/amd/pmc/Kconfig</description>
        <pubDate>Sat, 26 Aug 2023 16:12:13 +0000</pubDate>
        <dc:creator>Shyam Sundar S K &lt;Shyam-sundar.S-k@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>92c2fb8f - platform/x86/amd/pmc: Move PMC driver to separate directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/x86/amd/pmc/Kconfig#92c2fb8f</link>
        <description>platform/x86/amd/pmc: Move PMC driver to separate directoryWith latest commits having PMC code spread across multiple files, it wouldbe easier to maintain them in a separate directory under amd/pmc.Co-developed-by: Sanket Goswami &lt;Sanket.Goswami@amd.com&gt;Signed-off-by: Sanket Goswami &lt;Sanket.Goswami@amd.com&gt;Signed-off-by: Shyam Sundar S K &lt;Shyam-sundar.S-k@amd.com&gt;Link: https://lore.kernel.org/r/20230811112116.2279419-2-Shyam-sundar.S-k@amd.comReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/x86/amd/pmc/Kconfig</description>
        <pubDate>Fri, 11 Aug 2023 11:21:13 +0000</pubDate>
        <dc:creator>Shyam Sundar S K &lt;Shyam-sundar.S-k@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
