<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.15 merge window.

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Mon, 06 Sep 2021 03:58:05 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>320424c7d44f54c18df9812fd7c45f6963524002 - Merge tag &apos;v5.13&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#320424c7d44f54c18df9812fd7c45f6963524002</link>
        <description>Merge tag &apos;v5.13&apos; into nextSync up with the mainline to get the latest parport API.

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Mon, 19 Jul 2021 03:56:58 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c441bfb5f2866de71e092c1b9d866a65978dfe1a - Merge tag &apos;v5.13-rc3&apos; into asoc-5.13</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#c441bfb5f2866de71e092c1b9d866a65978dfe1a</link>
        <description>Merge tag &apos;v5.13-rc3&apos; into asoc-5.13Linux 5.13-rc3

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Wed, 09 Jun 2021 12:52:35 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c37fe6aff89cb0d842993fe2f69e48bf3ebe0ab0 - Merge tag &apos;v5.13-rc2&apos; into spi-5.13</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#c37fe6aff89cb0d842993fe2f69e48bf3ebe0ab0</link>
        <description>Merge tag &apos;v5.13-rc2&apos; into spi-5.13Linux 5.13-rc2

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Tue, 18 May 2021 18:24:52 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>85ebe5aeef9b0bf4c91ff91652b32f9c54f71d34 - Merge branch &apos;fixes-rc1&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#85ebe5aeef9b0bf4c91ff91652b32f9c54f71d34</link>
        <description>Merge branch &apos;fixes-rc1&apos; into fixes

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Tue, 18 May 2021 08:45:08 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>c55b44c9386f3ee1b08752638559f19deaf6040d - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#c55b44c9386f3ee1b08752638559f19deaf6040d</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesStart this new release drm-misc-fixes branchSigned-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Tue, 11 May 2021 13:35:52 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>68a32ba14177d4a21c4a9a941cf1d7aea86d436f - Merge tag &apos;drm-next-2021-04-28&apos; of git://anongit.freedesktop.org/drm/drm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#68a32ba14177d4a21c4a9a941cf1d7aea86d436f</link>
        <description>Merge tag &apos;drm-next-2021-04-28&apos; of git://anongit.freedesktop.org/drm/drmPull drm updates from Dave Airlie: &quot;The usual lots of work all over the place.  i915 has gotten some Alderlake work and prelim DG1 code, along with a  major locking rework over the GEM code, and brings back the property  of timing out long running jobs using a watchdog. amdgpu has some  Alderbran support (new GPU), freesync HDMI support along with a lot  other fixes.  Outside of the drm, there is a new printf specifier added which should  have all the correct acks/sobs:   - printk fourcc modifier support added %p4cc  Summary:  core:   - drm_crtc_commit_wait   - atomic plane state helpers reworked for full state   - dma-buf heaps API rework   - edid: rework and improvements for displayid  dp-mst:   - better topology logging  bridge:   - Chipone ICN6211   - Lontium LT8912B   - anx7625 regulator support  panel:   - fix lt9611 4k panels handling  simple-kms:   - add plane state helpers  ttm:   - debugfs support   - removal of unused sysfs   - ignore signaled moved fences   - ioremap buffer according to mem caching  i915:   - Alderlake S enablement   - Conversion to dma_resv_locking   - Bring back watchdog timeout support   - legacy ioctl cleanups   - add GEM TDDO and RFC process   - DG1 LMEM preparation work   - intel_display.c refactoring   - Gen9/TGL PCH combination support   - eDP MSO Support   - multiple PSR instance support   - Link training debug updates   - Disable PSR2 support on JSL/EHL   - DDR5/LPDDR5 support for bw calcs   - LSPCON limited to gen9/10 platforms   - HSW/BDW async flip/VTd corruption workaround   - SAGV watermark fixes   - SNB hard hang on ring resume fix   - Limit imported dma-buf size   - move to use new tasklet API   - refactor KBL/TGL/ADL-S display/gt steppings   - refactoring legacy DP/HDMI, FB plane code out  amdgpu:   - uapi: add ioctl to query video capabilities   - Iniital AMD Freesync HDMI support   - Initial Adebaran support   - 10bpc dithering improvements   - DCN secure display support   - Drop legacy IO BAR requirements   - PCIE/S0ix/RAS/Prime/Reset fixes   - Display ASSR support   - SMU gfx busy queues for RV/PCO   - Initial LTTPR display work  amdkfd:   - MMU notifier fixes   - APU fixes  radeon:   - debugfs cleanps   - fw error handling ifix   - Flexible array cleanups  msm:   - big DSI phy/pll cleanup   - sc7280 initial support   - commong bandwidth scaling path   - shrinker locking contention fixes   - unpin/swap support for GEM objcets  ast:   - cursor plane handling reworked  tegra:   - don&apos;t register DP AUX channels before connectors  zynqmp:   - fix OOB struct padding memset  gma500:   - drop ttm and medfield support  exynos:   - request_irq cleanup function  mediatek:   - fine tune line time for EOTp   - MT8192 dpi support   - atomic crtc config updates   - don&apos;t support HDMI connector creation  mxsdb:   - imx8mm support  panfrost:   - MMU IRQ handling rework  qxl:   - locking fixes   - resource deallocation changes  sun4i:   - add alpha properties to UI/VI layers  vc4:   - RPi4 CEC support  vmwgfx:   - doc cleanups  arc:   - moved to drm/tiny&quot;* tag &apos;drm-next-2021-04-28&apos; of git://anongit.freedesktop.org/drm/drm: (1390 commits)  drm/ttm: Don&apos;t count pages in SG BOs against pages_limit  drm/ttm: fix return value check  drm/bridge: lt8912b: fix incorrect handling of of_* return values  drm: bridge: fix LONTIUM use of mipi_dsi_() functions  drm: bridge: fix ANX7625 use of mipi_dsi_() functions  drm/amdgpu: page retire over debugfs mechanism  drm/radeon: Fix a missing check bug in radeon_dp_mst_detect()  drm/amd/display: Fix the Wunused-function warning  drm/radeon/r600: Fix variables that are not used after assignment  drm/amdgpu/smu7: fix CAC setting on TOPAZ  drm/amd/display: Update DCN302 SR Exit Latency  drm/amdgpu: enable ras eeprom on aldebaran  drm/amdgpu: RAS harvest on driver load  drm/amdgpu: add ras aldebaran ras eeprom driver  drm/amd/pm: increase time out value when sending msg to SMU  drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flag  drm/amd/pm: add the callback to get vbios bootup values for vangogh  drm/radeon: Fix size overflow  drm/amdgpu: Fix size overflow  drm/amdgpu: move mmhub ras_func init to ip specific file  ...

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Wed, 28 Apr 2021 19:01:40 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d527353e4bceae6d59606ad21ad00916401d22ad - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#d527353e4bceae6d59606ad21ad00916401d22ad</link>
        <description>Merge drm/drm-next into drm-intel-nextSync up with topic/i915-gem-next and drm-intel-gt-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Thu, 08 Apr 2021 09:22:14 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>51c3b916a4d7e24b4918925965867fdd9bd8dd59 - Merge tag &apos;drm-misc-next-2021-03-03&apos; of git://anongit.freedesktop.org/drm/drm-misc into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#51c3b916a4d7e24b4918925965867fdd9bd8dd59</link>
        <description>Merge tag &apos;drm-misc-next-2021-03-03&apos; of git://anongit.freedesktop.org/drm/drm-misc into drm-nextdrm-misc-next for 5.13:UAPI Changes:Cross-subsystem Changes:Core Changes:  - %p4cc printk format modifier  - atomic: introduce drm_crtc_commit_wait, rework atomic plane state    helpers to take the drm_commit_state structure  - dma-buf: heaps rework to return a struct dma_buf  - simple-kms: Add plate state helpers  - ttm: debugfs support, removal of sysfsDriver Changes:  - Convert drivers to shadow plane helpers  - arc: Move to drm/tiny  - ast: cursor plane reworks  - gma500: Remove TTM and medfield support  - mxsfb: imx8mm support  - panfrost: MMU IRQ handling rework  - qxl: rework to better handle resources deallocation, locking  - sun4i: Add alpha properties for UI and VI layers  - vc4: RPi4 CEC support  - vmwgfx: doc cleanupSigned-off-by: Dave Airlie &lt;airlied@redhat.com&gt;From: Maxime Ripard &lt;maxime@cerno.tech&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210303100600.dgnkadonzuvfnu22@gilmour

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Tue, 16 Mar 2021 07:45:12 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>fbde4ae7e15f71b57d194c5730189ac883622891 - drm/xen: adjust Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#fbde4ae7e15f71b57d194c5730189ac883622891</link>
        <description>drm/xen: adjust KconfigBy having selected DRM_XEN, I was assuming I would build the frontenddriver. As it turns out this is a dummy option, and I have really notbeen building this (because I had DRM disabled). Make it a promptlessone, moving the &quot;depends on&quot; to the other, real option, and &quot;select&quot;ingthe dummy one.Signed-off-by: Jan Beulich &lt;jbeulich@suse.com&gt;Reviewed-by: Oleksandr Andrushchenko &lt;oleksandr_andrushchenko@epam.com&gt;Signed-off-by: Oleksandr Andrushchenko &lt;oleksandr_andrushchenko@epam.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/54ae54f9-1ba9-900b-a56f-f48e2c9a82b0@suse.com

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Tue, 23 Feb 2021 17:41:03 +0100</pubDate>
        <dc:creator>Jan Beulich &lt;jbeulich@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>58e16d792a6a8c6b750f637a4649967fcac853dc - Merge branch &apos;ti-sysc-fixes&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#58e16d792a6a8c6b750f637a4649967fcac853dc</link>
        <description>Merge branch &apos;ti-sysc-fixes&apos; into fixes

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Tue, 13 Aug 2019 12:40:10 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare second round of input updates for 5.3 merge window.

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Sat, 20 Jul 2019 06:07:56 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ecb41832bd2a7a3f8ac93527cec5e51e3827daed - Merge tag &apos;v5.2&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#ecb41832bd2a7a3f8ac93527cec5e51e3827daed</link>
        <description>Merge tag &apos;v5.2&apos; into nextSync up with mainline to resolve conflicts in iforce driver.

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Mon, 15 Jul 2019 18:42:32 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>597473720f4dc69749542bfcfed4a927a43d935e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#597473720f4dc69749542bfcfed4a927a43d935e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.3 merge window.

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Thu, 11 Jul 2019 08:24:10 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74acee309fb2a434dce215d44014e6f8e06975ae - Merge branches &apos;for-5.2/fixes&apos;, &apos;for-5.3/doc&apos;, &apos;for-5.3/ish&apos;, &apos;for-5.3/logitech&apos; and &apos;for-5.3/wacom&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#74acee309fb2a434dce215d44014e6f8e06975ae</link>
        <description>Merge branches &apos;for-5.2/fixes&apos;, &apos;for-5.3/doc&apos;, &apos;for-5.3/ish&apos;, &apos;for-5.3/logitech&apos; and &apos;for-5.3/wacom&apos; into for-linus

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Wed, 10 Jul 2019 01:39:57 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>3c53c6255d598db7084c5c3d7553d7200e857818 - Merge tag &apos;asoc-v5.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#3c53c6255d598db7084c5c3d7553d7200e857818</link>
        <description>Merge tag &apos;asoc-v5.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v5.3This is a very big update, mainly thanks to Morimoto-san&apos;s refactoringwork and some fairly large new drivers. - Lots more work on moving towards a component based framework from   Morimoto-san. - Support for force disconnecting muxes from Jerome Brunet. - New drivers for Cirrus Logic CS47L35, CS47L85 and CS47L90, Conexant   CX2072X, Realtek RT1011 and RT1308.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Mon, 08 Jul 2019 14:45:20 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>1d2af80d581d1bae81594e497cd57e345235b940 - Merge tag &apos;nand/for-5.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#1d2af80d581d1bae81594e497cd57e345235b940</link>
        <description>Merge tag &apos;nand/for-5.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextNAND core changes:- use longest matching pattern in -&gt;exec_op() default parser- export NAND operation tracer- add flag to indicate panic_write in MTD- use kzalloc() instead of kmalloc() and memset()Raw NAND controller drivers changes:- brcmnand:  * fix BCH ECC layout for large page NAND parts  * fallback to detected ecc-strength, ecc-step-size  * when oops in progress use pio and interrupt polling  * code refactor code to introduce helper functions  * add support for v7.3 controller- FSMC:  * use nand_op_trace for operation tracing- GPMI:  * move all driver code into single file  * various cleanups (including dmaengine changes)  * use runtime PM to manage clocks  * implement exec_op- MTK:  * correct low level time calculation of r/w cycle  * improve data sampling timing for read cycle  * add validity check for CE# pin setting  * fix wrongly assigned OOB buffer pointer issue  * re-license MTK NAND driver as Dual MIT/GPL- STM32:  * manage the get_irq error case  * increase DMA completion timeoutsRaw NAND chips drivers changes:- Macronix: add read-retry supportOnenand driver changes:- add support for 8Gb datasize chips- avoid fall-through warningsSPI-NAND changes:- define macros for page-read ops with three-byte addresses- add support for two-byte device IDs and then for GigaDevice  GD5F1GQ4UFxxG- add initial support for Paragon PN26G0xA- handle the case where the last page read has bitflips

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Sat, 06 Jul 2019 22:51:56 +0200</pubDate>
        <dc:creator>Richard Weinberger &lt;richard@nod.at&gt;</dc:creator>
    </item>
