<?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>38efe5a9 - powerpc: Remove PPC_PMI and driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#38efe5a9</link>
        <description>powerpc: Remove PPC_PMI and driverCONFIG_PPC_PMI is no longer selectable now that PPC_IBM_CELL_BLADE hasbeen removed, via the dependency on PPC_IBM_CELL_POWERBUTTON.So remove it and the driver, and the pmi.h header which it was the onlyuser of.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Link: https://patch.msgid.link/20241218105523.416573-3-mpe@ellerman.id.au

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Wed, 18 Dec 2024 10:54:51 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>c330b50d - powerpc/Makefile: Remove bits related to the previous use of -mcmodel=large</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#c330b50d</link>
        <description>powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeAll supported compilers today (gcc v5.1+ and clang v11+) have support for-mcmodel=medium. As such, NO_MINIMAL_TOC is no longer being set. RemoveNO_MINIMAL_TOC as well as the fallback to -mminimal-toc.Reviewed-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Naveen N Rao &lt;naveen@kernel.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240110141237.3179199-1-naveen@kernel.org

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Wed, 10 Jan 2024 14:12:37 +0000</pubDate>
        <dc:creator>Naveen N Rao &lt;naveen@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>dc21ed2a - powerpc/85xx: Remove FSL_85XX_CACHE_SRAM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#dc21ed2a</link>
        <description>powerpc/85xx: Remove FSL_85XX_CACHE_SRAMCONFIG_FSL_85XX_CACHE_SRAM is an option that is notuser selectable and which is not selected by any drivernor any defconfig.Remove it and all associated code.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/9949813a6b758903b7bee910f798ba2ca82ff8ee.1648720908.git.christophe.leroy@csgroup.eu

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Thu, 31 Mar 2022 10:03:06 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>7ade8495 - powerpc: Remove Xilinx PPC405/PPC440 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#7ade8495</link>
        <description>powerpc: Remove Xilinx PPC405/PPC440 supportThe latest Xilinx design tools called ISE and EDK has been released inOctober 2013. New tool doesn&apos;t support any PPC405/PPC440 new designs.These platforms are no longer supported and tested.PowerPC 405/440 port is orphan from 2013 bycommit cdeb89943bfc (&quot;MAINTAINERS: Fix incorrect status tag&quot;) andcommit 19624236cce1 (&quot;MAINTAINERS: Update Grant&apos;s email address and maintainership&quot;)that&apos;s why it is time to remove the support fot these platforms.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/8c593895e2cb57d232d85ce4d8c3a1aa7f0869cc.1590079968.git.christophe.leroy@csgroup.eu

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Thu, 21 May 2020 16:55:52 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>8795a739 - powerpc/sysdev: drop simple gpio</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#8795a739</link>
        <description>powerpc/sysdev: drop simple gpioThere is a config item CONFIG_SIMPLE_GPIO whichprovides simple memory mapped GPIOs specific to powerpc.However, the only platform which selects this option ismpc5200, and this platform doesn&apos;t use it.There are three boards calling simple_gpiochip_init(), butas they don&apos;t select CONFIG_SIMPLE_GPIO, this is just a nop.Simple_gpio is just redundant with the generic MMIO GPIOdriver which can be found in driver/gpio/ and selected viaCONFIG_GPIO_GENERIC_PLATFORM, so drop simple_gpio driver.Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/bf930402613b41b42d0441b784e0cc43fc18d1fb.1572529632.git.christophe.leroy@c-s.fr

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Thu, 31 Oct 2019 13:47:30 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>08a456aa - powerpc/powernv: Move SCOM access code into powernv platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#08a456aa</link>
        <description>powerpc/powernv: Move SCOM access code into powernv platformThe powernv platform is the only one that directly accesses SCOMs.Move the support code to platforms/powernv, and get rid of thePPC_SCOM Kconfig option, as SCOM support is always selected whencompiling for powernv.This also means that the Kconfig item for CONFIG_SCOM_DEBUGFS willshow up in menuconfig in the platform menu, rather than at the root,which is a much better location.Signed-off-by: Andrew Donnellan &lt;ajd@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20190509051119.7694-1-ajd@linux.ibm.com

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Thu, 09 May 2019 05:11:15 +0000</pubDate>
        <dc:creator>Andrew Donnellan &lt;ajd@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>4128a89a - powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#4128a89a</link>
        <description>powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxOnly 8xx selects CPM1 and related CONFIG options are alreadyin platforms/8xx/KconfigMove the related C files to platforms/8xx/.Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;[mpe: Minor formatting fixes]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Fri, 14 Jun 2019 06:41:38 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>d7cceda9 - powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#d7cceda9</link>
        <description>powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Today we have:config PPC_BOOK3S_32	bool &quot;512x/52xx/6xx/7xx/74xx/82xx/83xx/86xx&quot;	[depends on PPC32 within a choice]config PPC_BOOK3S	def_bool y	depends on PPC_BOOK3S_32 || PPC_BOOK3S_64config 6xx	def_bool y	depends on PPC32 &amp;&amp; PPC_BOOK3S6xx is therefore redundant with PPC_BOOK3S_32.In order to make the code clearer, lets use preferably PPC_BOOK3S_32.This will allow to remove CONFIG_6xx in a later patch.Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Sat, 17 Nov 2018 10:24:56 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>23ad1a27 - powerpc: Add -Werror at arch/powerpc level</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#23ad1a27</link>
        <description>powerpc: Add -Werror at arch/powerpc levelBack when I added -Werror in commit ba55bd74360e (&quot;powerpc: Addconfigurable -Werror for arch/powerpc&quot;) I did it by adding it to mostof the arch Makefiles.At the time we excluded math-emu, because apparently it didn&apos;t buildcleanly. But that seems to have been fixed somewhere in the interim.So move the -Werror addition to the top-level of the arch, this savesus from repeating it in every Makefile and means we won&apos;t forget toadd it to any new sub-dirs.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Wed, 10 Oct 2018 05:13:06 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>badf436f - powerpc/Makefiles: Convert ifeq to ifdef where possible</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#badf436f</link>
        <description>powerpc/Makefiles: Convert ifeq to ifdef where possibleIn Makefiles if we&apos;re testing a CONFIG_FOO symbol for equality with &apos;y&apos;we can instead just use ifdef. The latter reads easily, so convert toit where possible.Signed-off-by: Rodrigo R. Galvao &lt;rosattig@linux.vnet.ibm.com&gt;Reviewed-by: Mauro S. M. Rodrigues &lt;maurosr@linux.vnet.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Mon, 06 Aug 2018 16:42:03 +0000</pubDate>
        <dc:creator>Rodrigo R. Galvao &lt;rosattig@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>04debf21 - powerpc: Remove core support for Marvell mv64x60 hostbridges</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#04debf21</link>
        <description>powerpc: Remove core support for Marvell mv64x60 hostbridgesThere are no longer any platforms that use Marvell&apos;s mv64x60hostbridges so remove the supporting kernel code.CC: Dale Farnsworth &lt;dale@farnsworth.org&gt;Signed-off-by: Mark Greer &lt;mgreer@animalcreek.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Fri, 06 Apr 2018 01:17:20 +0000</pubDate>
        <dc:creator>Mark Greer &lt;mgreer@animalcreek.com&gt;</dc:creator>
    </item>
