<?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 Kconfig</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/drivers/acpi/apei/Kconfig#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/drivers/acpi/apei/Kconfig</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/drivers/acpi/apei/Kconfig#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/drivers/acpi/apei/Kconfig</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>8e937866b425248fa375b2138c19c117a87c6be0 - Merge branch &apos;acpi-apei&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#8e937866b425248fa375b2138c19c117a87c6be0</link>
        <description>Merge branch &apos;acpi-apei&apos;Merge ACPI APEI updates for 7.1-rc1: - Add devm_ghes_register_vendor_record_notifier(), use it in the PCI   hisi driver, and Add NVIDIA vendor CPER record handler (Kai-Heng   Feng)* acpi-apei:  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()

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Thu, 09 Apr 2026 22:01:19 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d7610855b0b5e934a35dedb02047a2419bf00770 - ACPI: APEI: GHES: Add NVIDIA vendor CPER record handler</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#d7610855b0b5e934a35dedb02047a2419bf00770</link>
        <description>ACPI: APEI: GHES: Add NVIDIA vendor CPER record handlerAdd support for decoding NVIDIA-specific CPER sections delivered viathe APEI GHES vendor record notifier chain. NVIDIA hardware generatesvendor-specific CPER sections containing error signatures and diagnosticregister dumps. This implementation registers a notifier_block with theGHES vendor record notifier and decodes these sections, printing errordetails via dev_info().The driver binds to ACPI device NVDA2012, present on NVIDIA serverplatforms. The NVIDIA CPER section contains a fixed header with errormetadata (signature, error type, severity, socket) followed byvariable-length register address-value pairs for hardware diagnostics.This work is based on libcper [1].Example output:nvidia-ghes NVDA2012:00: NVIDIA CPER section, error_data_length: 544nvidia-ghes NVDA2012:00: signature: CMET-INFOnvidia-ghes NVDA2012:00: error_type: 0nvidia-ghes NVDA2012:00: error_instance: 0nvidia-ghes NVDA2012:00: severity: 3nvidia-ghes NVDA2012:00: socket: 0nvidia-ghes NVDA2012:00: number_regs: 32nvidia-ghes NVDA2012:00: instance_base: 0x0000000000000000nvidia-ghes NVDA2012:00: register[0]: address=0x8000000100000000 value=0x0000000100000000https://github.com/openbmc/libcper/commit/683e055061ce [1]Reviewed-by: Jonathan Cameron &lt;jonathan.cameron@huawei.com&gt;Signed-off-by: Kai-Heng Feng &lt;kaihengf@nvidia.com&gt;[ rjw: Changelog edits ]Link: https://patch.msgid.link/20260330094203.38022-4-kaihengf@nvidia.comSigned-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Mon, 30 Mar 2026 11:41:57 +0200</pubDate>
        <dc:creator>Kai-Heng Feng &lt;kaihengf@nvidia.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/drivers/acpi/apei/Kconfig#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/drivers/acpi/apei/Kconfig</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>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/drivers/acpi/apei/Kconfig</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/drivers/acpi/apei/Kconfig#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/drivers/acpi/apei/Kconfig</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/drivers/acpi/apei/Kconfig#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/drivers/acpi/apei/Kconfig</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/drivers/acpi/apei/Kconfig#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/drivers/acpi/apei/Kconfig</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/drivers/acpi/apei/Kconfig#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/drivers/acpi/apei/Kconfig</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/drivers/acpi/apei/Kconfig#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/drivers/acpi/apei/Kconfig</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>47cf96fbe393839b125a9b694a8cfdd3f4216baa - Merge tag &apos;arm64-upstream&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#47cf96fbe393839b125a9b694a8cfdd3f4216baa</link>
        <description>Merge tag &apos;arm64-upstream&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxPull arm64 updates from Will Deacon: &quot;The headline feature is the re-enablement of support for Arm&apos;s  Scalable Matrix Extension (SME) thanks to a bumper crop of fixes  from Mark Rutland.  If matrices aren&apos;t your thing, then Ryan&apos;s page-table optimisation  work is much more interesting.  Summary:  ACPI, EFI and PSCI:   - Decouple Arm&apos;s &quot;Software Delegated Exception Interface&quot; (SDEI)     support from the ACPI GHES code so that it can be used by platforms     booted with device-tree   - Remove unnecessary per-CPU tracking of the FPSIMD state across EFI     runtime calls   - Fix a node refcount imbalance in the PSCI device-tree code  CPU Features:   - Ensure register sanitisation is applied to fields in ID_AA64MMFR4   - Expose AIDR_EL1 to userspace via sysfs, primarily so that KVM     guests can reliably query the underlying CPU types from the VMM   - Re-enabling of SME support (CONFIG_ARM64_SME) as a result of fixes     to our context-switching, signal handling and ptrace code  Entry code:   - Hook up TIF_NEED_RESCHED_LAZY so that CONFIG_PREEMPT_LAZY can be     selected  Memory management:   - Prevent BSS exports from being used by the early PI code   - Propagate level and stride information to the low-level TLB     invalidation routines when operating on hugetlb entries   - Use the page-table contiguous hint for vmap() mappings with     VM_ALLOW_HUGE_VMAP where possible   - Optimise vmalloc()/vmap() page-table updates to use &quot;lazy MMU mode&quot;     and hook this up on arm64 so that the trailing DSB (used to publish     the updates to the hardware walker) can be deferred until the end     of the mapping operation   - Extend mmap() randomisation for 52-bit virtual addresses (on par     with 48-bit addressing) and remove limited support for     randomisation of the linear map  Perf and PMUs:   - Add support for probing the CMN-S3 driver using ACPI   - Minor driver fixes to the CMN, Arm-NI and amlogic PMU drivers  Selftests:   - Fix FPSIMD and SME tests to align with the freshly re-enabled SME     support   - Fix default setting of the OUTPUT variable so that tests are     installed in the right location  vDSO:   - Replace raw counter access from inline assembly code with a call to     the the __arch_counter_get_cntvct() helper function  Miscellaneous:   - Add some missing header inclusions to the CCA headers   - Rework rendering of /proc/cpuinfo to follow the x86-approach and     avoid repeated buffer expansion (the user-visible format remains     identical)   - Remove redundant selection of CONFIG_CRC32   - Extend early error message when failing to map the device-tree     blob&quot;* tag &apos;arm64-upstream&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: (83 commits)  arm64: cputype: Add cputype definition for HIP12  arm64: el2_setup.h: Make __init_el2_fgt labels consistent, again  perf/arm-cmn: Add CMN S3 ACPI binding  arm64/boot: Disallow BSS exports to startup code  arm64/boot: Move global CPU override variables out of BSS  arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespace  perf/arm-cmn: Initialise cmn-&gt;cpu earlier  kselftest/arm64: Set default OUTPUT path when undefined  arm64: Update comment regarding values in __boot_cpu_mode  arm64: mm: Drop redundant check in pmd_trans_huge()  arm64/mm: Re-organise setting up FEAT_S1PIE registers PIRE0_EL1 and PIR_EL1  arm64/mm: Permit lazy_mmu_mode to be nested  arm64/mm: Disable barrier batching in interrupt contexts  arm64/cpuinfo: only show one cpu&apos;s info in c_show()  arm64/mm: Batch barriers when updating kernel mappings  mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptes  arm64/mm: Support huge pte-mapped pages in vmap  mm/vmalloc: Gracefully unmap huge ptes  mm/vmalloc: Warn on improper use of vunmap_range()  arm64/mm: Hoist barriers out of set_ptes_anysz() loop  ...

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Wed, 28 May 2025 23:55:35 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9bd2e7c65c8977c2a06e4c144a59a7ef24a017ce - Merge branch &apos;for-next/acpi&apos; into for-next/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#9bd2e7c65c8977c2a06e4c144a59a7ef24a017ce</link>
        <description>Merge branch &apos;for-next/acpi&apos; into for-next/core* for-next/acpi:  firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Tue, 27 May 2025 13:23:32 +0200</pubDate>
        <dc:creator>Will Deacon &lt;will@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>59529bbe642de4eb2191a541d9b4bae7eb73862e - firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#59529bbe642de4eb2191a541d9b4bae7eb73862e</link>
        <description>firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHESSDEI usually initialize with the ACPI table, but on platforms whereACPI is not used, the SDEI feature can still be used to handlespecific firmware calls or other customized purposes. Therefore, itis not necessary for ARM_SDE_INTERFACE to depend on ACPI_APEI_GHES.In commit dc4e8c07e9e2 (&quot;ACPI: APEI: explicit init of HEST and GHESin acpi_init()&quot;), to make APEI ready earlier, sdei_init was movedinto acpi_ghes_init instead of being a standalone initcall, addingACPI_APEI_GHES dependency to ARM_SDE_INTERFACE. This restricts theflexibility and usability of SDEI.This patch corrects the dependency in Kconfig and splits sdei_init()into two separate functions: sdei_init() and acpi_sdei_init().sdei_init() will be called by arch_initcall and will only initializethe platform driver, while acpi_sdei_init() will initialize thedevice from acpi_ghes_init() when ACPI is ready. This allows theinitialization of SDEI without ACPI_APEI_GHES enabled.Fixes: dc4e8c07e9e2 (&quot;ACPI: APEI: explicit init of HEST and GHES in apci_init()&quot;)Cc: Shuai Xue &lt;xueshuai@linux.alibaba.com&gt;Signed-off-by: Huang Yiwei &lt;quic_hyiwei@quicinc.com&gt;Reviewed-by: Shuai Xue &lt;xueshuai@linux.alibaba.com&gt;Reviewed-by: Gavin Shan &lt;gshan@redhat.com&gt;Acked-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Link: https://lore.kernel.org/r/20250507045757.2658795-1-quic_hyiwei@quicinc.comSigned-off-by: Will Deacon &lt;will@kernel.org&gt;

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Wed, 07 May 2025 06:57:57 +0200</pubDate>
        <dc:creator>Huang Yiwei &lt;quic_hyiwei@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2 - Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2</link>
        <description>Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Mon, 10 Jun 2024 13:03:21 +0200</pubDate>
        <dc:creator>Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>b228ab57e51b62663a80ca820c87ba2650583f08 - Merge branch &apos;master&apos; into mm-stable</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#b228ab57e51b62663a80ca820c87ba2650583f08</link>
        <description>Merge branch &apos;master&apos; into mm-stable

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Mon, 18 Mar 2024 17:55:12 +0100</pubDate>
        <dc:creator>Andrew Morton &lt;akpm@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>79790b6818e96c58fe2bffee1b418c16e64e7b80 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/acpi/apei/Kconfig#79790b6818e96c58fe2bffee1b418c16e64e7b80</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging drm-next in order to get up-to-date and in particularto access commit 9ca5facd0400f610f3f7f71aeb7fc0b949a48c67.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/acpi/apei/Kconfig</description>
        <pubDate>Fri, 12 Apr 2024 15:14:25 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
