<?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 ip32_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a6d0dbba - lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#a6d0dbba</link>
        <description>lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIFAll modules that need CONFIG_CRC_T10DIF already select it, so there is noneed to bother users about the option.Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: &quot;Martin K. Petersen&quot; &lt;martin.petersen@oracle.com&gt;Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20250401221600.24878-5-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Tue, 01 Apr 2025 22:15:57 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>dce214db - lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#dce214db</link>
        <description>lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32CAll modules that need CONFIG_LIBCRC32C already select it, so there is noneed to bother users about the option.Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20250304230712.167600-5-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Tue, 04 Mar 2025 23:07:11 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>1f2190d6 - arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#1f2190d6</link>
        <description>arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSCommit a2225d931f75 (&quot;autofs: remove left-over autofs4 stubs&quot;)promised the removal of the fs/autofs/Kconfig fragment for AUTOFS4_FSwithin a couple of releases, but five years later this still has nothappened yet, and AUTOFS4_FS is still enabled in 63 defconfigs.Get rid of it mechanically:   git grep -l CONFIG_AUTOFS4_FS -- &apos;*defconfig&apos; |       xargs sed -i &apos;s/AUTOFS4_FS/AUTOFS_FS/&apos;Also just remove the AUTOFS4_FS config option stub.  Anybody who hasn&apos;tregenerated their config file in the last five years will need to justget the new name right when they do.Signed-off-by: Sven Joachim &lt;svenjoac@gmx.de&gt;Acked-by: Ian Kent &lt;raven@themaw.net&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Thu, 27 Jul 2023 20:00:41 +0000</pubDate>
        <dc:creator>Sven Joachim &lt;svenjoac@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>eb07c4f3 - mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#eb07c4f3</link>
        <description>mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDAs discussed at LSF/MM [1] [2] and with no objections raised there,deprecate the SLAB allocator. Rename the user-visible option so thatusers with CONFIG_SLAB=y get a new prompt with explanation during makeoldconfig, while make olddefconfig will just switch to SLUB.In all defconfigs with CONFIG_SLAB=y remove the line so those alsoswitch to SLUB. Regressions due to the switch should be reported tolinux-mm and slab maintainers.[1] https://lore.kernel.org/all/4b9fc9c6-b48c-198f-5f80-811a44737e5f@suse.cz/[2] https://lwn.net/Articles/932201/Signed-off-by: Vlastimil Babka &lt;vbabka@suse.cz&gt;Acked-by: Hyeonggon Yoo &lt;42.hyeyoo@gmail.com&gt;Acked-by: David Rientjes &lt;rientjes@google.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt; # m68kAcked-by: Helge Deller &lt;deller@gmx.de&gt; # parisc

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Tue, 23 May 2023 07:06:34 +0000</pubDate>
        <dc:creator>Vlastimil Babka &lt;vbabka@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>84aff0b6 - mips: update config files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#84aff0b6</link>
        <description>mips: update config filesClean up config files by:  - removing configs that were deleted in the past  - removing configs not in tree and without recently pending patches  - adding new configs that are replacements for old configs in the fileFor some detailed information, see Link.Link: https://lore.kernel.org/kernel-janitors/20220929090645.1389-1-lukas.bulwahn@gmail.com/Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Thu, 29 Sep 2022 10:14:51 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f3e4080e - arch: Remove references to CONFIG_NFSD_V3 in the default configs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#f3e4080e</link>
        <description>arch: Remove references to CONFIG_NFSD_V3 in the default configsCONFIG_NFSD_V3 has been removed. NFSD support for NFSv3 can nolonger be disabled.Signed-off-by: Chuck Lever &lt;chuck.lever@oracle.com&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Mon, 14 Feb 2022 16:12:09 +0000</pubDate>
        <dc:creator>Chuck Lever &lt;chuck.lever@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>e2589589 - arch: mips: Remove CONFIG_OPROFILE support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#e2589589</link>
        <description>arch: mips: Remove CONFIG_OPROFILE supportThe &quot;oprofile&quot; user-space tools don&apos;t use the kernel OPROFILE supportany more, and haven&apos;t in a long time. User-space has been converted tothe perf interfaces.Remove the old oprofile&apos;s architecture specific support.Suggested-by: Christoph Hellwig &lt;hch@infradead.org&gt;Suggested-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Signed-off-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Acked-by: Robert Richter &lt;rric@kernel.org&gt;Acked-by: William Cohen &lt;wcohen@redhat.com&gt;Acked-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Thu, 14 Jan 2021 11:35:21 +0000</pubDate>
        <dc:creator>Viresh Kumar &lt;viresh.kumar@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>679b2ec8 - scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#679b2ec8</link>
        <description>scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledThis kernel configuration is basically enabling/disabling sr driver quirksdetection. While these quirks are for fairly rare devices (very old CDburners, and a glucometer), the additional detection of these models is avery minimal amount of code.The logic behind the quirks is always built into the sr driver.This also removes the config from all the defconfig files that are enablingthis already.Link: https://lore.kernel.org/r/20200223191144.726-1-flameeyes@flameeyes.comReviewed-by: Jens Axboe &lt;axboe@kernel.dk&gt;Signed-off-by: Diego Elio Petten&#242; &lt;flameeyes@flameeyes.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Sun, 23 Feb 2020 19:11:44 +0000</pubDate>
        <dc:creator>Diego Elio Petten&#242; &lt;flameeyes@flameeyes.com&gt;</dc:creator>
    </item>
