<?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>7edd0623 - drivers/ps3: select VIDEO to provide cmdline functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#7edd0623</link>
        <description>drivers/ps3: select VIDEO to provide cmdline functionsWhen VIDEO is not set, there is a build error. Fix that by selectingVIDEO for PS3_PS3AV.ERROR: modpost: &quot;.video_get_options&quot; [drivers/ps3/ps3av_mod.ko] undefined!Fixes: dae7fbf43fd0 (&quot;driver/ps3: Include &lt;video/cmdline.h&gt; for mode parsing&quot;)Fixes: a3b6792e990d (&quot;video/cmdline: Introduce CONFIG_VIDEO for video= parameter&quot;)Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Nicholas Piggin &lt;npiggin@gmail.com&gt;Cc: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Cc: Aneesh Kumar K.V &lt;aneesh.kumar@kernel.org&gt;Cc: Naveen N. Rao &lt;naveen.n.rao@linux.ibm.com&gt;Cc: linuxppc-dev@lists.ozlabs.orgCc: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Geoff Levand &lt;geoff@infradead.org&gt;Acked-by: Geoff Levand &lt;geoff@infradead.org&gt;Cc: linux-fbdev@vger.kernel.orgCc: dri-devel@lists.freedesktop.orgSigned-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reviewed-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Acked-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240207161322.8073-1-rdunlap@infradead.org

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Wed, 07 Feb 2024 16:13:22 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>04c40eed - powerpc/ps3: move udbg_shutdown_ps3gelic prototype</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#04c40eed</link>
        <description>powerpc/ps3: move udbg_shutdown_ps3gelic prototypeAllmodconfig kernels produce a missing-prototypes warning:arch/powerpc/platforms/ps3/gelic_udbg.c:239:6: error: no previous prototype for &apos;udbg_shutdown_ps3gelic&apos; [-Werror=missing-prototypes]Move the declaration from a local header to asm/ps3.h where it can beseen from both the caller and the definition.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Geoff Levand &lt;geoff@infradead.org&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;[mpe: Drop CONFIG_PS3GELIC_UDBG to fix build error]Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20231108125843.3806765-18-arnd@kernel.org

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Wed, 08 Nov 2023 12:58:38 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>62ccae78 - powerpc: Remove remaining parts of oprofile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#62ccae78</link>
        <description>powerpc: Remove remaining parts of oprofileCommit 9850b6c69356 (&quot;arch: powerpc: Remove oprofile&quot;) removedoprofile.Remove all remaining parts of it.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/298432fe1a14c0a415760011d72c3f0999efd5e2.1657204631.git.christophe.leroy@csgroup.eu

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Thu, 07 Jul 2022 14:37:18 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>8617982d - powerpc: Fix spelling mistake &quot;mesages&quot; -&gt; &quot;messages&quot; in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#8617982d</link>
        <description>powerpc: Fix spelling mistake &quot;mesages&quot; -&gt; &quot;messages&quot; in KconfigThere is a spelling mistake in the Kconfig text. Fix it.Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/20210704093846.36972-1-colin.king@canonical.com

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Sun, 04 Jul 2021 09:38:46 +0000</pubDate>
        <dc:creator>Colin Ian King &lt;colin.king@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>e37af801 - powerpc: Move the use of irq_domain_add_nomap() behind a config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#e37af801</link>
        <description>powerpc: Move the use of irq_domain_add_nomap() behind a config optionOnly a handful of old PPC systems are still using the old &apos;nomap&apos;variant of the irqdomain library. Move the associated definitionsbehind a configuration option, which will allow us to make somemore radical changes.Signed-off-by: Marc Zyngier &lt;maz@kernel.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Sun, 04 Apr 2021 12:06:39 +0000</pubDate>
        <dc:creator>Marc Zyngier &lt;maz@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6caebff1 - powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#6caebff1</link>
        <description>powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT optionTo aid debugging, add a new PS3 kernel config optionPS3_VERBOSE_RESULT that, when enabled, will print moreverbose messages for the result of LV1 hypercalls.Signed-off-by: Geoff Levand &lt;geoff@infradead.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/0ce4b6969a08094a747bd382dbfd30b72ebc192d.1622746428.git.geoff@infradead.org

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Thu, 03 Jun 2021 19:17:01 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoff@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>eb01d42a - PCI: consolidate PCI config entry in drivers/pci</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#eb01d42a</link>
        <description>PCI: consolidate PCI config entry in drivers/pciThere is no good reason to duplicate the PCI menu in every architecture.Instead provide a selectable HAVE_PCI symbol that indicates availabilityof PCI support, and a FORCE_PCI symbol to for PCI on and the handle therest in drivers/pci.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Palmer Dabbelt &lt;palmer@sifive.com&gt;Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Paul Burton &lt;paul.burton@mips.com&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Thu, 15 Nov 2018 19:05:32 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>719736e1 - powerpc: remove redundant &apos;default n&apos; from Kconfig-s</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#719736e1</link>
        <description>powerpc: remove redundant &apos;default n&apos; from Kconfig-s&apos;default n&apos; is the default value for any bool or tristate Kconfigsetting so there is no need to write it explicitly.Also since commit f467c5640c29 (&quot;kconfig: only write &apos;# CONFIG_FOOis not set&apos; for visible symbols&quot;) the Kconfig behavior is the sameregardless of &apos;default n&apos; being present or not:    ...    One side effect of (and the main motivation for) this change is making    the following two definitions behave exactly the same:        config FOO                bool        config FOO                bool                default n    With this change, neither of these will generate a    &apos;# CONFIG_FOO is not set&apos; line (assuming FOO isn&apos;t selected/implied).    That might make it clearer to people that a bare &apos;default n&apos; is    redundant.    ...Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Tue, 09 Oct 2018 15:39:46 +0000</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&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/platforms/ps3/Kconfig#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/platforms/ps3/Kconfig</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>e5e16d8f - powerpc: Kconfig: remove BE-only platforms from LE kernel build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#e5e16d8f</link>
        <description>powerpc: Kconfig: remove BE-only platforms from LE kernel buildCurrently, little endian is only supported on powernv and pseries,however, Kconfigs still allow us to include other platforms in a LEkernel, this may result in space wasting or even build error if someBE-only platforms always assume they are built for a BE kernel. So justmodify the Kconfigs of BE-only platforms to remove them from being builtfor a LE kernel.For 32bit only platforms, nothing needs to be done, becauseCPU_LITTLE_ENDIAN depends on PPC64. For 64bit supported platforms, addCPU_BIG_ENDIAN to dependencies explicitly, so that these platforms willbe disabled for LE [Suggested-by: C&#233;dric Le Goater &lt;clg@fr.ibm.com&gt;].Signed-off-by: Boqun Feng &lt;boqun.feng@gmail.com&gt;Acked-by: Geoff Levand &lt;geoff@infradead.org&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Sun, 06 Sep 2015 23:58:00 +0000</pubDate>
        <dc:creator>Boqun Feng &lt;boqun.feng@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f6723b56 - usb: host: remove selects of USB_ARCH_HAS_?HCI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#f6723b56</link>
        <description>usb: host: remove selects of USB_ARCH_HAS_?HCIUSB_ARCH_HAS_EHCI, USB_ARCH_HAS_OHCI, and USB_ARCH_HAS_XHCI were justremoved. Selecting them is a nop. The select statements for thesesymbols can be removed too.Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Acked-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Sun, 16 Feb 2014 19:46:20 +0000</pubDate>
        <dc:creator>Paul Bolle &lt;pebolle@tiscali.nl&gt;</dc:creator>
    </item>
<item>
        <title>ec879059 - arch/powerpc/platforms/ps3: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#ec879059</link>
        <description>arch/powerpc/platforms/ps3: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.CC: Geoff Levand &lt;geoff@infradead.org&gt;CC: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;CC: Paul Mackerras &lt;paulus@samba.org&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: Geoff Levand &lt;geoff@infradead.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:16:42 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>02ec92b3 - powerpc/ps3: Minor Kconfig cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#02ec92b3</link>
        <description>powerpc/ps3: Minor Kconfig cleanupSigned-off-by: Geoff Levand &lt;geoff@infradead.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Sat, 31 Mar 2012 22:23:10 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoff@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>bdf0ccd4 - powerpc/ps3: Remove MEMORY_HOTPLUG requirement</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#bdf0ccd4</link>
        <description>powerpc/ps3: Remove MEMORY_HOTPLUG requirementThe dependency on hotplug memory was removed, soremove the dependency in the Kconfig.Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;Signed-off-by: Geoff Levand &lt;geoff@infradead.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Thu, 11 Aug 2011 19:31:09 +0000</pubDate>
        <dc:creator>Andre Heider &lt;a.heider@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>07c044c8 - powerpc/ps3: Add PS3 repository write support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#07c044c8</link>
        <description>powerpc/ps3: Add PS3 repository write supportAdd a new config option CONFIG_PS3_REPOSITORY_WRITE thatconditionally builds in support to create, write and deletenodes in the PS3 system repository.This support will allow Linux based bootloaders to manage datain the system repository for use by later boot stages,Signed-off-by: Geoff Levand &lt;geoff@infradead.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Sun, 01 Apr 2012 01:03:30 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoff@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>c26afe9e - powerpc/ps3: Add gelic udbg driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#c26afe9e</link>
        <description>powerpc/ps3: Add gelic udbg driverAdd a new udbg driver for the PS3 gelic Ehthernet device.This driver shares only a few stucture and constant definitions with thegelic Ethernet device driver, so is implemented as a stand-alone driverwith no dependencies on the gelic Ethernet device driver.Signed-off-by: Hector Martin &lt;hector@marcansoft.com&gt;Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;Signed-off-by: Geoff Levand &lt;geoff@infradead.org&gt;Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Wed, 31 Aug 2011 06:32:26 +0000</pubDate>
        <dc:creator>Hector Martin &lt;hector@marcansoft.com&gt;</dc:creator>
    </item>
<item>
        <title>f507cd22 - ps3/block: Replace mtd/ps3vram by block/ps3vram</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#f507cd22</link>
        <description>ps3/block: Replace mtd/ps3vram by block/ps3vramConvert the PS3 Video RAM Storage Driver from an MTD driver to a plain blockdevice driver.The ps3vram driver exposes unused video RAM on the PS3 as a block devicesuitable for storage or swap.  Fast data transfer is achieved using a localcache in system RAM and DMA transfers via the GPU.The new driver is ca. 50% faster for reading, and ca. 10% for writing.Signed-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;Acked-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Fri, 06 Mar 2009 02:54:09 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;</dc:creator>
    </item>
<item>
        <title>28794d34 - powerpc/kconfig: Kill PPC_MULTIPLATFORM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#28794d34</link>
        <description>powerpc/kconfig: Kill PPC_MULTIPLATFORMCONFIG_PPC_MULTIPLATFORM is a remain of the pre-powerpc days and isn&apos;treally meaningful anymore. It was basically equivalent to PPC64 || 6xx.This removes it along with the following changes: - 32-bit platforms that relied on PPC32 &amp;&amp; PPC_MULTIPLATFORM now rely   on 6xx which is what they want anyway. - A new symbol, PPC_BOOK3S, is defined that represent compliance with   the &quot;Server&quot; variant of the architecture. This is set when either 6xx   or PPC64 is set and open the door for future BOOK3E 64-bit. - 64-bit platforms that relied on PPC64 &amp;&amp; PPC_MULTIPLATFORM now use   PPC64 &amp;&amp; PPC_BOOK3S - A separate and selectable CONFIG_PPC_OF_BOOT_TRAMPOLINE option is now   used to control the use of prom_init.cSigned-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Tue, 10 Mar 2009 17:53:27 +0000</pubDate>
        <dc:creator>Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;</dc:creator>
    </item>
<item>
        <title>b500563b - powerpc: pci config cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#b500563b</link>
        <description>powerpc: pci config cleanupChoosing PCI or not at config time is allowed on someplatforms via an if expression in arch/powerpc/Kconfig.To add a new platform with PCI support selectable atconfig time, you must change the if expression.  Thispatch makes this easier by changing:    bool &quot;PCI support&quot; if &lt;long expression&gt;to    bool &quot;PCI support&quot; if PPC_PCI_CHOICEand adding select PPC_PCI_CHOICE to all the config nodes thatwere previously in the PCI if expression.Platforms with unconditional PCI support continue tojust select PCI in their config nodes.Signed-off-by: John Rigby &lt;jrigby@freescale.com&gt;Acked-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Thu, 26 Jun 2008 17:07:56 +0000</pubDate>
        <dc:creator>John Rigby &lt;jrigby@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>a628df1e - [POWERPC] PS3: Remove lpar address workaround</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/powerpc/platforms/ps3/Kconfig#a628df1e</link>
        <description>[POWERPC] PS3: Remove lpar address workaroundRemove the PS3 workaround needed to support sparsemem SPU mappings.The SPU mappings no longer use sparsemem, so this workaround is nolonger needed.Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;

            List of files:
            /linux-6.15/arch/powerpc/platforms/ps3/Kconfig</description>
        <pubDate>Fri, 18 Jan 2008 20:32:59 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;</dc:creator>
    </item>
</channel>
</rss>
