<?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 README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#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/include/uapi/README</description>
        <pubDate>Wed, 05 Feb 2025 09:29:14 +0000</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>2cd86f02c017bf9733e5cd891381b7d40f6f37ad - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#2cd86f02c017bf9733e5cd891381b7d40f6f37ad</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesRequired for a panthor fix that broke whenFOP_UNSIGNED_OFFSET was added in place of FMODE_UNSIGNED_OFFSET.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Tue, 01 Oct 2024 16:09:41 +0000</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3fd6c59042dbba50391e30862beac979491145fe - Merge tag &apos;v6.12-rc1&apos; into clk-meson-next</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#3fd6c59042dbba50391e30862beac979491145fe</link>
        <description>Merge tag &apos;v6.12-rc1&apos; into clk-meson-nextLinux 6.12-rc1

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Mon, 30 Sep 2024 09:28:07 +0000</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>c24999e61b2187578fe4256b7bc6190a046c4b93 - Merge tag &apos;i2c-host-6.12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#c24999e61b2187578fe4256b7bc6190a046c4b93</link>
        <description>Merge tag &apos;i2c-host-6.12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowThe DesignWare and the Renesas I2C drivers have received most ofthe changes in this pull request.The first has has undergone through a series of cleanups thathave been sent to the mailing list a year ago for the first timeand finally get merged in this pull request. They are many, fromtypos (e.g. i2/i2c), to cosmetics, to refactoring (e.g. moveinline functions to librarieas) and many others.Besides that, all the DesignWare Kconfig options have beengrouped under the I2C_DESIGNWARE_CORE and this required someadaptation in many of the kernel configuration files fordifferent arm and mips boards.Follows the list of the rest of the changes grouped by type ofchange.Cleanups--------The Qualcomm Geni platform improves the exit path in the runtimeresume function.The Intel LJCA driver loses &quot;target_addr&quot; parameter inljca_i2c_stop() because it was unused.The MediaTek controller intializes the restart_flag in thetransfer function using the ternary conditional operator (&quot;? :&quot;)instead of initializing it in different parts.Constified a few global data structures in the virtio driver.The Renesas driver simplifies the bus speed handling in the initfunction making it more readable.Improved an if/else statement in probe function of the RenesasR-Car driver.The iMX/MXC driver switches to using the RUNTIME_PM_OPS() insteadof SET_RUNTIME_PM_OPS().Still in the iMX/MXC driver a comma &apos;,&apos; has been replaced by asemicolon &apos;;&apos;, while in different drivers the &apos;,&apos; has beenremoved from the &apos;{ }&apos; delimiters.Finally three devm_clk_get_enabled() have been used to simplifythe devm_clk_get/clk_prepare_enable tuple in the Renesas EMEV2,Ingenic and MPC drivers.Refactors---------The Nuvoton fixes a potential out of boundary array access. Thisis not a bug fix because the issue could never occur due tohardware not having the properties listed in the array. Thechange makes the driver more future proof and, at the same time,silences code analyzers.Improvements------------The Renesas I2C (riic) driver undergoes several patches improvingthe runtime power management handling.The Intel i801 driver uses a more descriptive adapter&apos;s name toshow the presence of the IDF feature.In the Intel Denverton (ismt) adapter the pending transactionsare killed when irq&apos;s can&apos;t complete their handling, triggering atimeout. This could have been considered as a bug fix, butbecause, standing to Vasily, it&apos;s very sporadic, I preferredconsidering the patch rather as an improvement.New Feature-----------The Renesas I2C (riic) driver now supports the fast mode plus.New support-----------Added support for:    - Renesas R9A08G045    - Rockchip RK3576    - KEBA I2C    - Theobroma Systems Mule Multiplexer.The Keba comes with a new driver, i2c-keba.c.The Mule is an i2c multiplexer and it also comes with a newdriver, mux/i2c-mux-mule.c.Core patch----------This pull request includes also a patch in the I2C framework, ini2c-core-base.c where the runtime PM functions have been replacedin order to allow to be accessed during the device add.Devicetree----------Some cleanups in the devicetree, as well. nVidia and Qualcommbindings improve their &quot;if:then:&quot; blocks. While the aspeedbinding loses the &quot;multi-master&quot; property because it wasredundant.The i2c-sprd binding has been converted to YAML.

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Sat, 21 Sep 2024 10:46:00 +0000</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Fri, 20 Sep 2024 08:24:24 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42b16d3ac371a2fac9b6f08fd75f23f34ba3955a - Merge tag &apos;v6.11&apos; into for-6.12/block</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#42b16d3ac371a2fac9b6f08fd75f23f34ba3955a</link>
        <description>Merge tag &apos;v6.11&apos; into for-6.12/blockMerge in 6.11 final to get the fix for preventing deadlocks on anelevator switch, as there&apos;s a fixup for that patch.* tag &apos;v6.11&apos;: (1788 commits)  Linux 6.11  Revert &quot;KVM: VMX: Always honor guest PAT on CPUs that support self-snoop&quot;  pinctrl: pinctrl-cy8c95x0: Fix regcache  cifs: Fix signature miscalculation  mm: avoid leaving partial pfn mappings around in error case  drm/xe/client: add missing bo locking in show_meminfo()  drm/xe/client: fix deadlock in show_meminfo()  drm/xe/oa: Enable Xe2+ PES disaggregation  drm/xe/display: fix compat IS_DISPLAY_STEP() range end  drm/xe: Fix access_ok check in user_fence_create  drm/xe: Fix possible UAF in guc_exec_queue_process_msg  drm/xe: Remove fence check from send_tlb_invalidation  drm/xe/gt: Remove double include  net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_init()  PCI: Fix potential deadlock in pcim_intx()  workqueue: Clear worker-&gt;pool in the worker thread context  net: tighten bad gso csum offset check in virtio_net_hdr  netlink: specs: mptcp: fix port endianness  net: dpaa: Pad packets to ETH_ZLEN  mptcp: pm: Fix uaf in __timer_delete_sync  ...

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Tue, 17 Sep 2024 14:32:53 +0000</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>091b2ecaa3081b8dee90c4fb31e782e8e3107a77 - Merge tag &apos;kvmarm-6.12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#091b2ecaa3081b8dee90c4fb31e782e8e3107a77</link>
        <description>Merge tag &apos;kvmarm-6.12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADKVM/arm64 updates for 6.12* New features:  - Add a Stage-2 page table dumper, reusing the main ptdump    infrastructure, and allowing easier debugging of the our    page-table infrastructure  - Add FP8 support to the KVM/arm64 floating point handling.  - Add NV support for the AT family of instructions, which mostly    results in adding a page table walker that deals with most of the    complexity of the architecture.* Improvements, fixes and cleanups:  - Add selftest checks for a bunch of timer emulation corner cases  - Fix the multiple of cases where KVM/arm64 doesn&apos;t correctly handle    the guest trying to use a GICv3 that isn&apos;t advertised  - Remove REG_HIDDEN_USER from the sysreg infrastructure, making    things little more simple  - Prevent MTE tags being restored by userspace if we are actively    logging writes, as that&apos;s a recipe for disaster  - Correct the refcount on a page that is not considered for MTE tag    copying (such as a device)  - Relax the synchronisation when walking a page table to split block    mappings, moving it at the end the walk, as there is no need to    perform it on every store.  - Fix boundary check when transfering memory using FFA  - Fix pKVM TLB invalidation, only affecting currently out of tree    code but worth addressing for peace of mind

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Sat, 14 Sep 2024 13:32:13 +0000</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f10d52087cbe85dcff2af3dc94c5b9d06e6d4b9a - spi: Merge up fixes</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#f10d52087cbe85dcff2af3dc94c5b9d06e6d4b9a</link>
        <description>spi: Merge up fixesA patch for Qualcomm depends on some fixes.

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Thu, 12 Sep 2024 11:38:44 +0000</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c7c3c7b7400bef1ba14831c0a8ca1cdb35f32c94 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#c7c3c7b7400bef1ba14831c0a8ca1cdb35f32c94</link>
        <description>Merge drm/drm-next into drm-xe-nextSync with drm-misc and drm-intel-next for common APIs and refactors.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Wed, 11 Sep 2024 20:23:00 +0000</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2f7eedca6cecbfad52d5b52c1550066d9252c947 - Merge branch &apos;linus&apos; into timers/core</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#2f7eedca6cecbfad52d5b52c1550066d9252c947</link>
        <description>Merge branch &apos;linus&apos; into timers/coreTo update with the latest fixes.

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Tue, 10 Sep 2024 11:49:53 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>f057b57270c2a17d3f45c177e9434fa5745caa48 - Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into next</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#f057b57270c2a17d3f45c177e9434fa5745caa48</link>
        <description>Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into nextBring in changes removing support for platform data from matrix-keypaddriver.

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Fri, 06 Sep 2024 04:49:07 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d224338aa105bf3c4c4aa8b2ccdbd675c71ffbfe - Merge tag &apos;v6.11-rc6&apos; into docs-mw</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#d224338aa105bf3c4c4aa8b2ccdbd675c71ffbfe</link>
        <description>Merge tag &apos;v6.11-rc6&apos; into docs-mwThis is done primarily to get a docs build fix merged via another tree sothat &quot;make htmldocs&quot; stops failing.

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Thu, 05 Sep 2024 20:01:38 +0000</pubDate>
        <dc:creator>Jonathan Corbet &lt;corbet@lwn.net&gt;</dc:creator>
    </item>