<item>
        <title>371bb62158d53c1fc33e2fb9b6aeb9522caf6cf4 - Merge tag &apos;v5.2-rc6&apos; into rdma.git for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#371bb62158d53c1fc33e2fb9b6aeb9522caf6cf4</link>
        <description>Merge tag &apos;v5.2-rc6&apos; into rdma.git for-nextFor dependencies in next patches.Resolve conflicts:- Use uverbs_get_cleared_udata() with new cq allocation flow- Continue to delete nes despite SPDX conflict- Resolve list appends in mlx5_command_str()- Use u16 for vport_rule stuff- Resolve list appends in struct ib_clientSigned-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Sat, 29 Jun 2019 02:18:23 +0200</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>53c8b29abe42e5601cfa0ea5962532f0cfdec8a0 - Merge tag &apos;v5.2-rc6&apos; into asoc-5.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#53c8b29abe42e5601cfa0ea5962532f0cfdec8a0</link>
        <description>Merge tag &apos;v5.2-rc6&apos; into asoc-5.3Linux 5.2-rc6

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Wed, 26 Jun 2019 13:39:34 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>355a47ae7ebcf9d605aa809b259d380422e81b8d - Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/gpu/drm/xen/Kconfig#355a47ae7ebcf9d605aa809b259d380422e81b8d</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-next-fixesSome fixes have been accidentally pushed to this, so I cannot fost-forward.Required to pull in the remove-fbcon-notifiers fixes.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/drivers/gpu/drm/xen/Kconfig</description>
        <pubDate>Wed, 26 Jun 2019 12:22:54 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