<item>
        <title>1d65b1c8 - powerpc/cell: Remove axonram driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#1d65b1c8</link>
        <description>powerpc/cell: Remove axonram driverThe QS21/22 IBM Cell blades had a southbridge chip called Axon. Thiscould have DDR DIMMs attached to it, though they were not directlyusable as RAM, instead they could be used as some sort of buffer, ifapplications were written specifically to use the block deviceprovided by the driver.Although the driver supposedly had direct access support, it wasapparently never tested (see commit 91117a20245b (&quot;axonram: Fix bug indirect_access&quot;)).These machines have not been available for over 5 years, and werenever widely in use. It seems highly unlikely anyone is using thisdriver.In general we&apos;re happy to leave old drivers in the tree, but becauseDAX is involved this driver is caught up in the ongoing work in thatarea, but none of the DAX folks are able to test it.So remove the driver, if any one *is* using it, we&apos;ll be happy to putit back.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Thu, 02 Nov 2017 23:56:32 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>c095ff93 - powerpc/sysdev: change CPM GPIO to platform_device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#c095ff93</link>
        <description>powerpc/sysdev: change CPM GPIO to platform_deviceSince commit 9427ecbed46cc (&quot;gpio: Rework of_gpiochip_set_names()to use device property accessors&quot;), gpio chips have to have aparent, otherwise devprop_gpiochip_set_names() prematurely existswith message &quot;GPIO chip parent is NULL&quot; and doesn&apos;t proceed&apos;gpio-line-names&apos; DT property.This patch wraps the CPM GPIO into a platform driver to allowassignment of the parent device.Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;Signed-off-by: Scott Wood &lt;oss@buserror.net&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Wed, 13 Dec 2017 11:26:23 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>de41ef6e - powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#de41ef6e</link>
        <description>powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xxmpc8xx_pic.c is dedicated to the 8xx, so move it to platform/8xxSigned-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Tue, 08 Aug 2017 11:58:48 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>ea16e83a - powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#ea16e83a</link>
        <description>powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xxTo remain consistent with what is done with CPM2, let&apos;s linkCPM1 related parts to CONFIG_CPM1 instead of CONFIG_8xxWhen something depends on both CPM1 and CPM2 we associate itwith CONFIG_CPMSigned-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Tue, 08 Aug 2017 11:58:46 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>bfa9a2eb - powerpc/4xx: Create 4xx pseudo-platform in platforms/4xx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#bfa9a2eb</link>
        <description>powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxWe have a lot of code in sysdev for supporting 4xx, ie. either 40x or44x. Instead it would be cleaner if it was all in platforms/4xx.This is slightly odd in that we don&apos;t actually define any machines inthe 4xx platform, as is usual for a platform directory. But still itseems like a better result to have all this related code in a directoryby itself.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Tue, 08 Aug 2017 06:39:20 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>243e2511 - powerpc/xive: Native exploitation of the XIVE interrupt controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#243e2511</link>
        <description>powerpc/xive: Native exploitation of the XIVE interrupt controllerThe XIVE interrupt controller is the new interrupt controllerfound in POWER9. It supports advanced virtualization capabilitiesamong other things.Currently we use a set of firmware calls that simulate the old&quot;XICS&quot; interrupt controller but this is fairly inefficient.This adds the framework for using XIVE along with a nativebackend which OPAL for configuration. Later, a backend allowingthe use in a KVM or PowerVM guest will also be provided.This disables some fast path for interrupts in KVM when XIVE isenabled as these rely on the firmware emulation code which is nolonger available when the XIVE is used natively by Linux.A latter patch will make KVM also directly exploit the XIVE, thusrecovering the lost performance (and more).Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;[mpe: Fixup pr_xxx(&quot;XIVE:&quot;...), don&apos;t split pr_xxx() strings, tweak Kconfig so XIVE_NATIVE selects XIVE and depends on POWERNV, fix build errors when SMP=n, fold in fixes from Ben:   Don&apos;t call cpu_online() on an invalid CPU number   Fix irq target selection returning out of bounds cpu#   Extra sanity checks on cpu numbers ]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Wed, 05 Apr 2017 07:54:50 +0000</pubDate>
        <dc:creator>Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;</dc:creator>
    </item>
<item>
        <title>d17799f9 - powerpc/rcpm: add RCPM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#d17799f9</link>
        <description>powerpc/rcpm: add RCPM driverThere is a RCPM (Run Control/Power Management) in Freescale QorIQseries processors. The device performs tasks associated with devicerun control and power management.The driver implements some features: mask/unmask irq, enter/exit lowpower states, freeze time base, etc.Signed-off-by: Chenhui Zhao &lt;chenhui.zhao@freescale.com&gt;Signed-off-by: Tang Yuantian &lt;Yuantian.Tang@freescale.com&gt;[scottwood: remove __KERNEL__ ifdef]Signed-off-by: Scott Wood &lt;oss@buserror.net&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Fri, 20 Nov 2015 09:13:59 +0000</pubDate>
        <dc:creator>chenhui zhao &lt;chenhui.zhao@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>7aa1aa6e - QE: Move QE from arch/powerpc to drivers/soc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/sysdev/Makefile#7aa1aa6e</link>
        <description>QE: Move QE from arch/powerpc to drivers/socls1 has qe and ls1 has arm cpu.move qe from arch/powerpc to drivers/soc/fslto adapt to powerpc and armSigned-off-by: Zhao Qiang &lt;qiang.zhao@freescale.com&gt;Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;

            List of files:
            /linux-6.15/arch/powerpc/sysdev/Makefile</description>
        <pubDate>Mon, 30 Nov 2015 02:48:57 +0000</pubDate>
        <dc:creator>Zhao Qiang &lt;qiang.zhao@freescale.com&gt;</dc:creator>
    </item>
</channel>
</rss>