<item>
        <title>f7bc6e42 - drivers: remove the SGI SN2 IOC4 base support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#f7bc6e42</link>
        <description>drivers: remove the SGI SN2 IOC4 base supportThe IOC4 is a multi-function chip seen on SGI SN2 and some SGI MIPSsystems.  This removes the base driver, which while not having an SN2Kconfig dependency was only for sub-drivers that had one.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Link: https://lkml.kernel.org/r/20190813072514.23299-15-hch@lst.deSigned-off-by: Tony Luck &lt;tony.luck@intel.com&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Tue, 13 Aug 2019 07:25:00 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>65eb3e4c - MIPS: configs: Remove useless UEVENT_HELPER_PATH</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#65eb3e4c</link>
        <description>MIPS: configs: Remove useless UEVENT_HELPER_PATHRemove the CONFIG_UEVENT_HELPER_PATH because:1. It is disabled since commit 1be01d4a5714 (&quot;driver: base: Disable   CONFIG_UEVENT_HELPER by default&quot;) as its dependency (UEVENT_HELPER) was   made default to &apos;n&apos;,2. It is not recommended (help message: &quot;This should not be used today   [...] creates a high system load&quot;) and was kept only for ancient   userland,3. Certain userland specifically requests it to be disabled (systemd   README: &quot;Legacy hotplug slows down the system and confuses udev&quot;).Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;Cc: James Hogan &lt;jhogan@kernel.org&gt;Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Cc: bcm-kernel-feedback-list@broadcom.comCc: linux-mips@vger.kernel.orgCc: linux-kernel@vger.kernel.orgCc: linux-arm-kernel@lists.infradead.org

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Tue, 04 Jun 2019 07:54:51 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>af84c003 - MIPS: Regenerate defconfigs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#af84c003</link>
        <description>MIPS: Regenerate defconfigsA couple of patches have come up recently to remove particular instancesof obsolete Kconfig symbols from defconfigs. Rather than doing thispiecemeal, simply regenerate them all.Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;References: https://patchwork.linux-mips.org/patch/19635/References: https://patchwork.linux-mips.org/patch/21156/Patchwork: https://patchwork.linux-mips.org/patch/21184/Cc: Anders Roxell &lt;anders.roxell@linaro.org&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: linux-mips@linux-mips.org

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Wed, 21 Nov 2018 00:58:31 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@mips.com&gt;</dc:creator>
    </item>
