<?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 omap2plus_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>13d83ea9d81ddcb08b46377dcc9de6e5df1248d1 - Merge tag &apos;libcrypto-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#13d83ea9d81ddcb08b46377dcc9de6e5df1248d1</link>
        <description>Merge tag &apos;libcrypto-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxPull crypto library updates from Eric Biggers: - Add support for verifying ML-DSA signatures.   ML-DSA (Module-Lattice-Based Digital Signature Algorithm) is a   recently-standardized post-quantum (quantum-resistant) signature   algorithm. It was known as Dilithium pre-standardization.   The first use case in the kernel will be module signing. But there   are also other users of RSA and ECDSA signatures in the kernel that   might want to upgrade to ML-DSA eventually. - Improve the AES library:     - Make the AES key expansion and single block encryption and       decryption functions use the architecture-optimized AES code.       Enable these optimizations by default.     - Support preparing an AES key for encryption-only, using about       half as much memory as a bidirectional key.     - Replace the existing two generic implementations of AES with a       single one. - Simplify how Adiantum message hashing is implemented. Remove the   &quot;nhpoly1305&quot; crypto_shash in favor of direct lib/crypto/ support for   NH hashing, and enable optimizations by default.* tag &apos;libcrypto-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux: (53 commits)  lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightly  lib/crypto: aes: Drop &apos;volatile&apos; from aes_sbox and aes_inv_sbox  lib/crypto: aes: Remove old AES en/decryption functions  lib/crypto: aesgcm: Use new AES library API  lib/crypto: aescfb: Use new AES library API  crypto: omap - Use new AES library API  crypto: inside-secure - Use new AES library API  crypto: drbg - Use new AES library API  crypto: crypto4xx - Use new AES library API  crypto: chelsio - Use new AES library API  crypto: ccp - Use new AES library API  crypto: x86/aes-gcm - Use new AES library API  crypto: arm64/ghash - Use new AES library API  crypto: arm/ghash - Use new AES library API  staging: rtl8723bs: core: Use new AES library API  net: phy: mscc: macsec: Use new AES library API  chelsio: Use new AES library API  Bluetooth: SMP: Use new AES library API  crypto: x86/aes - Remove the superseded AES-NI crypto_cipher  lib/crypto: x86/aes: Add AES-NI optimization  ...

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 10 Feb 2026 17:31:09 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fa2297750c2cc61788d1843f358dbfecaa42944f - lib/crypto: arm/aes: Migrate optimized code into library</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#fa2297750c2cc61788d1843f358dbfecaa42944f</link>
        <description>lib/crypto: arm/aes: Migrate optimized code into libraryMove the ARM optimized single-block AES en/decryption code intolib/crypto/, wire it up to the AES library API, and remove thesuperseded &quot;aes-arm&quot; crypto_cipher algorithm.The result is that both the AES library and crypto_cipher APIs are nowoptimized for ARM, whereas previously only crypto_cipher was (and theoptimizations weren&apos;t enabled by default, which this fixes as well).Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20260112192035.10427-11-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Mon, 12 Jan 2026 20:20:08 +0100</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0f94e51b5320eacccc2626ab70b8d7e705332334 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#0f94e51b5320eacccc2626ab70b8d7e705332334</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in a needed dependency for the Xe VFIOdriver variant. This should ideally have been done before wecommited that, so we now have a small window in drm-xe-nextwhere that driver doesn&apos;t compile.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202512030331.I8CveRre-lkp@intel.com/Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Wed, 03 Dec 2025 11:22:18 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d518ec2cbcac1c1175563a115f5024eeb6b4cd8d - Merge 6.18-rc3 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#d518ec2cbcac1c1175563a115f5024eeb6b4cd8d</link>
        <description>Merge 6.18-rc3 into usb-nextWe need the USB fixes in here as well to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 08:33:01 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d68eb9096fb065cc0cb5218ae651f54b08de5831 - Merge 6.18-rc3 into staging-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#d68eb9096fb065cc0cb5218ae651f54b08de5831</link>
        <description>Merge 6.18-rc3 into staging-nextWe need the staging driver fixes in here to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 08:09:56 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c428900703aaa528bf141358551287f87e5b2b93 - Merge 6.18-rc3 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#c428900703aaa528bf141358551287f87e5b2b93</link>
        <description>Merge 6.18-rc3 into char-misc-nextWe need the fixes in here, and it resolves a merge conflict in:	drivers/misc/amd-sbi/KconfigSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 07:48:19 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>82f78acd5a9270370ef4aa3f032ede25f3dc91ee - Merge patch series &quot;Add OP-TEE based RPMB driver for UFS devices&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#82f78acd5a9270370ef4aa3f032ede25f3dc91ee</link>
        <description>Merge patch series &quot;Add OP-TEE based RPMB driver for UFS devices&quot;Bean Huo &lt;beanhuo@iokpp.de&gt; says:This patch series introduces OP-TEE based RPMB (Replay ProtectedMemory Block) support for UFS devices, extending the kernel-levelsecure storage capabilities that are currently available for eMMCdevices.Previously, OP-TEE required a userspace supplicant to access RPMBpartitions, which created complex dependencies and reliability issues,especially during early boot scenarios. Recent work by Linaro hasmoved core supplicant functionality directly into the Linux kernel foreMMC devices, eliminating userspace dependencies and enablingimmediate secure storage access. This series extends the same approachto UFS devices, which are used in enterprise and mobile applicationsthat require secure storage capabilities.Benefits: - Eliminates dependency on userspace supplicant for UFS RPMB access - Enables early boot secure storage access (e.g., fTPM, secure UEFI   variables) - Provides kernel-level RPMB access as soon as UFS driver is   initialized - Removes complex initramfs dependencies and boot ordering   requirements - Ensures reliable and deterministic secure storage operations - Supports both built-in and modular fTPM configurations.Prerequisites:--------------This patch series depends on commit 7e8242405b94 (&quot;rpmb: move structrpmb_frame to common header&quot;) which has been merged into mainlinev6.18-rc2.Link: https://patch.msgid.link/20251107230518.4060231-1-beanhuo@iokpp.deSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Thu, 20 Nov 2025 16:26:13 +0100</pubDate>
        <dc:creator>Martin K. Petersen &lt;martin.petersen@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>37022410f4a3cc11614626a58cd08bcf8ea529e9 - Merge 6.18-rc3 into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#37022410f4a3cc11614626a58cd08bcf8ea529e9</link>
        <description>Merge 6.18-rc3 into driver-core-nextWe need the driver core fixes in here as well to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 08:02:50 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>2e90ff546240498c2158d9f9acfcfba30904ab6b - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#2e90ff546240498c2158d9f9acfcfba30904ab6b</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 6.18-devel branch for applying the further HD-audio fixups for HP.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Thu, 20 Nov 2025 09:48:59 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>29ae148fa88934bfd81af2a616816f9e22559b7c - Merge tag &apos;v6.18-rc5&apos; into media-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#29ae148fa88934bfd81af2a616816f9e22559b7c</link>
        <description>Merge tag &apos;v6.18-rc5&apos; into media-nextLinux 6.18-rc5* tag &apos;v6.18-rc5&apos;: (1016 commits)  Linux 6.18-rc5  kbuild: Let kernel-doc.py use PYTHON3 override  rtc: rx8025: fix incorrect register reference  Revert &quot;drm/nouveau: set DMA mask before creating the flush page&quot;  io_uring: fix regbuf vector size truncation  compiler_types: Move unused static inline functions warning to W=2  smb: client: validate change notify buffer before copy  tracing/tools: Fix incorrcet short option in usage text for --threads  drm/xe: Enforce correct user fence signaling order using  x86/microcode/AMD: Add more known models to entry sign checking  drm/xe: Do clean shutdown also when using flr  drm/xe: Move declarations under conditional branch  drm/xe/guc: Synchronize Dead CT worker with unbind  tracing: Fix memory leaks in create_field_var()  ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up  tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe  tracing: tprobe-events: Fix to register tracepoint correctly  gpio: tb10x: Drop unused tb10x_set_bits() function  drm/amd/display: Enable mst when it&apos;s detected but yet to be initialized  drm/amdgpu: Fix wait after reset sequence in S3  ...

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 11 Nov 2025 12:44:28 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1c1960f57151e36f550d1a53352f832d5aaa5f8f - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#1c1960f57151e36f550d1a53352f832d5aaa5f8f</link>
        <description>Merge drm/drm-next into drm-intel-nextPrimarily sync with the drm_print.h changes from drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 11 Nov 2025 11:32:07 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b6faa7fddf0ae69c5f1a9315a64edee6f022037 - spi: tegra210-quad: Improve timeout handling under</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#8b6faa7fddf0ae69c5f1a9315a64edee6f022037</link>
        <description>spi: tegra210-quad: Improve timeout handling underMerge series from Vishwaroop A &lt;va@nvidia.com&gt;:This patch series addresses timeout handling issues in the Tegra QSPI driverthat occur under high system load conditions. We&apos;ve observed that when CPUsare saturated (due to error injection, RAS firmware activity, or general CPUcontention), QSPI interrupt handlers can be delayed, causing spurious transferfailures even though the hardware completed the operation successfully.These changes have been tested in production environments under various highload scenarios including RAS testing and CPU saturation workloads.

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Wed, 05 Nov 2025 12:54:48 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>dc74a00c7661a14a672ea7660caca5c4aa661a79 - regulator: pca9450: add input supply links</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#dc74a00c7661a14a672ea7660caca5c4aa661a79</link>
        <description>regulator: pca9450: add input supply linksMerge series from Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;:This series adds input supply definitions for the NXP PCA9450 PMIC.Some systems detect power events such as undervoltage before the PMIC.To allow correct propagation of such events, each regulator must defineits upstream input supply. The first patch updates the devicetreebinding to document new *-supply properties, and the second patch addsmatching .supply_name entries in the driver.Changes in this series:- Document INL1, INB13, INB26 and INB45 supply properties- Link all LDO and BUCK regulators to their corresponding input groups

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 28 Oct 2025 12:17:51 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>96fbc8050d0f8d208dfd807aa0137082f1e07ff2 - Merge tag &apos;v6.18-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/arch/arm/configs/omap2plus_defconfig#96fbc8050d0f8d208dfd807aa0137082f1e07ff2</link>
        <description>Merge tag &apos;v6.18-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextLinux 6.18-rc3

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 09:45:48 +0100</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5efbe8ff98aa56c2b537b03c97f2b2b87456acff - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#5efbe8ff98aa56c2b537b03c97f2b2b87456acff</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get fixes and features of v6.18-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Fri, 24 Oct 2025 14:45:08 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2880c42a0de68e9eb979e5331fbd5b2c79e093ad - ASoC: amd: ps: Propagate the PCI subsystem Vendor and</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap2plus_defconfig#2880c42a0de68e9eb979e5331fbd5b2c79e093ad</link>
        <description>ASoC: amd: ps: Propagate the PCI subsystem Vendor andMerge series from Simon Trimmer &lt;simont@opensource.cirrus.com&gt;:This series of two patches propagates the PCI subsystem Vendor and DeviceIDs so that they can be used by component drivers to differentiatefirmware loads.

            List of files:
            /linux/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 21 Oct 2025 20:05:19 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
