<?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>064fae53 - dma-buf: heaps: Remove heap-helpers code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma-buf/heaps/Makefile#064fae53</link>
        <description>dma-buf: heaps: Remove heap-helpers codeThe heap-helpers code was not as generic as initially hopedand it is now not being used, so remove it from the tree.Cc: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Cc: Liam Mark &lt;lmark@codeaurora.org&gt;Cc: Laura Abbott &lt;labbott@kernel.org&gt;Cc: Brian Starkey &lt;Brian.Starkey@arm.com&gt;Cc: Hridya Valsaraju &lt;hridya@google.com&gt;Cc: Suren Baghdasaryan &lt;surenb@google.com&gt;Cc: Sandeep Patil &lt;sspatil@google.com&gt;Cc: Daniel Mentz &lt;danielmentz@google.com&gt;Cc: Chris Goldsworthy &lt;cgoldswo@codeaurora.org&gt;Cc: &#216;rjan Eide &lt;orjan.eide@arm.com&gt;Cc: Robin Murphy &lt;robin.murphy@arm.com&gt;Cc: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;Cc: Simon Ser &lt;contact@emersion.fr&gt;Cc: James Jones &lt;jajones@nvidia.com&gt;Cc: linux-media@vger.kernel.orgCc: dri-devel@lists.freedesktop.orgReviewed-by: Brian Starkey &lt;brian.starkey@arm.com&gt;Signed-off-by: John Stultz &lt;john.stultz@linaro.org&gt;Signed-off-by: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20201121235002.69945-4-john.stultz@linaro.org

            List of files:
            /linux-6.15/drivers/dma-buf/heaps/Makefile</description>
        <pubDate>Sat, 21 Nov 2020 23:50:00 +0000</pubDate>
        <dc:creator>John Stultz &lt;john.stultz@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>b61614ec - dma-buf: heaps: Add CMA heap to dmabuf heaps</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma-buf/heaps/Makefile#b61614ec</link>
        <description>dma-buf: heaps: Add CMA heap to dmabuf heapsThis adds a CMA heap, which allows userspace to allocatea dma-buf of contiguous memory out of a CMA region.This code is an evolution of the Android ION implementation, sothanks to its original author and maintainters:  Benjamin Gaignard, Laura Abbott, and others!NOTE: This patch only adds the default CMA heap. We will enableselectively adding other CMA memory regions to the dmabuf heapsinterface with a later patch (which requires a dt binding)Cc: Laura Abbott &lt;labbott@redhat.com&gt;Cc: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Cc: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Cc: Liam Mark &lt;lmark@codeaurora.org&gt;Cc: Pratik Patel &lt;pratikp@codeaurora.org&gt;Cc: Brian Starkey &lt;Brian.Starkey@arm.com&gt;Cc: Vincent Donnefort &lt;Vincent.Donnefort@arm.com&gt;Cc: Sudipto Paul &lt;Sudipto.Paul@arm.com&gt;Cc: Andrew F. Davis &lt;afd@ti.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Chenbo Feng &lt;fengc@google.com&gt;Cc: Alistair Strachan &lt;astrachan@google.com&gt;Cc: Hridya Valsaraju &lt;hridya@google.com&gt;Cc: Sandeep Patil &lt;sspatil@google.com&gt;Cc: Hillf Danton &lt;hdanton@sina.com&gt;Cc: Dave Airlie &lt;airlied@gmail.com&gt;Cc: dri-devel@lists.freedesktop.orgReviewed-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Reviewed-by: Brian Starkey &lt;brian.starkey@arm.com&gt;Acked-by: Sandeep Patil &lt;sspatil@android.com&gt;Acked-by: Laura Abbott &lt;labbott@redhat.com&gt;Tested-by: Ayan Kumar Halder &lt;ayan.halder@arm.com&gt;Signed-off-by: John Stultz &lt;john.stultz@linaro.org&gt;Signed-off-by: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20191203172641.66642-5-john.stultz@linaro.org

            List of files:
            /linux-6.15/drivers/dma-buf/heaps/Makefile</description>
        <pubDate>Tue, 03 Dec 2019 17:26:40 +0000</pubDate>
        <dc:creator>John Stultz &lt;john.stultz@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>efa04fef - dma-buf: heaps: Add system heap to dmabuf heaps</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma-buf/heaps/Makefile#efa04fef</link>
        <description>dma-buf: heaps: Add system heap to dmabuf heapsThis patch adds system heap to the dma-buf heaps framework.This allows applications to get a page-allocator backed dma-buffor non-contiguous memory.This code is an evolution of the Android ION implementation, sothanks to its original authors and maintainters:  Rebecca Schultz Zavin, Colin Cross, Laura Abbott, and others!Cc: Laura Abbott &lt;labbott@redhat.com&gt;Cc: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Cc: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Cc: Liam Mark &lt;lmark@codeaurora.org&gt;Cc: Pratik Patel &lt;pratikp@codeaurora.org&gt;Cc: Brian Starkey &lt;Brian.Starkey@arm.com&gt;Cc: Vincent Donnefort &lt;Vincent.Donnefort@arm.com&gt;Cc: Sudipto Paul &lt;Sudipto.Paul@arm.com&gt;Cc: Andrew F. Davis &lt;afd@ti.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Chenbo Feng &lt;fengc@google.com&gt;Cc: Alistair Strachan &lt;astrachan@google.com&gt;Cc: Hridya Valsaraju &lt;hridya@google.com&gt;Cc: Sandeep Patil &lt;sspatil@google.com&gt;Cc: Hillf Danton &lt;hdanton@sina.com&gt;Cc: Dave Airlie &lt;airlied@gmail.com&gt;Cc: dri-devel@lists.freedesktop.orgReviewed-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Reviewed-by: Brian Starkey &lt;brian.starkey@arm.com&gt;Acked-by: Sandeep Patil &lt;sspatil@android.com&gt;Acked-by: Laura Abbott &lt;labbott@redhat.com&gt;Tested-by: Ayan Kumar Halder &lt;ayan.halder@arm.com&gt;Signed-off-by: John Stultz &lt;john.stultz@linaro.org&gt;Signed-off-by: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20191203172641.66642-4-john.stultz@linaro.org

            List of files:
            /linux-6.15/drivers/dma-buf/heaps/Makefile</description>
        <pubDate>Tue, 03 Dec 2019 17:26:39 +0000</pubDate>
        <dc:creator>John Stultz &lt;john.stultz@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5248eb12 - dma-buf: heaps: Add heap helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma-buf/heaps/Makefile#5248eb12</link>
        <description>dma-buf: heaps: Add heap helpersAdd generic helper dmabuf ops for dma heaps, so we can reducethe amount of duplicative code for the exported dmabufs.This code is an evolution of the Android ION implementation, sothanks to its original authors and maintainters:  Rebecca Schultz Zavin, Colin Cross, Laura Abbott, and others!Cc: Laura Abbott &lt;labbott@redhat.com&gt;Cc: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Cc: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Cc: Liam Mark &lt;lmark@codeaurora.org&gt;Cc: Pratik Patel &lt;pratikp@codeaurora.org&gt;Cc: Brian Starkey &lt;Brian.Starkey@arm.com&gt;Cc: Vincent Donnefort &lt;Vincent.Donnefort@arm.com&gt;Cc: Sudipto Paul &lt;Sudipto.Paul@arm.com&gt;Cc: Andrew F. Davis &lt;afd@ti.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Chenbo Feng &lt;fengc@google.com&gt;Cc: Alistair Strachan &lt;astrachan@google.com&gt;Cc: Hridya Valsaraju &lt;hridya@google.com&gt;Cc: Sandeep Patil &lt;sspatil@google.com&gt;Cc: Hillf Danton &lt;hdanton@sina.com&gt;Cc: Dave Airlie &lt;airlied@gmail.com&gt;Cc: dri-devel@lists.freedesktop.orgReviewed-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Reviewed-by: Brian Starkey &lt;brian.starkey@arm.com&gt;Acked-by: Sandeep Patil &lt;sspatil@android.com&gt;Acked-by: Laura Abbott &lt;labbott@redhat.com&gt;Tested-by: Ayan Kumar Halder &lt;ayan.halder@arm.com&gt;Signed-off-by: John Stultz &lt;john.stultz@linaro.org&gt;Signed-off-by: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20191203172641.66642-3-john.stultz@linaro.org

            List of files:
            /linux-6.15/drivers/dma-buf/heaps/Makefile</description>
        <pubDate>Tue, 03 Dec 2019 17:26:38 +0000</pubDate>
        <dc:creator>John Stultz &lt;john.stultz@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>d59c5e02 - Revert &quot;dma-buf: heaps: Add system heap to dmabuf heaps&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma-buf/heaps/Makefile#d59c5e02</link>
        <description>Revert &quot;dma-buf: heaps: Add system heap to dmabuf heaps&quot;This reverts commit 47a32f9c12266d450b92089148c6039591bd9909.This patchset doesn&apos;t meet the UAPI requirements set out in [1] for the DRMsubsystem. Once the userspace component is reviewed and ready for mergewe can try again.[1]- https://01.org/linuxgraphics/gfx-docs/drm/gpu/drm-uapi.html#open-source-userspace-requirementsFixes: 47a32f9c1226 (&quot;dma-buf: heaps: Add system heap to dmabuf heaps&quot;)Cc: Laura Abbott &lt;labbott@redhat.com&gt;Cc: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Cc: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Cc: Liam Mark &lt;lmark@codeaurora.org&gt;Cc: Pratik Patel &lt;pratikp@codeaurora.org&gt;Cc: Brian Starkey &lt;Brian.Starkey@arm.com&gt;Cc: Vincent Donnefort &lt;Vincent.Donnefort@arm.com&gt;Cc: Sudipto Paul &lt;Sudipto.Paul@arm.com&gt;Cc: Andrew F. Davis &lt;afd@ti.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Chenbo Feng &lt;fengc@google.com&gt;Cc: Alistair Strachan &lt;astrachan@google.com&gt;Cc: Hridya Valsaraju &lt;hridya@google.com&gt;Cc: Hillf Danton &lt;hdanton@sina.com&gt;Cc: dri-devel@lists.freedesktop.orgCc: Brian Starkey &lt;brian.starkey@arm.com&gt;Cc: John Stultz &lt;john.stultz@linaro.org&gt;Cc: &quot;Andrew F. Davis&quot; &lt;afd@ti.com&gt;Cc: linux-media@vger.kernel.orgCc: linaro-mm-sig@lists.linaro.orgAcked-by: David Airlie &lt;airlied@linux.ie&gt;Signed-off-by: Sean Paul &lt;sean@poorly.run&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20191030203003.101156-4-sean@poorly.run

            List of files:
            /linux-6.15/drivers/dma-buf/heaps/Makefile</description>
        <pubDate>Wed, 30 Oct 2019 20:29:52 +0000</pubDate>
        <dc:creator>Sean Paul &lt;seanpaul@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>2e7f7cb2 - Revert &quot;dma-buf: heaps: Add CMA heap to dmabuf heaps&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma-buf/heaps/Makefile#2e7f7cb2</link>
        <description>Revert &quot;dma-buf: heaps: Add CMA heap to dmabuf heaps&quot;This reverts commit 43d7238fb9ac897b29912368b3359e72bae469c4.This patchset doesn&apos;t meet the UAPI requirements set out in [1] for the DRMsubsystem. Once the userspace component is reviewed and ready for mergewe can try again.[1]- https://01.org/linuxgraphics/gfx-docs/drm/gpu/drm-uapi.html#open-source-userspace-requirementsFixes: 43d7238fb9ac (&quot;dma-buf: heaps: Add CMA heap to dmabuf heaps&quot;)Cc: Laura Abbott &lt;labbott@redhat.com&gt;Cc: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Cc: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Cc: Liam Mark &lt;lmark@codeaurora.org&gt;Cc: Pratik Patel &lt;pratikp@codeaurora.org&gt;Cc: Brian Starkey &lt;Brian.Starkey@arm.com&gt;Cc: Vincent Donnefort &lt;Vincent.Donnefort@arm.com&gt;Cc: Sudipto Paul &lt;Sudipto.Paul@arm.com&gt;Cc: Andrew F. Davis &lt;afd@ti.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Chenbo Feng &lt;fengc@google.com&gt;Cc: Alistair Strachan &lt;astrachan@google.com&gt;Cc: Hridya Valsaraju &lt;hridya@google.com&gt;Cc: Hillf Danton &lt;hdanton@sina.com&gt;Cc: dri-devel@lists.freedesktop.orgCc: Brian Starkey &lt;brian.starkey@arm.com&gt;Cc: John Stultz &lt;john.stultz@linaro.org&gt;Cc: &quot;Andrew F. Davis&quot; &lt;afd@ti.com&gt;Cc: linux-media@vger.kernel.orgCc: linaro-mm-sig@lists.linaro.orgAcked-by: David Airlie &lt;airlied@linux.ie&gt;Signed-off-by: Sean Paul &lt;sean@poorly.run&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20191030203003.101156-3-sean@poorly.run

            List of files:
            /linux-6.15/drivers/dma-buf/heaps/Makefile</description>
        <pubDate>Wed, 30 Oct 2019 20:29:51 +0000</pubDate>
        <dc:creator>Sean Paul &lt;seanpaul@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>43d7238f - dma-buf: heaps: Add CMA heap to dmabuf heaps</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma-buf/heaps/Makefile#43d7238f</link>
        <description>dma-buf: heaps: Add CMA heap to dmabuf heapsThis adds a CMA heap, which allows userspace to allocatea dma-buf of contiguous memory out of a CMA region.This code is an evolution of the Android ION implementation, sothanks to its original author and maintainters:  Benjamin Gaignard, Laura Abbott, and others!NOTE: This patch only adds the default CMA heap. We will enableselectively adding other CMA memory regions to the dmabuf heapsinterface with a later patch (which requires a dt binding)Cc: Laura Abbott &lt;labbott@redhat.com&gt;Cc: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Cc: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Cc: Liam Mark &lt;lmark@codeaurora.org&gt;Cc: Pratik Patel &lt;pratikp@codeaurora.org&gt;Cc: Brian Starkey &lt;Brian.Starkey@arm.com&gt;Cc: Vincent Donnefort &lt;Vincent.Donnefort@arm.com&gt;Cc: Sudipto Paul &lt;Sudipto.Paul@arm.com&gt;Cc: Andrew F. Davis &lt;afd@ti.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Chenbo Feng &lt;fengc@google.com&gt;Cc: Alistair Strachan &lt;astrachan@google.com&gt;Cc: Hridya Valsaraju &lt;hridya@google.com&gt;Cc: Hillf Danton &lt;hdanton@sina.com&gt;Cc: dri-devel@lists.freedesktop.orgReviewed-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Reviewed-by: Brian Starkey &lt;brian.starkey@arm.com&gt;Acked-by: Laura Abbott &lt;labbott@redhat.com&gt;Tested-by: Ayan Kumar Halder &lt;ayan.halder@arm.com&gt;Signed-off-by: John Stultz &lt;john.stultz@linaro.org&gt;Signed-off-by: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20191021190310.85221-5-john.stultz@linaro.org

            List of files:
            /linux-6.15/drivers/dma-buf/heaps/Makefile</description>
        <pubDate>Mon, 21 Oct 2019 19:03:09 +0000</pubDate>
        <dc:creator>John Stultz &lt;john.stultz@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>47a32f9c - dma-buf: heaps: Add system heap to dmabuf heaps</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma-buf/heaps/Makefile#47a32f9c</link>
        <description>dma-buf: heaps: Add system heap to dmabuf heapsThis patch adds system heap to the dma-buf heaps framework.This allows applications to get a page-allocator backed dma-buffor non-contiguous memory.This code is an evolution of the Android ION implementation, sothanks to its original authors and maintainters:  Rebecca Schultz Zavin, Colin Cross, Laura Abbott, and others!Cc: Laura Abbott &lt;labbott@redhat.com&gt;Cc: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Cc: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Cc: Liam Mark &lt;lmark@codeaurora.org&gt;Cc: Pratik Patel &lt;pratikp@codeaurora.org&gt;Cc: Brian Starkey &lt;Brian.Starkey@arm.com&gt;Cc: Vincent Donnefort &lt;Vincent.Donnefort@arm.com&gt;Cc: Sudipto Paul &lt;Sudipto.Paul@arm.com&gt;Cc: Andrew F. Davis &lt;afd@ti.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Chenbo Feng &lt;fengc@google.com&gt;Cc: Alistair Strachan &lt;astrachan@google.com&gt;Cc: Hridya Valsaraju &lt;hridya@google.com&gt;Cc: Hillf Danton &lt;hdanton@sina.com&gt;Cc: dri-devel@lists.freedesktop.orgReviewed-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Reviewed-by: Brian Starkey &lt;brian.starkey@arm.com&gt;Acked-by: Laura Abbott &lt;labbott@redhat.com&gt;Tested-by: Ayan Kumar Halder &lt;ayan.halder@arm.com&gt;Signed-off-by: John Stultz &lt;john.stultz@linaro.org&gt;Signed-off-by: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20191021190310.85221-4-john.stultz@linaro.org

            List of files:
            /linux-6.15/drivers/dma-buf/heaps/Makefile</description>
        <pubDate>Mon, 21 Oct 2019 19:03:08 +0000</pubDate>
        <dc:creator>John Stultz &lt;john.stultz@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7b87ea70 - dma-buf: heaps: Add heap helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma-buf/heaps/Makefile#7b87ea70</link>
        <description>dma-buf: heaps: Add heap helpersAdd generic helper dmabuf ops for dma heaps, so we can reducethe amount of duplicative code for the exported dmabufs.This code is an evolution of the Android ION implementation, sothanks to its original authors and maintainters:  Rebecca Schultz Zavin, Colin Cross, Laura Abbott, and others!Cc: Laura Abbott &lt;labbott@redhat.com&gt;Cc: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Cc: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Cc: Liam Mark &lt;lmark@codeaurora.org&gt;Cc: Pratik Patel &lt;pratikp@codeaurora.org&gt;Cc: Brian Starkey &lt;Brian.Starkey@arm.com&gt;Cc: Vincent Donnefort &lt;Vincent.Donnefort@arm.com&gt;Cc: Sudipto Paul &lt;Sudipto.Paul@arm.com&gt;Cc: Andrew F. Davis &lt;afd@ti.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Chenbo Feng &lt;fengc@google.com&gt;Cc: Alistair Strachan &lt;astrachan@google.com&gt;Cc: Hridya Valsaraju &lt;hridya@google.com&gt;Cc: Hillf Danton &lt;hdanton@sina.com&gt;Cc: dri-devel@lists.freedesktop.orgReviewed-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Reviewed-by: Brian Starkey &lt;brian.starkey@arm.com&gt;Acked-by: Laura Abbott &lt;labbott@redhat.com&gt;Tested-by: Ayan Kumar Halder &lt;ayan.halder@arm.com&gt;Signed-off-by: John Stultz &lt;john.stultz@linaro.org&gt;Signed-off-by: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20191021190310.85221-3-john.stultz@linaro.org

            List of files:
            /linux-6.15/drivers/dma-buf/heaps/Makefile</description>
        <pubDate>Mon, 21 Oct 2019 19:03:07 +0000</pubDate>
        <dc:creator>John Stultz &lt;john.stultz@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