<item>
        <title>56d8b784c56588cd40f98e4b1d4f6e29e3cb02b8 - Merge tag &apos;hwmon-for-v6.11-rc7&apos; into review-hans</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#56d8b784c56588cd40f98e4b1d4f6e29e3cb02b8</link>
        <description>Merge tag &apos;hwmon-for-v6.11-rc7&apos; into review-hansMerge &quot;hwmon fixes for v6.11-rc7&quot; into review-hans to bring incommit a54da9df75cd (&quot;hwmon: (hp-wmi-sensors) Check if WMI eventdata exists&quot;).This is a dependency for a set of WMI event data refactoring changes.

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Thu, 05 Sep 2024 14:51:58 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>95c13662b65c562d4902ad9f810378261347a749 - Merge branch &apos;perf/urgent&apos; into perf/core, to pick up fixes</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#95c13662b65c562d4902ad9f810378261347a749</link>
        <description>Merge branch &apos;perf/urgent&apos; into perf/core, to pick up fixesThis also refreshes the -rc1 based branch to -rc5.Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Thu, 05 Sep 2024 09:17:43 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>649e980dadee36f961738d054627225542d547a2 - Merge branch &apos;bpf/master&apos; into for-6.12</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#649e980dadee36f961738d054627225542d547a2</link>
        <description>Merge branch &apos;bpf/master&apos; into for-6.12Pull bpf/master to receive baebe9aaba1e (&quot;bpf: allow passing structbpf_iter_&lt;type&gt; as kfunc arguments&quot;) and related changes in preparation forthe DSQ iterator patchset.Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Wed, 04 Sep 2024 21:41:32 +0000</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>eb876ea724835126f215c9a5bcc9e6148e2a6d15 - Merge branch &apos;linus&apos; into smp/core</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#eb876ea724835126f215c9a5bcc9e6148e2a6d15</link>
        <description>Merge branch &apos;linus&apos; into smp/corePull in upstream changes so further patches don&apos;t conflict.

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Wed, 04 Sep 2024 10:15:38 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>1ae99594fb7a7e78de7b1adf0feb4f681937a28e - Merge tag &apos;kvm-x86-fixes-6.11-rcN&apos; of https://github.com/kvm-x86/linux into kvm-master</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#1ae99594fb7a7e78de7b1adf0feb4f681937a28e</link>
        <description>Merge tag &apos;kvm-x86-fixes-6.11-rcN&apos; of https://github.com/kvm-x86/linux into kvm-masterKVM x86 fixes for 6.11 - Fixup missed comments from the REMOVED_SPTE=&gt;FROZEN_SPTE rename. - Ensure a root is successfully loaded when pre-faulting SPTEs. - Grab kvm-&gt;srcu when handling KVM_SET_VCPU_EVENTS to guard against accessing   memslots if toggling SMM happens to force a VM-Exit. - Emulate MSR_{FS,GS}_BASE on SVM even though interception is always disabled,   so that KVM does the right thing if KVM&apos;s emulator encounters {RD,WR}MSR. - Explicitly clear BUS_LOCK_DETECT from KVM&apos;s caps on AMD, as KVM doesn&apos;t yet   virtualize BUS_LOCK_DETECT on AMD. - Cleanup the help message for CONFIG_KVM_AMD_SEV, and call out that KVM now   supports SEV-SNP too.

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Mon, 02 Sep 2024 14:55:27 +0000</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>342123d6913c62be17e5ca1bb325758c5fd0db34 - Merge tag &apos;timers-v6.11-rc7&apos; of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#342123d6913c62be17e5ca1bb325758c5fd0db34</link>
        <description>Merge tag &apos;timers-v6.11-rc7&apos; of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgentPull clocksource driver fixes from Daniel Lezcano:  - Remove percpu irq related code in the timer-of initialization    routine as it is broken but also unused (Daniel Lezcano)  - Fix return -ETIME when delta exceeds INT_MAX and the next event not    taking effect sometimes (Jacky Bai)Link: https://lore.kernel.org/all/d0e93dbd-b796-4726-b38c-089b685591c9@linaro.org

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Mon, 02 Sep 2024 09:56:59 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>3973a8d052829dcc5193fb6330dcd13c2b7127ca - Merge drm/drm-next into drm-misc-next</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#3973a8d052829dcc5193fb6330dcd13c2b7127ca</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get fixes from v6.11-rc5.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Fri, 30 Aug 2024 12:14:29 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>34cd19288161313b6ba24004206ab6a64fdef7c5 - Merge branch &apos;bnxt_re_variable_wqes&apos; into rdma.git for-next</title>
        <link>http://opengrok.net:8080/history/linux/tools/include/uapi/README#34cd19288161313b6ba24004206ab6a64fdef7c5</link>
        <description>Merge branch &apos;bnxt_re_variable_wqes&apos; into rdma.git for-nextSelvin Xavier says:=============Enable the Variable size Work Queue entry support for Gen P7adapters. This would help in the better utilization of the queue memoryand pci bandwidth due to the smaller send queue Work entries.=============Based on v6.11-rc5 for dependencies.* bnxt_re_variable_wqes: (829 commits)  RDMA/bnxt_re: Enable variable size WQEs for user space applications  RDMA/bnxt_re: Handle variable WQE support for user applications  RDMA/bnxt_re: Fix the table size for PSN/MSN entries  RDMA/bnxt_re: Get the WQE index from slot index while completing the WQEs  RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters  Linux 6.11-rc5  ...Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/tools/include/uapi/README</description>
        <pubDate>Tue, 27 Aug 2024 13:32:25 +0000</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