<item>
        <title>d69153d4 - MIPS: Update defconfigs after previous patch.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#d69153d4</link>
        <description>MIPS: Update defconfigs after previous patch.Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Signed-off-by: James Hogan &lt;jhogan@kernel.org&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Mon, 05 Feb 2018 16:15:17 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>59baa24d - MIPS: defconfig: Cleanup from old Kconfig options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#59baa24d</link>
        <description>MIPS: defconfig: Cleanup from old Kconfig optionsRemove old, dead Kconfig options (in order appearing in this commit): - EXPERIMENTAL is gone since v3.9; - INET_LRO: commit 7bbf3cae65b6 (&quot;ipv4: Remove inet_lro library&quot;); - MTD_CONCAT: commit f53fdebcc3e1 (&quot;mtd: drop MTD_CONCAT from Kconfig   entirely&quot;); - MTD_CHAR: commit 660685d9d1b4 (&quot;mtd: merge mtdchar module with   mtdcore&quot;); - NETDEV_1000 and NETDEV_10000: commit f860b0522f65 (&quot;drivers/net:   Kconfig and Makefile cleanup&quot;); NET_ETHERNET should be replaced with   just ETHERNET but that is separate change; - MISC_DEVICES: commit 7c5763b8453a (&quot;drivers: misc: Remove   MISC_DEVICES config option&quot;); - HID_SUPPORT: commit 1f41a6a99476 (&quot;HID: Fix the generic Kconfig   options&quot;); - BT_L2CAP and BT_SCO: commit f1e91e1640d8 (&quot;Bluetooth: Always compile   SCO and L2CAP in Bluetooth Core&quot;); - DEBUG_ERRORS: commit b025a3f836d1 (&quot;ARM: 6876/1: Kconfig.debug:   Remove unused CONFIG_DEBUG_ERRORS&quot;); - USB_DEVICE_CLASS: commit 007bab91324e (&quot;USB: remove   CONFIG_USB_DEVICE_CLASS&quot;); - RCU_CPU_STALL_DETECTOR: commit a00e0d714fbd (&quot;rcu: Remove conditional   compilation for RCU CPU stall warnings&quot;); - IP_NF_QUEUE: commit 3dd6664fac7e (&quot;netfilter: remove unused &quot;config   IP_NF_QUEUE&quot;&quot;); - IP_NF_TARGET_ULOG: commit d4da843e6fad (&quot;netfilter: kill remnants of   ulog targets&quot;); - IP6_NF_QUEUE: commit d16cf20e2f2f (&quot;netfilter: remove ip_queue   support&quot;); - IP6_NF_TARGET_LOG: commit 6939c33a757b (&quot;netfilter: merge ipt_LOG and   ip6_LOG into xt_LOG&quot;); - USB_LED: commit a335aaf3125c (&quot;usb: misc: remove outdated USB LED   driver&quot;); - MMC_UNSAFE_RESUME: commit 2501c9179dff (&quot;mmc: core: Use   MMC_UNSAFE_RESUME as default behavior&quot;); - AUTOFS_FS: commit 561c5cf9236a (&quot;staging: Remove autofs3&quot;); - VIDEO_OUTPUT_CONTROL: commit f167a64e9d67 (&quot;video / output: Drop   display output class support&quot;); - USB_LIBUSUAL: commit f61870ee6f8c (&quot;usb: remove libusual&quot;); - CRYPTO_ZLIB: 110492183c4b (&quot;crypto: compress - remove unused pcomp   interface&quot;); - BLK_DEV_UB: commit 68a5059ecf82 (&quot;block: remove the deprecated ub   driver&quot;);Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Cc: linux-kernel@vger.kernel.orgCc: bcm-kernel-feedback-list@broadcom.comCc: linux-mips@linux-mips.orgCc: linux-arm-kernel@lists.infradead.orgPatchwork: https://patchwork.linux-mips.org/patch/16342/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Thu, 08 Jun 2017 16:10:13 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>50d35015 - KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#50d35015</link>
        <description>KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionCONFIG_KEYS_DEBUG_PROC_KEYS is no longer an option as /proc/keys is nowmandatory if the keyrings facility is enabled (it&apos;s used by libkeyutils inuserspace).The defconfig references were removed with:	perl -p -i -e &apos;s/CONFIG_KEYS_DEBUG_PROC_KEYS=y\n//&apos; \	    `git grep -l CONFIG_KEYS_DEBUG_PROC_KEYS=y`and the integrity Kconfig fixed by hand.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;cc: Andreas Ziegler &lt;andreas.ziegler@fau.de&gt;cc: Dmitry Kasatkin &lt;dmitry.kasatkin@huawei.com&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Wed, 03 Feb 2016 15:04:40 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>15beb694 - mips: ip32: add platform data hooks to use DS1685 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#15beb694</link>
        <description>mips: ip32: add platform data hooks to use DS1685 driverThis modifies the IP32 (SGI O2) platform and reset code to utilize the newrtc-ds1685 driver.  The old mc146818rtc.h header is removed and ip32_defconfigis updated as well.Signed-off-by: Joshua Kinard &lt;kumba@gentoo.org&gt;Acked-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Cc: Alessandro Zummo &lt;a.zummo@towertech.it&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Thu, 16 Apr 2015 19:49:09 +0000</pubDate>
        <dc:creator>Joshua Kinard &lt;kumba@gentoo.org&gt;</dc:creator>
    </item>
