<?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>70288405 - x86/resctrl: Allow an architecture to disable pseudo lock</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile#70288405</link>
        <description>x86/resctrl: Allow an architecture to disable pseudo lockPseudo-lock relies on knowledge of the micro-architecture to disableprefetchers etc.On arm64 these controls are typically secure only, meaning Linux can&apos;t accessthem. Arm&apos;s cache-lockdown feature works in a very different way. Resctrl&apos;spseudo-lock isn&apos;t going to be used on arm64 platforms.Add a Kconfig symbol that can be selected by the architecture. This enables ordisables building of the pseudo_lock.c file, and replaces the functions withstubs. An additional IS_ENABLED() check is needed in rdtgroup_mode_write() sothat attempting to enable pseudo-lock reports an &quot;Unknown or unsupported mode&quot;to user-space via the last_cmd_status file.Signed-off-by: James Morse &lt;james.morse@arm.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Reviewed-by: Shaopeng Tan &lt;tan.shaopeng@jp.fujitsu.com&gt;Reviewed-by: Tony Luck &lt;tony.luck@intel.com&gt;Reviewed-by: Reinette Chatre &lt;reinette.chatre@intel.com&gt;Reviewed-by: Fenghua Yu &lt;fenghuay@nvidia.com&gt;Reviewed-by: Babu Moger &lt;babu.moger@amd.com&gt;Tested-by: Carl Worth &lt;carl@os.amperecomputing.com&gt; # arm64Tested-by: Shaopeng Tan &lt;tan.shaopeng@jp.fujitsu.com&gt;Tested-by: Peter Newman &lt;peternewman@google.com&gt;Tested-by: Amit Singh Tomar &lt;amitsinght@marvell.com&gt; # arm64Tested-by: Shanker Donthineni &lt;sdonthineni@nvidia.com&gt; # arm64Tested-by: Babu Moger &lt;babu.moger@amd.com&gt;Link: https://lore.kernel.org/r/20250311183715.16445-25-james.morse@arm.com

            List of files:
            /linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile</description>
        <pubDate>Tue, 11 Mar 2025 18:37:09 +0000</pubDate>
        <dc:creator>James Morse &lt;james.morse@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>e6d42931 - x86/resctrl: Avoid confusion over the new X86_RESCTRL config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile#e6d42931</link>
        <description>x86/resctrl: Avoid confusion over the new X86_RESCTRL config&quot;Resource Control&quot; is a very broad term for this CPU feature, and a termthat is also associated with containers, cgroups etc. This can easilycause confusion.Make the user prompt more specific. Match the config symbol name. [ bp: In the future, the corresponding ARM arch-specific code will be   under ARM_CPU_RESCTRL and the arch-agnostic bits will be carved out   under the CPU_RESCTRL umbrella symbol. ]Signed-off-by: Johannes Weiner &lt;hannes@cmpxchg.org&gt;Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Cc: Babu Moger &lt;Babu.Moger@amd.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: &quot;H. Peter Anvin&quot; &lt;hpa@zytor.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: James Morse &lt;james.morse@arm.com&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: &quot;Kirill A. Shutemov&quot; &lt;kirill.shutemov@linux.intel.com&gt;Cc: linux-doc@vger.kernel.orgCc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Pu Wen &lt;puwen@hygon.cn&gt;Cc: Reinette Chatre &lt;reinette.chatre@intel.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Tony Luck &lt;tony.luck@intel.com&gt;Cc: x86-ml &lt;x86@kernel.org&gt;Link: https://lkml.kernel.org/r/20190130195621.GA30653@cmpxchg.org

            List of files:
            /linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile</description>
        <pubDate>Tue, 29 Jan 2019 22:44:36 +0000</pubDate>
        <dc:creator>Johannes Weiner &lt;hannes@cmpxchg.org&gt;</dc:creator>
    </item>
