<?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>6dc2e98d - s390: Remove protvirt and kvm config guards for uv code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#6dc2e98d</link>
        <description>s390: Remove protvirt and kvm config guards for uv codeRemoving the CONFIG_PROTECTED_VIRTUALIZATION_GUEST ifdefs and configoption as well as CONFIG_KVM ifdefs in uv files.Having this configurable has been more of a pain than a help.It&apos;s time to remove the ifdefs and the config option.Signed-off-by: Janosch Frank &lt;frankja@linux.ibm.com&gt;Acked-by: Christian Borntraeger &lt;borntraeger@linux.ibm.com&gt;Acked-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Signed-off-by: Vasily Gorbik &lt;gor@linux.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Thu, 04 Jul 2024 11:02:46 +0000</pubDate>
        <dc:creator>Janosch Frank &lt;frankja@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>ea9d9716 - s390/uvdevice: Add info IOCTL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#ea9d9716</link>
        <description>s390/uvdevice: Add info IOCTLAdd an IOCTL that allows userspace to find out which IOCTLs the uvdevicesupports without trial and error.Explicitly expose the IOCTL nr for the request types.Signed-off-by: Steffen Eiden &lt;seiden@linux.ibm.com&gt;Reviewed-by: Janosch Frank &lt;frankja@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20230615100533.3996107-3-seiden@linux.ibm.comSigned-off-by: Janosch Frank &lt;frankja@linux.ibm.com&gt;Message-Id: &lt;20230615100533.3996107-3-seiden@linux.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Thu, 15 Jun 2023 10:05:28 +0000</pubDate>
        <dc:creator>Steffen Eiden &lt;seiden@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>9603cb33 - s390/tty3270: rename to con3270</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#9603cb33</link>
        <description>s390/tty3270: rename to con3270Rename the driver file to con3270 to be in sync with con3215.c.This removes CONFIG_TN3270_TTY, it is now always build if CONFIG_TN3270is enabled.Signed-off-by: Sven Schnelle &lt;svens@linux.ibm.com&gt;Acked-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Tested-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 28 Nov 2022 18:35:40 +0000</pubDate>
        <dc:creator>Sven Schnelle &lt;svens@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>57c3ae8e - s390/hmcdrv: fix Kconfig &quot;its&quot; grammar</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#57c3ae8e</link>
        <description>s390/hmcdrv: fix Kconfig &quot;its&quot; grammarUse the possessive &quot;its&quot; instead of the contraction &quot;it&apos;s&quot;where appropriate.Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Heiko Carstens &lt;hca@linux.ibm.com&gt;Cc: Vasily Gorbik &lt;gor@linux.ibm.com&gt;Cc: Alexander Gordeev &lt;agordeev@linux.ibm.com&gt;Cc: linux-s390@vger.kernel.orgLink: https://lore.kernel.org/r/20220715020010.12678-1-rdunlap@infradead.orgSigned-off-by: Alexander Gordeev &lt;agordeev@linux.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Fri, 15 Jul 2022 02:00:10 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>eb3de2d8 - s390/uv_uapi: depend on CONFIG_S390</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#eb3de2d8</link>
        <description>s390/uv_uapi: depend on CONFIG_S390Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 23 May 2022 19:23:21 +0000</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4689752c - drivers/s390/char: Add Ultravisor io device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#4689752c</link>
        <description>drivers/s390/char: Add Ultravisor io deviceThis patch adds a new miscdevice to expose some Ultravisor functionsto userspace. Userspace can send IOCTLs to the uvdevice that will thenemit a corresponding Ultravisor Call and hands the result over touserspace. The uvdevice is available if the Ultravisor Call facility ispresent.Userspace can call the Retrieve Attestation MeasurementUltravisor Call using IOCTLs on the uvdevice.The uvdevice will do some sanity checks first.Then, copy the request data to kernel space, build the UVCB,perform the UV call, and copy the result back to userspace.Signed-off-by: Steffen Eiden &lt;seiden@linux.ibm.com&gt;Reviewed-by: Janosch Frank &lt;frankja@linux.ibm.com&gt;Reviewed-by: Claudio Imbrenda &lt;imbrenda@linux.ibm.com&gt;Link: https://lore.kernel.org/kvm/20220516113335.338212-1-seiden@linux.ibm.com/Message-Id: &lt;20220516113335.338212-1-seiden@linux.ibm.com&gt;Signed-off-by: Janosch Frank &lt;frankja@linux.ibm.com&gt; (whitespace and  tristate fixes, pick)

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 16 May 2022 11:33:35 +0000</pubDate>
        <dc:creator>Steffen Eiden &lt;seiden@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>191fa92b - s390/sclp: remove call home support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#191fa92b</link>
        <description>s390/sclp: remove call home supportThis feature has never been used, so remove it.Acked-by: Vasily Gorbik &lt;gor@linux.ibm.com&gt;Acked-by: Hendrik Brueckner &lt;brueckner@linux.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Vasily Gorbik &lt;gor@linux.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 17 Jun 2019 12:02:40 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>8b96d971 - s390/Kconfig: pedantic cleanups</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#8b96d971</link>
        <description>s390/Kconfig: pedantic cleanupsFormatting of Kconfig files doesn&apos;t look so pretty, so justtake damp cloth and clean it up.Signed-off-by: Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Wed, 06 Mar 2019 20:32:01 +0000</pubDate>
        <dc:creator>Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;</dc:creator>
    </item>
