<?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 .gitignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>25768de50b1f2dbb6ea44bd5148a87fe2c9c3688 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#25768de50b1f2dbb6ea44bd5148a87fe2c9c3688</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.14 merge window.

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Tue, 21 Jan 2025 06:37:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d4a0f4ea72319c9a37c1a7191695467006dd272 - Merge tag &apos;v6.13-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#6d4a0f4ea72319c9a37c1a7191695467006dd272</link>
        <description>Merge tag &apos;v6.13-rc3&apos; into nextSync up with the mainline.

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Tue, 17 Dec 2024 18:40:45 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c787c2901e2c03008e536b86cb0103ce6fd05e2d - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#c787c2901e2c03008e536b86cb0103ce6fd05e2d</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to get up-to-date and to bring in a fix that wasmerged through drm-misc-fixes.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Mon, 04 Nov 2024 09:21:20 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>64f3b5a6bc49adf77d58eddd72a4bfccd492fa24 - Merge 6.12-rc3 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#64f3b5a6bc49adf77d58eddd72a4bfccd492fa24</link>
        <description>Merge 6.12-rc3 into usb-nextWe need the USB fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Mon, 14 Oct 2024 08:03:44 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>220c71dafaa28cbb75fd785670cf68a758347026 - Merge tag &apos;v6.12-rc2&apos; into test2</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#220c71dafaa28cbb75fd785670cf68a758347026</link>
        <description>Merge tag &apos;v6.12-rc2&apos; into test2Linux 6.12-rc2Resolved movement of asm/unaligned.h to linux/unaligned.h

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Sat, 12 Oct 2024 12:22:25 +0200</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>64f7b77f0bd9271861ed9e410e9856b6b0b21c48 - Merge patch series &quot;Zacas/Zabha support and qspinlocks&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#64f7b77f0bd9271861ed9e410e9856b6b0b21c48</link>
        <description>Merge patch series &quot;Zacas/Zabha support and qspinlocks&quot;Alexandre Ghiti &lt;alexghiti@rivosinc.com&gt; says:This implements [cmp]xchgXX() macros using Zacas and Zabha extensionsand finally uses those newly introduced macros to add support forqspinlocks: note that this implementation of qspinlocks satisfies theforward progress guarantee.It also uses Ziccrse to provide the qspinlock implementation.Thanks to Guo and Leonardo for their work!* b4-shazam-merge: (1314 commits)  riscv: Add qspinlock support  dt-bindings: riscv: Add Ziccrse ISA extension description  riscv: Add ISA extension parsing for Ziccrse  asm-generic: ticket-lock: Add separate ticket-lock.h  asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock  riscv: Implement xchg8/16() using Zabha  riscv: Implement arch_cmpxchg128() using Zacas  riscv: Improve zacas fully-ordered cmpxchg()  riscv: Implement cmpxchg8/16() using Zabha  dt-bindings: riscv: Add Zabha ISA extension description  riscv: Implement cmpxchg32/64() using Zacas  riscv: Do not fail to build on byte/halfword operations with Zawrs  riscv: Move cpufeature.h macros into their own headerLink: https://lore.kernel.org/r/20241103145153.105097-1-alexghiti@rivosinc.comSigned-off-by: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Mon, 11 Nov 2024 16:35:09 +0100</pubDate>
        <dc:creator>Palmer Dabbelt &lt;palmer@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>77b679453d3364688ff3e5153c0be5b2b52672b7 - Merge tag &apos;v6.12-rc3&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#77b679453d3364688ff3e5153c0be5b2b52672b7</link>
        <description>Merge tag &apos;v6.12-rc3&apos; into perf-tools-nextTo get the fixes in the current perf-tools tree.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Mon, 14 Oct 2024 19:45:28 +0200</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e3e0f9b7ae280f2f479f74ef7799f4108d0e7f77 - Merge tag &apos;kvm-riscv-6.13-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#e3e0f9b7ae280f2f479f74ef7799f4108d0e7f77</link>
        <description>Merge tag &apos;kvm-riscv-6.13-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 6.13- Accelerate KVM RISC-V when running as a guest- Perf support to collect KVM guest statistics from host side

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Fri, 08 Nov 2024 18:13:48 +0100</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4e6bd13aa33c78346973f01c7303b4909d79ec86 - Merge branch &apos;iommufd/arm-smmuv3-nested&apos; of iommu/linux into iommufd for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#4e6bd13aa33c78346973f01c7303b4909d79ec86</link>
        <description>Merge branch &apos;iommufd/arm-smmuv3-nested&apos; of iommu/linux into iommufd for-nextCommon SMMUv3 patches for the following patches adding nesting, sharedbranch with the iommu tree.* &apos;iommufd/arm-smmuv3-nested&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/iommu/linux:  iommu/arm-smmu-v3: Expose the arm_smmu_attach interface  iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT  iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info  iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS  ACPI/IORT: Support CANWBS memory access flag  ACPICA: IORT: Update for revision E.f  vfio: Remove VFIO_TYPE1_NESTING_IOMMU  ...Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Tue, 12 Nov 2024 18:47:28 +0100</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>4a6fd06643afa99989a0e6b848e125099674227b - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#4a6fd06643afa99989a0e6b848e125099674227b</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerging to pick up commit 785324db2d7a (&quot;drm/msm/dp: migrate theycbcr_420_allowed to drm_bridge&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Wed, 30 Oct 2024 17:49:12 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>bfa7b5c98be4bdcf8aaa4e5ca0b91359ea28c05c - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#bfa7b5c98be4bdcf8aaa4e5ca0b91359ea28c05c</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfCross-merge bpf fixes after downstream PR.No conflicts.Adjacent changes in:include/linux/bpf.hinclude/uapi/linux/bpf.hkernel/bpf/btf.ckernel/bpf/helpers.ckernel/bpf/syscall.ckernel/bpf/verifier.ckernel/trace/bpf_trace.cmm/slab_common.ctools/include/uapi/linux/bpf.htools/testing/selftests/bpf/MakefileLink: https://lore.kernel.org/all/20241024215724.60017-1-daniel@iogearbox.net/Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Fri, 25 Oct 2024 03:45:59 +0200</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c141cf76918e25ec7bd433b47590e8c3f3d02542 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#c141cf76918e25ec7bd433b47590e8c3f3d02542</link>
        <description>Merge drm/drm-next into drm-intel-nextNeeded to bring some KVM changes to be able to include a fix in our Kconfig.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Thu, 17 Oct 2024 18:52:05 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5338a96c974654e226665b2f412fad2f82d4b701 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#5338a96c974654e226665b2f412fad2f82d4b701</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get fixes from v6.12-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Mon, 14 Oct 2024 09:17:57 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9c0fc36ec493d20599cf088d21b6bddcdc184242 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#9c0fc36ec493d20599cf088d21b6bddcdc184242</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-6.12-rc3).No conflicts and no adjacent changes.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Thu, 03 Oct 2024 19:05:55 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>344190e0347324d95393c561a4b8c8dfa8cd628b - ASoC: Merge up v6.12</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#344190e0347324d95393c561a4b8c8dfa8cd628b</link>
        <description>ASoC: Merge up v6.12Fixes build issues with the KVM selftests

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Mon, 07 Oct 2024 15:54:21 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f33e46a0c6bddd341d0989484a2546bba7ac4a3c - Merge branch &apos;for-6.13/wacom&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#f33e46a0c6bddd341d0989484a2546bba7ac4a3c</link>
        <description>Merge branch &apos;for-6.13/wacom&apos; into for-linus- Sanitization of BTN_TOOL_RUBBER handling (Jason Gerecke)

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Mon, 18 Nov 2024 21:29:33 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>5516200c466f92954551406ea641376963c43a92 - Merge tag &apos;v6.12-rc7&apos; into __tmp-hansg-linux-tags_media_atomisp_6_13_1</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#5516200c466f92954551406ea641376963c43a92</link>
        <description>Merge tag &apos;v6.12-rc7&apos; into __tmp-hansg-linux-tags_media_atomisp_6_13_1Linux 6.12-rc7* tag &apos;v6.12-rc7&apos;: (1909 commits)  Linux 6.12-rc7  filemap: Fix bounds checking in filemap_read()  i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set  mailmap: add entry for Thorsten Blum  ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()  signal: restore the override_rlimit logic  fs/proc: fix compile warning about variable &apos;vmcore_mmap_ops&apos;  ucounts: fix counter leak in inc_rlimit_get_ucounts()  selftests: hugetlb_dio: check for initial conditions to skip in the start  mm: fix docs for the kernel parameter ``thp_anon=``  mm/damon/core: avoid overflow in damon_feed_loop_next_input()  mm/damon/core: handle zero schemes apply interval  mm/damon/core: handle zero {aggregation,ops_update} intervals  mm/mlock: set the correct prev on failure  objpool: fix to make percpu slot allocation more robust  mm/page_alloc: keep track of free highatomic  bcachefs: Fix UAF in __promote_alloc() error path  bcachefs: Change OPT_STR max to be 1 less than the size of choices array  bcachefs: btree_cache.freeable list fixes  bcachefs: check the invalid parameter for perf test  ...

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Mon, 11 Nov 2024 12:16:33 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>336f0fbf510880f7b2f9ea7e473fefc02222070c - regmap: Merge up fixes from v6.12-rc3</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#336f0fbf510880f7b2f9ea7e473fefc02222070c</link>
        <description>regmap: Merge up fixes from v6.12-rc3For the benefit of CI.

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Tue, 29 Oct 2024 15:33:54 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bebb45743d52fea1ac0a4a9f465f11d11e885f40 - Merge tag &apos;v6.12-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/core/.gitignore#bebb45743d52fea1ac0a4a9f465f11d11e885f40</link>
        <description>Merge tag &apos;v6.12-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextLinux 6.12-rc3

            List of files:
            /linux/tools/testing/selftests/core/.gitignore</description>
        <pubDate>Mon, 14 Oct 2024 09:03:34 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
