<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3eb66e91a25497065c5322b1268cbc3953642227 - Merge tag &apos;v4.20&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#3eb66e91a25497065c5322b1268cbc3953642227</link>
        <description>Merge tag &apos;v4.20&apos; into for-linusSync with mainline to get linux/overflow.h among other things.

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Tue, 15 Jan 2019 00:33:23 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4116941b7a703f8c770998bb3a59966608cb5bb2 - Merge tag &apos;v4.20&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#4116941b7a703f8c770998bb3a59966608cb5bb2</link>
        <description>Merge tag &apos;v4.20&apos; into nextMerge with mainline to bring in the new APIs.

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Mon, 14 Jan 2019 07:35:32 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c74a7469f97c0f40b46e82ee979f9fb1bb6e847c - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#c74a7469f97c0f40b46e82ee979f9fb1bb6e847c</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedWe need a backmerge to get DP_DPCD_REV_14 before we push otheri915 changes to dinq that could break compilation.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Mon, 23 Jul 2018 18:13:12 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6b16f5d12202a23d875915349cc031c07fe1b3ec - Merge tag &apos;v4.18-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#6b16f5d12202a23d875915349cc031c07fe1b3ec</link>
        <description>Merge tag &apos;v4.18-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.18-rc2

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Thu, 28 Jun 2018 14:07:57 +0200</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>57b54d74dd5c559bd35f2affaf11d8828aaf5733 - Merge tag &apos;v4.18-rc2&apos; into next-general</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#57b54d74dd5c559bd35f2affaf11d8828aaf5733</link>
        <description>Merge tag &apos;v4.18-rc2&apos; into next-generalMerge to Linux 4.18-rc2 for security subsystem developers.

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Mon, 25 Jun 2018 18:20:40 +0200</pubDate>
        <dc:creator>James Morris &lt;james.morris@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>7731b8bc94e599c9a79e428f3359ff2c34b7576a - Merge branch &apos;linus&apos; into x86/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#7731b8bc94e599c9a79e428f3359ff2c34b7576a</link>
        <description>Merge branch &apos;linus&apos; into x86/urgentRequired to queue a dependent fix.

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Fri, 22 Jun 2018 21:20:35 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>f459c34538f57661e0fd1d3eaf7c0b17125ae011 - Merge tag &apos;for-4.18/block-20180603&apos; of git://git.kernel.dk/linux-block</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#f459c34538f57661e0fd1d3eaf7c0b17125ae011</link>
        <description>Merge tag &apos;for-4.18/block-20180603&apos; of git://git.kernel.dk/linux-blockPull block updates from Jens Axboe: - clean up how we pass around gfp_t and   blk_mq_req_flags_t (Christoph) - prepare us to defer scheduler attach (Christoph) - clean up drivers handling of bounce buffers (Christoph) - fix timeout handling corner cases (Christoph/Bart/Keith) - bcache fixes (Coly) - prep work for bcachefs and some block layer optimizations (Kent). - convert users of bio_sets to using embedded structs (Kent). - fixes for the BFQ io scheduler (Paolo/Davide/Filippo) - lightnvm fixes and improvements (Matias, with contributions from Hans   and Javier) - adding discard throttling to blk-wbt (me) - sbitmap blk-mq-tag handling (me/Omar/Ming). - remove the sparc jsflash block driver, acked by DaveM. - Kyber scheduler improvement from Jianchao, making it more friendly   wrt merging. - conversion of symbolic proc permissions to octal, from Joe Perches.   Previously the block parts were a mix of both. - nbd fixes (Josef and Kevin Vigor) - unify how we handle the various kinds of timestamps that the block   core and utility code uses (Omar) - three NVMe pull requests from Keith and Christoph, bringing AEN to   feature completeness, file backed namespaces, cq/sq lock split, and   various fixes - various little fixes and improvements all over the map* tag &apos;for-4.18/block-20180603&apos; of git://git.kernel.dk/linux-block: (196 commits)  blk-mq: update nr_requests when switching to &apos;none&apos; scheduler  block: don&apos;t use blocking queue entered for recursive bio submits  dm-crypt: fix warning in shutdown path  lightnvm: pblk: take bitmap alloc. out of critical section  lightnvm: pblk: kick writer on new flush points  lightnvm: pblk: only try to recover lines with written smeta  lightnvm: pblk: remove unnecessary bio_get/put  lightnvm: pblk: add possibility to set write buffer size manually  lightnvm: fix partial read error path  lightnvm: proper error handling for pblk_bio_add_pages  lightnvm: pblk: fix smeta write error path  lightnvm: pblk: garbage collect lines with failed writes  lightnvm: pblk: rework write error recovery path  lightnvm: pblk: remove dead function  lightnvm: pass flag on graceful teardown to targets  lightnvm: pblk: check for chunk size before allocating it  lightnvm: pblk: remove unnecessary argument  lightnvm: pblk: remove unnecessary indirection  lightnvm: pblk: return NVM_ error on failed submission  lightnvm: pblk: warn in case of corrupted write buffer  ...

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Mon, 04 Jun 2018 16:58:06 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>da3c6efea5b975a2ba341a5681b778a82443788c - Remove jsflash driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#da3c6efea5b975a2ba341a5681b778a82443788c</link>
        <description>Remove jsflash driverNobody is using it anymore, and it&apos;s been abandoned. Since Davidis fine with removing it, kill it.Suggested-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Tue, 15 May 2018 21:54:11 +0200</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>552c69b36ebd966186573b9c7a286b390935cce1 - Merge tag &apos;v4.17-rc3&apos; into apparmor-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#552c69b36ebd966186573b9c7a286b390935cce1</link>
        <description>Merge tag &apos;v4.17-rc3&apos; into apparmor-nextLinux v4.17-rc3Merge in v4.17 for LSM updatesSigned-off-by: John Johansen &lt;john.johansen@canonical.com&gt;

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Wed, 02 May 2018 09:38:52 +0200</pubDate>
        <dc:creator>John Johansen &lt;john.johansen@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>664b0bae0b87f69bc9deb098f5e0158b9cf18e04 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#664b0bae0b87f69bc9deb098f5e0158b9cf18e04</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 4.17 merge window.

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Thu, 05 Apr 2018 01:11:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c6380ecd8e9bee7aba3d9a5a94b58168244c4a61 - Merge tag &apos;v4.16-rc4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#c6380ecd8e9bee7aba3d9a5a94b58168244c4a61</link>
        <description>Merge tag &apos;v4.16-rc4&apos; into nextSync up with mainline to bring in RAVE MFD device core.

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Thu, 08 Mar 2018 20:07:30 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5fe9cfbe44b6892e17f803125c4761221b0175c6 - Merge tag &apos;v4.16-rc4&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#5fe9cfbe44b6892e17f803125c4761221b0175c6</link>
        <description>Merge tag &apos;v4.16-rc4&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.16-rc4

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Wed, 07 Mar 2018 13:57:24 +0100</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>bba73071b6f71be0a101658d7c13866e30b264a6 - Merge drm-next into drm-intel-next-queued (this time for real)</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#bba73071b6f71be0a101658d7c13866e30b264a6</link>
        <description>Merge drm-next into drm-intel-next-queued (this time for real)To pull in the HDCP changes, especially wait_for changes to drm/i915that Chris wants to build on top of.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Thu, 01 Mar 2018 10:14:24 +0100</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a02633e9b13dcb9b1a656b08f81bc8ba2d4d2294 - Merge tag &apos;v4.16-rc2&apos; into next-general</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#a02633e9b13dcb9b1a656b08f81bc8ba2d4d2294</link>
        <description>Merge tag &apos;v4.16-rc2&apos; into next-generalSync to Linux 4.16-rc2 for developers to work against.

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Wed, 21 Feb 2018 17:21:41 +0100</pubDate>
        <dc:creator>James Morris &lt;jmorris@namei.org&gt;</dc:creator>
    </item>