<item>
        <title>9fa1db4c - s390: add a few more SPDX identifiers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#9fa1db4c</link>
        <description>s390: add a few more SPDX identifiersAdd the correct SPDX license to a few more files under arch/s390 anddrivers/s390 which have been missed to far.The SPDX identifier is a legally binding shorthand, which can be usedinstead of the full boiler plate text.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 04 Dec 2017 09:39:38 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>3f429842 - s390/vmcp: make use of contiguous memory allocator</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#3f429842</link>
        <description>s390/vmcp: make use of contiguous memory allocatorIf memory is fragmented it is unlikely that large order memoryallocations succeed. This has been an issue with the vmcp devicedriver since a long time, since it requires large physical contiguousmemory ares for large responses.To hopefully resolve this issue make use of the contiguous memoryallocator (cma). This patch adds a vmcp specific vmcp cma area with adefault size of 4MB. The size can be changed either via theVMCP_CMA_SIZE config option at compile time or with the &quot;vmcp_cma&quot;kernel parameter (e.g. &quot;vmcp_cma=16m&quot;).For any vmcp response buffers larger than 16k memory from the cma areawill be allocated. If such an allocation fails, there is a fallback tothe buddy allocator.Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 07 Aug 2017 13:16:15 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c6f70d3b - s390/sclp: add open for business support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#c6f70d3b</link>
        <description>s390/sclp: add open for business supportProvide a user space interface and an enhancement to the sclp device driverwhich allows to send an &apos;Open for Business&apos; event from the operating systemto the Support Element. The &apos;Open for Business&apos; event is used to signal theSupport Element that the operating system (or an application running on topof it) is up and running.Signed-off-by: Jochen Schweflinghaus &lt;schwefel@de.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Thu, 26 Nov 2015 18:13:01 +0000</pubDate>
        <dc:creator>Jochen Schweflinghaus &lt;schwefel@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>155eeb66 - s390/sclp_cpi: remove sclp_cpi module in favor of sysfs interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#155eeb66</link>
        <description>s390/sclp_cpi: remove sclp_cpi module in favor of sysfs interfaceSince commit c05ffc4f2b20 (&quot;[S390] sclp: sysfs interface forSCLP cpi&quot;), which was made 2008 the user can specify a systemand sysplex name through the /sys/firmware/cpi interface.  Inaddition to sysplex and system name, the user can also overridethe system type and system version.Because the syfs interface is easier to use and allows thesettings to be updated, the sclp_cpi module becomes obsoleteand can be removed.Signed-off-by: Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;Acked-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Acked-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Wed, 04 Nov 2015 08:01:34 +0000</pubDate>
        <dc:creator>Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>5a79859a - s390: remove 31 bit support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#5a79859a</link>
        <description>s390: remove 31 bit supportRemove the 31 bit support in order to reduce maintenance cost andeffectively remove dead code. Since a couple of years there is nodistribution left that comes with a 31 bit kernel.The 31 bit kernel also has been broken since more than a year beforeanybody noticed. In addition I added a removal warning to the kernelshown at ipl for 5 minutes: a960062e5826 (&quot;s390: add 31 bit warningmessage&quot;) which let everybody know about the plan to remove 31 bitcode. We didn&apos;t get any response.Given that the last 31 bit only machine was introduced in 1999 let&apos;sremove the code.Anybody with 31 bit user space code can still use the compat mode.Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Thu, 12 Feb 2015 12:08:27 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>b3e06dc3 - s390/sclp_async: add Kconfig option to specify the component id</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#b3e06dc3</link>
        <description>s390/sclp_async: add Kconfig option to specify the component idAllow to specify the Compoment ID for Call Home via the kernelconfiguration. This removes the need for distribution specificpatch against the sclp_async.c source file.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 24 Nov 2014 12:05:05 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c9eeb7b8 - s390/hmcdrv: Restrict s390 HMC driver to S390 arch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#c9eeb7b8</link>
        <description>s390/hmcdrv: Restrict s390 HMC driver to S390 archThis driver is only usable on 64-bit s390 machines.  Mark the Kconfigdependencies to that users on other architectures are not prompted for it.Fixes: 8f933b1043e1e5 (&quot;s390/hmcdrv: HMC drive CD/DVD access&quot;)Signed-off-by: Josh Boyer &lt;jwboyer@fedoraproject.org&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Tue, 14 Oct 2014 15:04:48 +0000</pubDate>
        <dc:creator>Josh Boyer &lt;jwboyer@fedoraproject.org&gt;</dc:creator>
    </item>