<item>
        <title>aa3fc090 - tgt: defconfig cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#aa3fc090</link>
        <description>tgt: defconfig cleanupBecause of the removal of the scsi_tgt kernel module, the kbuild variablesCONFIG_SCSI_TGT, CONFIG_SCSI_SRP_TGT_ATTRS and CONFIG_SCSI_FC_TGT_ATTRSare obsolete. This patch removes these variables. This patch is the resultof the following command:find -name &apos;*defconfig&apos; | while read f; do grep -vwE &apos;CONFIG_SCSI_TGT|CONFIG_SCSI_SRP_TGT_ATTRS|CONFIG_SCSI_FC_TGT_ATTRS|CONFIG_SRP&apos; $f &gt;/tmp/t &amp;&amp; mv /tmp/t $f; doneSigned-off-by: Bart Van Assche &lt;bvanassche@acm.org&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;Reviewed-by: Hannes Reinecke &lt;hare@suse.de&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Tue, 15 Apr 2014 10:26:53 +0000</pubDate>
        <dc:creator>Bart Van Assche &lt;bvanassche@acm.org&gt;</dc:creator>
    </item>
<item>
        <title>6a108a14 - kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#6a108a14</link>
        <description>kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTThe meaning of CONFIG_EMBEDDED has long since been obsoleted; the optionis used to configure any non-standard kernel with a much larger scope thanonly small devices.This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixesreferences to the option throughout the kernel.  A new CONFIG_EMBEDDEDoption is added that automatically selects CONFIG_EXPERT when enabled andcan be used in the future to isolate options that should only beconsidered for embedded systems (RISC architectures, SLOB, etc).Calling the option &quot;EXPERT&quot; more accurately represents its intention: onlyexpert users who understand the impact of the configuration changes theyare making should enable it.Reviewed-by: Ingo Molnar &lt;mingo@elte.hu&gt;Acked-by: David Woodhouse &lt;david.woodhouse@intel.com&gt;Signed-off-by: David Rientjes &lt;rientjes@google.com&gt;Cc: Greg KH &lt;gregkh@suse.de&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Jens Axboe &lt;axboe@kernel.dk&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Robin Holt &lt;holt@sgi.com&gt;Cc: &lt;linux-arch@vger.kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Thu, 20 Jan 2011 22:44:16 +0000</pubDate>
        <dc:creator>David Rientjes &lt;rientjes@google.com&gt;</dc:creator>
    </item>
<item>
        <title>8b1bb907 - defconfig reduction</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#8b1bb907</link>
        <description>defconfig reductionUse the defconfig files generated by &quot;make savedefconfig&quot; forremaining defconfig files.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Sat, 14 Aug 2010 20:05:58 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>6acc7d48 - MIPS: Fix and enhance built-in kernel command line</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#6acc7d48</link>
        <description>MIPS: Fix and enhance built-in kernel command lineCurrently, MIPS kernels silently overwrite kernel command-line parametershardcoded in CONFIG_CMDLINE by the ones received from firmware.  Therefore,using firmware remains the only reliable method to transfer thecommand-line parameters, which is not always desirable or convenient, andthe CONFIG_CMDLINE option is thereby effectively rendered useless.This patch fixes the problem described above and introduces a more flexiblescheme of handling the kernel command line, in a manner identical to what iscurrently used for x86.  The default behavior, i.e. when CONFIG_CMDLINE_BOOLis not defined, retains the existing semantics, and firmware command-linearguments override the hardcoded ones.[Ralf: I fixed up all the defconfig files so the stay unaffected by thischange.]Signed-off-by: Dmitri Vorobiev &lt;dmitri.vorobiev@movial.com&gt;Cc: linux-mips@linux-mips.orgPatchwork: http://patchwork.linux-mips.org/patch/689/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Sat, 21 Nov 2009 20:34:41 +0000</pubDate>
        <dc:creator>Dmitri Vorobiev &lt;dmitri.vorobiev@movial.com&gt;</dc:creator>
    </item>
<item>
        <title>de4148f3 - MIPS: eXcite: Remove platform.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/configs/ip32_defconfig#de4148f3</link>
        <description>MIPS: eXcite: Remove platform.The platform has never been fully merged Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Cc: Thomas Koeller &lt;thomas.koeller@baslerweb.com&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Cc: Wim Van Sebroeck &lt;wim@iguana.be&gt;Cc: linux-kernel@vger.kernel.orgCc: linux-mtd@lists.infradead.orgAcked-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;Acked-by: Wim Van Sebroeck &lt;wim@iguana.be&gt;

            List of files:
            /linux-6.15/arch/mips/configs/ip32_defconfig</description>
        <pubDate>Thu, 17 Dec 2009 01:57:35 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
</channel>
</rss>
