<?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>2735913c - s390: remove pointless drivers-y in drivers/s390/Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#2735913c</link>
        <description>s390: remove pointless drivers-y in drivers/s390/MakefileThis is unused.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Vasily Gorbik &lt;gor@linux.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/Makefile</description>
        <pubDate>Thu, 12 Sep 2019 05:23:54 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>f49821ee - kbuild: rename built-in.o to built-in.a</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#f49821ee</link>
        <description>kbuild: rename built-in.o to built-in.aIncremental linking is gone, so rename built-in.o to built-in.a, whichis the usual extension for archive files.This patch does two things, first is a simple search/replace:git grep -l &apos;built-in\.o&apos; | xargs sed -i &apos;s/built-in\.o/built-in\.a/g&apos;The second is to invert nesting of nested text manipulations to avoidfiltering built-in.a out from libs-y2:-libs-y2 := $(filter-out %.a, $(patsubst %/, %/built-in.a, $(libs-y)))+libs-y2 := $(patsubst %/, %/built-in.a, $(filter-out %.a, $(libs-y)))Signed-off-by: Nicholas Piggin &lt;npiggin@gmail.com&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/drivers/s390/Makefile</description>
        <pubDate>Sat, 10 Feb 2018 14:25:04 +0000</pubDate>
        <dc:creator>Nicholas Piggin &lt;npiggin@gmail.com&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/Makefile#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/Makefile</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>1b568d93 - virtio/s390: rename drivers/s390/kvm -&gt; drivers/s390/virtio</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#1b568d93</link>
        <description>virtio/s390: rename drivers/s390/kvm -&gt; drivers/s390/virtioThis more accurately reflects what these drivers actually do.Suggested-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;Acked-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Signed-off-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/s390/Makefile</description>
        <pubDate>Tue, 07 Jul 2015 09:41:01 +0000</pubDate>
        <dc:creator>Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>f5daba1d - [S390] split/move machine check handler code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#f5daba1d</link>
        <description>[S390] split/move machine check handler codeSplit machine check handler code and move it to cio and kernel codewhere it belongs to. No functional change.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/Makefile</description>
        <pubDate>Thu, 26 Mar 2009 14:24:01 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>94f5b09d - [S390] move sysinfo.c from drivers/s390 to arch/s390/kernel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#94f5b09d</link>
        <description>[S390] move sysinfo.c from drivers/s390 to arch/s390/kernelAll in sysinfo.c is core kernel code and not driver code. So move itto arch/s390/kernel. Also includes some small cleanups.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/Makefile</description>
        <pubDate>Thu, 26 Mar 2009 14:23:50 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>035da16f - s390: remove s390_root_dev_*()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#035da16f</link>
        <description>s390: remove s390_root_dev_*()Replace s390_root_dev_register() with root_device_register() etc.[Includes fix from Cornelia Huck]Signed-off-by: Mark McLoughlin &lt;markmc@redhat.com&gt;Cc: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/s390/Makefile</description>
        <pubDate>Mon, 15 Dec 2008 12:58:29 +0000</pubDate>
        <dc:creator>Mark McLoughlin &lt;markmc@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>e976a2b9 - s390: KVM guest: virtio device support, and kvm hypercalls</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#e976a2b9</link>
        <description>s390: KVM guest: virtio device support, and kvm hypercallsThis patch implements kvm guest kernel support for paravirtualized devicesand contains two parts:o a basic virtio stub using virtio_ring and external interrupts and hypercallso full hypercall implementation in kvm_para.hCurrently we dont have PCI on s390. Making virtio_pci usable for s390 seemsmore complicated that providing an own stub. This virtio stub is similar tothe lguest one, the memory for the descriptors and the device detection is madevia additional mapped memory on top of the guest storage. We use an externalinterrupt with extint code 0x2603 for host-&gt;guest notification.The hypercall definition uses the diag instruction for issuing a hypercall. Theparameters are written in R2-R7, the hypercall number is written in R1. This issimilar to the system call ABI (svc) which can use R1 for the number and R2-R6for the parameters.Signed-off-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;Acked-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;Signed-off-by: Carsten Otte &lt;cotte@de.ibm.com&gt;Signed-off-by: Avi Kivity &lt;avi@qumranet.com&gt;

            List of files:
            /linux-6.15/drivers/s390/Makefile</description>
        <pubDate>Tue, 25 Mar 2008 17:47:46 +0000</pubDate>
        <dc:creator>Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>31ee4b2f - [S390] Calibrate delay and bogomips.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#31ee4b2f</link>
        <description>[S390] Calibrate delay and bogomips.Preset the bogomips number to the cpu capacity value reported bystore system information in SYSIB 1.2.2. This value is constantfor a particular machine model and can be used to determinerelative performance differences between machines.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/s390/Makefile</description>
        <pubDate>Mon, 05 Feb 2007 20:18:31 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>cfb1b555 - [PATCH] s390: move s390_root_dev_* out of the cio layer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#cfb1b555</link>
        <description>[PATCH] s390: move s390_root_dev_* out of the cio layerExtract the s390_root_dev_* functions from the common I/O layer as they arealso used by non-ccw device drivers.Signed-off-by: Carsten Otte &lt;cotte@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/s390/Makefile</description>
        <pubDate>Fri, 06 Jan 2006 08:19:14 +0000</pubDate>
        <dc:creator>Carsten Otte &lt;cotte@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/s390/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/s390/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