<item>
        <title>8f933b10 - s390/hmcdrv: HMC drive CD/DVD access</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#8f933b10</link>
        <description>s390/hmcdrv: HMC drive CD/DVD accessThis device driver allows accessing a HMC drive CD/DVD-ROM.It can be used in a LPAR and z/VM environment.Reviewed-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;Reviewed-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Ralf Hoppe &lt;rhoppe@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 08 Apr 2013 07:52:57 +0000</pubDate>
        <dc:creator>Ralf Hoppe &lt;rhoppe@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>4f73bc4d - tty: Added a CONFIG_TTY option to allow removal of TTY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#4f73bc4d</link>
        <description>tty: Added a CONFIG_TTY option to allow removal of TTYThe option allows you to remove TTY and compile without errors. Thissaves space on systems that won&apos;t support TTY interfaces anyway.bloat-o-meter output is below.The bulk of this patch consists of Kconfig changes adding &quot;depends onTTY&quot; to various serial devices and similar drivers that require the TTYlayer.  Ideally, these dependencies would occur on a common intermediatesymbol such as SERIO, but most drivers &quot;select SERIO&quot; rather than&quot;depends on SERIO&quot;, and &quot;select&quot; does not respect dependencies.bloat-o-meter output comparing our previous minimal to new minimal byremoving TTY.  The list is filtered to not show removed entries with awk&apos;$3 != &quot;-&quot;&apos; as the list was very long.add/remove: 0/226 grow/shrink: 2/14 up/down: 6/-35356 (-35350)function                                     old     new   deltachr_dev_init                                 166     170      +4allow_signal                                  80      82      +2static.__warned                              143     142      -1disallow_signal                               63      62      -1__set_special_pids                            95      94      -1unregister_console                           126     121      -5start_kernel                                 546     541      -5register_console                             593     588      -5copy_from_user                                45      40      -5sys_setsid                                   128     120      -8sys_vhangup                                   32      19     -13do_exit                                     1543    1526     -17bitmap_zero                                   60      40     -20arch_local_irq_save                          137     117     -20release_task                                 674     652     -22static.spin_unlock_irqrestore                308     260     -48Signed-off-by: Joe Millenbach &lt;jmillenbach@gmail.com&gt;Reviewed-by: Jamey Sharp &lt;jamey@minilop.net&gt;Reviewed-by: Josh Triplett &lt;josh@joshtriplett.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Fri, 18 Jan 2013 06:44:22 +0000</pubDate>
        <dc:creator>Joe Millenbach &lt;jmillenbach@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>284ecb00 - [S390] kconfig: remove tape interface support comment</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#284ecb00</link>
        <description>[S390] kconfig: remove tape interface support commentThere is nothing below the menu entry &quot;S/390 tape interface support&quot;.Remove it.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Sun, 24 Jul 2011 08:47:57 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>66ceed5a - [S390] Remove tape block device driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#66ceed5a</link>
        <description>[S390] Remove tape block device driver.Remove the tape block device driver. It&apos;s not of real use but hasalready created some confusion when users wanted to access tape devicesand used the block device nodes instead of the character device nodes.Also remove the whole tape documentation since it&apos;s completely outdatedand we have the device drivers book which is the place where everythingis properly documented.Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Mon, 23 May 2011 08:24:24 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>6f9a3c33 - [S390] cleanup s390 Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/char/Kconfig#6f9a3c33</link>
        <description>[S390] cleanup s390 KconfigMake use of def_bool and def_tristate where possible and add sensibledefaults to the config symbols where applicable. This shortens thedefconfig file by another ~40 lines.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/char/Kconfig</description>
        <pubDate>Wed, 05 Jan 2011 11:47:15 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