<item>
        <title>862e6e2a609197f41bc04420b31ff122be9f870f - Merge tag &apos;v4.16-rc2&apos; into locking/core, to refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#862e6e2a609197f41bc04420b31ff122be9f870f</link>
        <description>Merge tag &apos;v4.16-rc2&apos; into locking/core, to refresh the branchSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Wed, 21 Feb 2018 09:57:55 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7057bb975dab827997e0ca9dd92cafef0856b0cc - Merge branch &apos;perf/urgent&apos; into perf/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#7057bb975dab827997e0ca9dd92cafef0856b0cc</link>
        <description>Merge branch &apos;perf/urgent&apos; into perf/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Sat, 17 Feb 2018 11:39:28 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d4da404f36b24b089d20db1fb27d8f99cb66f409 - Merge airlied/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#d4da404f36b24b089d20db1fb27d8f99cb66f409</link>
        <description>Merge airlied/drm-next into drm-misc-nextBackmerge 4.15 and hdcp topic branchSigned-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Fri, 16 Feb 2018 21:47:43 +0100</pubDate>
        <dc:creator>Sean Paul &lt;seanpaul@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>6dee6ae9d62642e81def4d461d71f13a6496ab59 - Merge tag &apos;irqchip-4.16-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#6dee6ae9d62642e81def4d461d71f13a6496ab59</link>
        <description>Merge tag &apos;irqchip-4.16-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentPull irqchip updates for 4.16-rc2 from Marc Zyngier - A MIPS GIC fix for spurious, masked interrupts - A fix for a subtle IPI bug in GICv3 - Do not probe GICv3 ITSs that are marked as disabled - Multi-MSI support for GICv2m - Various cleanups

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Fri, 16 Feb 2018 15:47:26 +0100</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>191db1ceb88264eea441648a63475538c5050461 - Merge branch &apos;topic/component-platform&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-samsung</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#191db1ceb88264eea441648a63475538c5050461</link>
        <description>Merge branch &apos;topic/component-platform&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-samsung

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Wed, 14 Feb 2018 13:03:25 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7980033bea8a74692fdb987c44ec91b0be8e752b - Merge branch &apos;linus&apos; into x86/urgent, to pick up dependent commits</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/sbus/char/Makefile#7980033bea8a74692fdb987c44ec91b0be8e752b</link>
        <description>Merge branch &apos;linus&apos; into x86/urgent, to pick up dependent commitsSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/sbus/char/Makefile</description>
        <pubDate>Sun, 11 Feb 2018 11:33:33 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
