<?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 sysfs-firmware-acpi</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2e31b16101834bdc0b720967845d6a0a309cf27b - Merge tag &apos;acpi-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#2e31b16101834bdc0b720967845d6a0a309cf27b</link>
        <description>Merge tag &apos;acpi-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull ACPI support updates from Rafael Wysocki: &quot;These include an update of the CMOS RTC driver and the related ACPI  and x86 code that, among other things, switches it over to using the  platform device interface for device binding on x86 instead of the PNP  device driver interface (which allows the code in question to be  simplified quite a bit), a major update of the ACPI Time and Alarm  Device (TAD) driver adding an RTC class device interface to it, and  updates of core ACPI drivers that remove some unnecessary and not  really useful code from them.  Apart from that, two drivers are converted to using the platform  driver interface for device binding instead of the ACPI driver one,  which is slated for removal, support for the Performance Limited  register is added to the ACPI CPPC library and there are some  janitorial updates of it and the related cpufreq CPPC driver, the ACPI  processor driver is fixed and cleaned up, and NVIDIA vendor CPER  record handler is added to the APEI GHES code.  Also, the interface for obtaining a CPU UID from ACPI is consolidated  across architectures and used for fixing a problem with the PCI TPH  Steering Tag on ARM64, there are two updates related to ACPICA, a  minor ACPI OS Services Layer (OSL) update, and a few assorted updates  related to ACPI tables parsing.  Specifics:   - Update maintainers information regarding ACPICA (Rafael Wysocki)   - Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy()     (Kees Cook)   - Trigger an ordered system power off after encountering a fatal     error operator in AML (Armin Wolf)   - Enable ACPI FPDT parsing on LoongArch (Xi Ruoyao)   - Remove the temporary stop-gap acpi_pptt_cache_v1_full structure     from the ACPI PPTT parser (Ben Horgan)   - Add support for exposing ACPI FPDT subtables FBPT and S3PT (Nate     DeSimone)   - Address multiple assorted issues and clean up the code in the ACPI     processor idle driver (Huisong Li)   - Replace strlcat() in the ACPI processor idle drive with a better     alternative (Andy Shevchenko)   - Rearrange and clean up acpi_processor_errata_piix4() (Rafael     Wysocki)   - Move reference performance to capabilities and fix an uninitialized     variable in the ACPI CPPC library (Pengjie Zhang)   - Add support for the Performance Limited Register to the ACPI CPPC     library (Sumit Gupta)   - Add cppc_get_perf() API to read performance controls, extend     cppc_set_epp_perf() for FFH/SystemMemory, and make the ACPI CPPC     library warn on missing mandatory DESIRED_PERF register (Sumit     Gupta)   - Modify the cpufreq CPPC driver to update MIN_PERF/MAX_PERF in     target callbacks to allow it to control performance bounds via     standard scaling_min_freq and scaling_max_freq sysfs attributes and     add sysfs documentation for the Performance Limited Register to it     (Sumit Gupta)   - Add ACPI support to the platform device interface in the CMOS RTC     driver, make the ACPI core device enumeration code create a     platform device for the CMOS RTC, and drop CMOS RTC PNP device     support (Rafael Wysocki)   - Consolidate the x86-specific CMOS RTC handling with the ACPI TAD     driver and clean up the CMOS RTC ACPI address space handler (Rafael     Wysocki)   - Enable ACPI alarm in the CMOS RTC driver if advertised in ACPI FADT     and allow that driver to work without a dedicated IRQ if the ACPI     alarm is used (Rafael Wysocki)   - Clean up the ACPI TAD driver in various ways and add an RTC class     device interface, including both the RTC setting/reading and alarm     timer support, to it (Rafael Wysocki)   - Clean up the ACPI AC and ACPI PAD (processor aggregator device)     drivers (Rafael Wysocki)   - Rework checking for duplicate video bus devices and consolidate     pnp.bus_id workarounds handling in the ACPI video bus driver     (Rafael Wysocki)   - Update the ACPI core device drivers to stop setting     acpi_device_name() unnecessarily (Rafael Wysocki)   - Rearrange code using acpi_device_class() in the ACPI core device     drivers and update them to stop setting acpi_device_class()     unnecessarily (Rafael Wysocki)   - Define ACPI_AC_CLASS in one place (Rafael Wysocki)   - Convert the ni903x_wdt watchdog driver and the xen ACPI PAD driver     to bind to platform devices instead of ACPI devices (Rafael     Wysocki)   - Add devm_ghes_register_vendor_record_notifier(), use it in the PCI     hisi driver, and Add NVIDIA vendor CPER record handler (Kai-Heng     Feng)   - Consolidate the interface for obtaining a CPU UID from ACPI across     architectures and use it to address incorrect PCI TPH Steering Tag     on ARM64 resulting from the invalid assumption that the ACPI     Processor UID would always be the same as the corresponding logical     CPU ID in Linux (Chengwen Feng)&quot;* tag &apos;acpi-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (73 commits)  ACPICA: Update maintainers information  watchdog: ni903x_wdt: Convert to a platform driver  ACPI: PAD: xen: Convert to a platform driver  ACPI: processor: idle: Reset cpuidle on C-state list changes  cpuidle: Extract and export no-lock variants of cpuidle_unregister_device()  PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSM  ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()  perf: arm_cspmu: Switch to acpi_get_cpu_uid() from get_acpi_id_for_cpu()  ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.h  x86/acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval  RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval  LoongArch: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval  arm64: acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval  ACPI: APEI: GHES: Add NVIDIA vendor CPER record handler  PCI: hisi: Use devm_ghes_register_vendor_record_notifier()  ACPI: APEI: GHES: Add devm_ghes_register_vendor_record_notifier()  ACPI: tables: Enable FPDT on LoongArch  ACPI: processor: idle: Fix NULL pointer dereference in hotplug path  ACPI: processor: idle: Reset power_setup_done flag on initialization failure  ACPI: TAD: Add alarm support to the RTC class device interface  ...

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Tue, 14 Apr 2026 04:25:07 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8e2308c1aec91b32640c488205f4fe6d6cc8d1de - Merge branches &apos;acpica&apos;, &apos;acpi-osl&apos; and &apos;acpi-tables&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#8e2308c1aec91b32640c488205f4fe6d6cc8d1de</link>
        <description>Merge branches &apos;acpica&apos;, &apos;acpi-osl&apos; and &apos;acpi-tables&apos;Merge ACPICA updates, an ACPI OS service layer (OSL) update andassorted updates related to parsing ACPI tables for 7.1-rc1: - Update maintainers information regarding ACPICA (Rafael Wysocki) - Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy() (Kees   Cook) - Trigger an ordered system power off after encountering a fatal error   operator in AML (Armin Wolf) - Enable ACPI FPDT parsing on LoongArch (Xi Ruoyao) - Remove the temporary stop-gap acpi_pptt_cache_v1_full structure from   the ACPI PPTT parser (Ben Horgan) - Add support for exposing ACPI FPDT subtables FBPT and S3PT (Nate   DeSimone)* acpica:  ACPICA: Update maintainers information  ACPICA: Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy()* acpi-osl:  ACPI: OSL: Poweroff when encountering a fatal ACPI error* acpi-tables:  ACPI: tables: Enable FPDT on LoongArch  Documentation: ABI: add FBPT and S3PT entries to sysfs-firmware-acpi  ACPI: FPDT: expose FBPT and S3PT subtables via sysfs  ACPI: PPTT: Remove duplicate structure, acpi_pptt_cache_v1_full

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Thu, 09 Apr 2026 21:19:34 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fad2964471e98c126ac688004b721a5a03064417 - Documentation: ABI: add FBPT and S3PT entries to sysfs-firmware-acpi</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#fad2964471e98c126ac688004b721a5a03064417</link>
        <description>Documentation: ABI: add FBPT and S3PT entries to sysfs-firmware-acpiDocument the FBPT and S3PT sysfs attributes located under/sys/firmware/acpi/fpdt/.Signed-off-by: Nate DeSimone &lt;nathaniel.l.desimone@intel.com&gt;[ rjw: Changelog tweak ]Link: https://patch.msgid.link/20260324231456.701-3-nathaniel.l.desimone@intel.comSigned-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Wed, 25 Mar 2026 00:14:55 +0100</pubDate>
        <dc:creator>Nate DeSimone &lt;nathaniel.l.desimone@intel.com&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/Documentation/ABI/testing/sysfs-firmware-acpi#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/Documentation/ABI/testing/sysfs-firmware-acpi</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>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca994e8922f25f7fed2075098f185cf198109eaa - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#ca994e8922f25f7fed2075098f185cf198109eaa</link>
        <description>Merge drm/drm-next into drm-xe-nextBring v6.17-rc1 to propagate commits from other subsystems, particularlyPCI, which has some new functions needed for SR-IOV integration.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Tue, 12 Aug 2025 14:58:37 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8 - Merge drm/drm-next into drm-misc-n</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8</link>
        <description>Merge drm/drm-next into drm-misc-nUpdating drm-misc-next to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Mon, 11 Aug 2025 14:37:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Mon, 11 Aug 2025 16:49:06 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-firmware-acpi#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-firmware-acpi</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