<item>
        <title>90802938 - x86/cache: Rename config option to CONFIG_X86_RESCTRL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile#90802938</link>
        <description>x86/cache: Rename config option to CONFIG_X86_RESCTRLCONFIG_RESCTRL is too generic. The final goal is to have a genericoption called like this which is selected by the arch-specific onesCONFIG_X86_RESCTRL and CONFIG_ARM64_RESCTRL. The generic one willcover the resctrl filesystem and other generic and shared bits offunctionality.Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Suggested-by: Ingo Molnar &lt;mingo@kernel.org&gt;Requested-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Babu Moger &lt;babu.moger@amd.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: James Morse &lt;james.morse@arm.com&gt;Cc: Reinette Chatre &lt;reinette.chatre@intel.com&gt;Cc: Tony Luck &lt;tony.luck@intel.com&gt;Cc: x86@kernel.orgLink: http://lkml.kernel.org/r/20190108171401.GC12235@zn.tnic

            List of files:
            /linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile</description>
        <pubDate>Tue, 08 Jan 2019 16:38:29 +0000</pubDate>
        <dc:creator>Borislav Petkov &lt;bp@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6fe07ce3 - x86/resctrl: Rename the config option INTEL_RDT to RESCTRL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile#6fe07ce3</link>
        <description>x86/resctrl: Rename the config option INTEL_RDT to RESCTRLThe resource control feature is supported by both Intel and AMD. So,rename CONFIG_INTEL_RDT to the vendor-neutral CONFIG_RESCTRL.Now CONFIG_RESCTRL will be used for both Intel and AMD to enableResource Control support. Update the texts in config and conditionaccordingly. [ bp: Simplify Kconfig text. ]Signed-off-by: Babu Moger &lt;babu.moger@amd.com&gt;Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Andy Lutomirski &lt;luto@kernel.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Brijesh Singh &lt;brijesh.singh@amd.com&gt;Cc: &quot;Chang S. Bae&quot; &lt;chang.seok.bae@intel.com&gt;Cc: David Miller &lt;davem@davemloft.net&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Cc: Dmitry Safonov &lt;dima@arista.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: &quot;H. Peter Anvin&quot; &lt;hpa@zytor.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jann Horn &lt;jannh@google.com&gt;Cc: Joerg Roedel &lt;jroedel@suse.de&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Josh Poimboeuf &lt;jpoimboe@redhat.com&gt;Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Cc: &quot;Kirill A. Shutemov&quot; &lt;kirill.shutemov@linux.intel.com&gt;Cc: &lt;linux-doc@vger.kernel.org&gt;Cc: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Cc: Paolo Bonzini &lt;pbonzini@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Cc: Pu Wen &lt;puwen@hygon.cn&gt;Cc: &lt;qianyue.zj@alibaba-inc.com&gt;Cc: &quot;Rafael J. Wysocki&quot; &lt;rafael@kernel.org&gt;Cc: Reinette Chatre &lt;reinette.chatre@intel.com&gt;Cc: Rian Hunter &lt;rian@alum.mit.edu&gt;Cc: Sherry Hurwitz &lt;sherry.hurwitz@amd.com&gt;Cc: Suravee Suthikulpanit &lt;suravee.suthikulpanit@amd.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Thomas Lendacky &lt;Thomas.Lendacky@amd.com&gt;Cc: Tony Luck &lt;tony.luck@intel.com&gt;Cc: Vitaly Kuznetsov &lt;vkuznets@redhat.com&gt;Cc: &lt;xiaochen.shen@intel.com&gt;Link: https://lkml.kernel.org/r/20181121202811.4492-9-babu.moger@amd.com

            List of files:
            /linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile</description>
        <pubDate>Wed, 21 Nov 2018 20:28:39 +0000</pubDate>
        <dc:creator>Babu Moger &lt;Babu.Moger@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>fa7d9493 - x86/resctrl: Rename and move rdt files to a separate directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile#fa7d9493</link>
        <description>x86/resctrl: Rename and move rdt files to a separate directoryNew generation of AMD processors add support for RDT (or QOS) features.Together, these features will be called RESCTRL. With more than onevendors supporting these features, it seems more appropriate to renamethese files.Create a new directory with the name &apos;resctrl&apos; and move all theintel_rdt files to the new directory. This way all the resctrl relatedcode resides inside one directory. [ bp: Add SPDX identifier to the Makefile ]Suggested-by: Borislav Petkov &lt;bp@suse.de&gt;Signed-off-by: Babu Moger &lt;babu.moger@amd.com&gt;Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Andy Lutomirski &lt;luto@kernel.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Brijesh Singh &lt;brijesh.singh@amd.com&gt;Cc: &quot;Chang S. Bae&quot; &lt;chang.seok.bae@intel.com&gt;Cc: David Miller &lt;davem@davemloft.net&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Cc: Dmitry Safonov &lt;dima@arista.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: &quot;H. Peter Anvin&quot; &lt;hpa@zytor.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jann Horn &lt;jannh@google.com&gt;Cc: Joerg Roedel &lt;jroedel@suse.de&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Josh Poimboeuf &lt;jpoimboe@redhat.com&gt;Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Cc: &quot;Kirill A. Shutemov&quot; &lt;kirill.shutemov@linux.intel.com&gt;Cc: &lt;linux-doc@vger.kernel.org&gt;Cc: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Cc: Paolo Bonzini &lt;pbonzini@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Cc: Pu Wen &lt;puwen@hygon.cn&gt;Cc: &lt;qianyue.zj@alibaba-inc.com&gt;Cc: &quot;Rafael J. Wysocki&quot; &lt;rafael@kernel.org&gt;Cc: Reinette Chatre &lt;reinette.chatre@intel.com&gt;Cc: Rian Hunter &lt;rian@alum.mit.edu&gt;Cc: Sherry Hurwitz &lt;sherry.hurwitz@amd.com&gt;Cc: Suravee Suthikulpanit &lt;suravee.suthikulpanit@amd.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Thomas Lendacky &lt;Thomas.Lendacky@amd.com&gt;Cc: Tony Luck &lt;tony.luck@intel.com&gt;Cc: Vitaly Kuznetsov &lt;vkuznets@redhat.com&gt;Cc: &lt;xiaochen.shen@intel.com&gt;Link: https://lkml.kernel.org/r/20181121202811.4492-2-babu.moger@amd.com

            List of files:
            /linux-6.15/arch/x86/kernel/cpu/resctrl/Makefile</description>
        <pubDate>Wed, 21 Nov 2018 20:28:25 +0000</pubDate>
        <dc:creator>Babu Moger &lt;Babu.Moger@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
