The Linux kernel
* Tue Sep 30 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-621.el9] - platform/x86: ideapad-laptop: pass a correct pointer to the driver data (David Arcari) [RHEL-105420] - ACPI: platform_profile: Avoid initializing on non-ACPI platforms (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Simplify error flow in amd_pmf_init_smart_pc() (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from running twice (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Use device managed allocations (David Arcari) [RHEL-105420] - drivers/platform/x86/amd: pmf: Check for invalid Smart PC Policies (David Arcari) [RHEL-105420] - drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies (David Arcari) [RHEL-105420] - platform/x86: amd: pmf: Fix STT limits (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: convert timeouts to secs_to_jiffies() (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Fix missing hidden options for Smart PC (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc() (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Propagate PMF-TA return codes (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Add balanced-performance to hidden choices (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Add 'quiet' to hidden choices (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Initialize and clean up `cb_mutex` (David Arcari) [RHEL-105420] - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add support for hidden choices (David Arcari) [RHEL-105420] - ACPI: platform_profile: Fix memory leak in profile_class_is_visible() (David Arcari) [RHEL-105420] - ACPI: platform_profile: Improve platform_profile_unregister() (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add a prefix to log messages (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add documentation (David Arcari) [RHEL-105420] - ACPI: platform_profile: Clean platform_profile_handler (David Arcari) [RHEL-105420] - ACPI: platform_profile: Move platform_profile_handler (David Arcari) [RHEL-105420] - platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver (David Arcari) [RHEL-105420] - ACPI: platform_profile: Remove platform_profile_handler from exported symbols (David Arcari) [RHEL-105420] - platform/x86: thinkpad_acpi: Use devm_platform_profile_register() (David Arcari) [RHEL-105420] - platform/x86: hp-wmi: Use devm_platform_profile_register() (David Arcari) [RHEL-105420] - platform/x86: ideapad-laptop: Use devm_platform_profile_register() (David Arcari) [RHEL-105420] - platform/surface: surface_platform_profile: Use devm_platform_profile_register() (David Arcari) [RHEL-105420] - platform/x86: amd: pmf: sps: Use devm_platform_profile_register() (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add `probe` to platform_profile_ops (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add `ops` member to handlers (David Arcari) [RHEL-105420] - ACPI: platform_profile: Remove platform_profile_handler from callbacks (David Arcari) [RHEL-105420] - ACPI: platform_profile: Let drivers set drvdata to the class device (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driver (David Arcari) [RHEL-105420] - HID: amd_sfh: Fix SRA sensor when it's the only sensor (David Arcari) [RHEL-105420] - HID: amd_sfh: Add support to export device operating states (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Switch to guard(mutex) (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Enable Custom BIOS Inputs for PMF-TA (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Drop all quirks (David Arcari) [RHEL-105420] - ACPI: platform_profile: Replace *class_dev member with class_dev (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add devm_platform_profile_register() (David Arcari) [RHEL-105420] - ACPI: platform_profile: Allow multiple handlers (David Arcari) [RHEL-105420] - ACPI: platform_profile: Notify class device from platform_profile_notify() (David Arcari) [RHEL-105420] - ACPI: platform_profile: Check all profile handler to calculate next (David Arcari) [RHEL-105420] - ACPI: platform_profile: Make sure all profile handlers agree on profile (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add concept of a "custom" profile (David Arcari) [RHEL-105420] - ACPI: platform_profile: Only show profiles common for all handlers (David Arcari) [RHEL-105420] - ACPI: platform_profile: Notify change events on register and unregister (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add profile attribute for class interface (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add choices attribute for class interface (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add name attribute to class interface (David Arcari) [RHEL-105420] - ACPI: platform_profile: Create class for ACPI platform profile (David Arcari) [RHEL-105420] - ACPI: platform_profile: Use `scoped_cond_guard` (David Arcari) [RHEL-105420] - ACPI: platform_profile: Use guard(mutex) for register/unregister (David Arcari) [RHEL-105420] - ACPI: platform_profile: Move matching string for new profile out of mutex (David Arcari) [RHEL-105420] - ACPI: platform_profile: Move sanity check out of the mutex (David Arcari) [RHEL-105420] - ACPI: platform_profile: Pass the profile handler into platform_profile_notify() (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add platform handler argument to platform_profile_remove() (David Arcari) [RHEL-105420] - ACPI: add missing MODULE_DESCRIPTION() macros (David Arcari) [RHEL-105420] - ACPI: platform_profile: Add device pointer into platform profile handler (David Arcari) [RHEL-105420] - ACPI: platform-profile: Add a name member to handlers (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource() (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Use dev_err_probe() to simplify error handling (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Add quirk for TUF Gaming A14 (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Make ASUS GA403 quirk generic (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Update SMU metrics table for 1AH family series (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Relocate CPU ID macros to the PMF header (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Add support for notifying Smart PC Solution updates (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Add new ACPI ID AMDI0107 (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Add quirk for ROG Ally X (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Use existing input event codes to update system states (David Arcari) [RHEL-105420] - platform/x86/amd/pmf: Use memdup_user() (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Add new ACPI ID AMDI0105 (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14 (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Add infrastructure for quirking supported funcs (David Arcari) [RHEL-105420] - platform/x86/amd: pmf: Decrease error message to debug (David Arcari) [RHEL-105420] - powercap: Switch to use hrtimer_setup() (David Arcari) [RHEL-111365] - PM: EM: Rework the depends on for CONFIG_ENERGY_MODEL (David Arcari) [RHEL-111365] - powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed (David Arcari) [RHEL-111365] - powercap: intel_rapl_msr: Add PL4 support for Panther Lake (David Arcari) [RHEL-111365] - powercap: intel_rapl: Add support for Bartlett Lake platform (David Arcari) [RHEL-111365] - kernel.spec: replace '=' with space in argument of kernel-install (Li Tian) [RHEL-114361] - net/mlx5: Not returning mlx5_link_info table when speed is unknown (Li Tian) [RHEL-114363] - arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS (Jerome Marchand) [RHEL-101598] - ftrace: Remove unused global 'ftrace_direct_func_count' (Jerome Marchand) [RHEL-101598] - ftrace: Remove unused list 'ftrace_direct_funcs' (Jerome Marchand) [RHEL-101598] - tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef (Jerome Marchand) [RHEL-101598] - ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default (Jerome Marchand) [RHEL-101598] - samples: ftrace: Replace bti assembly with hint for older compiler (Jerome Marchand) [RHEL-101598] - arm64: avoid executing padding bytes during kexec / hibernation (Jerome Marchand) [RHEL-101598] - arm64: ftrace: Add direct call trampoline samples support (Jerome Marchand) [RHEL-101598] - samples: ftrace: Save required argument registers in sample trampolines (Jerome Marchand) [RHEL-101598] - arm64: ftrace: Simplify get_ftrace_plt (Jerome Marchand) [RHEL-101598] - arm64: ftrace: Add direct call support (Jerome Marchand) [RHEL-101598] - ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS (Jerome Marchand) [RHEL-101598] - ftrace: Store direct called addresses in their ops (Jerome Marchand) [RHEL-101598] - ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs (Jerome Marchand) [RHEL-101598] - ftrace: Remove the legacy _ftrace_direct API (Jerome Marchand) [RHEL-101598] - ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi (Jerome Marchand) [RHEL-101598] - ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter() (Jerome Marchand) [RHEL-101598] - arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS (Jerome Marchand) [RHEL-101598] - arm64: ftrace: Update stale comment (Jerome Marchand) [RHEL-101598] - arm64: Extend support for CONFIG_FUNCTION_ALIGNMENT (Jerome Marchand) [RHEL-101598] - Compiler attributes: GCC cold function alignment workarounds (Jerome Marchand) [RHEL-101598] - ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS (Jerome Marchand) [RHEL-101598] - ftrace: arm64: remove static ftrace (Jerome Marchand) [RHEL-101598] - ftrace: arm64: move from REGS to ARGS (Jerome Marchand) [RHEL-101598] - ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accesses (Jerome Marchand) [RHEL-101598] - ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instruction_pointer() (Jerome Marchand) [RHEL-101598] - ftrace: pass fregs to arch_ftrace_set_direct_caller() (Jerome Marchand) [RHEL-101598] - arm64: ftrace: remove redundant label (Jerome Marchand) [RHEL-101598] - arm64/ftrace: Make function graph use ftrace directly (Jerome Marchand) [RHEL-101598] - arm64: Improve HAVE_DYNAMIC_FTRACE_WITH_REGS selection for clang (Jerome Marchand) [RHEL-101598] - tracing: Use linker magic instead of recasting ftrace_ops_list_func() (Jerome Marchand) [RHEL-101598] - ice: fix NULL access of tx->in_use in ice_ll_ts_intr (Petr Oros) [RHEL-84608] - ice: fix NULL access of tx->in_use in ice_ptp_ts_irq (Petr Oros) [RHEL-84608] - platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list (David Arcari) [RHEL-102860] - platform/x86/amd: pmc: Drop SMU F/W match for Cezanne (David Arcari) [RHEL-102860] - platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list (David Arcari) [RHEL-102860] - Move FCH header to a location accessible by all archs (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to 8042 quirks list (David Arcari) [RHEL-102860] - platform/x86/amd: pmc: Clear metrics table at start of cycle (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL) (David Arcari) [RHEL-102860] - platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cycles (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: fix leak in probe() (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Use managed APIs for mutex (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Remove unnecessary line breaks (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Move macros and structures to the PMC header file (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Notify user when platform does not support s0ix transition (David Arcari) [RHEL-102860] - platform/x86: amd: Use *-y instead of *-objs in Makefiles [partial] (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it (David Arcari) [RHEL-102860] - platform/x86/amd: pmc: Use guard(mutex) (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Add STB support for AMD Desktop variants (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Update IP information structure for newer SoCs (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips information (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Isolate STB code changes to a new file (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper function (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Update function names to align with new STB file (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Move STB functionality to a new file for better code organization (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init() (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Extend support for PMC features on new AMD platform (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Fix SMU command submission path on new AMD platform (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Send OS_HINT command for new AMD platform (David Arcari) [RHEL-102860] - platform/x86/amd: pmc: Add new ACPI ID AMDI000B (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Fix implicit declaration error on i386 (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (David Arcari) [RHEL-102860] - platform/x86/amd/pmc: Add AMD MP2 STB functionality (David Arcari) [RHEL-102860] - redhat/configs: enable CONFIG_AMD_MP2_STB (David Arcari) [RHEL-102860] - RAS/AMD/FMPM: Get masked address (Aristeu Rozanski) [RHEL-87600] - RAS/AMD/ATL: Include row[13] bit in row retirement (Aristeu Rozanski) [RHEL-87600] - power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint (Mark Langsdorf) [RHEL-36251] Resolves: RHEL-101598, RHEL-102860, RHEL-105420, RHEL-111365, RHEL-114361, RHEL-114363, RHEL-36251, RHEL-84608, RHEL-87600 Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> |
||
|---|---|---|
| .gitignore | ||
| check-kabi | ||
| cpupower.config | ||
| cpupower.service | ||
| dracut-virt.conf | ||
| filter-aarch64.sh.rhel | ||
| filter-armv7hl.sh.rhel | ||
| filter-modules.sh.rhel | ||
| filter-ppc64le.sh.rhel | ||
| filter-s390x.sh.rhel | ||
| filter-x86_64.sh.rhel | ||
| gating.yaml | ||
| generate_all_configs.sh | ||
| kernel-aarch64-64k-debug-rhel.config | ||
| kernel-aarch64-64k-rhel.config | ||
| kernel-aarch64-debug-rhel.config | ||
| kernel-aarch64-rhel.config | ||
| kernel-aarch64-rt-64k-debug-rhel.config | ||
| kernel-aarch64-rt-64k-rhel.config | ||
| kernel-aarch64-rt-debug-rhel.config | ||
| kernel-aarch64-rt-rhel.config | ||
| kernel-local | ||
| kernel-ppc64le-debug-rhel.config | ||
| kernel-ppc64le-rhel.config | ||
| kernel-s390x-debug-rhel.config | ||
| kernel-s390x-rhel.config | ||
| kernel-s390x-zfcpdump-rhel.config | ||
| kernel-x86_64-debug-rhel.config | ||
| kernel-x86_64-rhel.config | ||
| kernel-x86_64-rt-debug-rhel.config | ||
| kernel-x86_64-rt-rhel.config | ||
| kernel.changelog | ||
| kernel.spec | ||
| kvm_stat.logrotate | ||
| linux-kernel-test.patch | ||
| Makefile.rhelver | ||
| merge.pl | ||
| mod-denylist.sh | ||
| mod-extra.list.rhel | ||
| mod-internal.list | ||
| mod-partner.list | ||
| mod-sign.sh | ||
| Module.kabi_aarch64 | ||
| Module.kabi_dup_aarch64 | ||
| Module.kabi_dup_ppc64le | ||
| Module.kabi_dup_s390x | ||
| Module.kabi_dup_x86_64 | ||
| Module.kabi_ppc64le | ||
| Module.kabi_s390x | ||
| Module.kabi_x86_64 | ||
| nvidiagpuoot001.x509 | ||
| parallel_xz.sh | ||
| partial-kgcov-snip.config | ||
| patch-5.14-redhat.patch | ||
| process_configs.sh | ||
| README.rst | ||
| rheldup3.x509 | ||
| rhelima_centos.x509 | ||
| rhelima.x509 | ||
| rhelimaca1.x509 | ||
| rhelkpatch1.x509 | ||
| rpminspect.yaml | ||
| sources | ||
| uki_addons.json | ||
| uki_create_addons.py | ||
| update_scripts.sh | ||
| x509.genkey.centos | ||
| x509.genkey.rhel | ||
=================== The Kernel dist-git =================== The kernel is maintained in a `source tree`_ rather than directly in dist-git. The specfile is maintained as a `template`_ in the source tree along with a set of build scripts to generate configurations, (S)RPMs, and to populate the dist-git repository. The `documentation`_ for the source tree covers how to contribute and maintain the tree. If you're looking for the downstream patch set it's available in the source tree with "git log master..ark-patches" or `online`_. Each release in dist-git is tagged in the source repository so you can easily check out the source tree for a build. The tags are in the format name-version-release, but note release doesn't contain the dist tag since the source can be built in different build roots (Fedora, CentOS, etc.) .. _source tree: https://gitlab.com/cki-project/kernel-ark.git .. _template: https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/kernel.spec.template .. _documentation: https://gitlab.com/cki-project/kernel-ark/-/wikis/home .. _online: https://gitlab.com/cki-project/kernel-ark/-/commits/ark-patches