<?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>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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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>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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</description>
        <pubDate>Mon, 21 Oct 2019 19:03:08 +0000</pubDate>
        <dc:creator>John Stultz &lt;john.stultz@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
