forked from pool/kernel-source-longterm
c6d84c41d3
OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=25
4263 lines
332 KiB
Plaintext
4263 lines
332 KiB
Plaintext
# Kernel patches configuration file
|
|
# vim: set ts=8 sw=8 noet:
|
|
#
|
|
# There are three kinds of rules (see guards.1 for details):
|
|
# +symbol include this patch if symbol is defined; otherwise exclude.
|
|
# -symbol exclude this patch if symbol is defined; otherwise include.
|
|
# - exclude this patch.
|
|
#
|
|
# Using symbols means that an entirely different source tree will be
|
|
# generated depending on which symbols are defined. This used to be
|
|
# a good thing when arch-specific patches contained conflicts with other
|
|
# patches, but we now have a policy that patches must build everywhere.
|
|
# The result is a unified source tree that allows us to do neat things
|
|
# like ship kernel module packages. Creating a divergent tree breaks
|
|
# these # so you'd better have an extraordinary reason for using them.
|
|
# For example, the openSUSE 10.3 kernel uses them for segregating the
|
|
# -rt patches until they can be integrated completely, and these are
|
|
# only applied at the very end of the series.
|
|
#
|
|
# The most common use in recent kernels is to disable a patch with a
|
|
# username as the symbol to indicate responsbility. Another use is
|
|
# to check in a patch for testing, but have it disabled in all but your
|
|
# own build environment.
|
|
|
|
########################################################
|
|
# latest standard kernel patches
|
|
# DO NOT MODIFY THEM!
|
|
# Send separate patches upstream if you find a problem...
|
|
########################################################
|
|
patches.kernel.org/6.6.1-001-drm-amd-display-Don-t-use-fsleep-for-PSR-exit-w.patch
|
|
patches.kernel.org/6.6.1-002-power-supply-core-Use-blocking_notifier_call_ch.patch
|
|
patches.kernel.org/6.6.1-003-perf-evlist-Avoid-frequency-mode-for-the-dummy-.patch
|
|
patches.kernel.org/6.6.1-004-tracing-Have-trace_event_file-have-ref-counters.patch
|
|
patches.kernel.org/6.6.1-005-eventfs-Remove-is_freed-union-with-rcu-head.patch
|
|
patches.kernel.org/6.6.1-006-eventfs-Save-ownership-and-mode.patch
|
|
patches.kernel.org/6.6.1-007-eventfs-Delete-eventfs_inode-when-the-last-dent.patch
|
|
patches.kernel.org/6.6.1-008-eventfs-Use-simple_recursive_removal-to-clean-u.patch
|
|
patches.kernel.org/6.6.1-009-ALSA-usb-audio-add-quirk-flag-to-enable-native-.patch
|
|
patches.kernel.org/6.6.1-010-PCI-Prevent-xHCI-driver-from-claiming-AMD-VanGo.patch
|
|
patches.kernel.org/6.6.1-011-usb-storage-set-1.50-as-the-lower-bcdDevice-for.patch
|
|
patches.kernel.org/6.6.1-012-usb-typec-tcpm-Add-additional-checks-for-contam.patch
|
|
patches.kernel.org/6.6.1-013-usb-typec-tcpm-Fix-NULL-pointer-dereference-in-.patch
|
|
patches.kernel.org/6.6.1-014-usb-raw-gadget-properly-handle-interrupted-requ.patch
|
|
patches.kernel.org/6.6.1-015-Bluetooth-hci_bcm4377-Mark-bcm4378-bcm4387-as-B.patch
|
|
patches.kernel.org/6.6.1-016-tty-n_gsm-fix-race-condition-in-status-line-cha.patch
|
|
patches.kernel.org/6.6.1-017-tty-8250-Remove-UC-257-and-UC-431.patch
|
|
patches.kernel.org/6.6.1-018-tty-8250-Add-support-for-additional-Brainboxes-.patch
|
|
patches.kernel.org/6.6.1-019-tty-8250-Add-support-for-Brainboxes-UP-cards.patch
|
|
patches.kernel.org/6.6.1-020-tty-8250-Add-support-for-Intashield-IS-100.patch
|
|
patches.kernel.org/6.6.1-021-tty-8250-Fix-port-count-of-PX-257.patch
|
|
patches.kernel.org/6.6.1-022-tty-8250-Fix-up-PX-803-PX-857.patch
|
|
patches.kernel.org/6.6.1-023-tty-8250-Add-support-for-additional-Brainboxes-.patch
|
|
patches.kernel.org/6.6.1-024-tty-8250-Add-support-for-Intashield-IX-cards.patch
|
|
patches.kernel.org/6.6.1-025-tty-8250-Add-Brainboxes-Oxford-Semiconductor-ba.patch
|
|
patches.kernel.org/6.6.1-026-dt-bindings-serial-rs485-Add-rs485-rts-active-h.patch
|
|
patches.kernel.org/6.6.1-027-misc-pci_endpoint_test-Add-deviceID-for-J721S2-.patch
|
|
patches.kernel.org/6.6.1-028-serial-core-Fix-runtime-PM-handling-for-pending.patch
|
|
patches.kernel.org/6.6.1-029-ALSA-hda-intel-dsp-config-Fix-JSL-Chromebook-qu.patch
|
|
patches.kernel.org/6.6.1-030-ASoC-SOF-sof-pci-dev-Fix-community-key-quirk-de.patch
|
|
patches.kernel.org/6.6.1-031-Linux-6.6.1.patch
|
|
patches.kernel.org/6.6.2-001-hwmon-nct6775-Fix-incorrect-variable-reuse-in-f.patch
|
|
patches.kernel.org/6.6.2-002-numa-Generalize-numa_map_to_online_node.patch
|
|
patches.kernel.org/6.6.2-003-sched-topology-Fix-sched_numa_find_nth_cpu-in-C.patch
|
|
patches.kernel.org/6.6.2-004-sched-topology-Fix-sched_numa_find_nth_cpu-in-n.patch
|
|
patches.kernel.org/6.6.2-005-sched-fair-Fix-cfs_rq_is_decayed-on-SMP.patch
|
|
patches.kernel.org/6.6.2-006-iov_iter-x86-Be-consistent-about-the-__user-tag.patch
|
|
patches.kernel.org/6.6.2-007-sched-uclamp-Set-max_spare_cap_cpu-even-if-max_.patch
|
|
patches.kernel.org/6.6.2-008-sched-uclamp-Ignore-util-0-optimization-in-feec.patch
|
|
patches.kernel.org/6.6.2-009-objtool-Propagate-early-errors.patch
|
|
patches.kernel.org/6.6.2-010-sched-Fix-stop_one_cpu_nowait-vs-hotplug.patch
|
|
patches.kernel.org/6.6.2-011-nfsd-Handle-EOPENSTALE-correctly-in-the-filecac.patch
|
|
patches.kernel.org/6.6.2-012-vfs-fix-readahead-2-on-block-devices.patch
|
|
patches.kernel.org/6.6.2-013-writeback-cgroup-switch-inodes-with-dirty-times.patch
|
|
patches.kernel.org/6.6.2-014-x86-srso-Fix-SBPB-enablement-for-possible-futur.patch
|
|
patches.kernel.org/6.6.2-015-x86-srso-Print-mitigation-for-retbleed-IBPB-cas.patch
|
|
patches.kernel.org/6.6.2-016-x86-srso-Fix-vulnerability-reporting-for-missin.patch
|
|
patches.kernel.org/6.6.2-017-x86-srso-Fix-unret-validation-dependencies.patch
|
|
patches.kernel.org/6.6.2-018-futex-Don-t-include-process-MM-in-futex-key-on-.patch
|
|
patches.kernel.org/6.6.2-019-x86-numa-Introduce-numa_fill_memblks.patch
|
|
patches.kernel.org/6.6.2-020-ACPI-NUMA-Apply-SRAT-proximity-domain-to-entire.patch
|
|
patches.kernel.org/6.6.2-021-cgroup-cpuset-Fix-load-balance-state-in-update_.patch
|
|
patches.kernel.org/6.6.2-022-x86-sev-es-Allow-copy_from_kernel_nofault-in-ea.patch
|
|
patches.kernel.org/6.6.2-023-x86-boot-Fix-incorrect-startup_gdt_descr.size.patch
|
|
patches.kernel.org/6.6.2-024-cpu-SMT-Make-SMT-control-more-robust-against-en.patch
|
|
patches.kernel.org/6.6.2-025-x86-apic-Fake-primary-thread-mask-for-XEN-PV.patch
|
|
patches.kernel.org/6.6.2-026-srcu-Fix-callbacks-acceleration-mishandling.patch
|
|
patches.kernel.org/6.6.2-027-drivers-clocksource-timer-ti-dm-Don-t-call-clk_.patch
|
|
patches.kernel.org/6.6.2-028-x86-nmi-Fix-out-of-order-NMI-nesting-checks-fal.patch
|
|
patches.kernel.org/6.6.2-029-pstore-platform-Add-check-for-kstrdup.patch
|
|
patches.kernel.org/6.6.2-030-perf-Optimize-perf_cgroup_switch.patch
|
|
patches.kernel.org/6.6.2-031-selftests-x86-lam-Zero-out-buffer-for-readlink.patch
|
|
patches.kernel.org/6.6.2-032-PCI-MSI-Provide-stubs-for-IMS-functions.patch
|
|
patches.kernel.org/6.6.2-033-string-Adjust-strtomem-logic-to-allow-for-small.patch
|
|
patches.kernel.org/6.6.2-034-genirq-matrix-Exclude-managed-interrupts-in-irq.patch
|
|
patches.kernel.org/6.6.2-035-irqchip-sifive-plic-Fix-syscore-registration-fo.patch
|
|
patches.kernel.org/6.6.2-036-wifi-ath12k-fix-undefined-behavior-with-__fls-i.patch
|
|
patches.kernel.org/6.6.2-037-wifi-cfg80211-add-flush-functions-for-wiphy-wor.patch
|
|
patches.kernel.org/6.6.2-038-wifi-mac80211-move-radar-detect-work-to-wiphy-w.patch
|
|
patches.kernel.org/6.6.2-039-wifi-mac80211-move-scan-work-to-wiphy-work.patch
|
|
patches.kernel.org/6.6.2-040-wifi-mac80211-move-offchannel-works-to-wiphy-wo.patch
|
|
patches.kernel.org/6.6.2-041-wifi-mac80211-move-sched-scan-stop-work-to-wiph.patch
|
|
patches.kernel.org/6.6.2-042-wifi-mac80211-fix-RCU-usage-warning-in-mesh-fas.patch
|
|
patches.kernel.org/6.6.2-043-wifi-cfg80211-fix-off-by-one-in-element-defrag.patch
|
|
patches.kernel.org/6.6.2-044-wifi-mac80211-fix-of-MSDU-in-A-MSDU-calculation.patch
|
|
patches.kernel.org/6.6.2-045-wifi-iwlwifi-honor-the-enable_ini-value.patch
|
|
patches.kernel.org/6.6.2-046-wifi-iwlwifi-don-t-use-an-uninitialized-variabl.patch
|
|
patches.kernel.org/6.6.2-047-i40e-fix-potential-memory-leaks-in-i40e_remove.patch
|
|
patches.kernel.org/6.6.2-048-iavf-Fix-promiscuous-mode-configuration-flow-me.patch
|
|
patches.kernel.org/6.6.2-049-selftests-bpf-Correct-map_fd-to-data_fd-in-tail.patch
|
|
patches.kernel.org/6.6.2-050-bpf-x64-Fix-tailcall-infinite-loop.patch
|
|
patches.kernel.org/6.6.2-051-wifi-cfg80211-fix-kernel-doc-for-wiphy_delayed_.patch
|
|
patches.kernel.org/6.6.2-052-udp-introduce-udp-udp_flags.patch
|
|
patches.kernel.org/6.6.2-053-udp-move-udp-no_check6_tx-to-udp-udp_flags.patch
|
|
patches.kernel.org/6.6.2-054-udp-move-udp-no_check6_rx-to-udp-udp_flags.patch
|
|
patches.kernel.org/6.6.2-055-udp-move-udp-gro_enabled-to-udp-udp_flags.patch
|
|
patches.kernel.org/6.6.2-056-udp-add-missing-WRITE_ONCE-around-up-encap_rcv.patch
|
|
patches.kernel.org/6.6.2-057-udp-move-udp-accept_udp_-l4-fraglist-to-udp-udp.patch
|
|
patches.kernel.org/6.6.2-058-udp-lockless-UDP_ENCAP_L2TPINUDP-UDP_GRO.patch
|
|
patches.kernel.org/6.6.2-059-udp-annotate-data-races-around-udp-encap_type.patch
|
|
patches.kernel.org/6.6.2-060-udplite-remove-UDPLITE_BIT.patch
|
|
patches.kernel.org/6.6.2-061-udplite-fix-various-data-races.patch
|
|
patches.kernel.org/6.6.2-062-selftests-bpf-Skip-module_fentry_shadow-test-wh.patch
|
|
patches.kernel.org/6.6.2-063-tcp-call-tcp_try_undo_recovery-when-an-RTOd-TFO.patch
|
|
patches.kernel.org/6.6.2-064-bpf-Fix-kfunc-callback-register-type-handling.patch
|
|
patches.kernel.org/6.6.2-065-gve-Use-size_add-in-call-to-struct_size.patch
|
|
patches.kernel.org/6.6.2-066-mlxsw-Use-size_mul-in-call-to-struct_size.patch
|
|
patches.kernel.org/6.6.2-067-tls-Use-size_add-in-call-to-struct_size.patch
|
|
patches.kernel.org/6.6.2-068-tipc-Use-size_add-in-calls-to-struct_size.patch
|
|
patches.kernel.org/6.6.2-069-net-spider_net-Use-size_add-in-call-to-struct_s.patch
|
|
patches.kernel.org/6.6.2-070-ice-fix-pin-assignment-for-E810-T-without-SMA-c.patch
|
|
patches.kernel.org/6.6.2-071-net-ethernet-mtk_wed-fix-EXT_INT_STATUS_RX_FBUF.patch
|
|
patches.kernel.org/6.6.2-072-wifi-rtw88-debug-Fix-the-NULL-vs-IS_ERR-bug-for.patch
|
|
patches.kernel.org/6.6.2-073-wifi-ath12k-fix-DMA-unmap-warning-on-NULL-DMA-a.patch
|
|
patches.kernel.org/6.6.2-074-wifi-ath11k-fix-boot-failure-with-one-MSI-vecto.patch
|
|
patches.kernel.org/6.6.2-075-wifi-mac80211-fix-check-for-unusable-RX-result.patch
|
|
patches.kernel.org/6.6.2-076-PM-sleep-Fix-symbol-export-for-_SIMPLE_-variant.patch
|
|
patches.kernel.org/6.6.2-077-cpufreq-tegra194-fix-warning-due-to-missing-opp.patch
|
|
patches.kernel.org/6.6.2-078-wifi-mt76-mt7603-rework-fix-rx-pse-hang-check.patch
|
|
patches.kernel.org/6.6.2-079-wifi-mt76-mt7603-improve-watchdog-reset-reliabl.patch
|
|
patches.kernel.org/6.6.2-080-wifi-mt76-mt7603-improve-stuck-beacon-handling.patch
|
|
patches.kernel.org/6.6.2-081-wifi-mt76-remove-unused-error-path-in-mt76_conn.patch
|
|
patches.kernel.org/6.6.2-082-wifi-mt76-mt7996-set-correct-wcid-in-txp.patch
|
|
patches.kernel.org/6.6.2-083-wifi-mt76-mt7996-fix-beamform-mcu-cmd-configura.patch
|
|
patches.kernel.org/6.6.2-084-wifi-mt76-mt7996-fix-beamformee-ss-subfield-in-.patch
|
|
patches.kernel.org/6.6.2-085-wifi-mt76-mt7996-fix-wmm-queue-mapping.patch
|
|
patches.kernel.org/6.6.2-086-wifi-mt76-mt7996-fix-rx-rate-report-for-CBW320-.patch
|
|
patches.kernel.org/6.6.2-087-wifi-mt76-mt7996-fix-TWT-command-format.patch
|
|
patches.kernel.org/6.6.2-088-wifi-mt76-update-beacon-size-limitation.patch
|
|
patches.kernel.org/6.6.2-089-wifi-mt76-fix-potential-memory-leak-of-beacon-c.patch
|
|
patches.kernel.org/6.6.2-090-wifi-mt76-get-rid-of-false-alamrs-of-tx-emissio.patch
|
|
patches.kernel.org/6.6.2-091-wifi-mt76-fix-per-band-IEEE80211_CONF_MONITOR-f.patch
|
|
patches.kernel.org/6.6.2-092-wifi-mt76-mt7915-fix-beamforming-availability-c.patch
|
|
patches.kernel.org/6.6.2-093-wifi-mt76-move-struct-ieee80211_chanctx_conf-up.patch
|
|
patches.kernel.org/6.6.2-094-wifi-mt76-mt7921-fix-the-wrong-rate-pickup-for-.patch
|
|
patches.kernel.org/6.6.2-095-wifi-mt76-mt7921-fix-the-wrong-rate-selected-in.patch
|
|
patches.kernel.org/6.6.2-096-wifi-ath-dfs_pattern_detector-Fix-a-memory-init.patch
|
|
patches.kernel.org/6.6.2-097-tcp_metrics-add-missing-barriers-on-delete.patch
|
|
patches.kernel.org/6.6.2-098-tcp_metrics-properly-set-tp-snd_ssthresh-in-tcp.patch
|
|
patches.kernel.org/6.6.2-099-tcp_metrics-do-not-create-an-entry-from-tcp_ini.patch
|
|
patches.kernel.org/6.6.2-100-wifi-rtlwifi-fix-EDCA-limit-set-by-BT-coexisten.patch
|
|
patches.kernel.org/6.6.2-101-ACPI-property-Allow-_DSD-buffer-data-only-for-b.patch
|
|
patches.kernel.org/6.6.2-102-ACPI-video-Add-acpi_backlight-vendor-quirk-for-.patch
|
|
patches.kernel.org/6.6.2-103-can-etas_es58x-rework-the-version-check-logic-t.patch
|
|
patches.kernel.org/6.6.2-104-can-etas_es58x-add-missing-a-blank-line-after-d.patch
|
|
patches.kernel.org/6.6.2-105-libbpf-Fix-syscall-access-arguments-on-riscv.patch
|
|
patches.kernel.org/6.6.2-106-selftests-bpf-Define-SYS_PREFIX-for-riscv.patch
|
|
patches.kernel.org/6.6.2-107-selftests-bpf-Define-SYS_NANOSLEEP_KPROBE_NAME-.patch
|
|
patches.kernel.org/6.6.2-108-r8152-break-the-loop-when-the-budget-is-exhaust.patch
|
|
patches.kernel.org/6.6.2-109-wifi-ath11k-fix-Tx-power-value-during-active-CA.patch
|
|
patches.kernel.org/6.6.2-110-can-dev-can_restart-don-t-crash-kernel-if-carri.patch
|
|
patches.kernel.org/6.6.2-111-can-dev-can_restart-fix-race-condition-between-.patch
|
|
patches.kernel.org/6.6.2-112-can-dev-can_put_echo_skb-don-t-crash-kernel-if-.patch
|
|
patches.kernel.org/6.6.2-113-PM-devfreq-rockchip-dfi-Make-pmu-regmap-mandato.patch
|
|
patches.kernel.org/6.6.2-114-wifi-wfx-fix-case-where-rates-are-out-of-order.patch
|
|
patches.kernel.org/6.6.2-115-netfilter-nf_tables-Drop-pointless-memset-when-.patch
|
|
patches.kernel.org/6.6.2-116-virtio-net-fix-mismatch-of-getting-tx-frames.patch
|
|
patches.kernel.org/6.6.2-117-virtio-net-consistently-save-parameters-for-per.patch
|
|
patches.kernel.org/6.6.2-118-virtio-net-fix-per-queue-coalescing-parameter-s.patch
|
|
patches.kernel.org/6.6.2-119-virtio-net-fix-the-vq-coalescing-setting-for-vq.patch
|
|
patches.kernel.org/6.6.2-120-wifi-rtw88-Remove-duplicate-NULL-check-before-c.patch
|
|
patches.kernel.org/6.6.2-121-thermal-core-prevent-potential-string-overflow.patch
|
|
patches.kernel.org/6.6.2-122-r8169-fix-rare-issue-with-broken-rx-after-link-.patch
|
|
patches.kernel.org/6.6.2-123-thermal-drivers-mediatek-Fix-probe-for-THERMAL_.patch
|
|
patches.kernel.org/6.6.2-124-bpf-Fix-missed-rcu-read-lock-in-bpf_task_under_.patch
|
|
patches.kernel.org/6.6.2-125-net-skb_find_text-Ignore-patterns-extending-pas.patch
|
|
patches.kernel.org/6.6.2-126-selftests-bpf-Make-linked_list-failure-test-mor.patch
|
|
patches.kernel.org/6.6.2-127-thermal-core-Don-t-update-trip-points-inside-th.patch
|
|
patches.kernel.org/6.6.2-128-chtls-fix-tp-rcv_tstamp-initialization.patch
|
|
patches.kernel.org/6.6.2-129-tcp-fix-cookie_init_timestamp-overflows.patch
|
|
patches.kernel.org/6.6.2-130-wifi-iwlwifi-mvm-update-station-s-MFP-flag-afte.patch
|
|
patches.kernel.org/6.6.2-131-wifi-iwlwifi-mvm-fix-removing-pasn-station-for-.patch
|
|
patches.kernel.org/6.6.2-132-wifi-iwlwifi-mvm-use-correct-sta-ID-for-IGTK-BI.patch
|
|
patches.kernel.org/6.6.2-133-wifi-mac80211-don-t-recreate-driver-link-debugf.patch
|
|
patches.kernel.org/6.6.2-134-wifi-mac80211-Fix-setting-vif-links.patch
|
|
patches.kernel.org/6.6.2-135-wifi-iwlwifi-yoyo-swap-cdb-and-jacket-bits-valu.patch
|
|
patches.kernel.org/6.6.2-136-wifi-iwlwifi-mvm-Correctly-set-link-configurati.patch
|
|
patches.kernel.org/6.6.2-137-wifi-iwlwifi-mvm-Fix-key-flags-for-IGTK-on-AP-i.patch
|
|
patches.kernel.org/6.6.2-138-wifi-iwlwifi-mvm-Don-t-always-bind-link-the-P2P.patch
|
|
patches.kernel.org/6.6.2-139-wifi-iwlwifi-mvm-change-iwl_mvm_flush_sta-API.patch
|
|
patches.kernel.org/6.6.2-140-wifi-iwlwifi-mvm-fix-iwl_mvm_mac_flush_sta.patch
|
|
patches.kernel.org/6.6.2-141-wifi-iwlwifi-mvm-remove-TDLS-stations-from-FW.patch
|
|
patches.kernel.org/6.6.2-142-wifi-iwlwifi-increase-number-of-RX-buffers-for-.patch
|
|
patches.kernel.org/6.6.2-143-wifi-iwlwifi-mvm-fix-netif-csum-flags.patch
|
|
patches.kernel.org/6.6.2-144-wifi-iwlwifi-pcie-synchronize-IRQs-before-NAPI.patch
|
|
patches.kernel.org/6.6.2-145-wifi-iwlwifi-mvm-update-IGTK-in-mvmvif-upon-D3-.patch
|
|
patches.kernel.org/6.6.2-146-wifi-iwlwifi-empty-overflow-queue-during-flush.patch
|
|
patches.kernel.org/6.6.2-147-Bluetooth-ISO-Pass-BIG-encryption-info-through-.patch
|
|
patches.kernel.org/6.6.2-148-Bluetooth-Make-handle-of-hci_conn-be-unique.patch
|
|
patches.kernel.org/6.6.2-149-Bluetooth-hci_sync-Fix-Opcode-prints-in-bt_dev_.patch
|
|
patches.kernel.org/6.6.2-150-bpf-Fix-unnecessary-EBUSY-from-htab_lock_bucket.patch
|
|
patches.kernel.org/6.6.2-151-ACPI-sysfs-Fix-create_pnp_modalias-and-create_o.patch
|
|
patches.kernel.org/6.6.2-152-mptcp-properly-account-fastopen-data.patch
|
|
patches.kernel.org/6.6.2-153-ipv6-avoid-atomic-fragment-on-GSO-packets.patch
|
|
patches.kernel.org/6.6.2-154-virtio_net-use-u64_stats_t-infra-to-avoid-data-.patch
|
|
patches.kernel.org/6.6.2-155-net-add-DEV_STATS_READ-helper.patch
|
|
patches.kernel.org/6.6.2-156-ipvlan-properly-track-tx_errors.patch
|
|
patches.kernel.org/6.6.2-157-regmap-debugfs-Fix-a-erroneous-check-after-snpr.patch
|
|
patches.kernel.org/6.6.2-158-spi-tegra-Fix-missing-IRQ-check-in-tegra_slink_.patch
|
|
patches.kernel.org/6.6.2-159-clk-qcom-ipq5332-Drop-set-rate-parent-from-gpll.patch
|
|
patches.kernel.org/6.6.2-160-clk-qcom-gcc-msm8996-Remove-RPM-bus-clocks.patch
|
|
patches.kernel.org/6.6.2-161-clk-qcom-clk-rcg2-Fix-clock-rate-overflow-for-h.patch
|
|
patches.kernel.org/6.6.2-162-clk-qcom-mmcc-msm8998-Don-t-check-halt-bit-on-s.patch
|
|
patches.kernel.org/6.6.2-163-clk-qcom-mmcc-msm8998-Fix-the-SMMU-GDSC.patch
|
|
patches.kernel.org/6.6.2-164-clk-qcom-gcc-sm8150-Fix-gcc_sdcc2_apps_clk_src.patch
|
|
patches.kernel.org/6.6.2-165-gpio-sim-initialize-a-managed-pointer-when-decl.patch
|
|
patches.kernel.org/6.6.2-166-regulator-mt6358-Fail-probe-on-unknown-chip-ID.patch
|
|
patches.kernel.org/6.6.2-167-clk-imx-Select-MXC_CLK-for-CLK_IMX8QXP.patch
|
|
patches.kernel.org/6.6.2-168-clk-imx-imx8-Fix-an-error-handling-path-in-clk_.patch
|
|
patches.kernel.org/6.6.2-169-clk-imx-imx8-Fix-an-error-handling-path-if-devm.patch
|
|
patches.kernel.org/6.6.2-170-clk-imx-imx8-Fix-an-error-handling-path-in-imx8.patch
|
|
patches.kernel.org/6.6.2-171-clk-imx-imx8mq-correct-error-handling-path.patch
|
|
patches.kernel.org/6.6.2-172-clk-imx-imx8qxp-Fix-elcdif_pll-clock.patch
|
|
patches.kernel.org/6.6.2-173-clk-renesas-rcar-gen3-Extend-SDnH-divider-table.patch
|
|
patches.kernel.org/6.6.2-174-clk-renesas-rzg2l-Wait-for-status-bit-of-SD-mux.patch
|
|
patches.kernel.org/6.6.2-175-clk-renesas-rzg2l-Lock-around-writes-to-mux-reg.patch
|
|
patches.kernel.org/6.6.2-176-clk-renesas-rzg2l-Trust-value-returned-by-hardw.patch
|
|
patches.kernel.org/6.6.2-177-clk-renesas-rzg2l-Use-FIELD_GET-for-PLL-registe.patch
|
|
patches.kernel.org/6.6.2-178-clk-renesas-rzg2l-Fix-computation-formula.patch
|
|
patches.kernel.org/6.6.2-179-clk-linux-clk-provider.h-fix-kernel-doc-warning.patch
|
|
patches.kernel.org/6.6.2-180-spi-nxp-fspi-use-the-correct-ioremap-function.patch
|
|
patches.kernel.org/6.6.2-181-clk-ralink-mtmips-quiet-unused-variable-warning.patch
|
|
patches.kernel.org/6.6.2-182-clk-keystone-pll-fix-a-couple-NULL-vs-IS_ERR-ch.patch
|
|
patches.kernel.org/6.6.2-183-clk-ti-fix-double-free-in-of_ti_divider_clk_set.patch
|
|
patches.kernel.org/6.6.2-184-clk-npcm7xx-Fix-incorrect-kfree.patch
|
|
patches.kernel.org/6.6.2-185-clk-mediatek-clk-mt6765-Add-check-for-mtk_alloc.patch
|
|
patches.kernel.org/6.6.2-186-clk-mediatek-clk-mt6779-Add-check-for-mtk_alloc.patch
|
|
patches.kernel.org/6.6.2-187-clk-mediatek-clk-mt6797-Add-check-for-mtk_alloc.patch
|
|
patches.kernel.org/6.6.2-188-clk-mediatek-clk-mt7629-eth-Add-check-for-mtk_a.patch
|
|
patches.kernel.org/6.6.2-189-clk-mediatek-clk-mt7629-Add-check-for-mtk_alloc.patch
|
|
patches.kernel.org/6.6.2-190-clk-mediatek-clk-mt2701-Add-check-for-mtk_alloc.patch
|
|
patches.kernel.org/6.6.2-191-clk-qcom-config-IPQ_APSS_6018-should-depend-on-.patch
|
|
patches.kernel.org/6.6.2-192-clk-qcom-clk-alpha-pll-introduce-stromer-plus-o.patch
|
|
patches.kernel.org/6.6.2-193-clk-qcom-apss-ipq-pll-Use-stromer-plus-ops-for-.patch
|
|
patches.kernel.org/6.6.2-194-clk-qcom-apss-ipq-pll-Fix-l-value-for-ipq5332_p.patch
|
|
patches.kernel.org/6.6.2-195-clk-qcom-ipq5018-drop-the-CLK_SET_RATE_PARENT-f.patch
|
|
patches.kernel.org/6.6.2-196-clk-qcom-ipq9574-drop-the-CLK_SET_RATE_PARENT-f.patch
|
|
patches.kernel.org/6.6.2-197-clk-qcom-ipq5332-drop-the-CLK_SET_RATE_PARENT-f.patch
|
|
patches.kernel.org/6.6.2-198-clk-mediatek-fix-double-free-in-mtk_clk_registe.patch
|
|
patches.kernel.org/6.6.2-199-platform-x86-wmi-Fix-probe-failure-when-failing.patch
|
|
patches.kernel.org/6.6.2-200-platform-x86-wmi-Fix-opening-of-char-device.patch
|
|
patches.kernel.org/6.6.2-201-regulator-qcom-rpmh-Fix-smps4-regulator-for-pm8.patch
|
|
patches.kernel.org/6.6.2-202-hwmon-axi-fan-control-Fix-possible-NULL-pointer.patch
|
|
patches.kernel.org/6.6.2-203-hwmon-coretemp-Fix-potentially-truncated-sysfs-.patch
|
|
patches.kernel.org/6.6.2-204-Revert-hwmon-sch56xx-common-Add-DMI-override-ta.patch
|
|
patches.kernel.org/6.6.2-205-Revert-hwmon-sch56xx-common-Add-automatic-modul.patch
|
|
patches.kernel.org/6.6.2-206-hwmon-pmbus-mp2975-Move-PGOOD-fix.patch
|
|
patches.kernel.org/6.6.2-207-hwmon-sch5627-Use-bit-macros-when-accessing-the.patch
|
|
patches.kernel.org/6.6.2-208-hwmon-sch5627-Disallow-write-access-if-virtual-.patch
|
|
patches.kernel.org/6.6.2-209-hte-tegra-Fix-missing-error-code-in-tegra_hte_t.patch
|
|
patches.kernel.org/6.6.2-210-platform-chrome-cros_ec_lpc-Separate-host-comma.patch
|
|
patches.kernel.org/6.6.2-211-spi-omap2-mcspi-switch-to-use-modern-name.patch
|
|
patches.kernel.org/6.6.2-212-spi-omap2-mcspi-Fix-hardcoded-reference-clock.patch
|
|
patches.kernel.org/6.6.2-213-drm-bridge-samsung-dsim-Initialize-ULPS-EXIT-fo.patch
|
|
patches.kernel.org/6.6.2-214-drm-bridge-for-GENERIC_PHY_MIPI_DPHY-also-selec.patch
|
|
patches.kernel.org/6.6.2-215-drm-bridge-samsung-dsim-Fix-waiting-for-empty-c.patch
|
|
patches.kernel.org/6.6.2-216-drm-loongson-Fix-error-handling-in-lsdc_pixel_p.patch
|
|
patches.kernel.org/6.6.2-217-drm-rockchip-vop-Fix-reset-of-state-in-duplicat.patch
|
|
patches.kernel.org/6.6.2-218-drm-rockchip-vop-Fix-call-to-crtc-reset-helper.patch
|
|
patches.kernel.org/6.6.2-219-drm-rockchip-vop2-Don-t-crash-for-invalid-dupli.patch
|
|
patches.kernel.org/6.6.2-220-drm-rockchip-vop2-Add-missing-call-to-crtc-rese.patch
|
|
patches.kernel.org/6.6.2-221-drm-radeon-possible-buffer-overflow.patch
|
|
patches.kernel.org/6.6.2-222-drm-radeon-Remove-the-references-of-radeon_gem_.patch
|
|
patches.kernel.org/6.6.2-223-drm-bridge-it66121-Fix-invalid-connector-derefe.patch
|
|
patches.kernel.org/6.6.2-224-drm-bridge-lt8912b-Fix-bridge_detach.patch
|
|
patches.kernel.org/6.6.2-225-drm-bridge-lt8912b-Fix-crash-on-bridge-detach.patch
|
|
patches.kernel.org/6.6.2-226-drm-bridge-lt8912b-Manually-disable-HPD-only-if.patch
|
|
patches.kernel.org/6.6.2-227-drm-bridge-lt8912b-Add-missing-drm_bridge_attac.patch
|
|
patches.kernel.org/6.6.2-228-drm-ssd130x-Fix-screen-clearing.patch
|
|
patches.kernel.org/6.6.2-229-drm-mediatek-Fix-coverity-issue-with-unintentio.patch
|
|
patches.kernel.org/6.6.2-230-x86-tdx-Zero-out-the-missing-RSI-in-TDX_HYPERCA.patch
|
|
patches.kernel.org/6.6.2-231-drm-bridge-tc358768-Fix-use-of-uninitialized-va.patch
|
|
patches.kernel.org/6.6.2-232-drm-bridge-tc358768-Fix-bit-updates.patch
|
|
patches.kernel.org/6.6.2-233-drm-bridge-tc358768-Use-struct-videomode.patch
|
|
patches.kernel.org/6.6.2-234-drm-bridge-tc358768-Print-logical-values-not-ra.patch
|
|
patches.kernel.org/6.6.2-235-drm-bridge-tc358768-Use-dev-for-dbg-prints-not-.patch
|
|
patches.kernel.org/6.6.2-236-drm-bridge-tc358768-Rename-dsibclk-to-hsbyteclk.patch
|
|
patches.kernel.org/6.6.2-237-drm-bridge-tc358768-Clean-up-clock-period-code.patch
|
|
patches.kernel.org/6.6.2-238-drm-bridge-tc358768-Fix-tc358768_ns_to_cnt.patch
|
|
patches.kernel.org/6.6.2-239-drm-Call-drm_atomic_helper_shutdown-at-shutdown.patch
|
|
patches.kernel.org/6.6.2-240-drm-amdgpu-Increase-IH-soft-ring-size-for-GFX-v.patch
|
|
patches.kernel.org/6.6.2-241-drm-amdkfd-fix-some-race-conditions-in-vram-buf.patch
|
|
patches.kernel.org/6.6.2-242-drm-amdkfd-Remove-svm-range-validated_once-flag.patch
|
|
patches.kernel.org/6.6.2-243-drm-amdkfd-Handle-errors-from-svm-validate-and-.patch
|
|
patches.kernel.org/6.6.2-244-drm-amd-display-Fix-null-pointer-dereference-in.patch
|
|
patches.kernel.org/6.6.2-245-drm-amd-display-Check-all-enabled-planes-in-dm_.patch
|
|
patches.kernel.org/6.6.2-246-drm-amd-display-Refactor-dm_get_plane_scale-hel.patch
|
|
patches.kernel.org/6.6.2-247-drm-amd-display-Bail-from-dm_check_crtc_cursor-.patch
|
|
patches.kernel.org/6.6.2-248-io_uring-kbuf-Fix-check-of-BID-wrapping-in-prov.patch
|
|
patches.kernel.org/6.6.2-249-io_uring-kbuf-Allow-the-full-buffer-id-space-fo.patch
|
|
patches.kernel.org/6.6.2-250-drm-mediatek-Add-mmsys_dev_num-to-mt8188-vdosys.patch
|
|
patches.kernel.org/6.6.2-251-drm-mediatek-Fix-iommu-fault-by-swapping-FBs-af.patch
|
|
patches.kernel.org/6.6.2-252-drm-mediatek-Fix-iommu-fault-during-crtc-enabli.patch
|
|
patches.kernel.org/6.6.2-253-accel-habanalabs-gaudi2-Fix-incorrect-string-le.patch
|
|
patches.kernel.org/6.6.2-254-drm-msm-adreno-Fix-SM6375-GPU-ID.patch
|
|
patches.kernel.org/6.6.2-255-drm-msm-a6xx-Fix-unknown-speedbin-case.patch
|
|
patches.kernel.org/6.6.2-256-drm-rockchip-cdn-dp-Fix-some-error-handling-pat.patch
|
|
patches.kernel.org/6.6.2-257-gpu-host1x-Correct-allocated-size-for-contexts.patch
|
|
patches.kernel.org/6.6.2-258-drm-bridge-lt9611uxc-fix-the-race-in-the-error-.patch
|
|
patches.kernel.org/6.6.2-259-arm64-arm-xen-enlighten-Fix-KPTI-checks.patch
|
|
patches.kernel.org/6.6.2-260-drm-rockchip-Fix-type-promotion-bug-in-rockchip.patch
|
|
patches.kernel.org/6.6.2-261-xenbus-fix-error-exit-in-xenbus_init.patch
|
|
patches.kernel.org/6.6.2-262-xen-Make-struct-privcmd_irqfd-s-layout-architec.patch
|
|
patches.kernel.org/6.6.2-263-xen-irqfd-Use-_IOW-instead-of-the-internal-_IOC.patch
|
|
patches.kernel.org/6.6.2-264-xen-pciback-Consider-INTx-disabled-when-MSI-MSI.patch
|
|
patches.kernel.org/6.6.2-265-drm-msm-dsi-use-msm_gem_kernel_put-to-free-TX-b.patch
|
|
patches.kernel.org/6.6.2-266-drm-msm-dsi-free-TX-buffer-in-unbind.patch
|
|
patches.kernel.org/6.6.2-267-clocksource-drivers-arm_arch_timer-limit-XGene-.patch
|
|
patches.kernel.org/6.6.2-268-drm-mediatek-mtk_dsi-Fix-NO_EOT_PACKET-settings.patch
|
|
patches.kernel.org/6.6.2-269-drivers-perf-hisi-use-cpuhp_state_remove_instan.patch
|
|
patches.kernel.org/6.6.2-270-drm-amd-pm-Fix-a-memory-leak-on-an-error-path.patch
|
|
patches.kernel.org/6.6.2-271-perf-arm-cmn-Fix-DTC-domain-detection.patch
|
|
patches.kernel.org/6.6.2-272-drivers-perf-hisi_pcie-Check-the-type-first-in-.patch
|
|
patches.kernel.org/6.6.2-273-perf-hisi-Fix-use-after-free-when-register-pmu-.patch
|
|
patches.kernel.org/6.6.2-274-ARM-dts-renesas-blanche-Fix-typo-in-GP_11_2-pin.patch
|
|
patches.kernel.org/6.6.2-275-arm64-dts-qcom-sdm845-Fix-PSCI-power-domain-nam.patch
|
|
patches.kernel.org/6.6.2-276-arm64-dts-qcom-sdm845-cheza-doesn-t-support-LMh.patch
|
|
patches.kernel.org/6.6.2-277-arm64-dts-qcom-sc7280-link-usb3_phy_wrapper_gcc.patch
|
|
patches.kernel.org/6.6.2-278-arm64-dts-qcom-msm8916-Fix-iommu-local-address-.patch
|
|
patches.kernel.org/6.6.2-279-arm64-dts-qcom-msm8992-libra-drop-duplicated-re.patch
|
|
patches.kernel.org/6.6.2-280-arm64-dts-qcom-sm6125-Pad-APPS-IOMMU-address-to.patch
|
|
patches.kernel.org/6.6.2-281-arm64-dts-qcom-sc7280-Add-missing-LMH-interrupt.patch
|
|
patches.kernel.org/6.6.2-282-arm64-dts-qcom-qrb2210-rb1-Swap-UART-index.patch
|
|
patches.kernel.org/6.6.2-283-arm64-dts-qcom-qrb2210-rb1-Fix-regulators.patch
|
|
patches.kernel.org/6.6.2-284-arm64-dts-qcom-sdm670-Fix-pdc-mapping.patch
|
|
patches.kernel.org/6.6.2-285-arm64-dts-qcom-sc7280-drop-incorrect-EUD-port-o.patch
|
|
patches.kernel.org/6.6.2-286-arm64-dts-qcom-sm8150-add-ref-clock-to-PCIe-PHY.patch
|
|
patches.kernel.org/6.6.2-287-arm64-dts-qcom-sm8350-fix-pinctrl-for-UART18.patch
|
|
patches.kernel.org/6.6.2-288-arm64-dts-qcom-sdm845-mtp-fix-WiFi-configuratio.patch
|
|
patches.kernel.org/6.6.2-289-arm64-dts-qcom-sdx75-idp-align-RPMh-regulator-n.patch
|
|
patches.kernel.org/6.6.2-290-ARM64-dts-marvell-cn9310-Use-appropriate-label-.patch
|
|
patches.kernel.org/6.6.2-291-arm64-dts-qcom-msm8976-Fix-ipc-bit-shifts.patch
|
|
patches.kernel.org/6.6.2-292-arm64-dts-qcom-msm8939-Fix-iommu-local-address-.patch
|
|
patches.kernel.org/6.6.2-293-riscv-dts-allwinner-remove-address-cells-from-i.patch
|
|
patches.kernel.org/6.6.2-294-arm64-dts-qcom-apq8016-sbc-Add-missing-ADV7533-.patch
|
|
patches.kernel.org/6.6.2-295-ARM-dts-qcom-apq8026-samsung-matisse-wifi-Fix-i.patch
|
|
patches.kernel.org/6.6.2-296-ARM-dts-qcom-mdm9615-populate-vsdcc-fixed-regul.patch
|
|
patches.kernel.org/6.6.2-297-soc-qcom-llcc-Handle-a-second-device-without-da.patch
|
|
patches.kernel.org/6.6.2-298-kunit-Fix-missed-memory-release-in-kunit_free_s.patch
|
|
patches.kernel.org/6.6.2-299-kunit-Fix-the-wrong-kfree-of-copy-for-kunit_fil.patch
|
|
patches.kernel.org/6.6.2-300-kunit-Fix-possible-memory-leak-in-kunit_filter_.patch
|
|
patches.kernel.org/6.6.2-301-kunit-test-Fix-the-possible-memory-leak-in-exec.patch
|
|
patches.kernel.org/6.6.2-302-ARM-dts-stm32-stm32f7-pinctrl-don-t-use-multipl.patch
|
|
patches.kernel.org/6.6.2-303-firmware-ti_sci-Mark-driver-as-non-removable.patch
|
|
patches.kernel.org/6.6.2-304-arm64-dts-ti-k3-j721s2-evm-gesi-Specify-base-dt.patch
|
|
patches.kernel.org/6.6.2-305-arm64-dts-ti-verdin-am62-disable-MIPI-DSI-bridg.patch
|
|
patches.kernel.org/6.6.2-306-arm64-dts-ti-k3-am625-beagleplay-Fix-typo-in-ra.patch
|
|
patches.kernel.org/6.6.2-307-arm64-dts-ti-k3-am62a7-sk-Drop-i2c-1-to-100Khz.patch
|
|
patches.kernel.org/6.6.2-308-arm64-dts-ti-Fix-HDMI-Audio-overlay-in-Makefile.patch
|
|
patches.kernel.org/6.6.2-309-firmware-arm_ffa-Assign-the-missing-IDR-allocat.patch
|
|
patches.kernel.org/6.6.2-310-firmware-arm_ffa-Allow-the-FF-A-drivers-to-use-.patch
|
|
patches.kernel.org/6.6.2-311-ARM-dts-am3517-evm-Fix-LED3-4-pinmux.patch
|
|
patches.kernel.org/6.6.2-312-clk-scmi-Free-scmi_clk-allocated-when-the-clock.patch
|
|
patches.kernel.org/6.6.2-313-arm64-dts-imx8qm-ss-img-Fix-jpegenc-compatible-.patch
|
|
patches.kernel.org/6.6.2-314-arm64-dts-imx8mp-debix-model-a-Remove-USB-hub-r.patch
|
|
patches.kernel.org/6.6.2-315-arm64-dts-imx8mm-Add-sound-dai-cells-to-micfil-.patch
|
|
patches.kernel.org/6.6.2-316-arm64-dts-imx8mn-Add-sound-dai-cells-to-micfil-.patch
|
|
patches.kernel.org/6.6.2-317-arm64-tegra-Fix-P3767-card-detect-polarity.patch
|
|
patches.kernel.org/6.6.2-318-arm64-tegra-Fix-P3767-QSPI-speed.patch
|
|
patches.kernel.org/6.6.2-319-firmware-tegra-Add-suspend-hook-and-reset-BPMP-.patch
|
|
patches.kernel.org/6.6.2-320-memory-tegra-Set-BPMP-msg-flags-to-reset-IPC-ch.patch
|
|
patches.kernel.org/6.6.2-321-arm64-tegra-Use-correct-interrupts-for-Tegra234.patch
|
|
patches.kernel.org/6.6.2-322-selftests-pidfd-Fix-ksft-print-formats.patch
|
|
patches.kernel.org/6.6.2-323-selftests-resctrl-Ensure-the-benchmark-commands.patch
|
|
patches.kernel.org/6.6.2-324-soc-qcom-pmic_glink-fix-connector-type-to-be-Di.patch
|
|
patches.kernel.org/6.6.2-325-ARM-dts-BCM5301X-Explicitly-disable-unused-swit.patch
|
|
patches.kernel.org/6.6.2-326-iommufd-Add-iopt_area_alloc.patch
|
|
patches.kernel.org/6.6.2-327-module-decompress-use-vmalloc-for-gzip-decompre.patch
|
|
patches.kernel.org/6.6.2-328-ASoC-cs35l41-Handle-mdsync_down-reg-write-error.patch
|
|
patches.kernel.org/6.6.2-329-ASoC-cs35l41-Handle-mdsync_up-reg-write-errors.patch
|
|
patches.kernel.org/6.6.2-330-ASoC-cs35l41-Initialize-completion-object-befor.patch
|
|
patches.kernel.org/6.6.2-331-ASoC-cs35l41-Fix-broken-shared-boost-activation.patch
|
|
patches.kernel.org/6.6.2-332-ASoC-cs35l41-Verify-PM-runtime-resume-errors-in.patch
|
|
patches.kernel.org/6.6.2-333-ASoC-cs35l41-Undo-runtime-PM-changes-at-driver-.patch
|
|
patches.kernel.org/6.6.2-334-ALSA-hda-cs35l41-Fix-unbalanced-pm_runtime_get.patch
|
|
patches.kernel.org/6.6.2-335-ALSA-hda-cs35l41-Undo-runtime-PM-changes-at-dri.patch
|
|
patches.kernel.org/6.6.2-336-KEYS-Include-linux-errno.h-in-linux-verificatio.patch
|
|
patches.kernel.org/6.6.2-337-crypto-ccp-Get-a-free-page-to-use-while-fetchin.patch
|
|
patches.kernel.org/6.6.2-338-crypto-ccp-Fix-ioctl-unit-tests.patch
|
|
patches.kernel.org/6.6.2-339-crypto-ccp-Fix-DBC-sample-application-error-han.patch
|
|
patches.kernel.org/6.6.2-340-crypto-ccp-Fix-sample-application-signature-pas.patch
|
|
patches.kernel.org/6.6.2-341-crypto-ccp-Fix-some-unfused-tests.patch
|
|
patches.kernel.org/6.6.2-342-crypto-hisilicon-hpre-Fix-a-erroneous-check-aft.patch
|
|
patches.kernel.org/6.6.2-343-hwrng-bcm2835-Fix-hwrng-throughput-regression.patch
|
|
patches.kernel.org/6.6.2-344-hwrng-geode-fix-accessing-registers.patch
|
|
patches.kernel.org/6.6.2-345-RDMA-core-Use-size_-add-sub-mul-in-calls-to-str.patch
|
|
patches.kernel.org/6.6.2-346-crypto-qat-fix-state-machines-cleanup-paths.patch
|
|
patches.kernel.org/6.6.2-347-crypto-qat-ignore-subsequent-state-up-commands.patch
|
|
patches.kernel.org/6.6.2-348-crypto-qat-fix-unregistration-of-crypto-algorit.patch
|
|
patches.kernel.org/6.6.2-349-crypto-qat-fix-unregistration-of-compression-al.patch
|
|
patches.kernel.org/6.6.2-350-scsi-ibmvfc-Fix-erroneous-use-of-rtas_busy_dela.patch
|
|
patches.kernel.org/6.6.2-351-ASoC-soc-pcm.c-Make-sure-DAI-parameters-cleared.patch
|
|
patches.kernel.org/6.6.2-352-libnvdimm-of_pmem-Use-devm_kstrdup-instead-of-k.patch
|
|
patches.kernel.org/6.6.2-353-nd_btt-Make-BTT-lanes-preemptible.patch
|
|
patches.kernel.org/6.6.2-354-crypto-caam-qi2-fix-Chacha20-Poly1305-self-test.patch
|
|
patches.kernel.org/6.6.2-355-crypto-caam-jr-fix-Chacha20-Poly1305-self-test-.patch
|
|
patches.kernel.org/6.6.2-356-crypto-qat-increase-size-of-buffers.patch
|
|
patches.kernel.org/6.6.2-357-ASoC-SOF-ipc4-topology-Use-size_add-in-call-to-.patch
|
|
patches.kernel.org/6.6.2-358-PCI-vmd-Correct-PCI-Header-Type-Register-s-mult.patch
|
|
patches.kernel.org/6.6.2-359-hid-cp2112-Fix-duplicate-workqueue-initializati.patch
|
|
patches.kernel.org/6.6.2-360-crypto-hisilicon-qm-fix-PF-queue-parameter-issu.patch
|
|
patches.kernel.org/6.6.2-361-ARM-9321-1-memset-cast-the-constant-byte-to-uns.patch
|
|
patches.kernel.org/6.6.2-362-ARM-9323-1-mm-Fix-ARCH_LOW_ADDRESS_LIMIT-when-C.patch
|
|
patches.kernel.org/6.6.2-363-ext4-add-missing-initialization-of-call_notify_.patch
|
|
patches.kernel.org/6.6.2-364-ext4-move-ix-sanity-check-to-corrent-position.patch
|
|
patches.kernel.org/6.6.2-365-kselftest-vm-fix-mdwe-s-mmap_FIXED-test-case.patch
|
|
patches.kernel.org/6.6.2-366-ASoC-fsl-mpc5200_dma.c-Fix-warning-of-Function-.patch
|
|
patches.kernel.org/6.6.2-367-backlight-pwm_bl-Disable-PWM-on-shutdown-suspen.patch
|
|
patches.kernel.org/6.6.2-368-ASoC-Intel-sof_sdw_rt_sdca_jack_common-add-rt71.patch
|
|
patches.kernel.org/6.6.2-369-ASoC-fsl-asoc-card-Add-comment-for-mclk-in-the-.patch
|
|
patches.kernel.org/6.6.2-370-fs-dlm-Fix-the-size-of-a-buffer-in-dlm_create_d.patch
|
|
patches.kernel.org/6.6.2-371-dlm-fix-creating-multiple-node-structures.patch
|
|
patches.kernel.org/6.6.2-372-dlm-fix-remove-member-after-close-call.patch
|
|
patches.kernel.org/6.6.2-373-dlm-be-sure-we-reset-all-nodes-at-forced-shutdo.patch
|
|
patches.kernel.org/6.6.2-374-dlm-fix-no-ack-after-final-message.patch
|
|
patches.kernel.org/6.6.2-375-IB-mlx5-Fix-rdma-counter-binding-for-RAW-QP.patch
|
|
patches.kernel.org/6.6.2-376-RDMA-hns-Fix-printing-level-of-asynchronous-eve.patch
|
|
patches.kernel.org/6.6.2-377-RDMA-hns-Fix-uninitialized-ucmd-in-hns_roce_cre.patch
|
|
patches.kernel.org/6.6.2-378-RDMA-hns-Fix-signed-unsigned-mixed-comparisons.patch
|
|
patches.kernel.org/6.6.2-379-RDMA-hns-Add-check-for-SL.patch
|
|
patches.kernel.org/6.6.2-380-RDMA-hns-The-UD-mode-can-only-be-configured-wit.patch
|
|
patches.kernel.org/6.6.2-381-RDMA-hns-Fix-unnecessary-port_num-transition-in.patch
|
|
patches.kernel.org/6.6.2-382-RDMA-hns-Fix-init-failure-of-RoCE-VF-and-HIP08.patch
|
|
patches.kernel.org/6.6.2-383-ASoC-SOF-core-Ensure-sof_ops_free-is-still-call.patch
|
|
patches.kernel.org/6.6.2-384-ASoC-intel-sof_sdw-Stop-processing-CODECs-when-.patch
|
|
patches.kernel.org/6.6.2-385-ASoC-fsl-Fix-PM-disable-depth-imbalance-in-fsl_.patch
|
|
patches.kernel.org/6.6.2-386-scsi-ufs-core-Leave-space-for-0-in-utf8-desc-st.patch
|
|
patches.kernel.org/6.6.2-387-RDMA-hfi1-Workaround-truncation-compilation-err.patch
|
|
patches.kernel.org/6.6.2-388-hid-cp2112-Fix-IRQ-shutdown-stopping-polling-fo.patch
|
|
patches.kernel.org/6.6.2-389-HID-uclogic-Fix-user-memory-access-bug-in-uclog.patch
|
|
patches.kernel.org/6.6.2-390-HID-uclogic-Fix-a-work-entry-not-empty-bug-in-_.patch
|
|
patches.kernel.org/6.6.2-391-sh-bios-Revive-earlyprintk-support.patch
|
|
patches.kernel.org/6.6.2-392-HID-logitech-hidpp-Don-t-restart-IO-instead-def.patch
|
|
patches.kernel.org/6.6.2-393-HID-logitech-hidpp-Revert-Don-t-restart-communi.patch
|
|
patches.kernel.org/6.6.2-394-HID-logitech-hidpp-Move-get_wireless_feature_in.patch
|
|
patches.kernel.org/6.6.2-395-ASoC-Intel-Skylake-Fix-mem-leak-when-parsing-UU.patch
|
|
patches.kernel.org/6.6.2-396-PCI-endpoint-Fix-double-free-in-__pci_epc_creat.patch
|
|
patches.kernel.org/6.6.2-397-padata-Fix-refcnt-handling-in-padata_free_shell.patch
|
|
patches.kernel.org/6.6.2-398-certs-Break-circular-dependency-when-selftest-i.patch
|
|
patches.kernel.org/6.6.2-399-crypto-qat-consolidate-services-structure.patch
|
|
patches.kernel.org/6.6.2-400-crypto-qat-enable-dc-chaining-service.patch
|
|
patches.kernel.org/6.6.2-401-crypto-qat-refactor-fw-config-related-functions.patch
|
|
patches.kernel.org/6.6.2-402-crypto-qat-use-masks-for-AE-groups.patch
|
|
patches.kernel.org/6.6.2-403-crypto-qat-fix-ring-to-service-map-for-QAT-GEN4.patch
|
|
patches.kernel.org/6.6.2-404-crypto-qat-fix-deadlock-in-backlog-processing.patch
|
|
patches.kernel.org/6.6.2-405-ASoC-ams-delta.c-use-component-after-check.patch
|
|
patches.kernel.org/6.6.2-406-erofs-fix-erofs_insert_workgroup-lockref-usage.patch
|
|
patches.kernel.org/6.6.2-407-IB-mlx5-Fix-init-stage-error-handling-to-avoid-.patch
|
|
patches.kernel.org/6.6.2-408-mfd-core-Un-constify-mfd_cell.of_reg.patch
|
|
patches.kernel.org/6.6.2-409-mfd-core-Ensure-disabled-devices-are-skipped-wi.patch
|
|
patches.kernel.org/6.6.2-410-mfd-dln2-Fix-double-put-in-dln2_probe.patch
|
|
patches.kernel.org/6.6.2-411-dt-bindings-mfd-mt6397-Split-out-compatible-for.patch
|
|
patches.kernel.org/6.6.2-412-mfd-arizona-spi-Set-pdata.hpdet_channel-for-ACP.patch
|
|
patches.kernel.org/6.6.2-413-leds-turris-omnia-Do-not-use-SMBUS-calls.patch
|
|
patches.kernel.org/6.6.2-414-leds-pwm-Don-t-disable-the-PWM-when-the-LED-sho.patch
|
|
patches.kernel.org/6.6.2-415-leds-trigger-ledtrig-cpu-Fix-output-may-be-trun.patch
|
|
patches.kernel.org/6.6.2-416-scripts-gdb-fix-usage-of-MOD_TEXT-not-defined-w.patch
|
|
patches.kernel.org/6.6.2-417-apparmor-fix-invalid-reference-on-profile-disco.patch
|
|
patches.kernel.org/6.6.2-418-perf-stat-Fix-aggr-mode-initialization.patch
|
|
patches.kernel.org/6.6.2-419-iio-frequency-adf4350-Use-device-managed-functi.patch
|
|
patches.kernel.org/6.6.2-420-pinctrl-baytrail-fix-debounce-disable-case.patch
|
|
patches.kernel.org/6.6.2-421-perf-kwork-Fix-incorrect-and-missing-free-atom-.patch
|
|
patches.kernel.org/6.6.2-422-perf-kwork-Add-the-supported-subcommands-to-the.patch
|
|
patches.kernel.org/6.6.2-423-perf-kwork-Set-ordered_events-to-true-in-struct.patch
|
|
patches.kernel.org/6.6.2-424-f2fs-compress-fix-deadloop-in-f2fs_write_cache_.patch
|
|
patches.kernel.org/6.6.2-425-f2fs-compress-fix-to-avoid-use-after-free-on-di.patch
|
|
patches.kernel.org/6.6.2-426-f2fs-compress-fix-to-avoid-redundant-compress-e.patch
|
|
patches.kernel.org/6.6.2-427-f2fs-fix-to-drop-meta_inode-s-page-cache-in-f2f.patch
|
|
patches.kernel.org/6.6.2-428-tty-tty_jobctrl-fix-pid-memleak-in-disassociate.patch
|
|
patches.kernel.org/6.6.2-429-perf-parse-events-Fix-tracepoint-name-memory-le.patch
|
|
patches.kernel.org/6.6.2-430-livepatch-Fix-missing-newline-character-in-klp_.patch
|
|
patches.kernel.org/6.6.2-431-pinctrl-renesas-rzg2l-Make-reverse-order-of-ena.patch
|
|
patches.kernel.org/6.6.2-432-perf-vendor-events-arm64-Fix-for-AmpereOne-metr.patch
|
|
patches.kernel.org/6.6.2-433-perf-record-Fix-BTF-type-checks-in-the-off-cpu-.patch
|
|
patches.kernel.org/6.6.2-434-dmaengine-idxd-Register-dsa_bus_type-before-reg.patch
|
|
patches.kernel.org/6.6.2-435-usb-dwc2-fix-possible-NULL-pointer-dereference-.patch
|
|
patches.kernel.org/6.6.2-436-usb-chipidea-Fix-DMA-overwrite-for-Tegra.patch
|
|
patches.kernel.org/6.6.2-437-usb-chipidea-Simplify-Tegra-DMA-alignment-code.patch
|
|
patches.kernel.org/6.6.2-438-dmaengine-ti-edma-handle-irq_of_parse_and_map-e.patch
|
|
patches.kernel.org/6.6.2-439-tools-perf-Update-call-stack-check-in-builtin-l.patch
|
|
patches.kernel.org/6.6.2-440-misc-st_core-Do-not-call-kfree_skb-under-spin_l.patch
|
|
patches.kernel.org/6.6.2-441-debugfs-Fix-__rcu-type-comparison-warning.patch
|
|
patches.kernel.org/6.6.2-442-tools-iio-iio_generic_buffer-ensure-alignment.patch
|
|
patches.kernel.org/6.6.2-443-USB-usbip-fix-stub_dev-hub-disconnect.patch
|
|
patches.kernel.org/6.6.2-444-dmaengine-pxa_dma-Remove-an-erroneous-BUG_ON-in.patch
|
|
patches.kernel.org/6.6.2-445-f2fs-fix-to-initialize-map.m_pblk-in-f2fs_preca.patch
|
|
patches.kernel.org/6.6.2-446-interconnect-qcom-qdu1000-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-447-interconnect-qcom-sc7180-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-448-interconnect-qcom-sc7280-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-449-interconnect-qcom-sc8180x-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-450-interconnect-qcom-sc8280xp-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-451-interconnect-qcom-sdm670-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-452-interconnect-qcom-sdm845-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-453-interconnect-qcom-sm6350-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-454-interconnect-qcom-sm8150-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-455-interconnect-qcom-sm8250-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-456-interconnect-qcom-sm8350-Set-ACV-enable_mask.patch
|
|
patches.kernel.org/6.6.2-457-interconnect-qcom-osm-l3-Replace-custom-impleme.patch
|
|
patches.kernel.org/6.6.2-458-powerpc-Only-define-__parse_fpscr-when-required.patch
|
|
patches.kernel.org/6.6.2-459-interconnect-fix-error-handling-in-qnoc_probe.patch
|
|
patches.kernel.org/6.6.2-460-perf-build-Add-missing-comment-about-NO_LIBTRAC.patch
|
|
patches.kernel.org/6.6.2-461-perf-parse-events-Fix-for-term-values-that-are-.patch
|
|
patches.kernel.org/6.6.2-462-perf-mem-events-Avoid-uninitialized-read.patch
|
|
patches.kernel.org/6.6.2-463-s390-ap-re-init-AP-queues-on-config-on.patch
|
|
patches.kernel.org/6.6.2-464-modpost-fix-tee-MODULE_DEVICE_TABLE-built-on-bi.patch
|
|
patches.kernel.org/6.6.2-465-modpost-fix-ishtp-MODULE_DEVICE_TABLE-built-on-.patch
|
|
patches.kernel.org/6.6.2-466-perf-tools-Do-not-ignore-the-default-vmlinux.h.patch
|
|
patches.kernel.org/6.6.2-467-powerpc-40x-Remove-stale-PTE_ATOMIC_UPDATES-mac.patch
|
|
patches.kernel.org/6.6.2-468-powerpc-xive-Fix-endian-conversion-size.patch
|
|
patches.kernel.org/6.6.2-469-powerpc-Hide-empty-pt_regs-at-base-of-the-stack.patch
|
|
patches.kernel.org/6.6.2-470-perf-trace-Use-the-right-bpf_probe_read-_str-va.patch
|
|
patches.kernel.org/6.6.2-471-powerpc-vas-Limit-open-window-failure-messages-.patch
|
|
patches.kernel.org/6.6.2-472-powerpc-imc-pmu-Use-the-correct-spinlock-initia.patch
|
|
patches.kernel.org/6.6.2-473-powerpc-pseries-fix-potential-memory-leak-in-in.patch
|
|
patches.kernel.org/6.6.2-474-perf-vendor-events-Update-PMC-used-in-PM_RUN_IN.patch
|
|
patches.kernel.org/6.6.2-475-xhci-Loosen-RPM-as-default-policy-to-cover-for-.patch
|
|
patches.kernel.org/6.6.2-476-usb-host-xhci-plat-fix-possible-kernel-oops-whi.patch
|
|
patches.kernel.org/6.6.2-477-powerpc-vmcore-Add-MMU-information-to-vmcoreinf.patch
|
|
patches.kernel.org/6.6.2-478-perf-machine-Avoid-out-of-bounds-LBR-memory-rea.patch
|
|
patches.kernel.org/6.6.2-479-libperf-rc_check-Make-implicit-enabling-work-fo.patch
|
|
patches.kernel.org/6.6.2-480-perf-hist-Add-missing-puts-to-hist__account_cyc.patch
|
|
patches.kernel.org/6.6.2-481-perf-vendor-events-intel-Fix-broadwellde-tma_in.patch
|
|
patches.kernel.org/6.6.2-482-perf-vendor-events-intel-Add-broadwellde-two-me.patch
|
|
patches.kernel.org/6.6.2-483-9p-net-fix-possible-memory-leak-in-p9_check_err.patch
|
|
patches.kernel.org/6.6.2-484-rtla-Fix-uninitialized-variable-found.patch
|
|
patches.kernel.org/6.6.2-485-i3c-Fix-potential-refcount-leak-in-i3c_master_r.patch
|
|
patches.kernel.org/6.6.2-486-rtc-brcmstb-waketimer-support-level-alarm_irq.patch
|
|
patches.kernel.org/6.6.2-487-cxl-pci-Remove-unnecessary-device-reference-man.patch
|
|
patches.kernel.org/6.6.2-488-cxl-pci-Cleanup-sanitize-to-always-poll.patch
|
|
patches.kernel.org/6.6.2-489-cxl-pci-Remove-inconsistent-usage-of-dev_err_pr.patch
|
|
patches.kernel.org/6.6.2-490-cxl-pci-Clarify-devm-host-for-memdev-relative-s.patch
|
|
patches.kernel.org/6.6.2-491-cxl-pci-Fix-sanitize-notifier-setup.patch
|
|
patches.kernel.org/6.6.2-492-cxl-memdev-Fix-sanitize-vs-decoder-setup-lockin.patch
|
|
patches.kernel.org/6.6.2-493-cxl-mem-Fix-shutdown-order.patch
|
|
patches.kernel.org/6.6.2-494-virt-sevguest-Fix-passing-a-stack-buffer-as-a-s.patch
|
|
patches.kernel.org/6.6.2-495-rtc-pcf85363-fix-wrong-mask-val-parameters-in-r.patch
|
|
patches.kernel.org/6.6.2-496-cxl-region-Prepare-the-decoder-match-range-help.patch
|
|
patches.kernel.org/6.6.2-497-cxl-region-Calculate-a-target-position-in-a-reg.patch
|
|
patches.kernel.org/6.6.2-498-cxl-region-Use-cxl_calc_interleave_pos-for-auto.patch
|
|
patches.kernel.org/6.6.2-499-cxl-region-Fix-cxl_region_rwsem-lock-held-when-.patch
|
|
patches.kernel.org/6.6.2-500-cxl-core-regs-Rename-dev-to-host-in-struct-cxl_.patch
|
|
patches.kernel.org/6.6.2-501-cxl-port-Fix-host-confusion-in-cxl_dport_setup_.patch
|
|
patches.kernel.org/6.6.2-502-cxl-hdm-Remove-broken-error-path.patch
|
|
patches.kernel.org/6.6.2-503-pcmcia-cs-fix-possible-hung-task-and-memory-lea.patch
|
|
patches.kernel.org/6.6.2-504-pcmcia-ds-fix-refcount-leak-in-pcmcia_device_ad.patch
|
|
patches.kernel.org/6.6.2-505-pcmcia-ds-fix-possible-name-leak-in-error-path-.patch
|
|
patches.kernel.org/6.6.2-506-media-imx-jpeg-initiate-a-drain-of-the-capture-.patch
|
|
patches.kernel.org/6.6.2-507-media-hantro-Check-whether-reset-op-is-defined-.patch
|
|
patches.kernel.org/6.6.2-508-media-verisilicon-Do-not-enable-G2-postproc-dow.patch
|
|
patches.kernel.org/6.6.2-509-media-ov13b10-Fix-some-error-checking-in-probe.patch
|
|
patches.kernel.org/6.6.2-510-media-ov5640-fix-vblank-unchange-issue-when-wor.patch
|
|
patches.kernel.org/6.6.2-511-media-i2c-max9286-Fix-some-redundant-of_node_pu.patch
|
|
patches.kernel.org/6.6.2-512-media-ov5640-Fix-a-memory-leak-when-ov5640_prob.patch
|
|
patches.kernel.org/6.6.2-513-media-bttv-fix-use-after-free-error-due-to-btv-.patch
|
|
patches.kernel.org/6.6.2-514-media-amphion-handle-firmware-debug-message.patch
|
|
patches.kernel.org/6.6.2-515-media-mtk-jpegenc-Fix-bug-in-JPEG-encode-qualit.patch
|
|
patches.kernel.org/6.6.2-516-media-s3c-camif-Avoid-inappropriate-kfree.patch
|
|
patches.kernel.org/6.6.2-517-media-vidtv-psi-Add-check-for-kstrdup.patch
|
|
patches.kernel.org/6.6.2-518-media-vidtv-mux-Add-check-and-kfree-for-kstrdup.patch
|
|
patches.kernel.org/6.6.2-519-media-cedrus-Fix-clock-reset-sequence.patch
|
|
patches.kernel.org/6.6.2-520-media-i2c-imx219-Convert-to-CCI-register-access.patch
|
|
patches.kernel.org/6.6.2-521-media-i2c-imx219-Replace-register-addresses-wit.patch
|
|
patches.kernel.org/6.6.2-522-media-i2c-imx219-Drop-IMX219_REG_CSI_LANE_MODE-.patch
|
|
patches.kernel.org/6.6.2-523-media-cadence-csi2rx-Unregister-v4l2-async-noti.patch
|
|
patches.kernel.org/6.6.2-524-media-dvb-usb-v2-af9035-fix-missing-unlock.patch
|
|
patches.kernel.org/6.6.2-525-media-verisilicon-Fixes-clock-list-for-rk3588-a.patch
|
|
patches.kernel.org/6.6.2-526-media-mediatek-vcodec-Handle-invalid-encoder-vs.patch
|
|
patches.kernel.org/6.6.2-527-media-imx-jpeg-notify-source-chagne-event-when-.patch
|
|
patches.kernel.org/6.6.2-528-media-mediatek-vcodec-using-encoder-device-to-a.patch
|
|
patches.kernel.org/6.6.2-529-media-platform-mtk-mdp3-fix-uninitialized-varia.patch
|
|
patches.kernel.org/6.6.2-530-media-cec-meson-always-include-meson-sub-direct.patch
|
|
patches.kernel.org/6.6.2-531-cpupower-fix-reference-to-nonexistent-document.patch
|
|
patches.kernel.org/6.6.2-532-regmap-prevent-noinc-writes-from-clobbering-cac.patch
|
|
patches.kernel.org/6.6.2-533-drm-amdgpu-gfx10-11-use-memcpy_to-fromio-for-MQ.patch
|
|
patches.kernel.org/6.6.2-534-drm-amdgpu-don-t-put-MQDs-in-VRAM-on-ARM-ARM64.patch
|
|
patches.kernel.org/6.6.2-535-pwm-sti-Reduce-number-of-allocations-and-drop-u.patch
|
|
patches.kernel.org/6.6.2-536-pwm-brcmstb-Utilize-appropriate-clock-APIs-in-s.patch
|
|
patches.kernel.org/6.6.2-537-Input-synaptics-rmi4-fix-use-after-free-in-rmi_.patch
|
|
patches.kernel.org/6.6.2-538-watchdog-marvell_gti_wdt-Fix-error-code-in-prob.patch
|
|
patches.kernel.org/6.6.2-539-watchdog-ixp4xx-Make-sure-restart-always-works.patch
|
|
patches.kernel.org/6.6.2-540-llc-verify-mac-len-before-reading-mac-header.patch
|
|
patches.kernel.org/6.6.2-541-hsr-Prevent-use-after-free-in-prp_create_tagged.patch
|
|
patches.kernel.org/6.6.2-542-tipc-Change-nla_policy-for-bearer-related-names.patch
|
|
patches.kernel.org/6.6.2-543-rxrpc-Fix-two-connection-reaping-bugs.patch
|
|
patches.kernel.org/6.6.2-544-bpf-Check-map-usercnt-after-timer-timer-is-assi.patch
|
|
patches.kernel.org/6.6.2-545-inet-shrink-struct-flowi_common.patch
|
|
patches.kernel.org/6.6.2-546-octeontx2-pf-Fix-error-codes.patch
|
|
patches.kernel.org/6.6.2-547-octeontx2-pf-Fix-holes-in-error-code.patch
|
|
patches.kernel.org/6.6.2-548-net-page_pool-add-missing-free_percpu-when-page.patch
|
|
patches.kernel.org/6.6.2-549-dccp-Call-security_inet_conn_request-after-sett.patch
|
|
patches.kernel.org/6.6.2-550-dccp-tcp-Call-security_inet_conn_request-after-.patch
|
|
patches.kernel.org/6.6.2-551-net-r8169-Disable-multicast-filter-for-RTL8168H.patch
|
|
patches.kernel.org/6.6.2-552-Fix-termination-state-for-idr_for_each_entry_ul.patch
|
|
patches.kernel.org/6.6.2-553-net-stmmac-xgmac-Enable-support-for-multiple-Fl.patch
|
|
patches.kernel.org/6.6.2-554-selftests-pmtu.sh-fix-result-checking.patch
|
|
patches.kernel.org/6.6.2-555-octeontx2-pf-Free-pending-and-dropped-SQEs.patch
|
|
patches.kernel.org/6.6.2-556-net-smc-fix-dangling-sock-under-state-SMC_APPFI.patch
|
|
patches.kernel.org/6.6.2-557-net-smc-allow-cdc-msg-send-rather-than-drop-it-.patch
|
|
patches.kernel.org/6.6.2-558-net-smc-put-sk-reference-if-close-work-was-canc.patch
|
|
patches.kernel.org/6.6.2-559-nvme-fix-error-handling-for-io_uring-nvme-passt.patch
|
|
patches.kernel.org/6.6.2-560-riscv-boot-Fix-creation-of-loader.bin.patch
|
|
patches.kernel.org/6.6.2-561-ice-Fix-SRIOV-LAG-disable-on-non-compliant-aggr.patch
|
|
patches.kernel.org/6.6.2-562-ice-lag-in-RCU-use-atomic-allocation.patch
|
|
patches.kernel.org/6.6.2-563-ice-Fix-VF-VF-filter-rules-in-switchdev-mode.patch
|
|
patches.kernel.org/6.6.2-564-ice-Fix-VF-VF-direction-matching-in-drop-rule-i.patch
|
|
patches.kernel.org/6.6.2-565-tg3-power-down-device-only-on-SYSTEM_POWER_OFF.patch
|
|
patches.kernel.org/6.6.2-566-nbd-fix-uaf-in-nbd_open.patch
|
|
patches.kernel.org/6.6.2-567-blk-core-use-pr_warn_ratelimited-in-bio_check_r.patch
|
|
patches.kernel.org/6.6.2-568-vsock-virtio-remove-socket-from-connected-bound.patch
|
|
patches.kernel.org/6.6.2-569-r8169-respect-userspace-disabling-IFF_MULTICAST.patch
|
|
patches.kernel.org/6.6.2-570-virtio-vsock-Fix-uninit-value-in-virtio_transpo.patch
|
|
patches.kernel.org/6.6.2-571-net-enetc-shorten-enetc_setup_xdp_prog-error-me.patch
|
|
patches.kernel.org/6.6.2-572-i2c-iproc-handle-invalid-slave-state.patch
|
|
patches.kernel.org/6.6.2-573-netfilter-xt_recent-fix-increase-ipv6-literal-b.patch
|
|
patches.kernel.org/6.6.2-574-netfilter-nat-fix-ipv6-nat-redirect-with-mapped.patch
|
|
patches.kernel.org/6.6.2-575-net-sched-act_ct-Always-fill-offloading-tuple-i.patch
|
|
patches.kernel.org/6.6.2-576-RISC-V-Don-t-fail-in-riscv_of_parent_hartid-for.patch
|
|
patches.kernel.org/6.6.2-577-net-ti-icss-iep-fix-setting-counter-value.patch
|
|
patches.kernel.org/6.6.2-578-drivers-perf-Do-not-broadcast-to-other-cpus-whe.patch
|
|
patches.kernel.org/6.6.2-579-module-decompress-use-kvmalloc-consistently.patch
|
|
patches.kernel.org/6.6.2-580-fs-dlm-Simplify-buffer-size-computation-in-dlm_.patch
|
|
patches.kernel.org/6.6.2-581-drm-vc4-tests-Fix-UAF-in-the-mock-helpers.patch
|
|
patches.kernel.org/6.6.2-582-drm-syncobj-fix-DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVA.patch
|
|
patches.kernel.org/6.6.2-583-ASoC-rt712-sdca-fix-speaker-route-missing-issue.patch
|
|
patches.kernel.org/6.6.2-584-ASoC-mediatek-mt8186_mt6366_rt1019_rt5682s-triv.patch
|
|
patches.kernel.org/6.6.2-585-ASoC-hdmi-codec-register-hpd-callback-on-compon.patch
|
|
patches.kernel.org/6.6.2-586-ASoC-dapm-fix-clock-get-name.patch
|
|
patches.kernel.org/6.6.2-587-spi-spi-zynq-qspi-add-spi-mem-to-driver-kconfig.patch
|
|
patches.kernel.org/6.6.2-588-arm64-arm-arm_pmuv3-perf-Don-t-truncate-64-bit-.patch
|
|
patches.kernel.org/6.6.2-589-fbdev-imsttfb-fix-double-free-in-probe.patch
|
|
patches.kernel.org/6.6.2-590-fbdev-imsttfb-fix-a-resource-leak-in-probe.patch
|
|
patches.kernel.org/6.6.2-591-ALSA-hda-realtek-Add-support-dual-speaker-for-D.patch
|
|
patches.kernel.org/6.6.2-592-fbdev-fsl-diu-fb-mark-wr_reg_wa-static.patch
|
|
patches.kernel.org/6.6.2-593-tracing-kprobes-Fix-the-order-of-argument-descr.patch
|
|
patches.kernel.org/6.6.2-594-eventfs-Check-for-NULL-ef-in-eventfs_set_attr.patch
|
|
patches.kernel.org/6.6.2-595-selftests-mptcp-run-userspace-pm-tests-slower.patch
|
|
patches.kernel.org/6.6.2-596-selftests-mptcp-fix-wait_rm_addr-sf-parameters.patch
|
|
patches.kernel.org/6.6.2-597-io_uring-net-ensure-socket-is-marked-connected-.patch
|
|
patches.kernel.org/6.6.2-598-x86-amd_nb-Use-Family-19h-Models-60h-7Fh-Functi.patch
|
|
patches.kernel.org/6.6.2-599-Revert-PCI-ASPM-Disable-only-ASPM_STATE_L1-when.patch
|
|
patches.kernel.org/6.6.2-600-Revert-mmc-core-Capture-correct-oemid-bits-for-.patch
|
|
patches.kernel.org/6.6.2-601-btrfs-use-u64-for-buffer-sizes-in-the-tree-sear.patch
|
|
patches.kernel.org/6.6.2-602-btrfs-make-found_logical_ret-parameter-mandator.patch
|
|
patches.kernel.org/6.6.2-603-Linux-6.6.2.patch
|
|
patches.kernel.org/6.6.3-001-locking-ww_mutex-test-Fix-potential-workqueue-c.patch
|
|
patches.kernel.org/6.6.3-002-btrfs-abort-transaction-on-generation-mismatch-.patch
|
|
patches.kernel.org/6.6.3-003-lib-generic-radix-tree.c-Don-t-overflow-in-peek.patch
|
|
patches.kernel.org/6.6.3-004-x86-retpoline-Make-sure-there-are-no-unconverte.patch
|
|
patches.kernel.org/6.6.3-005-perf-core-Bail-out-early-if-the-request-AUX-are.patch
|
|
patches.kernel.org/6.6.3-006-srcu-Fix-srcu_struct-node-grpmask-overflow-on-6.patch
|
|
patches.kernel.org/6.6.3-007-selftests-lkdtm-Disable-CONFIG_UBSAN_TRAP-in-te.patch
|
|
patches.kernel.org/6.6.3-008-clocksource-drivers-timer-imx-gpt-Fix-potential.patch
|
|
patches.kernel.org/6.6.3-009-clocksource-drivers-timer-atmel-tcb-Fix-initial.patch
|
|
patches.kernel.org/6.6.3-010-srcu-Only-accelerate-on-enqueue-time.patch
|
|
patches.kernel.org/6.6.3-011-smp-csd-Throw-an-error-if-a-CSD-lock-is-stuck-f.patch
|
|
patches.kernel.org/6.6.3-012-cpu-hotplug-Don-t-offline-the-last-non-isolated.patch
|
|
patches.kernel.org/6.6.3-013-workqueue-Provide-one-lock-class-key-per-work_o.patch
|
|
patches.kernel.org/6.6.3-014-x86-mm-Drop-the-4-MB-restriction-on-minimal-NUM.patch
|
|
patches.kernel.org/6.6.3-015-wifi-plfxlc-fix-clang-specific-fortify-warning.patch
|
|
patches.kernel.org/6.6.3-016-wifi-ath12k-Ignore-fragments-from-uninitialized.patch
|
|
patches.kernel.org/6.6.3-017-wifi-mac80211_hwsim-fix-clang-specific-fortify-.patch
|
|
patches.kernel.org/6.6.3-018-wifi-mac80211-don-t-return-unset-power-in-ieee8.patch
|
|
patches.kernel.org/6.6.3-019-atl1c-Work-around-the-DMA-RX-overflow-issue.patch
|
|
patches.kernel.org/6.6.3-020-bpf-Detect-IP-ksym.end-as-part-of-BPF-program.patch
|
|
patches.kernel.org/6.6.3-021-wifi-ath9k-fix-clang-specific-fortify-warnings.patch
|
|
patches.kernel.org/6.6.3-022-wifi-ath12k-fix-possible-out-of-bound-read-in-a.patch
|
|
patches.kernel.org/6.6.3-023-wifi-ath10k-fix-clang-specific-fortify-warning.patch
|
|
patches.kernel.org/6.6.3-024-wifi-ath12k-fix-possible-out-of-bound-write-in-.patch
|
|
patches.kernel.org/6.6.3-025-ACPI-APEI-Fix-AER-info-corruption-when-error-st.patch
|
|
patches.kernel.org/6.6.3-026-net-sfp-add-quirk-for-Fiberstone-GPON-ONU-34-20.patch
|
|
patches.kernel.org/6.6.3-027-wifi-mt76-mt7921e-Support-MT7992-IP-in-Xiaomi-R.patch
|
|
patches.kernel.org/6.6.3-028-wifi-mt76-fix-clang-specific-fortify-warnings.patch
|
|
patches.kernel.org/6.6.3-029-net-annotate-data-races-around-sk-sk_tx_queue_m.patch
|
|
patches.kernel.org/6.6.3-030-net-annotate-data-races-around-sk-sk_dst_pendin.patch
|
|
patches.kernel.org/6.6.3-031-wifi-ath12k-mhi-fix-potential-memory-leak-in-at.patch
|
|
patches.kernel.org/6.6.3-032-wifi-ath10k-Don-t-touch-the-CE-interrupt-regist.patch
|
|
patches.kernel.org/6.6.3-033-net-sfp-add-quirk-for-FS-s-2.5G-copper-SFP.patch
|
|
patches.kernel.org/6.6.3-034-vsock-read-from-socket-s-error-queue.patch
|
|
patches.kernel.org/6.6.3-035-bpf-Ensure-proper-register-state-printing-for-c.patch
|
|
patches.kernel.org/6.6.3-036-wifi-iwlwifi-mvm-fix-size-check-for-fw_link_id.patch
|
|
patches.kernel.org/6.6.3-037-Bluetooth-btusb-Add-date-evt_skb-is-NULL-check.patch
|
|
patches.kernel.org/6.6.3-038-Bluetooth-Fix-double-free-in-hci_conn_cleanup.patch
|
|
patches.kernel.org/6.6.3-039-ACPI-EC-Add-quirk-for-HP-250-G7-Notebook-PC.patch
|
|
patches.kernel.org/6.6.3-040-tsnep-Fix-tsnep_request_irq-format-overflow-war.patch
|
|
patches.kernel.org/6.6.3-041-gpiolib-acpi-Add-a-ignore-interrupt-quirk-for-P.patch
|
|
patches.kernel.org/6.6.3-042-platform-chrome-kunit-initialize-lock-for-fake-.patch
|
|
patches.kernel.org/6.6.3-043-of-address-Fix-address-translation-when-address.patch
|
|
patches.kernel.org/6.6.3-044-platform-x86-thinkpad_acpi-Add-battery-quirk-fo.patch
|
|
patches.kernel.org/6.6.3-045-drm-gma500-Fix-call-trace-when-psb_gem_mm_init-.patch
|
|
patches.kernel.org/6.6.3-046-drm-amdkfd-ratelimited-SQ-interrupt-messages.patch
|
|
patches.kernel.org/6.6.3-047-drm-komeda-drop-all-currently-held-locks-if-dea.patch
|
|
patches.kernel.org/6.6.3-048-drm-amd-display-Blank-phantom-OTG-before-enabli.patch
|
|
patches.kernel.org/6.6.3-049-drm-amd-display-Don-t-lock-phantom-pipe-on-disa.patch
|
|
patches.kernel.org/6.6.3-050-drm-amd-display-add-seamless-pipe-topology-tran.patch
|
|
patches.kernel.org/6.6.3-051-drm-edid-Fixup-h-vsync_end-instead-of-h-vtotal.patch
|
|
patches.kernel.org/6.6.3-052-md-don-t-rely-on-mddev-pers-to-be-set-in-mddev_.patch
|
|
patches.kernel.org/6.6.3-053-drm-amdgpu-not-to-save-bo-in-the-case-of-RAS-er.patch
|
|
patches.kernel.org/6.6.3-054-drm-amdkfd-Fix-a-race-condition-of-vram-buffer-.patch
|
|
patches.kernel.org/6.6.3-055-drm-amdgpu-update-retry-times-for-psp-vmbx-wait.patch
|
|
patches.kernel.org/6.6.3-056-drm-amd-Update-update_pcie_parameters-functions.patch
|
|
patches.kernel.org/6.6.3-057-drm-amd-display-use-full-update-for-clip-size-i.patch
|
|
patches.kernel.org/6.6.3-058-string.h-add-array-wrappers-for-v-memdup_user.patch
|
|
patches.kernel.org/6.6.3-059-kernel-kexec-copy-user-array-safely.patch
|
|
patches.kernel.org/6.6.3-060-kernel-watch_queue-copy-user-array-safely.patch
|
|
patches.kernel.org/6.6.3-061-drm_lease.c-copy-user-array-safely.patch
|
|
patches.kernel.org/6.6.3-062-drm-vmwgfx_surface.c-copy-user-array-safely.patch
|
|
patches.kernel.org/6.6.3-063-drm-msm-dp-skip-validity-check-for-DP-CTS-EDID-.patch
|
|
patches.kernel.org/6.6.3-064-drm-amd-Fix-UBSAN-array-index-out-of-bounds-for.patch
|
|
patches.kernel.org/6.6.3-065-drm-amd-Fix-UBSAN-array-index-out-of-bounds-for.patch
|
|
patches.kernel.org/6.6.3-066-drm-amdgpu-Fix-potential-null-pointer-derefernc.patch
|
|
patches.kernel.org/6.6.3-067-drm-panel-fix-a-possible-null-pointer-dereferen.patch
|
|
patches.kernel.org/6.6.3-068-drm-panel-panel-tpo-tpg110-fix-a-possible-null-.patch
|
|
patches.kernel.org/6.6.3-069-drm-radeon-fix-a-possible-null-pointer-derefere.patch
|
|
patches.kernel.org/6.6.3-070-drm-amdgpu-vkms-fix-a-possible-null-pointer-der.patch
|
|
patches.kernel.org/6.6.3-071-drm-panel-st7703-Pick-different-reset-sequence.patch
|
|
patches.kernel.org/6.6.3-072-drm-amdkfd-Fix-shift-out-of-bounds-issue.patch
|
|
patches.kernel.org/6.6.3-073-drm-amdgpu-Fix-a-null-pointer-access-when-the-s.patch
|
|
patches.kernel.org/6.6.3-074-drm-amd-Disable-PP_PCIE_DPM_MASK-when-dynamic-s.patch
|
|
patches.kernel.org/6.6.3-075-drm-amd-display-fix-num_ways-overflow-error.patch
|
|
patches.kernel.org/6.6.3-076-drm-amd-check-num-of-link-levels-when-update-pc.patch
|
|
patches.kernel.org/6.6.3-077-soc-qcom-pmic-Fix-resource-leaks-in-a-device_fo.patch
|
|
patches.kernel.org/6.6.3-078-arm64-dts-rockchip-Add-NanoPC-T6-PCIe-e-key-sup.patch
|
|
patches.kernel.org/6.6.3-079-arm64-dts-ls208xa-use-a-pseudo-bus-to-constrain.patch
|
|
patches.kernel.org/6.6.3-080-selftests-efivarfs-create-read-fix-a-resource-l.patch
|
|
patches.kernel.org/6.6.3-081-ASoC-mediatek-mt8188-mt6359-support-dynamic-pin.patch
|
|
patches.kernel.org/6.6.3-082-ASoC-soc-card-Add-storage-for-PCI-SSID.patch
|
|
patches.kernel.org/6.6.3-083-ASoC-SOF-Pass-PCI-SSID-to-machine-driver.patch
|
|
patches.kernel.org/6.6.3-084-ASoC-Intel-sof_sdw-Copy-PCI-SSID-to-struct-snd_.patch
|
|
patches.kernel.org/6.6.3-085-ASoC-cs35l56-Use-PCI-SSID-as-the-firmware-UID.patch
|
|
patches.kernel.org/6.6.3-086-crypto-pcrypt-Fix-hungtask-for-PADATA_RESET.patch
|
|
patches.kernel.org/6.6.3-087-ASoC-SOF-ipc4-handle-EXCEPTION_CAUGHT-notificat.patch
|
|
patches.kernel.org/6.6.3-088-RDMA-hfi1-Use-FIELD_GET-to-extract-Link-Width.patch
|
|
patches.kernel.org/6.6.3-089-scsi-hisi_sas-Set-debugfs_dir-pointer-to-NULL-a.patch
|
|
patches.kernel.org/6.6.3-090-scsi-ibmvfc-Remove-BUG_ON-in-the-case-of-an-emp.patch
|
|
patches.kernel.org/6.6.3-091-fs-jfs-Add-check-for-negative-db_l2nbperpage.patch
|
|
patches.kernel.org/6.6.3-092-fs-jfs-Add-validity-check-for-db_maxag-and-db_a.patch
|
|
patches.kernel.org/6.6.3-093-jfs-fix-array-index-out-of-bounds-in-dbFindLeaf.patch
|
|
patches.kernel.org/6.6.3-094-jfs-fix-array-index-out-of-bounds-in-diAlloc.patch
|
|
patches.kernel.org/6.6.3-095-HID-lenovo-Detect-quirk-free-fw-on-cptkbd-and-s.patch
|
|
patches.kernel.org/6.6.3-096-ARM-9320-1-fix-stack-depot-IRQ-stack-filter.patch
|
|
patches.kernel.org/6.6.3-097-ALSA-hda-Fix-possible-null-ptr-deref-when-assig.patch
|
|
patches.kernel.org/6.6.3-098-gpiolib-of-Add-quirk-for-mt2701-cs42448-ASoC-so.patch
|
|
patches.kernel.org/6.6.3-099-PCI-tegra194-Use-FIELD_GET-FIELD_PREP-with-Link.patch
|
|
patches.kernel.org/6.6.3-100-PCI-mvebu-Use-FIELD_PREP-with-Link-Width.patch
|
|
patches.kernel.org/6.6.3-101-atm-iphase-Do-PCI-error-checks-on-own-line.patch
|
|
patches.kernel.org/6.6.3-102-PCI-Do-error-check-on-own-line-to-split-long-if.patch
|
|
patches.kernel.org/6.6.3-103-scsi-libfc-Fix-potential-NULL-pointer-dereferen.patch
|
|
patches.kernel.org/6.6.3-104-PCI-Use-FIELD_GET-to-extract-Link-Width.patch
|
|
patches.kernel.org/6.6.3-105-PCI-Extract-ATS-disabling-to-a-helper-function.patch
|
|
patches.kernel.org/6.6.3-106-PCI-Disable-ATS-for-specific-Intel-IPU-E2000-de.patch
|
|
patches.kernel.org/6.6.3-107-PCI-dwc-Add-dw_pcie_link_set_max_link_width.patch
|
|
patches.kernel.org/6.6.3-108-PCI-dwc-Add-missing-PCI_EXP_LNKCAP_MLW-handling.patch
|
|
patches.kernel.org/6.6.3-109-misc-pci_endpoint_test-Add-Device-ID-for-R-Car-.patch
|
|
patches.kernel.org/6.6.3-110-PCI-Use-FIELD_GET-in-Sapphire-RX-5600-XT-Pulse-.patch
|
|
patches.kernel.org/6.6.3-111-ASoC-Intel-soc-acpi-cht-Add-Lenovo-Yoga-Tab-3-P.patch
|
|
patches.kernel.org/6.6.3-112-crypto-hisilicon-qm-prevent-soft-lockup-in-rece.patch
|
|
patches.kernel.org/6.6.3-113-HID-Add-quirk-for-Dell-Pro-Wireless-Keyboard-an.patch
|
|
patches.kernel.org/6.6.3-114-exfat-support-handle-zero-size-directory.patch
|
|
patches.kernel.org/6.6.3-115-mfd-intel-lpss-Add-Intel-Lunar-Lake-M-PCI-IDs.patch
|
|
patches.kernel.org/6.6.3-116-iio-adc-stm32-adc-harden-against-NULL-pointer-d.patch
|
|
patches.kernel.org/6.6.3-117-thunderbolt-Apply-USB-3.x-bandwidth-quirk-only-.patch
|
|
patches.kernel.org/6.6.3-118-tty-vcc-Add-check-for-kstrdup-in-vcc_probe.patch
|
|
patches.kernel.org/6.6.3-119-dt-bindings-phy-qcom-snps-eusb2-repeater-Add-ma.patch
|
|
patches.kernel.org/6.6.3-120-phy-qualcomm-phy-qcom-eusb2-repeater-Use-regmap.patch
|
|
patches.kernel.org/6.6.3-121-phy-qualcomm-phy-qcom-eusb2-repeater-Zero-out-u.patch
|
|
patches.kernel.org/6.6.3-122-usb-dwc3-core-configure-TX-RX-threshold-for-DWC.patch
|
|
patches.kernel.org/6.6.3-123-usb-ucsi-glink-use-the-connector-orientation-GP.patch
|
|
patches.kernel.org/6.6.3-124-soundwire-dmi-quirks-update-HP-Omen-match.patch
|
|
patches.kernel.org/6.6.3-125-f2fs-fix-error-path-of-__f2fs_build_free_nids.patch
|
|
patches.kernel.org/6.6.3-126-f2fs-fix-error-handling-of-__get_node_page.patch
|
|
patches.kernel.org/6.6.3-127-usb-host-xhci-Avoid-XHCI-resume-delay-if-SSUSB-.patch
|
|
patches.kernel.org/6.6.3-128-usb-gadget-f_ncm-Always-set-current-gadget-in-n.patch
|
|
patches.kernel.org/6.6.3-129-9p-trans_fd-Annotate-data-racy-writes-to-file-f.patch
|
|
patches.kernel.org/6.6.3-130-9p-v9fs_listxattr-fix-s-null-argument-warning.patch
|
|
patches.kernel.org/6.6.3-131-i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hc.patch
|
|
patches.kernel.org/6.6.3-132-i2c-i801-Add-support-for-Intel-Birch-Stream-SoC.patch
|
|
patches.kernel.org/6.6.3-133-i2c-fix-memleak-in-i2c_new_client_device.patch
|
|
patches.kernel.org/6.6.3-134-i2c-sun6i-p2wi-Prevent-potential-division-by-ze.patch
|
|
patches.kernel.org/6.6.3-135-virtio-blk-fix-implicit-overflow-on-virtio_max_.patch
|
|
patches.kernel.org/6.6.3-136-i3c-master-mipi-i3c-hci-Fix-a-kernel-panic-for-.patch
|
|
patches.kernel.org/6.6.3-137-media-gspca-cpia1-shift-out-of-bounds-in-set_fl.patch
|
|
patches.kernel.org/6.6.3-138-media-vivid-avoid-integer-overflow.patch
|
|
patches.kernel.org/6.6.3-139-media-ipu-bridge-increase-sensor_name-size.patch
|
|
patches.kernel.org/6.6.3-140-gfs2-ignore-negated-quota-changes.patch
|
|
patches.kernel.org/6.6.3-141-gfs2-fix-an-oops-in-gfs2_permission.patch
|
|
patches.kernel.org/6.6.3-142-media-cobalt-Use-FIELD_GET-to-extract-Link-Widt.patch
|
|
patches.kernel.org/6.6.3-143-media-ccs-Fix-driver-quirk-struct-documentation.patch
|
|
patches.kernel.org/6.6.3-144-media-imon-fix-access-to-invalid-resource-for-t.patch
|
|
patches.kernel.org/6.6.3-145-drm-amd-display-Avoid-NULL-dereference-of-timin.patch
|
|
patches.kernel.org/6.6.3-146-gfs2-Fix-slab-use-after-free-in-gfs2_qd_dealloc.patch
|
|
patches.kernel.org/6.6.3-147-kgdb-Flush-console-before-entering-kgdb-on-pani.patch
|
|
patches.kernel.org/6.6.3-148-riscv-VMAP_STACK-overflow-detection-thread-safe.patch
|
|
patches.kernel.org/6.6.3-149-i2c-dev-copy-userspace-array-safely.patch
|
|
patches.kernel.org/6.6.3-150-ASoC-ti-omap-mcbsp-Fix-runtime-PM-underflow-war.patch
|
|
patches.kernel.org/6.6.3-151-drm-qxl-prevent-memory-leak.patch
|
|
patches.kernel.org/6.6.3-152-ALSA-hda-realtek-Add-quirk-for-ASUS-UX7602ZM.patch
|
|
patches.kernel.org/6.6.3-153-drm-amdgpu-fix-software-pci_unplug-on-some-chip.patch
|
|
patches.kernel.org/6.6.3-154-pwm-Fix-double-shift-bug.patch
|
|
patches.kernel.org/6.6.3-155-mtd-rawnand-tegra-add-missing-check-for-platfor.patch
|
|
patches.kernel.org/6.6.3-156-wifi-iwlwifi-Use-FW-rate-for-non-data-frames.patch
|
|
patches.kernel.org/6.6.3-157-sched-core-Optimize-in_task-and-in_interrupt-a-.patch
|
|
patches.kernel.org/6.6.3-158-samples-bpf-syscall_tp_user-Rename-num_progs-in.patch
|
|
patches.kernel.org/6.6.3-159-samples-bpf-syscall_tp_user-Fix-array-out-of-bo.patch
|
|
patches.kernel.org/6.6.3-160-dt-bindings-serial-fix-regex-pattern-for-matchi.patch
|
|
patches.kernel.org/6.6.3-161-SUNRPC-ECONNRESET-might-require-a-rebind.patch
|
|
patches.kernel.org/6.6.3-162-mtd-rawnand-intel-check-return-value-of-devm_ka.patch
|
|
patches.kernel.org/6.6.3-163-mtd-rawnand-meson-check-return-value-of-devm_ka.patch
|
|
patches.kernel.org/6.6.3-164-drm-i915-mtl-avoid-stringop-overflow-warning.patch
|
|
patches.kernel.org/6.6.3-165-NFSv4.1-fix-handling-NFS4ERR_DELAY-when-testing.patch
|
|
patches.kernel.org/6.6.3-166-SUNRPC-Add-an-IS_ERR-check-back-to-where-it-was.patch
|
|
patches.kernel.org/6.6.3-167-NFSv4.1-fix-SP4_MACH_CRED-protection-for-pnfs-I.patch
|
|
patches.kernel.org/6.6.3-168-SUNRPC-Fix-RPC-client-cleaned-up-the-freed-pipe.patch
|
|
patches.kernel.org/6.6.3-169-RISC-V-hwprobe-Fix-vDSO-SIGSEGV.patch
|
|
patches.kernel.org/6.6.3-170-riscv-provide-riscv-specific-is_trap_insn.patch
|
|
patches.kernel.org/6.6.3-171-gfs2-Silence-suspicious-RCU-usage-in-gfs2_permi.patch
|
|
patches.kernel.org/6.6.3-172-drm-i915-tc-Fix-Wformat-truncation-in-intel_tc_.patch
|
|
patches.kernel.org/6.6.3-173-riscv-split-cache-ops-out-of-dma-noncoherent.c.patch
|
|
patches.kernel.org/6.6.3-174-vdpa_sim_blk-allocate-the-buffer-zeroed.patch
|
|
patches.kernel.org/6.6.3-175-vhost-vdpa-fix-use-after-free-in-vhost_vdpa_pro.patch
|
|
patches.kernel.org/6.6.3-176-gcc-plugins-randstruct-Only-warn-about-true-fle.patch
|
|
patches.kernel.org/6.6.3-177-bpf-handle-ldimm64-properly-in-check_cfg.patch
|
|
patches.kernel.org/6.6.3-178-bpf-fix-precision-backtracking-instruction-iter.patch
|
|
patches.kernel.org/6.6.3-179-bpf-fix-control-flow-graph-checking-in-privileg.patch
|
|
patches.kernel.org/6.6.3-180-net-set-SOCK_RCU_FREE-before-inserting-socket-i.patch
|
|
patches.kernel.org/6.6.3-181-ipvlan-add-ipvlan_route_v6_outbound-helper.patch
|
|
patches.kernel.org/6.6.3-182-tty-Fix-uninit-value-access-in-ppp_sync_receive.patch
|
|
patches.kernel.org/6.6.3-183-net-ti-icssg-prueth-Add-missing-icss_iep_put-to.patch
|
|
patches.kernel.org/6.6.3-184-net-ti-icssg-prueth-Fix-error-cleanup-on-failin.patch
|
|
patches.kernel.org/6.6.3-185-xen-events-avoid-using-info_for_irq-in-xen_send.patch
|
|
patches.kernel.org/6.6.3-186-net-hns3-fix-add-VLAN-fail-issue.patch
|
|
patches.kernel.org/6.6.3-187-net-hns3-add-barrier-in-vf-mailbox-reply-proces.patch
|
|
patches.kernel.org/6.6.3-188-net-hns3-fix-incorrect-capability-bit-display-f.patch
|
|
patches.kernel.org/6.6.3-189-net-hns3-fix-out-of-bounds-access-may-occur-whe.patch
|
|
patches.kernel.org/6.6.3-190-net-hns3-fix-variable-may-not-initialized-probl.patch
|
|
patches.kernel.org/6.6.3-191-net-hns3-fix-VF-reset-fail-issue.patch
|
|
patches.kernel.org/6.6.3-192-net-hns3-fix-VF-wrong-speed-and-duplex-issue.patch
|
|
patches.kernel.org/6.6.3-193-tipc-Fix-kernel-infoleak-due-to-uninitialized-T.patch
|
|
patches.kernel.org/6.6.3-194-net-mvneta-fix-calls-to-page_pool_get_stats.patch
|
|
patches.kernel.org/6.6.3-195-ppp-limit-MRU-to-64K.patch
|
|
patches.kernel.org/6.6.3-196-xen-events-fix-delayed-eoi-list-handling.patch
|
|
patches.kernel.org/6.6.3-197-blk-mq-make-sure-active-queue-usage-is-held-for.patch
|
|
patches.kernel.org/6.6.3-198-ptp-annotate-data-race-around-q-head-and-q-tail.patch
|
|
patches.kernel.org/6.6.3-199-bonding-stop-the-device-in-bond_setup_by_slave.patch
|
|
patches.kernel.org/6.6.3-200-net-ethernet-cortina-Fix-max-RX-frame-define.patch
|
|
patches.kernel.org/6.6.3-201-net-ethernet-cortina-Handle-large-frames.patch
|
|
patches.kernel.org/6.6.3-202-net-ethernet-cortina-Fix-MTU-max-setting.patch
|
|
patches.kernel.org/6.6.3-203-af_unix-fix-use-after-free-in-unix_stream_read_.patch
|
|
patches.kernel.org/6.6.3-204-netfilter-nf_conntrack_bridge-initialize-err-to.patch
|
|
patches.kernel.org/6.6.3-205-netfilter-nf_tables-fix-pointer-math-issue-in-n.patch
|
|
patches.kernel.org/6.6.3-206-netfilter-nf_tables-bogus-ENOENT-when-destroyin.patch
|
|
patches.kernel.org/6.6.3-207-net-stmmac-fix-rx-budget-limit-check.patch
|
|
patches.kernel.org/6.6.3-208-net-stmmac-avoid-rx-queue-overrun.patch
|
|
patches.kernel.org/6.6.3-209-pds_core-use-correct-index-to-mask-irq.patch
|
|
patches.kernel.org/6.6.3-210-pds_core-fix-up-some-format-truncation-complain.patch
|
|
patches.kernel.org/6.6.3-211-gve-Fixes-for-napi_poll-when-budget-is-0.patch
|
|
patches.kernel.org/6.6.3-212-io_uring-fdinfo-remove-need-for-sqpoll-lock-for.patch
|
|
patches.kernel.org/6.6.3-213-Revert-net-mlx5-DR-Supporting-inline-WQE-when-p.patch
|
|
patches.kernel.org/6.6.3-214-net-mlx5-Free-used-cpus-mask-when-an-IRQ-is-rel.patch
|
|
patches.kernel.org/6.6.3-215-net-mlx5-Decouple-PHC-.adjtime-and-.adjphase-im.patch
|
|
patches.kernel.org/6.6.3-216-net-mlx5e-fix-double-free-of-encap_header.patch
|
|
patches.kernel.org/6.6.3-217-net-mlx5e-fix-double-free-of-encap_header-in-up.patch
|
|
patches.kernel.org/6.6.3-218-net-mlx5e-Fix-pedit-endianness.patch
|
|
patches.kernel.org/6.6.3-219-net-mlx5e-Don-t-modify-the-peer-sent-to-vport-r.patch
|
|
patches.kernel.org/6.6.3-220-net-mlx5e-Avoid-referencing-skb-after-free-ing-.patch
|
|
patches.kernel.org/6.6.3-221-net-mlx5e-Track-xmit-submission-to-PTP-WQ-after.patch
|
|
patches.kernel.org/6.6.3-222-net-mlx5e-Update-doorbell-for-port-timestamping.patch
|
|
patches.kernel.org/6.6.3-223-net-mlx5-Increase-size-of-irq-name-buffer.patch
|
|
patches.kernel.org/6.6.3-224-net-mlx5e-Reduce-the-size-of-icosq_str.patch
|
|
patches.kernel.org/6.6.3-225-net-mlx5e-Check-return-value-of-snprintf-writin.patch
|
|
patches.kernel.org/6.6.3-226-net-mlx5e-Check-return-value-of-snprintf-writin.patch
|
|
patches.kernel.org/6.6.3-227-net-sched-do-not-offload-flows-with-a-helper-in.patch
|
|
patches.kernel.org/6.6.3-228-macvlan-Don-t-propagate-promisc-change-to-lower.patch
|
|
patches.kernel.org/6.6.3-229-tools-power-turbostat-Fix-a-knl-bug.patch
|
|
patches.kernel.org/6.6.3-230-tools-power-turbostat-Enable-the-C-state-Pre-wa.patch
|
|
patches.kernel.org/6.6.3-231-scsi-ufs-core-Expand-MCQ-queue-slot-to-DeviceQu.patch
|
|
patches.kernel.org/6.6.3-232-cifs-spnego-add-in-HOST_KEY_LEN.patch
|
|
patches.kernel.org/6.6.3-233-cifs-fix-check-of-rc-in-function-generate_smb3s.patch
|
|
patches.kernel.org/6.6.3-234-perf-core-Fix-cpuctx-refcounting.patch
|
|
patches.kernel.org/6.6.3-235-i915-perf-Fix-NULL-deref-bugs-with-drm_dbg-call.patch
|
|
patches.kernel.org/6.6.3-236-perf-arm_cspmu-Reject-events-meant-for-other-PM.patch
|
|
patches.kernel.org/6.6.3-237-drivers-perf-Check-find_first_bit-return-value.patch
|
|
patches.kernel.org/6.6.3-238-media-venus-hfi-add-checks-to-perform-sanity-on.patch
|
|
patches.kernel.org/6.6.3-239-perf-intel-pt-Fix-async-branch-flags.patch
|
|
patches.kernel.org/6.6.3-240-powerpc-perf-Fix-disabling-BHRB-and-instruction.patch
|
|
patches.kernel.org/6.6.3-241-randstruct-Fix-gcc-plugin-performance-mode-to-s.patch
|
|
patches.kernel.org/6.6.3-242-spi-Fix-null-dereference-on-suspend.patch
|
|
patches.kernel.org/6.6.3-243-bpf-Fix-check_stack_write_fixed_off-to-correctl.patch
|
|
patches.kernel.org/6.6.3-244-bpf-Fix-precision-tracking-for-BPF_ALU-BPF_TO_B.patch
|
|
patches.kernel.org/6.6.3-245-scsi-mpt3sas-Fix-loop-logic.patch
|
|
patches.kernel.org/6.6.3-246-scsi-megaraid_sas-Increase-register-read-retry-.patch
|
|
patches.kernel.org/6.6.3-247-scsi-ufs-qcom-Update-PHY-settings-only-when-sca.patch
|
|
patches.kernel.org/6.6.3-248-scsi-qla2xxx-Fix-system-crash-due-to-bad-pointe.patch
|
|
patches.kernel.org/6.6.3-249-scsi-ufs-core-Fix-racing-issue-between-ufshcd_m.patch
|
|
patches.kernel.org/6.6.3-250-x86-shstk-Delay-signal-entry-SSP-write-until-af.patch
|
|
patches.kernel.org/6.6.3-251-crypto-x86-sha-load-modules-based-on-CPU-featur.patch
|
|
patches.kernel.org/6.6.3-252-x86-PCI-Avoid-PME-from-D3hot-D3cold-for-AMD-Rem.patch
|
|
patches.kernel.org/6.6.3-253-x86-apic-msi-Fix-misconfigured-non-maskable-MSI.patch
|
|
patches.kernel.org/6.6.3-254-x86-cpu-hygon-Fix-the-CPU-topology-evaluation-f.patch
|
|
patches.kernel.org/6.6.3-255-KVM-x86-hyper-v-Don-t-auto-enable-stimer-on-wri.patch
|
|
patches.kernel.org/6.6.3-256-KVM-x86-Ignore-MSR_AMD64_TW_CFG-access.patch
|
|
patches.kernel.org/6.6.3-257-KVM-x86-Clear-bit12-of-ICR-after-APIC-write-VM-.patch
|
|
patches.kernel.org/6.6.3-258-KVM-x86-Fix-lapic-timer-interrupt-lost-after-lo.patch
|
|
patches.kernel.org/6.6.3-259-mmc-sdhci-pci-gli-GL9755-Mask-the-replay-timer-.patch
|
|
patches.kernel.org/6.6.3-260-sched-psi-fix-unprivileged-polling-against-cgro.patch
|
|
patches.kernel.org/6.6.3-261-audit-don-t-take-task_lock-in-audit_exe_compare.patch
|
|
patches.kernel.org/6.6.3-262-audit-don-t-WARN_ON_ONCE-current-mm-in-audit_ex.patch
|
|
patches.kernel.org/6.6.3-263-proc-sysctl-prevent-aliased-sysctls-from-gettin.patch
|
|
patches.kernel.org/6.6.3-264-tty-sysrq-replace-smp_processor_id-with-get_cpu.patch
|
|
patches.kernel.org/6.6.3-265-tty-serial-meson-fix-hard-LOCKUP-on-crtscts-mod.patch
|
|
patches.kernel.org/6.6.3-266-acpi-processor-sanitize-_OSC-_PDC-capabilities-.patch
|
|
patches.kernel.org/6.6.3-267-hvc-xen-fix-console-unplug.patch
|
|
patches.kernel.org/6.6.3-268-hvc-xen-fix-error-path-in-xen_hvc_init-to-alway.patch
|
|
patches.kernel.org/6.6.3-269-hvc-xen-fix-event-channel-handling-for-secondar.patch
|
|
patches.kernel.org/6.6.3-270-PCI-sysfs-Protect-driver-s-D3cold-preference-fr.patch
|
|
patches.kernel.org/6.6.3-271-mm-damon-sysfs-remove-requested-targets-when-on.patch
|
|
patches.kernel.org/6.6.3-272-mm-damon-sysfs-update-monitoring-target-regions.patch
|
|
patches.kernel.org/6.6.3-273-watchdog-move-softlockup_panic-back-to-early_pa.patch
|
|
patches.kernel.org/6.6.3-274-iommufd-Fix-missing-update-of-domains_itree-aft.patch
|
|
patches.kernel.org/6.6.3-275-fbdev-stifb-Make-the-STI-next-font-pointer-a-32.patch
|
|
patches.kernel.org/6.6.3-276-dm-crypt-account-large-pages-in-cc-n_allocated_.patch
|
|
patches.kernel.org/6.6.3-277-mm-damon-lru_sort-avoid-divide-by-zero-in-hot-t.patch
|
|
patches.kernel.org/6.6.3-278-mm-damon-ops-common-avoid-divide-by-zero-during.patch
|
|
patches.kernel.org/6.6.3-279-mm-damon-implement-a-function-for-max-nr_access.patch
|
|
patches.kernel.org/6.6.3-280-mm-damon-core-avoid-divide-by-zero-during-monit.patch
|
|
patches.kernel.org/6.6.3-281-mm-damon-sysfs-schemes-handle-tried-region-dire.patch
|
|
patches.kernel.org/6.6.3-282-mm-damon-sysfs-schemes-handle-tried-regions-sys.patch
|
|
patches.kernel.org/6.6.3-283-mm-damon-core.c-avoid-unintentional-filtering-o.patch
|
|
patches.kernel.org/6.6.3-284-mm-damon-sysfs-check-error-from-damon_sysfs_upd.patch
|
|
patches.kernel.org/6.6.3-285-parisc-Add-nop-instructions-after-TLB-inserts.patch
|
|
patches.kernel.org/6.6.3-286-ACPI-resource-Do-IRQ-override-on-TongFang-GMxXG.patch
|
|
patches.kernel.org/6.6.3-287-regmap-Ensure-range-selector-registers-are-upda.patch
|
|
patches.kernel.org/6.6.3-288-wifi-ath11k-fix-temperature-event-locking.patch
|
|
patches.kernel.org/6.6.3-289-wifi-ath11k-fix-dfs-radar-event-locking.patch
|
|
patches.kernel.org/6.6.3-290-wifi-ath11k-fix-htt-pktlog-locking.patch
|
|
patches.kernel.org/6.6.3-291-wifi-ath11k-fix-gtk-offload-status-event-lockin.patch
|
|
patches.kernel.org/6.6.3-292-wifi-ath12k-fix-htt-mlo-offset-event-locking.patch
|
|
patches.kernel.org/6.6.3-293-wifi-ath12k-fix-dfs-radar-and-temperature-event.patch
|
|
patches.kernel.org/6.6.3-294-mmc-meson-gx-Remove-setting-of-CMD_CFG_ERROR.patch
|
|
patches.kernel.org/6.6.3-295-genirq-generic_chip-Make-irq_remove_generic_chi.patch
|
|
patches.kernel.org/6.6.3-296-sched-core-Fix-RQCF_ACT_SKIP-leak.patch
|
|
patches.kernel.org/6.6.3-297-pmdomain-bcm-bcm2835-power-check-if-the-ASB-reg.patch
|
|
patches.kernel.org/6.6.3-298-KEYS-trusted-tee-Refactor-register-SHM-usage.patch
|
|
patches.kernel.org/6.6.3-299-KEYS-trusted-Rollback-init_trusted-consistently.patch
|
|
patches.kernel.org/6.6.3-300-PCI-keystone-Don-t-discard-.remove-callback.patch
|
|
patches.kernel.org/6.6.3-301-PCI-keystone-Don-t-discard-.probe-callback.patch
|
|
patches.kernel.org/6.6.3-302-pmdomain-amlogic-Fix-mask-for-the-second-NNA-me.patch
|
|
patches.kernel.org/6.6.3-303-arm64-Restrict-CPU_BIG_ENDIAN-to-GNU-as-or-LLVM.patch
|
|
patches.kernel.org/6.6.3-304-arm64-module-Fix-PLT-counting-when-CONFIG_RANDO.patch
|
|
patches.kernel.org/6.6.3-305-pmdomain-imx-Make-imx-pgc-power-domain-also-set.patch
|
|
patches.kernel.org/6.6.3-306-parisc-agp-Use-64-bit-LE-values-in-SBA-IOMMU-PD.patch
|
|
patches.kernel.org/6.6.3-307-parisc-pdc-Add-width-field-to-struct-pdc_model.patch
|
|
patches.kernel.org/6.6.3-308-parisc-power-Add-power-soft-off-when-running-on.patch
|
|
patches.kernel.org/6.6.3-309-cpufreq-stats-Fix-buffer-overflow-detection-in-.patch
|
|
patches.kernel.org/6.6.3-310-powercap-intel_rapl-Downgrade-BIOS-locked-limit.patch
|
|
patches.kernel.org/6.6.3-311-clk-socfpga-Fix-undefined-behavior-bug-in-struc.patch
|
|
patches.kernel.org/6.6.3-312-clk-visconti-Fix-undefined-behavior-bug-in-stru.patch
|
|
patches.kernel.org/6.6.3-313-integrity-powerpc-Do-not-select-CA_MACHINE_KEYR.patch
|
|
patches.kernel.org/6.6.3-314-clk-qcom-ipq8074-drop-the-CLK_SET_RATE_PARENT-f.patch
|
|
patches.kernel.org/6.6.3-315-clk-qcom-ipq6018-drop-the-CLK_SET_RATE_PARENT-f.patch
|
|
patches.kernel.org/6.6.3-316-ksmbd-fix-recursive-locking-in-vfs-helpers.patch
|
|
patches.kernel.org/6.6.3-317-ksmbd-handle-malformed-smb1-message.patch
|
|
patches.kernel.org/6.6.3-318-ksmbd-fix-slab-out-of-bounds-write-in-smb_inher.patch
|
|
patches.kernel.org/6.6.3-319-mmc-vub300-fix-an-error-code.patch
|
|
patches.kernel.org/6.6.3-320-mmc-sdhci_am654-fix-start-loop-index-for-TAP-va.patch
|
|
patches.kernel.org/6.6.3-321-mmc-Add-quirk-MMC_QUIRK_BROKEN_CACHE_FLUSH-for-.patch
|
|
patches.kernel.org/6.6.3-322-PCI-qcom-ep-Add-dedicated-callback-for-writing-.patch
|
|
patches.kernel.org/6.6.3-323-PCI-ASPM-Fix-L1-substate-handling-in-aspm_attr_.patch
|
|
patches.kernel.org/6.6.3-324-PCI-kirin-Don-t-discard-.remove-callback.patch
|
|
patches.kernel.org/6.6.3-325-PCI-exynos-Don-t-discard-.remove-callback.patch
|
|
patches.kernel.org/6.6.3-326-PCI-Lengthen-reset-delay-for-VideoPropulsion-To.patch
|
|
patches.kernel.org/6.6.3-327-wifi-wilc1000-use-vmm_table-as-array-in-wilc-st.patch
|
|
patches.kernel.org/6.6.3-328-svcrdma-Drop-connection-after-an-RDMA-Read-erro.patch
|
|
patches.kernel.org/6.6.3-329-rcu-tree-Defer-setting-of-jiffies-during-stall-.patch
|
|
patches.kernel.org/6.6.3-330-arm64-dts-qcom-ipq6018-Fix-hwlock-index-for-SME.patch
|
|
patches.kernel.org/6.6.3-331-dt-bindings-timer-renesas-rz-mtu3-Fix-overflow-.patch
|
|
patches.kernel.org/6.6.3-332-PM-hibernate-Use-__get_safe_page-rather-than-to.patch
|
|
patches.kernel.org/6.6.3-333-PM-hibernate-Clean-up-sync_read-handling-in-sna.patch
|
|
patches.kernel.org/6.6.3-334-rcu-kmemleak-Ignore-kmemleak-false-positives-wh.patch
|
|
patches.kernel.org/6.6.3-335-btrfs-don-t-arbitrarily-slow-down-delalloc-if-w.patch
|
|
patches.kernel.org/6.6.3-336-thermal-intel-powerclamp-fix-mismatch-in-get-fu.patch
|
|
patches.kernel.org/6.6.3-337-arm64-dts-qcom-ipq5332-Fix-hwlock-index-for-SME.patch
|
|
patches.kernel.org/6.6.3-338-arm64-dts-qcom-ipq8074-Fix-hwlock-index-for-SME.patch
|
|
patches.kernel.org/6.6.3-339-firmware-qcom_scm-use-64-bit-calling-convention.patch
|
|
patches.kernel.org/6.6.3-340-ACPI-FPDT-properly-handle-invalid-FPDT-subtable.patch
|
|
patches.kernel.org/6.6.3-341-arm64-dts-qcom-ipq9574-Fix-hwlock-index-for-SME.patch
|
|
patches.kernel.org/6.6.3-342-arm64-dts-qcom-ipq6018-Fix-tcsr_mutex-register-.patch
|
|
patches.kernel.org/6.6.3-343-leds-trigger-netdev-Move-size-check-in-set_devi.patch
|
|
patches.kernel.org/6.6.3-344-mfd-qcom-spmi-pmic-Fix-reference-leaks-in-revid.patch
|
|
patches.kernel.org/6.6.3-345-mfd-qcom-spmi-pmic-Fix-revid-implementation.patch
|
|
patches.kernel.org/6.6.3-346-ima-annotate-iint-mutex-to-avoid-lockdep-false-.patch
|
|
patches.kernel.org/6.6.3-347-ima-detect-changes-to-the-backing-overlay-file.patch
|
|
patches.kernel.org/6.6.3-348-netfilter-nf_tables-remove-catchall-element-in-.patch
|
|
patches.kernel.org/6.6.3-349-netfilter-nf_tables-split-async-and-sync-catcha.patch
|
|
patches.kernel.org/6.6.3-350-ASoC-soc-dai-add-flag-to-mute-and-unmute-stream.patch
|
|
patches.kernel.org/6.6.3-351-ASoC-codecs-wsa883x-make-use-of-new-mute_unmute.patch
|
|
patches.kernel.org/6.6.3-352-selftests-resctrl-Fix-uninitialized-.sa_flags.patch
|
|
patches.kernel.org/6.6.3-353-selftests-resctrl-Remove-duplicate-feature-chec.patch
|
|
patches.kernel.org/6.6.3-354-selftests-resctrl-Move-_GNU_SOURCE-define-into-.patch
|
|
patches.kernel.org/6.6.3-355-selftests-resctrl-Refactor-feature-check-to-use.patch
|
|
patches.kernel.org/6.6.3-356-selftests-resctrl-Fix-feature-checks.patch
|
|
patches.kernel.org/6.6.3-357-selftests-resctrl-Reduce-failures-due-to-outlie.patch
|
|
patches.kernel.org/6.6.3-358-hid-lenovo-Resend-all-settings-on-reset_resume-.patch
|
|
patches.kernel.org/6.6.3-359-ASoC-codecs-wsa-macro-fix-uninitialized-stack-v.patch
|
|
patches.kernel.org/6.6.3-360-jbd2-fix-potential-data-lost-in-recovering-jour.patch
|
|
patches.kernel.org/6.6.3-361-quota-explicitly-forbid-quota-files-from-being-.patch
|
|
patches.kernel.org/6.6.3-362-kernel-reboot-emergency_restart-Set-correct-sys.patch
|
|
patches.kernel.org/6.6.3-363-scripts-gdb-vmalloc-disable-on-no-MMU.patch
|
|
patches.kernel.org/6.6.3-364-fs-use-nth_page-in-place-of-direct-struct-page-.patch
|
|
patches.kernel.org/6.6.3-365-mips-use-nth_page-in-place-of-direct-struct-pag.patch
|
|
patches.kernel.org/6.6.3-366-i2c-core-Run-atomic-i2c-xfer-when-preemptible.patch
|
|
patches.kernel.org/6.6.3-367-selftests-clone3-Fix-broken-test-under-CONFIG_T.patch
|
|
patches.kernel.org/6.6.3-368-tracing-Have-the-user-copy-of-synthetic-event-a.patch
|
|
patches.kernel.org/6.6.3-369-driver-core-Release-all-resources-during-unbind.patch
|
|
patches.kernel.org/6.6.3-370-mcb-fix-error-handling-for-different-scenarios-.patch
|
|
patches.kernel.org/6.6.3-371-dmaengine-stm32-mdma-correct-desc-prep-when-cha.patch
|
|
patches.kernel.org/6.6.3-372-s390-mm-add-missing-arch_set_page_dat-call-to-v.patch
|
|
patches.kernel.org/6.6.3-373-s390-mm-add-missing-arch_set_page_dat-call-to-g.patch
|
|
patches.kernel.org/6.6.3-374-s390-cmma-fix-detection-of-DAT-pages.patch
|
|
patches.kernel.org/6.6.3-375-mm-cma-use-nth_page-in-place-of-direct-struct-p.patch
|
|
patches.kernel.org/6.6.3-376-mm-hugetlb-use-nth_page-in-place-of-direct-stru.patch
|
|
patches.kernel.org/6.6.3-377-mm-memory_hotplug-use-pfn-math-in-place-of-dire.patch
|
|
patches.kernel.org/6.6.3-378-mm-make-PR_MDWE_REFUSE_EXEC_GAIN-an-unsigned-lo.patch
|
|
patches.kernel.org/6.6.3-379-mtd-cfi_cmdset_0001-Byte-swap-OTP-info.patch
|
|
patches.kernel.org/6.6.3-380-cxl-region-Do-not-try-to-cleanup-after-cxl_regi.patch
|
|
patches.kernel.org/6.6.3-381-i3c-master-cdns-Fix-reading-status-register.patch
|
|
patches.kernel.org/6.6.3-382-i3c-master-svc-fix-race-condition-in-ibi-work-t.patch
|
|
patches.kernel.org/6.6.3-383-i3c-master-svc-fix-wrong-data-return-when-IBI-h.patch
|
|
patches.kernel.org/6.6.3-384-i3c-master-svc-fix-ibi-may-not-return-mandatory.patch
|
|
patches.kernel.org/6.6.3-385-i3c-master-svc-fix-check-wrong-status-register-.patch
|
|
patches.kernel.org/6.6.3-386-i3c-master-svc-fix-SDA-keep-low-when-polling-IB.patch
|
|
patches.kernel.org/6.6.3-387-i3c-master-svc-fix-random-hot-join-failure-sinc.patch
|
|
patches.kernel.org/6.6.3-388-cxl-region-Fix-x1-root-decoder-granularity-calc.patch
|
|
patches.kernel.org/6.6.3-389-cxl-port-Fix-delete_endpoint-vs-parent-unregist.patch
|
|
patches.kernel.org/6.6.3-390-apparmor-Fix-kernel-doc-warnings-in-apparmor-au.patch
|
|
patches.kernel.org/6.6.3-391-apparmor-Fix-kernel-doc-warnings-in-apparmor-li.patch
|
|
patches.kernel.org/6.6.3-392-apparmor-Fix-kernel-doc-warnings-in-apparmor-re.patch
|
|
patches.kernel.org/6.6.3-393-apparmor-Fix-kernel-doc-warnings-in-apparmor-po.patch
|
|
patches.kernel.org/6.6.3-394-apparmor-combine-common_audit_data-and-apparmor.patch
|
|
patches.kernel.org/6.6.3-395-apparmor-rename-audit_data-label-to-audit_data-.patch
|
|
patches.kernel.org/6.6.3-396-apparmor-pass-cred-through-to-audit-info.patch
|
|
patches.kernel.org/6.6.3-397-apparmor-Fix-regression-in-mount-mediation.patch
|
|
patches.kernel.org/6.6.3-398-Bluetooth-btusb-Add-RTW8852BE-device-13d3-3570-.patch
|
|
patches.kernel.org/6.6.3-399-Bluetooth-btusb-Add-0bda-b85b-for-Fn-Link-RTL88.patch
|
|
patches.kernel.org/6.6.3-400-drm-amd-display-enable-dsc_clk-even-if-dsc_pg-d.patch
|
|
patches.kernel.org/6.6.3-401-torture-Make-torture_hrtimeout_ns-take-an-hrtim.patch
|
|
patches.kernel.org/6.6.3-402-rcutorture-Fix-stuttering-races-and-other-issue.patch
|
|
patches.kernel.org/6.6.3-403-selftests-resctrl-Remove-bw_report-and-bm_type-.patch
|
|
patches.kernel.org/6.6.3-404-selftests-resctrl-Simplify-span-lifetime.patch
|
|
patches.kernel.org/6.6.3-405-selftests-resctrl-Make-benchmark-command-const-.patch
|
|
patches.kernel.org/6.6.3-406-selftests-resctrl-Extend-signal-handler-coverag.patch
|
|
patches.kernel.org/6.6.3-407-parisc-Prevent-booting-64-bit-kernels-on-PA1.x-.patch
|
|
patches.kernel.org/6.6.3-408-parisc-pgtable-Do-not-drop-upper-5-address-bits.patch
|
|
patches.kernel.org/6.6.3-409-parisc-power-Fix-power-soft-off-when-running-on.patch
|
|
patches.kernel.org/6.6.3-410-parisc-fix-mmap_base-calculation-when-stack-gro.patch
|
|
patches.kernel.org/6.6.3-411-xhci-Enable-RPM-on-controllers-that-support-low.patch
|
|
patches.kernel.org/6.6.3-412-smb3-fix-creating-FIFOs-when-mounting-with-sfu-.patch
|
|
patches.kernel.org/6.6.3-413-smb3-fix-touch-h-of-symlink.patch
|
|
patches.kernel.org/6.6.3-414-smb3-allow-dumping-session-and-tcon-id-to-impro.patch
|
|
patches.kernel.org/6.6.3-415-smb3-fix-caching-of-ctime-on-setxattr.patch
|
|
patches.kernel.org/6.6.3-416-smb-client-fix-use-after-free-bug-in-cifs_debug.patch
|
|
patches.kernel.org/6.6.3-417-smb-client-fix-use-after-free-in-smb2_query_inf.patch
|
|
patches.kernel.org/6.6.3-418-smb-client-fix-potential-deadlock-when-releasin.patch
|
|
patches.kernel.org/6.6.3-419-smb-client-fix-mount-when-dns_resolver-key-is-n.patch
|
|
patches.kernel.org/6.6.3-420-cifs-reconnect-helper-should-set-reconnect-for-.patch
|
|
patches.kernel.org/6.6.3-421-cifs-force-interface-update-before-a-fresh-sess.patch
|
|
patches.kernel.org/6.6.3-422-cifs-do-not-reset-chan_max-if-multichannel-is-n.patch
|
|
patches.kernel.org/6.6.3-423-cifs-do-not-pass-cifs_sb-when-trying-to-add-cha.patch
|
|
patches.kernel.org/6.6.3-424-cifs-Fix-encryption-of-cleared-but-unset-rq_ite.patch
|
|
patches.kernel.org/6.6.3-425-xfs-recovery-should-not-clear-di_flushiter-unco.patch
|
|
patches.kernel.org/6.6.3-426-btrfs-zoned-wait-for-data-BG-to-be-finished-on-.patch
|
|
patches.kernel.org/6.6.3-427-ALSA-info-Fix-potential-deadlock-at-disconnecti.patch
|
|
patches.kernel.org/6.6.3-428-ALSA-hda-realtek-Enable-Mute-LED-on-HP-255-G8.patch
|
|
patches.kernel.org/6.6.3-429-ALSA-hda-realtek-Add-Dell-ALC295-to-pin-fall-ba.patch
|
|
patches.kernel.org/6.6.3-430-ALSA-hda-realtek-Enable-internal-speaker-of-ASU.patch
|
|
patches.kernel.org/6.6.3-431-ALSA-hda-realtek-Enable-Mute-LED-on-HP-255-G10.patch
|
|
patches.kernel.org/6.6.3-432-ALSA-hda-realtek-Add-quirks-for-HP-Laptops.patch
|
|
patches.kernel.org/6.6.3-433-Revert-ncsi-Propagate-carrier-gain-loss-events-.patch
|
|
patches.kernel.org/6.6.3-434-Revert-i2c-pxa-move-to-generic-GPIO-recovery.patch
|
|
patches.kernel.org/6.6.3-435-lsm-fix-default-return-value-for-vm_enough_memo.patch
|
|
patches.kernel.org/6.6.3-436-lsm-fix-default-return-value-for-inode_getsecct.patch
|
|
patches.kernel.org/6.6.3-437-sbsa_gwdt-Calculate-timeout-with-64-bit-math.patch
|
|
patches.kernel.org/6.6.3-438-i2c-designware-Disable-TX_EMPTY-irq-while-waiti.patch
|
|
patches.kernel.org/6.6.3-439-s390-ap-fix-AP-bus-crash-on-early-config-change.patch
|
|
patches.kernel.org/6.6.3-440-net-ethtool-Fix-documentation-of-ethtool_sprint.patch
|
|
patches.kernel.org/6.6.3-441-net-dsa-lan9303-consequently-nested-lock-physic.patch
|
|
patches.kernel.org/6.6.3-442-net-phylink-initialize-carrier-state-at-creatio.patch
|
|
patches.kernel.org/6.6.3-443-gfs2-don-t-withdraw-if-init_threads-got-interru.patch
|
|
patches.kernel.org/6.6.3-444-i2c-i801-fix-potential-race-in-i801_block_trans.patch
|
|
patches.kernel.org/6.6.3-445-f2fs-do-not-return-EFSCORRUPTED-but-try-to-run-.patch
|
|
patches.kernel.org/6.6.3-446-f2fs-set-the-default-compress_level-on-ioctl.patch
|
|
patches.kernel.org/6.6.3-447-f2fs-avoid-format-overflow-warning.patch
|
|
patches.kernel.org/6.6.3-448-f2fs-split-initial-and-dynamic-conditions-for-e.patch
|
|
patches.kernel.org/6.6.3-449-media-lirc-drop-trailing-space-from-scancode-tr.patch
|
|
patches.kernel.org/6.6.3-450-media-sharp-fix-sharp-encoding.patch
|
|
patches.kernel.org/6.6.3-451-media-venus-hfi_parser-Add-check-to-keep-the-nu.patch
|
|
patches.kernel.org/6.6.3-452-media-venus-hfi-fix-the-check-to-handle-session.patch
|
|
patches.kernel.org/6.6.3-453-media-venus-hfi-add-checks-to-handle-capabiliti.patch
|
|
patches.kernel.org/6.6.3-454-media-ccs-Correctly-initialise-try-compose-rect.patch
|
|
patches.kernel.org/6.6.3-455-drm-mediatek-dp-fix-memory-leak-on-get_edid-cal.patch
|
|
patches.kernel.org/6.6.3-456-drm-mediatek-dp-fix-memory-leak-on-get_edid-cal.patch
|
|
patches.kernel.org/6.6.3-457-dm-bufio-fix-no-sleep-mode.patch
|
|
patches.kernel.org/6.6.3-458-dm-verity-don-t-use-blocking-calls-from-tasklet.patch
|
|
patches.kernel.org/6.6.3-459-nfsd-fix-file-memleak-on-client_opens_release.patch
|
|
patches.kernel.org/6.6.3-460-NFSD-Update-nfsd_cache_append-to-use-xdr_stream.patch
|
|
patches.kernel.org/6.6.3-461-LoongArch-Mark-__percpu-functions-as-always-inl.patch
|
|
patches.kernel.org/6.6.3-462-tracing-fprobe-event-Fix-to-check-tracepoint-ev.patch
|
|
patches.kernel.org/6.6.3-463-swiotlb-do-not-free-decrypted-pages-if-dynamic.patch
|
|
patches.kernel.org/6.6.3-464-swiotlb-fix-out-of-bounds-TLB-allocations-with-.patch
|
|
patches.kernel.org/6.6.3-465-riscv-Using-TOOLCHAIN_HAS_ZIHINTPAUSE-marco-rep.patch
|
|
patches.kernel.org/6.6.3-466-riscv-put-interrupt-entries-into-.irqentry.text.patch
|
|
patches.kernel.org/6.6.3-467-riscv-mm-Update-the-comment-of-CONFIG_PAGE_OFFS.patch
|
|
patches.kernel.org/6.6.3-468-riscv-correct-pt_level-name-via-pgtable_l5-4_en.patch
|
|
patches.kernel.org/6.6.3-469-riscv-kprobes-allow-writing-to-x0.patch
|
|
patches.kernel.org/6.6.3-470-mmc-sdhci-pci-gli-A-workaround-to-allow-GL9750-.patch
|
|
patches.kernel.org/6.6.3-471-mm-fix-for-negative-counter-nr_file_hugepages.patch
|
|
patches.kernel.org/6.6.3-472-mm-kmem-drop-__GFP_NOFAIL-when-allocating-objcg.patch
|
|
patches.kernel.org/6.6.3-473-mptcp-deal-with-large-GSO-size.patch
|
|
patches.kernel.org/6.6.3-474-mptcp-add-validity-check-for-sending-RM_ADDR.patch
|
|
patches.kernel.org/6.6.3-475-mptcp-fix-setsockopt-IP_TOS-subflow-locking.patch
|
|
patches.kernel.org/6.6.3-476-selftests-mptcp-fix-fastclose-with-csum-failure.patch
|
|
patches.kernel.org/6.6.3-477-r8169-fix-network-lost-after-resume-on-DASH-sys.patch
|
|
patches.kernel.org/6.6.3-478-r8169-add-handling-DASH-when-DASH-is-disabled.patch
|
|
patches.kernel.org/6.6.3-479-mmc-sdhci-pci-gli-GL9750-Mask-the-replay-timer-.patch
|
|
patches.kernel.org/6.6.3-480-media-qcom-camss-Fix-pm_domain_on-sequence-in-p.patch
|
|
patches.kernel.org/6.6.3-481-media-qcom-camss-Fix-vfe_get-error-jump.patch
|
|
patches.kernel.org/6.6.3-482-media-qcom-camss-Fix-VFE-17x-vfe_disable_output.patch
|
|
patches.kernel.org/6.6.3-483-media-qcom-camss-Fix-VFE-480-vfe_disable_output.patch
|
|
patches.kernel.org/6.6.3-484-media-qcom-camss-Fix-missing-vfe_lite-clocks-ch.patch
|
|
patches.kernel.org/6.6.3-485-media-qcom-camss-Fix-set-CSI2_RX_CFG1_VC_MODE-w.patch
|
|
patches.kernel.org/6.6.3-486-media-qcom-camss-Fix-invalid-clock-enable-bit-d.patch
|
|
patches.kernel.org/6.6.3-487-media-qcom-camss-Fix-csid-gen2-for-test-pattern.patch
|
|
patches.kernel.org/6.6.3-488-Revert-HID-logitech-dj-Add-support-for-a-new-li.patch
|
|
patches.kernel.org/6.6.3-489-Revert-net-r8169-Disable-multicast-filter-for-R.patch
|
|
patches.kernel.org/6.6.3-490-ext4-fix-race-between-writepages-and-remount.patch
|
|
patches.kernel.org/6.6.3-491-ext4-no-need-to-generate-from-free-list-in-mbal.patch
|
|
patches.kernel.org/6.6.3-492-ext4-make-sure-allocate-pending-entry-not-fail.patch
|
|
patches.kernel.org/6.6.3-493-ext4-apply-umask-if-ACL-support-is-disabled.patch
|
|
patches.kernel.org/6.6.3-494-ext4-correct-offset-of-gdb-backup-in-non-meta_b.patch
|
|
patches.kernel.org/6.6.3-495-ext4-mark-buffer-new-if-it-is-unwritten-to-avoi.patch
|
|
patches.kernel.org/6.6.3-496-ext4-correct-return-value-of-ext4_convert_meta_.patch
|
|
patches.kernel.org/6.6.3-497-ext4-correct-the-start-block-of-counting-reserv.patch
|
|
patches.kernel.org/6.6.3-498-ext4-remove-gdb-backup-copy-for-meta-bg-in-setu.patch
|
|
patches.kernel.org/6.6.3-499-ext4-add-missed-brelse-in-update_backups.patch
|
|
patches.kernel.org/6.6.3-500-ext4-properly-sync-file-size-update-after-O_SYN.patch
|
|
patches.kernel.org/6.6.3-501-ext4-fix-racy-may-inline-data-check-in-dio-writ.patch
|
|
patches.kernel.org/6.6.3-502-drm-amd-pm-Handle-non-terminated-overdrive-comm.patch
|
|
patches.kernel.org/6.6.3-503-drm-bridge-it66121-get_edid-callback-must-not-r.patch
|
|
patches.kernel.org/6.6.3-504-x86-srso-Move-retbleed-IBPB-check-into-existing.patch
|
|
patches.kernel.org/6.6.3-505-drm-amd-display-Add-Null-check-for-DPP-resource.patch
|
|
patches.kernel.org/6.6.3-506-drm-i915-mtl-Support-HBR3-rate-with-C10-phy-and.patch
|
|
patches.kernel.org/6.6.3-507-drm-i915-Bump-GLK-CDCLK-frequency-when-driving-.patch
|
|
patches.kernel.org/6.6.3-508-drm-i915-Fix-potential-spectre-vulnerability.patch
|
|
patches.kernel.org/6.6.3-509-drm-i915-Flush-WC-GGTT-only-on-required-platfor.patch
|
|
patches.kernel.org/6.6.3-510-drm-amd-pm-Fix-error-of-MACO-flag-setting-code.patch
|
|
patches.kernel.org/6.6.3-511-drm-amdgpu-smu13-drop-compute-workload-workarou.patch
|
|
patches.kernel.org/6.6.3-512-drm-amdgpu-don-t-use-pci_is_thunderbolt_attache.patch
|
|
patches.kernel.org/6.6.3-513-drm-amdgpu-fix-GRBM-read-timeout-when-do-mes_se.patch
|
|
patches.kernel.org/6.6.3-514-drm-amdgpu-add-a-retry-for-IP-discovery-init.patch
|
|
patches.kernel.org/6.6.3-515-drm-amdgpu-don-t-use-ATRM-for-external-devices.patch
|
|
patches.kernel.org/6.6.3-516-drm-amdgpu-fix-error-handling-in-amdgpu_vm_init.patch
|
|
patches.kernel.org/6.6.3-517-drm-amdgpu-fix-error-handling-in-amdgpu_bo_list.patch
|
|
patches.kernel.org/6.6.3-518-drm-amdgpu-lower-CS-errors-to-debug-severity.patch
|
|
patches.kernel.org/6.6.3-519-drm-amdgpu-Fix-possible-null-pointer-dereferenc.patch
|
|
patches.kernel.org/6.6.3-520-drm-amd-display-Guard-against-invalid-RPTR-WPTR.patch
|
|
patches.kernel.org/6.6.3-521-drm-amd-display-Fix-DSC-not-Enabled-on-Direct-M.patch
|
|
patches.kernel.org/6.6.3-522-drm-amd-display-fix-a-NULL-pointer-dereference-.patch
|
|
patches.kernel.org/6.6.3-523-drm-amd-display-Enable-fast-plane-updates-on-DC.patch
|
|
patches.kernel.org/6.6.3-524-drm-amd-display-Clear-dpcd_sink_ext_caps-if-not.patch
|
|
patches.kernel.org/6.6.3-525-drm-amd-display-Change-the-DMCUB-mailbox-memory.patch
|
|
patches.kernel.org/6.6.3-526-Linux-6.6.3.patch
|
|
patches.kernel.org/6.6.4-001-NFSD-Fix-start-of-NFS-reply-pointer-passed-to-n.patch
|
|
patches.kernel.org/6.6.4-002-NFSD-Fix-checksum-mismatches-in-the-duplicate-r.patch
|
|
patches.kernel.org/6.6.4-003-irqchip-gic-v3-its-Flush-ITS-tables-correctly-i.patch
|
|
patches.kernel.org/6.6.4-004-hv-hv_kvp_daemon-Some-small-fixes-for-handling-.patch
|
|
patches.kernel.org/6.6.4-005-sched-eevdf-Fix-vruntime-adjustment-on-reweight.patch
|
|
patches.kernel.org/6.6.4-006-sched-fair-Fix-the-decision-for-load-balance.patch
|
|
patches.kernel.org/6.6.4-007-drm-msm-dsi-use-the-correct-VREG_CTRL_1-value-f.patch
|
|
patches.kernel.org/6.6.4-008-s390-ism-ism-driver-implies-smc-protocol.patch
|
|
patches.kernel.org/6.6.4-009-rxrpc-Fix-RTT-determination-to-use-any-ACK-as-a.patch
|
|
patches.kernel.org/6.6.4-010-rxrpc-Defer-the-response-to-a-PING-ACK-until-we.patch
|
|
patches.kernel.org/6.6.4-011-afs-Fix-afs_server_list-to-be-cleaned-up-with-R.patch
|
|
patches.kernel.org/6.6.4-012-afs-Make-error-on-cell-lookup-failure-consisten.patch
|
|
patches.kernel.org/6.6.4-013-blk-cgroup-avoid-to-warn-rcu_read_lock_held-in-.patch
|
|
patches.kernel.org/6.6.4-014-drm-panel-auo-b101uan08.3-Fine-tune-the-panel-p.patch
|
|
patches.kernel.org/6.6.4-015-fs-Pass-AT_GETATTR_NOSEC-flag-to-getattr-interf.patch
|
|
patches.kernel.org/6.6.4-016-drm-panel-simple-Fix-Innolux-G101ICE-L01-bus-fl.patch
|
|
patches.kernel.org/6.6.4-017-drm-panel-simple-Fix-Innolux-G101ICE-L01-timing.patch
|
|
patches.kernel.org/6.6.4-018-net-wangxun-fix-kernel-panic-due-to-null-pointe.patch
|
|
patches.kernel.org/6.6.4-019-wireguard-use-DEV_STATS_INC.patch
|
|
patches.kernel.org/6.6.4-020-octeontx2-pf-Fix-memory-leak-during-interface-d.patch
|
|
patches.kernel.org/6.6.4-021-ata-pata_isapnp-Add-missing-error-check-for-dev.patch
|
|
patches.kernel.org/6.6.4-022-drm-i915-do-not-clean-GT-table-on-error-path.patch
|
|
patches.kernel.org/6.6.4-023-filemap-add-a-per-mapping-stable-writes-flag.patch
|
|
patches.kernel.org/6.6.4-024-block-update-the-stable_writes-flag-in-bdev_add.patch
|
|
patches.kernel.org/6.6.4-025-libfs-getdents-should-return-0-after-reaching-E.patch
|
|
patches.kernel.org/6.6.4-026-drm-rockchip-vop-Fix-color-for-RGB888-BGR888-fo.patch
|
|
patches.kernel.org/6.6.4-027-PM-tools-Fix-sleepgraph-syntax-error.patch
|
|
patches.kernel.org/6.6.4-028-net-vrf-Move-dstats-structure-to-core.patch
|
|
patches.kernel.org/6.6.4-029-net-Move-l-t-d-stats-allocation-to-core-and-con.patch
|
|
patches.kernel.org/6.6.4-030-bpf-Fix-dev-s-rx-stats-for-bpf_redirect_peer-tr.patch
|
|
patches.kernel.org/6.6.4-031-accel-ivpu-Do-not-initialize-parameters-on-powe.patch
|
|
patches.kernel.org/6.6.4-032-accel-ivpu-37xx-Fix-hangs-related-to-MMIO-reset.patch
|
|
patches.kernel.org/6.6.4-033-HID-fix-HID-device-resource-race-between-HID-co.patch
|
|
patches.kernel.org/6.6.4-034-ipv4-Correct-silence-an-endian-warning-in-__ip_.patch
|
|
patches.kernel.org/6.6.4-035-drm-panel-boe-tv101wum-nl6-Fine-tune-Himax83102.patch
|
|
patches.kernel.org/6.6.4-036-net-usb-ax88179_178a-fix-failed-operations-duri.patch
|
|
patches.kernel.org/6.6.4-037-net-smc-avoid-data-corruption-caused-by-decline.patch
|
|
patches.kernel.org/6.6.4-038-s390-ipl-add-missing-IPL_TYPE_ECKD_DUMP-case-to.patch
|
|
patches.kernel.org/6.6.4-039-arm64-mm-Fix-rodata-on-when-CONFIG_RODATA_FULL_.patch
|
|
patches.kernel.org/6.6.4-040-arm-xen-fix-xen_vcpu_info-allocation-alignment.patch
|
|
patches.kernel.org/6.6.4-041-octeontx2-pf-Fix-ntuple-rule-creation-to-direct.patch
|
|
patches.kernel.org/6.6.4-042-net-veth-fix-ethtool-stats-reporting.patch
|
|
patches.kernel.org/6.6.4-043-amd-xgbe-handle-corner-case-during-sfp-hotplug.patch
|
|
patches.kernel.org/6.6.4-044-amd-xgbe-handle-the-corner-case-during-tx-compl.patch
|
|
patches.kernel.org/6.6.4-045-amd-xgbe-propagate-the-correct-speed-and-duplex.patch
|
|
patches.kernel.org/6.6.4-046-i40e-Fix-adding-unsupported-cloud-filters.patch
|
|
patches.kernel.org/6.6.4-047-vsock-test-fix-SEQPACKET-message-bounds-test.patch
|
|
patches.kernel.org/6.6.4-048-net-axienet-Fix-check-for-partial-TX-checksum.patch
|
|
patches.kernel.org/6.6.4-049-net-ipa-fix-one-GSI-register-field-width.patch
|
|
patches.kernel.org/6.6.4-050-afs-Return-ENOENT-if-no-cell-DNS-record-can-be-.patch
|
|
patches.kernel.org/6.6.4-051-afs-Fix-file-locking-on-R-O-volumes-to-operate-.patch
|
|
patches.kernel.org/6.6.4-052-nvme-blank-out-authentication-fabrics-options-i.patch
|
|
patches.kernel.org/6.6.4-053-nvmet-nul-terminate-the-NQNs-passed-in-the-conn.patch
|
|
patches.kernel.org/6.6.4-054-USB-dwc3-qcom-fix-resource-leaks-on-probe-defer.patch
|
|
patches.kernel.org/6.6.4-055-USB-dwc3-qcom-fix-ACPI-platform-device-leak.patch
|
|
patches.kernel.org/6.6.4-056-lockdep-Fix-block-chain-corruption.patch
|
|
patches.kernel.org/6.6.4-057-mm-add-a-NO_INHERIT-flag-to-the-PR_SET_MDWE-prc.patch
|
|
patches.kernel.org/6.6.4-058-prctl-Disable-prctl-PR_SET_MDWE-on-parisc.patch
|
|
patches.kernel.org/6.6.4-059-kselftest-arm64-Fix-output-formatting-for-za-fo.patch
|
|
patches.kernel.org/6.6.4-060-drm-msm-dpu-Add-missing-safe_lut_tbl-in-sc8280x.patch
|
|
patches.kernel.org/6.6.4-061-drm-ast-Disconnect-BMC-if-physical-connector-is.patch
|
|
patches.kernel.org/6.6.4-062-thunderbolt-Set-lane-bonding-bit-only-for-downs.patch
|
|
patches.kernel.org/6.6.4-063-ACPI-video-Use-acpi_device_fix_up_power_childre.patch
|
|
patches.kernel.org/6.6.4-064-ACPI-processor_idle-use-raw_safe_halt-in-acpi_i.patch
|
|
patches.kernel.org/6.6.4-065-ACPI-resource-Skip-IRQ-override-on-ASUS-ExpertB.patch
|
|
patches.kernel.org/6.6.4-066-ACPI-PM-Add-acpi_device_fix_up_power_children-f.patch
|
|
patches.kernel.org/6.6.4-067-swiotlb-xen-provide-the-max_mapping_size-method.patch
|
|
patches.kernel.org/6.6.4-068-tls-fix-NULL-deref-on-tls_sw_splice_eof-with-em.patch
|
|
patches.kernel.org/6.6.4-069-io_uring-fix-off-by-one-bvec-index.patch
|
|
patches.kernel.org/6.6.4-070-bcache-replace-a-mistaken-IS_ERR-by-IS_ERR_OR_N.patch
|
|
patches.kernel.org/6.6.4-071-md-fix-bi_status-reporting-in-md_end_clone_io.patch
|
|
patches.kernel.org/6.6.4-072-bcache-fixup-multi-threaded-bch_sectors_dirty_i.patch
|
|
patches.kernel.org/6.6.4-073-io_uring-fs-consider-link-flags-when-getting-pa.patch
|
|
patches.kernel.org/6.6.4-074-s390-dasd-protect-device-queue-against-concurre.patch
|
|
patches.kernel.org/6.6.4-075-platform-x86-hp-bioscfg-Simplify-return-check-i.patch
|
|
patches.kernel.org/6.6.4-076-platform-x86-hp-bioscfg-move-mutex_lock-down-in.patch
|
|
patches.kernel.org/6.6.4-077-platform-x86-hp-bioscfg-Fix-error-handling-in-h.patch
|
|
patches.kernel.org/6.6.4-078-dt-bindings-usb-microchip-usb5744-Add-second-su.patch
|
|
patches.kernel.org/6.6.4-079-usb-misc-onboard-hub-add-support-for-Microchip-.patch
|
|
patches.kernel.org/6.6.4-080-USB-serial-option-add-Luat-Air72-U-series-produ.patch
|
|
patches.kernel.org/6.6.4-081-platform-x86-amd-pmc-adjust-getting-DRAM-size-b.patch
|
|
patches.kernel.org/6.6.4-082-platform-x86-ideapad-laptop-Set-max_brightness-.patch
|
|
patches.kernel.org/6.6.4-083-hv_netvsc-fix-race-of-netvsc-and-VF-register_ne.patch
|
|
patches.kernel.org/6.6.4-084-hv_netvsc-Fix-race-of-register_netdevice_notifi.patch
|
|
patches.kernel.org/6.6.4-085-hv_netvsc-Mark-VF-as-slave-before-exposing-it-t.patch
|
|
patches.kernel.org/6.6.4-086-Revert-usb-phy-add-usb-phy-notify-port-status-A.patch
|
|
patches.kernel.org/6.6.4-087-Revert-phy-realtek-usb-Add-driver-for-the-Realt.patch
|
|
patches.kernel.org/6.6.4-088-Revert-phy-realtek-usb-Add-driver-for-the-Realt.patch
|
|
patches.kernel.org/6.6.4-089-cifs-distribute-channels-across-interfaces-base.patch
|
|
patches.kernel.org/6.6.4-090-cifs-account-for-primary-channel-in-the-interfa.patch
|
|
patches.kernel.org/6.6.4-091-cifs-fix-leak-of-iface-for-primary-channel.patch
|
|
patches.kernel.org/6.6.4-092-ALSA-hda-ASUS-UM5302LA-Added-quirks-for-cs35L41.patch
|
|
patches.kernel.org/6.6.4-093-ALSA-hda-realtek-Add-quirks-for-ASUS-2024-Zenbo.patch
|
|
patches.kernel.org/6.6.4-094-dm-delay-fix-a-race-between-delay_presuspend-an.patch
|
|
patches.kernel.org/6.6.4-095-veth-Use-tstats-per-CPU-traffic-counters.patch
|
|
patches.kernel.org/6.6.4-096-bcache-check-return-value-from-btree_node_alloc.patch
|
|
patches.kernel.org/6.6.4-097-bcache-prevent-potential-division-by-zero-error.patch
|
|
patches.kernel.org/6.6.4-098-bcache-fixup-init-dirty-data-errors.patch
|
|
patches.kernel.org/6.6.4-099-bcache-fixup-lock-c-root-error.patch
|
|
patches.kernel.org/6.6.4-100-USB-xhci-plat-fix-legacy-PHY-double-init.patch
|
|
patches.kernel.org/6.6.4-101-usb-config-fix-iteration-issue-in-usb_get_bos_d.patch
|
|
patches.kernel.org/6.6.4-102-usb-cdnsp-Fix-deadlock-issue-during-using-NCM-g.patch
|
|
patches.kernel.org/6.6.4-103-USB-serial-option-add-Fibocom-L7xx-modules.patch
|
|
patches.kernel.org/6.6.4-104-USB-serial-option-fix-FM101R-GL-defines.patch
|
|
patches.kernel.org/6.6.4-105-USB-serial-option-don-t-claim-interface-4-for-Z.patch
|
|
patches.kernel.org/6.6.4-106-usb-typec-tcpm-Fix-sink-caps-op-current-check.patch
|
|
patches.kernel.org/6.6.4-107-usb-typec-tcpm-Skip-hard-reset-when-in-error-re.patch
|
|
patches.kernel.org/6.6.4-108-USB-dwc2-write-HCINT-with-INTMASK-applied.patch
|
|
patches.kernel.org/6.6.4-109-usb-dwc3-Fix-default-mode-initialization.patch
|
|
patches.kernel.org/6.6.4-110-usb-dwc3-set-the-dma-max_seg_size.patch
|
|
patches.kernel.org/6.6.4-111-USB-dwc3-qcom-fix-software-node-leak-on-probe-e.patch
|
|
patches.kernel.org/6.6.4-112-USB-dwc3-qcom-fix-wakeup-after-probe-deferral.patch
|
|
patches.kernel.org/6.6.4-113-Linux-6.6.4.patch
|
|
patches.kernel.org/6.6.5-001-leds-class-Don-t-expose-color-sysfs-entry.patch
|
|
patches.kernel.org/6.6.5-002-cifs-Fix-FALLOC_FL_ZERO_RANGE-by-setting-i_size.patch
|
|
patches.kernel.org/6.6.5-003-cifs-Fix-FALLOC_FL_INSERT_RANGE-by-setting-i_si.patch
|
|
patches.kernel.org/6.6.5-004-smb-client-fix-missing-mode-bits-for-SMB-symlin.patch
|
|
patches.kernel.org/6.6.5-005-smb-client-report-correct-st_size-for-SMB-and-N.patch
|
|
patches.kernel.org/6.6.5-006-ksmbd-fix-possible-deadlock-in-smb2_open.patch
|
|
patches.kernel.org/6.6.5-007-pinctrl-avoid-reload-of-p-state-in-list-iterati.patch
|
|
patches.kernel.org/6.6.5-008-firewire-core-fix-possible-memory-leak-in-creat.patch
|
|
patches.kernel.org/6.6.5-009-mmc-sdhci-pci-gli-Disable-LPM-during-initializa.patch
|
|
patches.kernel.org/6.6.5-010-mmc-sdhci-sprd-Fix-vqmmc-not-shutting-down-afte.patch
|
|
patches.kernel.org/6.6.5-011-mmc-cqhci-Increase-recovery-halt-timeout.patch
|
|
patches.kernel.org/6.6.5-012-mmc-cqhci-Warn-of-halt-or-task-clear-failure.patch
|
|
patches.kernel.org/6.6.5-013-mmc-cqhci-Fix-task-clearing-in-CQE-error-recove.patch
|
|
patches.kernel.org/6.6.5-014-mmc-block-Retry-commands-in-CQE-error-recovery.patch
|
|
patches.kernel.org/6.6.5-015-mmc-block-Do-not-lose-cache-flush-during-CQE-er.patch
|
|
patches.kernel.org/6.6.5-016-mmc-block-Be-sure-to-wait-while-busy-in-CQE-err.patch
|
|
patches.kernel.org/6.6.5-017-drm-i915-Also-check-for-VGA-converter-in-eDP-pr.patch
|
|
patches.kernel.org/6.6.5-018-ALSA-hda-Disable-power-save-on-KONTRON-SinglePC.patch
|
|
patches.kernel.org/6.6.5-019-ALSA-hda-realtek-Headset-Mic-VREF-to-100.patch
|
|
patches.kernel.org/6.6.5-020-ALSA-hda-realtek-Add-supported-ALC257-for-Chrom.patch
|
|
patches.kernel.org/6.6.5-021-net-libwx-fix-memory-leak-on-msix-entry.patch
|
|
patches.kernel.org/6.6.5-022-dm-verity-align-struct-dm_verity_fec_io-properl.patch
|
|
patches.kernel.org/6.6.5-023-scsi-Change-SCSI-device-boolean-fields-to-singl.patch
|
|
patches.kernel.org/6.6.5-024-scsi-sd-Fix-system-start-for-ATA-devices.patch
|
|
patches.kernel.org/6.6.5-025-scsi-ufs-core-Clear-cmd-if-abort-succeeds-in-MC.patch
|
|
patches.kernel.org/6.6.5-026-drm-amd-Enable-PCIe-PME-from-D3.patch
|
|
patches.kernel.org/6.6.5-027-drm-amdgpu-correct-the-amdgpu-runtime-dereferen.patch
|
|
patches.kernel.org/6.6.5-028-drm-amdgpu-Force-order-between-a-read-and-write.patch
|
|
patches.kernel.org/6.6.5-029-drm-amdgpu-fix-memory-overflow-in-the-IB-test.patch
|
|
patches.kernel.org/6.6.5-030-drm-amdgpu-Update-EEPROM-I2C-address-for-smu-v1.patch
|
|
patches.kernel.org/6.6.5-031-drm-amd-display-Include-udelay-when-waiting-for.patch
|
|
patches.kernel.org/6.6.5-032-drm-amd-display-Remove-min_dst_y_next_start-che.patch
|
|
patches.kernel.org/6.6.5-033-drm-amd-display-Use-DRAM-speed-from-validation-.patch
|
|
patches.kernel.org/6.6.5-034-drm-amd-display-Update-min-Z8-residency-time-to.patch
|
|
patches.kernel.org/6.6.5-035-drm-amd-display-fix-ABM-disablement.patch
|
|
patches.kernel.org/6.6.5-036-drm-amd-display-force-toggle-rate-wa-for-first-.patch
|
|
patches.kernel.org/6.6.5-037-dm-verity-initialize-fec-io-before-freeing-it.patch
|
|
patches.kernel.org/6.6.5-038-dm-verity-don-t-perform-FEC-for-failed-readahea.patch
|
|
patches.kernel.org/6.6.5-039-nvme-check-for-valid-nvme_identify_ns-before-us.patch
|
|
patches.kernel.org/6.6.5-040-r8169-fix-deadlock-on-RTL8125-in-jumbo-mtu-mode.patch
|
|
patches.kernel.org/6.6.5-041-ACPI-video-Use-acpi_video_device-for-cooling-de.patch
|
|
patches.kernel.org/6.6.5-042-io_uring-don-t-allow-discontig-pages-for-IORING.patch
|
|
patches.kernel.org/6.6.5-043-iommu-vt-d-Fix-incorrect-cache-invalidation-for.patch
|
|
patches.kernel.org/6.6.5-044-io_uring-free-io_buffer_list-entries-via-RCU.patch
|
|
patches.kernel.org/6.6.5-045-nouveau-find-the-smallest-page-allocation-to-co.patch
|
|
patches.kernel.org/6.6.5-046-powercap-DTPM-Fix-unneeded-conversions-to-micro.patch
|
|
patches.kernel.org/6.6.5-047-cpufreq-amd-pstate-Fix-the-return-value-of-amd_.patch
|
|
patches.kernel.org/6.6.5-048-dma-buf-fix-check-in-dma_resv_add_fence.patch
|
|
patches.kernel.org/6.6.5-049-io_uring-don-t-guard-IORING_OFF_PBUF_RING-with-.patch
|
|
patches.kernel.org/6.6.5-050-iommu-Avoid-more-races-around-device-probe.patch
|
|
patches.kernel.org/6.6.5-051-bcache-revert-replacing-IS_ERR_OR_NULL-with-IS_.patch
|
|
patches.kernel.org/6.6.5-052-ext2-Fix-ki_pos-update-for-DIO-buffered-io-fall.patch
|
|
patches.kernel.org/6.6.5-053-iommu-vt-d-Add-MTL-to-quirk-list-to-skip-TE-dis.patch
|
|
patches.kernel.org/6.6.5-054-KVM-PPC-Book3S-HV-Fix-KVM_RUN-clobbering-FP-VEC.patch
|
|
patches.kernel.org/6.6.5-055-powerpc-Don-t-clobber-f0-vs0-during-fp-altivec-.patch
|
|
patches.kernel.org/6.6.5-056-parisc-Mark-ex_table-entries-32-bit-aligned-in-.patch
|
|
patches.kernel.org/6.6.5-057-parisc-Mark-ex_table-entries-32-bit-aligned-in-.patch
|
|
patches.kernel.org/6.6.5-058-parisc-Use-natural-CPU-alignment-for-bug_table.patch
|
|
patches.kernel.org/6.6.5-059-parisc-Mark-lock_aligned-variables-16-byte-alig.patch
|
|
patches.kernel.org/6.6.5-060-parisc-Drop-the-HP-UX-ENOSYM-and-EREMOTERELEASE.patch
|
|
patches.kernel.org/6.6.5-061-parisc-Mark-jump_table-naturally-aligned.patch
|
|
patches.kernel.org/6.6.5-062-parisc-Ensure-32-bit-alignment-on-parisc-unwind.patch
|
|
patches.kernel.org/6.6.5-063-parisc-Mark-altinstructions-read-only-and-32-bi.patch
|
|
patches.kernel.org/6.6.5-064-btrfs-add-dmesg-output-for-first-mount-and-last.patch
|
|
patches.kernel.org/6.6.5-065-btrfs-ref-verify-fix-memory-leaks-in-btrfs_ref_.patch
|
|
patches.kernel.org/6.6.5-066-btrfs-fix-off-by-one-when-checking-chunk-map-in.patch
|
|
patches.kernel.org/6.6.5-067-btrfs-send-ensure-send_fd-is-writable.patch
|
|
patches.kernel.org/6.6.5-068-btrfs-make-error-messages-more-clear-when-getti.patch
|
|
patches.kernel.org/6.6.5-069-btrfs-free-the-allocated-memory-if-btrfs_alloc_.patch
|
|
patches.kernel.org/6.6.5-070-btrfs-fix-64bit-compat-send-ioctl-arguments-not.patch
|
|
patches.kernel.org/6.6.5-071-io_uring-enable-io_mem_alloc-free-to-be-used-in.patch
|
|
patches.kernel.org/6.6.5-072-io_uring-kbuf-defer-release-of-mapped-buffer-ri.patch
|
|
patches.kernel.org/6.6.5-073-io_uring-kbuf-recycle-freed-mapped-buffer-ring-.patch
|
|
patches.kernel.org/6.6.5-074-wifi-cfg80211-fix-CQM-for-non-range-use.patch
|
|
patches.kernel.org/6.6.5-075-pinctrl-stm32-Add-check-for-devm_kcalloc.patch
|
|
patches.kernel.org/6.6.5-076-pinctrl-stm32-fix-array-read-out-of-bound.patch
|
|
patches.kernel.org/6.6.5-077-media-v4l2-subdev-Fix-a-64bit-bug.patch
|
|
patches.kernel.org/6.6.5-078-netdevsim-Don-t-accept-device-bound-programs.patch
|
|
patches.kernel.org/6.6.5-079-net-rswitch-Fix-type-of-ret-in-rswitch_start_xm.patch
|
|
patches.kernel.org/6.6.5-080-net-rswitch-Fix-return-value-in-rswitch_start_x.patch
|
|
patches.kernel.org/6.6.5-081-net-rswitch-Fix-missing-dev_kfree_skb_any-in-er.patch
|
|
patches.kernel.org/6.6.5-082-ipv4-igmp-fix-refcnt-uaf-issue-when-receiving-i.patch
|
|
patches.kernel.org/6.6.5-083-wifi-iwlwifi-mvm-fix-an-error-code-in-iwl_mvm_m.patch
|
|
patches.kernel.org/6.6.5-084-wifi-mac80211-do-not-pass-AP_VLAN-vif-pointer-t.patch
|
|
patches.kernel.org/6.6.5-085-net-dsa-mv88e6xxx-fix-marvell-6350-switch-probi.patch
|
|
patches.kernel.org/6.6.5-086-net-dsa-mv88e6xxx-fix-marvell-6350-probe-crash.patch
|
|
patches.kernel.org/6.6.5-087-dpaa2-eth-increase-the-needed-headroom-to-accou.patch
|
|
patches.kernel.org/6.6.5-088-dpaa2-eth-recycle-the-RX-buffer-only-after-all-.patch
|
|
patches.kernel.org/6.6.5-089-bpf-Add-missed-allocation-hint-for-bpf_mem_cach.patch
|
|
patches.kernel.org/6.6.5-090-uapi-propagate-__struct_group-attributes-to-the.patch
|
|
patches.kernel.org/6.6.5-091-selftests-net-ipsec-fix-constant-out-of-range.patch
|
|
patches.kernel.org/6.6.5-092-selftests-net-fix-a-char-signedness-issue.patch
|
|
patches.kernel.org/6.6.5-093-selftests-net-unix-fix-unused-variable-compiler.patch
|
|
patches.kernel.org/6.6.5-094-selftests-net-mptcp-fix-uninitialized-variable-.patch
|
|
patches.kernel.org/6.6.5-095-octeontx2-af-Fix-possible-buffer-overflow.patch
|
|
patches.kernel.org/6.6.5-096-net-stmmac-xgmac-Disable-FPE-MMC-interrupts.patch
|
|
patches.kernel.org/6.6.5-097-octeontx2-pf-Fix-adding-mbox-work-queue-entry-w.patch
|
|
patches.kernel.org/6.6.5-098-octeontx2-pf-Restore-TC-ingress-police-rules-wh.patch
|
|
patches.kernel.org/6.6.5-099-neighbour-Fix-__randomize_layout-crash-in-struc.patch
|
|
patches.kernel.org/6.6.5-100-efi-unaccepted-Fix-off-by-one-when-checking-for.patch
|
|
patches.kernel.org/6.6.5-101-r8169-prevent-potential-deadlock-in-rtl8169_clo.patch
|
|
patches.kernel.org/6.6.5-102-ravb-Fix-races-between-ravb_tx_timeout_work-and.patch
|
|
patches.kernel.org/6.6.5-103-ethtool-don-t-propagate-EOPNOTSUPP-from-dumps.patch
|
|
patches.kernel.org/6.6.5-104-bpf-sockmap-af_unix-stream-sockets-need-to-hold.patch
|
|
patches.kernel.org/6.6.5-105-ice-Fix-VF-Reset-paths-when-interface-in-a-fail.patch
|
|
patches.kernel.org/6.6.5-106-net-ravb-Check-return-value-of-reset_control_de.patch
|
|
patches.kernel.org/6.6.5-107-net-ravb-Use-pm_runtime_resume_and_get.patch
|
|
patches.kernel.org/6.6.5-108-net-ravb-Make-write-access-to-CXR35-first-befor.patch
|
|
patches.kernel.org/6.6.5-109-net-ravb-Start-TX-queues-after-HW-initializatio.patch
|
|
patches.kernel.org/6.6.5-110-net-ravb-Stop-DMA-in-case-of-failures-on-ravb_o.patch
|
|
patches.kernel.org/6.6.5-111-net-ravb-Keep-reverse-order-of-operations-in-ra.patch
|
|
patches.kernel.org/6.6.5-112-powerpc-pseries-iommu-enable_ddw-incorrectly-re.patch
|
|
patches.kernel.org/6.6.5-113-s390-cmma-fix-handling-of-swapper_pg_dir-and-in.patch
|
|
patches.kernel.org/6.6.5-114-drm-amd-display-Refactor-edp-power-control.patch
|
|
patches.kernel.org/6.6.5-115-drm-amd-display-Remove-power-sequencing-check.patch
|
|
patches.kernel.org/6.6.5-116-cpufreq-imx6q-Don-t-disable-792-Mhz-OPP-unneces.patch
|
|
patches.kernel.org/6.6.5-117-iommu-vt-d-Omit-devTLB-invalidation-requests-wh.patch
|
|
patches.kernel.org/6.6.5-118-iommu-vt-d-Disable-PCI-ATS-in-legacy-passthroug.patch
|
|
patches.kernel.org/6.6.5-119-iommu-vt-d-Make-context-clearing-consistent-wit.patch
|
|
patches.kernel.org/6.6.5-120-drm-i915-gsc-Mark-internal-GSC-engine-with-rese.patch
|
|
patches.kernel.org/6.6.5-121-drm-panel-starry-2081101qfh032011-53g-Fine-tune.patch
|
|
patches.kernel.org/6.6.5-122-drm-panel-nt36523-fix-return-value-check-in-nt3.patch
|
|
patches.kernel.org/6.6.5-123-cpufreq-amd-pstate-Fix-scaling_min_freq-and-sca.patch
|
|
patches.kernel.org/6.6.5-124-cpufreq-amd-pstate-Only-print-supported-EPP-val.patch
|
|
patches.kernel.org/6.6.5-125-drm-amd-pm-fix-a-memleak-in-aldebaran_tables_in.patch
|
|
patches.kernel.org/6.6.5-126-iommu-Fix-printk-arg-in-of_iommu_get_resv_regio.patch
|
|
patches.kernel.org/6.6.5-127-drm-amd-display-refactor-ILR-to-make-it-work.patch
|
|
patches.kernel.org/6.6.5-128-drm-amd-display-Reduce-default-backlight-min-fr.patch
|
|
patches.kernel.org/6.6.5-129-drm-amd-display-Simplify-brightness-initializat.patch
|
|
patches.kernel.org/6.6.5-130-drm-amd-display-Fix-MPCC-1DLUT-programming.patch
|
|
patches.kernel.org/6.6.5-131-vfio-pds-Fix-mutex-lock-magic-lock-warning.patch
|
|
patches.kernel.org/6.6.5-132-vfio-pds-Fix-possible-sleep-while-in-atomic-con.patch
|
|
patches.kernel.org/6.6.5-133-x86-xen-fix-percpu-vcpu_info-allocation.patch
|
|
patches.kernel.org/6.6.5-134-vfio-Drop-vfio_file_iommu_group-stub-to-fudge-a.patch
|
|
patches.kernel.org/6.6.5-135-Linux-6.6.5.patch
|
|
patches.kernel.org/6.6.6-001-Revert-wifi-cfg80211-fix-CQM-for-non-range-use.patch
|
|
patches.kernel.org/6.6.6-002-Linux-6.6.6.patch
|
|
patches.kernel.org/6.6.7-001-vdpa-mlx5-preserve-CVQ-vringh-index.patch
|
|
patches.kernel.org/6.6.7-002-scsi-sd-Fix-sshdr-use-in-sd_suspend_common.patch
|
|
patches.kernel.org/6.6.7-003-hrtimers-Push-pending-hrtimers-away-from-outgoi.patch
|
|
patches.kernel.org/6.6.7-004-i2c-designware-Fix-corrupted-memory-seen-in-the.patch
|
|
patches.kernel.org/6.6.7-005-i2c-ocores-Move-system-PM-hooks-to-the-NOIRQ-ph.patch
|
|
patches.kernel.org/6.6.7-006-netfilter-ipset-fix-race-condition-between-swap.patch
|
|
patches.kernel.org/6.6.7-007-nouveau-use-an-rwlock-for-the-event-lock.patch
|
|
patches.kernel.org/6.6.7-008-zstd-Fix-array-index-out-of-bounds-UBSAN-warnin.patch
|
|
patches.kernel.org/6.6.7-009-tg3-Move-the-rt-x_dropped-counters-to-tg3_napi.patch
|
|
patches.kernel.org/6.6.7-010-tg3-Increment-tx_dropped-in-tg3_tso_bug.patch
|
|
patches.kernel.org/6.6.7-011-modpost-fix-section-mismatch-message-for-RELA.patch
|
|
patches.kernel.org/6.6.7-012-kconfig-fix-memory-leak-from-range-properties.patch
|
|
patches.kernel.org/6.6.7-013-drm-amdgpu-Do-not-program-VF-copy-regs-in-mmhub.patch
|
|
patches.kernel.org/6.6.7-014-drm-amdgpu-finalizing-mem_partitions-at-the-end.patch
|
|
patches.kernel.org/6.6.7-015-drm-amdgpu-correct-chunk_ptr-to-a-pointer-to-ch.patch
|
|
patches.kernel.org/6.6.7-016-dm-crypt-start-allocating-with-MAX_ORDER.patch
|
|
patches.kernel.org/6.6.7-017-x86-Introduce-ia32_enabled.patch
|
|
patches.kernel.org/6.6.7-018-x86-coco-Disable-32-bit-emulation-by-default-on.patch
|
|
patches.kernel.org/6.6.7-019-x86-entry-Convert-INT-0x80-emulation-to-IDTENTR.patch
|
|
patches.kernel.org/6.6.7-020-x86-entry-Do-not-allow-external-0x80-interrupts.patch
|
|
patches.kernel.org/6.6.7-021-x86-tdx-Allow-32-bit-emulation-by-default.patch
|
|
patches.kernel.org/6.6.7-022-dt-dt-extract-compatibles-Handle-cfile-argument.patch
|
|
patches.kernel.org/6.6.7-023-dt-dt-extract-compatibles-Don-t-follow-symlinks.patch
|
|
patches.kernel.org/6.6.7-024-platform-x86-asus-wmi-Move-i8042-filter-install.patch
|
|
patches.kernel.org/6.6.7-025-of-dynamic-Fix-of_reconfig_get_state_change-ret.patch
|
|
patches.kernel.org/6.6.7-026-platform-x86-wmi-Skip-blocks-with-zero-instance.patch
|
|
patches.kernel.org/6.6.7-027-ipv6-fix-potential-NULL-deref-in-fib6_add.patch
|
|
patches.kernel.org/6.6.7-028-octeontx2-pf-Add-missing-mutex-lock-in-otx2_get.patch
|
|
patches.kernel.org/6.6.7-029-octeontx2-af-Check-return-value-of-nix_get_nixl.patch
|
|
patches.kernel.org/6.6.7-030-bpf-Fix-a-verifier-bug-due-to-incorrect-branch-.patch
|
|
patches.kernel.org/6.6.7-031-hv_netvsc-rndis_filter-needs-to-select-NLS.patch
|
|
patches.kernel.org/6.6.7-032-r8152-Hold-the-rtnl_lock-for-all-of-reset.patch
|
|
patches.kernel.org/6.6.7-033-r8152-Add-RTL8152_INACCESSIBLE-checks-to-more-l.patch
|
|
patches.kernel.org/6.6.7-034-r8152-Add-RTL8152_INACCESSIBLE-to-r8156b_wait_l.patch
|
|
patches.kernel.org/6.6.7-035-r8152-Add-RTL8152_INACCESSIBLE-to-r8153_pre_fir.patch
|
|
patches.kernel.org/6.6.7-036-r8152-Add-RTL8152_INACCESSIBLE-to-r8153_aldps_e.patch
|
|
patches.kernel.org/6.6.7-037-mlxbf-bootctl-correctly-identify-secure-boot-wi.patch
|
|
patches.kernel.org/6.6.7-038-platform-mellanox-Add-null-pointer-checks-for-d.patch
|
|
patches.kernel.org/6.6.7-039-platform-mellanox-Check-devm_hwmon_device_regis.patch
|
|
patches.kernel.org/6.6.7-040-arcnet-restoring-support-for-multiple-Sohard-Ar.patch
|
|
patches.kernel.org/6.6.7-041-octeontx2-pf-consider-both-Rx-and-Tx-packet-sta.patch
|
|
patches.kernel.org/6.6.7-042-net-stmmac-fix-FPE-events-losing.patch
|
|
patches.kernel.org/6.6.7-043-xsk-Skip-polling-event-check-for-unbound-socket.patch
|
|
patches.kernel.org/6.6.7-044-octeontx2-af-fix-a-use-after-free-in-rvu_npa_re.patch
|
|
patches.kernel.org/6.6.7-045-ice-Restore-fix-disabling-RX-VLAN-filtering.patch
|
|
patches.kernel.org/6.6.7-046-i40e-Fix-unexpected-MFS-warning-message.patch
|
|
patches.kernel.org/6.6.7-047-iavf-validate-tx_coalesce_usecs-even-if-rx_coal.patch
|
|
patches.kernel.org/6.6.7-048-net-bnxt-fix-a-potential-use-after-free-in-bnxt.patch
|
|
patches.kernel.org/6.6.7-049-tcp-fix-mid-stream-window-clamp.patch
|
|
patches.kernel.org/6.6.7-050-ionic-fix-snprintf-format-length-warning.patch
|
|
patches.kernel.org/6.6.7-051-ionic-Fix-dim-work-handling-in-split-interrupt-.patch
|
|
patches.kernel.org/6.6.7-052-ipv4-ip_gre-Avoid-skb_pull-failure-in-ipgre_xmi.patch
|
|
patches.kernel.org/6.6.7-053-net-atlantic-Fix-NULL-dereference-of-skb-pointe.patch
|
|
patches.kernel.org/6.6.7-054-net-hns-fix-wrong-head-when-modify-the-tx-featu.patch
|
|
patches.kernel.org/6.6.7-055-net-hns-fix-fake-link-up-on-xge-port.patch
|
|
patches.kernel.org/6.6.7-056-octeontx2-af-Adjust-Tx-credits-when-MCS-externa.patch
|
|
patches.kernel.org/6.6.7-057-octeontx2-af-Fix-mcs-sa-cam-entries-size.patch
|
|
patches.kernel.org/6.6.7-058-octeontx2-af-Fix-mcs-stats-register-address.patch
|
|
patches.kernel.org/6.6.7-059-octeontx2-af-Add-missing-mcs-flr-handler-call.patch
|
|
patches.kernel.org/6.6.7-060-octeontx2-af-Update-Tx-link-register-range.patch
|
|
patches.kernel.org/6.6.7-061-dt-bindings-interrupt-controller-Allow-power-do.patch
|
|
patches.kernel.org/6.6.7-062-netfilter-bpf-fix-bad-registration-on-nf_defrag.patch
|
|
patches.kernel.org/6.6.7-063-netfilter-nf_tables-fix-exist-matching-on-bigen.patch
|
|
patches.kernel.org/6.6.7-064-netfilter-nf_tables-bail-out-on-mismatching-dyn.patch
|
|
patches.kernel.org/6.6.7-065-netfilter-nf_tables-validate-family-when-identi.patch
|
|
patches.kernel.org/6.6.7-066-netfilter-xt_owner-Fix-for-unsafe-access-of-sk-.patch
|
|
patches.kernel.org/6.6.7-067-tcp-do-not-accept-ACK-of-bytes-we-never-sent.patch
|
|
patches.kernel.org/6.6.7-068-net-dsa-mv88e6xxx-Restore-USXGMII-support-for-6.patch
|
|
patches.kernel.org/6.6.7-069-net-tls-update-curr-on-splice-as-well.patch
|
|
patches.kernel.org/6.6.7-070-bpf-sockmap-updating-the-sg-structure-should-al.patch
|
|
patches.kernel.org/6.6.7-071-psample-Require-CAP_NET_ADMIN-when-joining-pack.patch
|
|
patches.kernel.org/6.6.7-072-drop_monitor-Require-CAP_SYS_ADMIN-when-joining.patch
|
|
patches.kernel.org/6.6.7-073-net-dsa-microchip-provide-a-list-of-valid-proto.patch
|
|
patches.kernel.org/6.6.7-074-net-smc-fix-missing-byte-order-conversion-in-CL.patch
|
|
patches.kernel.org/6.6.7-075-drm-amd-amdgpu-amdgpu_doorbell_mgr-Correct-misd.patch
|
|
patches.kernel.org/6.6.7-076-drm-amdkfd-get-doorbell-s-absolute-offset-based.patch
|
|
patches.kernel.org/6.6.7-077-mm-damon-sysfs-eliminate-potential-uninitialize.patch
|
|
patches.kernel.org/6.6.7-078-tee-optee-Fix-supplicant-based-device-enumerati.patch
|
|
patches.kernel.org/6.6.7-079-RDMA-core-Fix-uninit-value-access-in-ib_get_eth.patch
|
|
patches.kernel.org/6.6.7-080-RDMA-hns-Fix-unnecessary-err-return-when-using-.patch
|
|
patches.kernel.org/6.6.7-081-RDMA-irdma-Do-not-modify-to-SQD-on-error.patch
|
|
patches.kernel.org/6.6.7-082-RDMA-irdma-Add-wait-for-suspend-on-SQD.patch
|
|
patches.kernel.org/6.6.7-083-arm64-dts-rockchip-Expand-reg-size-of-vdec-node.patch
|
|
patches.kernel.org/6.6.7-084-arm64-dts-rockchip-Expand-reg-size-of-vdec-node.patch
|
|
patches.kernel.org/6.6.7-085-ASoC-fsl_sai-Fix-no-frame-sync-clock-issue-on-i.patch
|
|
patches.kernel.org/6.6.7-086-RDMA-rtrs-srv-Do-not-unconditionally-enable-irq.patch
|
|
patches.kernel.org/6.6.7-087-RDMA-rtrs-clt-Start-hb-after-path_up.patch
|
|
patches.kernel.org/6.6.7-088-RDMA-rtrs-srv-Check-return-values-while-process.patch
|
|
patches.kernel.org/6.6.7-089-RDMA-rtrs-srv-Free-srv_mr-iu-only-when-always_i.patch
|
|
patches.kernel.org/6.6.7-090-RDMA-rtrs-srv-Destroy-path-files-after-making-s.patch
|
|
patches.kernel.org/6.6.7-091-RDMA-rtrs-clt-Fix-the-max_send_wr-setting.patch
|
|
patches.kernel.org/6.6.7-092-RDMA-rtrs-clt-Remove-the-warnings-for-req-in_us.patch
|
|
patches.kernel.org/6.6.7-093-RDMA-bnxt_re-Correct-module-description-string.patch
|
|
patches.kernel.org/6.6.7-094-RDMA-irdma-Fix-UAF-in-irdma_sc_ccq_get_cqe_info.patch
|
|
patches.kernel.org/6.6.7-095-arm64-dt-imx93-tqma9352-mba93xxla-Fix-LPUART2-p.patch
|
|
patches.kernel.org/6.6.7-096-ARM-dts-imx6q-skov-fix-ethernet-clock-regressio.patch
|
|
patches.kernel.org/6.6.7-097-ARM-dts-rockchip-Fix-sdmmc_pwren-s-pinmux-setti.patch
|
|
patches.kernel.org/6.6.7-098-ARM-dts-bcm2711-rpi-400-Fix-delete-node-of-led_.patch
|
|
patches.kernel.org/6.6.7-099-hwmon-acpi_power_meter-Fix-4.29-MW-bug.patch
|
|
patches.kernel.org/6.6.7-100-ASoC-codecs-lpass-tx-macro-set-active_decimator.patch
|
|
patches.kernel.org/6.6.7-101-hwmon-nzxt-kraken2-Fix-error-handling-path-in-k.patch
|
|
patches.kernel.org/6.6.7-102-firmware-arm_scmi-Extend-perf-protocol-ops-to-g.patch
|
|
patches.kernel.org/6.6.7-103-firmware-arm_scmi-Extend-perf-protocol-ops-to-g.patch
|
|
patches.kernel.org/6.6.7-104-firmware-arm_scmi-Fix-frequency-truncation-by-p.patch
|
|
patches.kernel.org/6.6.7-105-firmware-arm_scmi-Simplify-error-path-in-scmi_d.patch
|
|
patches.kernel.org/6.6.7-106-firmware-arm_scmi-Fix-possible-frequency-trunca.patch
|
|
patches.kernel.org/6.6.7-107-ASoC-wm_adsp-fix-memleak-in-wm_adsp_buffer_popu.patch
|
|
patches.kernel.org/6.6.7-108-RDMA-core-Fix-umem-iterator-when-PAGE_SIZE-is-g.patch
|
|
patches.kernel.org/6.6.7-109-RDMA-irdma-Ensure-iWarp-QP-queue-memory-is-OS-p.patch
|
|
patches.kernel.org/6.6.7-110-RDMA-irdma-Fix-support-for-64k-pages.patch
|
|
patches.kernel.org/6.6.7-111-RDMA-irdma-Avoid-free-the-non-cqp_request-scrat.patch
|
|
patches.kernel.org/6.6.7-112-drm-bridge-tc358768-select-CONFIG_VIDEOMODE_HEL.patch
|
|
patches.kernel.org/6.6.7-113-arm64-dts-imx8mp-imx8mq-Add-parkmode-disable-ss.patch
|
|
patches.kernel.org/6.6.7-114-ARM-dts-imx6ul-pico-Describe-the-Ethernet-PHY-c.patch
|
|
patches.kernel.org/6.6.7-115-io_uring-kbuf-Fix-an-NULL-vs-IS_ERR-bug-in-io_a.patch
|
|
patches.kernel.org/6.6.7-116-io_uring-kbuf-check-for-buffer-list-readiness-a.patch
|
|
patches.kernel.org/6.6.7-117-tracing-Fix-a-warning-when-allocating-buffered-.patch
|
|
patches.kernel.org/6.6.7-118-scsi-be2iscsi-Fix-a-memleak-in-beiscsi_init_wrb.patch
|
|
patches.kernel.org/6.6.7-119-arm64-dts-imx8-ss-lsio-Add-PWM-interrupts.patch
|
|
patches.kernel.org/6.6.7-120-arm64-dts-freescale-imx8-ss-lsio-Fix-pwm-cells.patch
|
|
patches.kernel.org/6.6.7-121-arm64-dts-imx93-correct-mediamix-power.patch
|
|
patches.kernel.org/6.6.7-122-ARM-imx-Check-return-value-of-devm_kasprintf-in.patch
|
|
patches.kernel.org/6.6.7-123-arm64-dts-imx8-apalis-set-wifi-regulator-to-alw.patch
|
|
patches.kernel.org/6.6.7-124-ARM-dts-imx7-Declare-timers-compatible-with-fsl.patch
|
|
patches.kernel.org/6.6.7-125-ARM-dts-imx28-xea-Pass-the-model-property.patch
|
|
patches.kernel.org/6.6.7-126-arm64-dts-rockchip-Fix-eMMC-Data-Strobe-PD-on-r.patch
|
|
patches.kernel.org/6.6.7-127-riscv-fix-misaligned-access-handling-of-C.SWSP-.patch
|
|
patches.kernel.org/6.6.7-128-riscv-errata-andes-Probe-for-IOCP-only-once-in-.patch
|
|
patches.kernel.org/6.6.7-129-md-don-t-leave-MD_RECOVERY_FROZEN-in-error-path.patch
|
|
patches.kernel.org/6.6.7-130-kernel-Kconfig.kexec-drop-select-of-KEXEC-for-C.patch
|
|
patches.kernel.org/6.6.7-131-scripts-gdb-fix-lx-device-list-bus-and-lx-devic.patch
|
|
patches.kernel.org/6.6.7-132-rethook-Use-__rcu-pointer-for-rethook-handler.patch
|
|
patches.kernel.org/6.6.7-133-ASoC-amd-yc-Fix-non-functional-mic-on-ASUS-E150.patch
|
|
patches.kernel.org/6.6.7-134-io_uring-af_unix-disable-sending-io_uring-over-.patch
|
|
patches.kernel.org/6.6.7-135-nvme-pci-Add-sleep-quirk-for-Kingston-drives.patch
|
|
patches.kernel.org/6.6.7-136-io_uring-fix-mutex_unlock-with-unreferenced-ctx.patch
|
|
patches.kernel.org/6.6.7-137-ALSA-usb-audio-Add-Pioneer-DJM-450-mixer-contro.patch
|
|
patches.kernel.org/6.6.7-138-ALSA-pcm-fix-out-of-bounds-in-snd_pcm_state_nam.patch
|
|
patches.kernel.org/6.6.7-139-ALSA-hda-realtek-Apply-quirk-for-ASUS-UM3504DA.patch
|
|
patches.kernel.org/6.6.7-140-ALSA-hda-realtek-fix-speakers-on-XPS-9530-2023.patch
|
|
patches.kernel.org/6.6.7-141-ALSA-hda-realtek-Enable-headset-on-Lenovo-M90-G.patch
|
|
patches.kernel.org/6.6.7-142-ALSA-hda-realtek-add-new-Framework-laptop-to-qu.patch
|
|
patches.kernel.org/6.6.7-143-ALSA-hda-realtek-Add-Framework-laptop-16-to-qui.patch
|
|
patches.kernel.org/6.6.7-144-ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-Pro-.patch
|
|
patches.kernel.org/6.6.7-145-ring-buffer-Test-last-update-in-32bit-version-o.patch
|
|
patches.kernel.org/6.6.7-146-ring-buffer-Force-absolute-timestamp-on-discard.patch
|
|
patches.kernel.org/6.6.7-147-highmem-fix-a-memory-copy-problem-in-memcpy_fro.patch
|
|
patches.kernel.org/6.6.7-148-nilfs2-fix-missing-error-check-for-sb_set_block.patch
|
|
patches.kernel.org/6.6.7-149-nilfs2-prevent-WARNING-in-nilfs_sufile_set_segm.patch
|
|
patches.kernel.org/6.6.7-150-lib-group_cpus.c-avoid-acquiring-cpu-hotplug-lo.patch
|
|
patches.kernel.org/6.6.7-151-cgroup_freezer-cgroup_freezing-Check-if-not-fro.patch
|
|
patches.kernel.org/6.6.7-152-checkstack-fix-printed-address.patch
|
|
patches.kernel.org/6.6.7-153-tracing-Always-update-snapshot-buffer-size.patch
|
|
patches.kernel.org/6.6.7-154-tracing-Stop-current-tracer-when-resizing-buffe.patch
|
|
patches.kernel.org/6.6.7-155-tracing-Disable-snapshot-buffer-when-stopping-i.patch
|
|
patches.kernel.org/6.6.7-156-tracing-Fix-incomplete-locking-when-disabling-b.patch
|
|
patches.kernel.org/6.6.7-157-tracing-Fix-a-possible-race-when-disabling-buff.patch
|
|
patches.kernel.org/6.6.7-158-leds-trigger-netdev-fix-RTNL-handling-to-preven.patch
|
|
patches.kernel.org/6.6.7-159-nfp-flower-fix-for-take-a-mutex-lock-in-soft-ir.patch
|
|
patches.kernel.org/6.6.7-160-packet-Move-reference-count-in-packet_sock-to-a.patch
|
|
patches.kernel.org/6.6.7-161-r8169-fix-rtl8125b-PAUSE-frames-blasting-when-s.patch
|
|
patches.kernel.org/6.6.7-162-regmap-fix-bogus-error-on-regcache_sync-success.patch
|
|
patches.kernel.org/6.6.7-163-platform-surface-aggregator-fix-recv_buf-return.patch
|
|
patches.kernel.org/6.6.7-164-workqueue-Make-sure-that-wq_unbound_cpumask-is-.patch
|
|
patches.kernel.org/6.6.7-165-hugetlb-fix-null-ptr-deref-in-hugetlb_vma_lock_.patch
|
|
patches.kernel.org/6.6.7-166-drivers-base-cpu-crash-data-showing-should-depe.patch
|
|
patches.kernel.org/6.6.7-167-mm-memory_hotplug-add-missing-mem_hotplug_lock.patch
|
|
patches.kernel.org/6.6.7-168-mm-fix-oops-when-filemap_map_pmd-without-preall.patch
|
|
patches.kernel.org/6.6.7-169-mm-memory_hotplug-fix-error-handling-in-add_mem.patch
|
|
patches.kernel.org/6.6.7-170-powercap-DTPM-Fix-missing-cpufreq_cpu_put-calls.patch
|
|
patches.kernel.org/6.6.7-171-md-raid6-use-valid-sector-values-to-determine-i.patch
|
|
patches.kernel.org/6.6.7-172-drm-atomic-helpers-Invoke-end_fb_access-while-o.patch
|
|
patches.kernel.org/6.6.7-173-drm-i915-mst-Fix-.mode_valid_ctx-return-values.patch
|
|
patches.kernel.org/6.6.7-174-drm-i915-mst-Reject-modes-that-require-the-bigj.patch
|
|
patches.kernel.org/6.6.7-175-drm-i915-Skip-some-timing-checks-on-BXT-GLK-DSI.patch
|
|
patches.kernel.org/6.6.7-176-arm64-dts-mt7986-change-cooling-trips.patch
|
|
patches.kernel.org/6.6.7-177-arm64-dts-mt7986-define-3W-max-power-to-both-SF.patch
|
|
patches.kernel.org/6.6.7-178-arm64-dts-mt7986-fix-emmc-hs400-mode-without-ub.patch
|
|
patches.kernel.org/6.6.7-179-arm64-dts-mediatek-mt7622-fix-memory-node-warni.patch
|
|
patches.kernel.org/6.6.7-180-arm64-dts-mediatek-mt8183-kukui-jacuzzi-fix-dsi.patch
|
|
patches.kernel.org/6.6.7-181-arm64-dts-mediatek-cherry-Fix-interrupt-cells-f.patch
|
|
patches.kernel.org/6.6.7-182-arm64-dts-mediatek-mt8173-evb-Fix-regulator-fix.patch
|
|
patches.kernel.org/6.6.7-183-arm64-dts-mediatek-mt8195-Fix-PM-suspend-resume.patch
|
|
patches.kernel.org/6.6.7-184-arm64-dts-mediatek-mt8183-Fix-unit-address-for-.patch
|
|
patches.kernel.org/6.6.7-185-arm64-dts-mediatek-mt8183-Move-thermal-zones-to.patch
|
|
patches.kernel.org/6.6.7-186-arm64-dts-mediatek-mt8183-evb-Fix-unit_address_.patch
|
|
patches.kernel.org/6.6.7-187-arm64-dts-mediatek-mt8186-fix-clock-names-for-p.patch
|
|
patches.kernel.org/6.6.7-188-arm64-dts-mediatek-mt8186-Change-gpu-speedbin-n.patch
|
|
patches.kernel.org/6.6.7-189-coresight-etm4x-Remove-bogous-__exit-annotation.patch
|
|
patches.kernel.org/6.6.7-190-coresight-Fix-crash-when-Perf-and-sysfs-modes-a.patch
|
|
patches.kernel.org/6.6.7-191-hwtracing-hisi_ptt-Add-dummy-callback-pmu-read.patch
|
|
patches.kernel.org/6.6.7-192-coresight-ultrasoc-smb-Fix-sleep-while-close-pr.patch
|
|
patches.kernel.org/6.6.7-193-coresight-ultrasoc-smb-Config-SMB-buffer-before.patch
|
|
patches.kernel.org/6.6.7-194-coresight-ultrasoc-smb-Fix-uninitialized-before.patch
|
|
patches.kernel.org/6.6.7-195-misc-mei-client.c-return-negative-error-code-in.patch
|
|
patches.kernel.org/6.6.7-196-misc-mei-client.c-fix-problem-of-return-EOVERFL.patch
|
|
patches.kernel.org/6.6.7-197-perf-vendor-events-arm64-AmpereOne-Add-missing-.patch
|
|
patches.kernel.org/6.6.7-198-LoongArch-BPF-Don-t-sign-extend-memory-load-ope.patch
|
|
patches.kernel.org/6.6.7-199-LoongArch-BPF-Don-t-sign-extend-function-return.patch
|
|
patches.kernel.org/6.6.7-200-parisc-Reduce-size-of-the-bug_table-on-64-bit-k.patch
|
|
patches.kernel.org/6.6.7-201-parisc-Fix-asm-operand-number-out-of-range-buil.patch
|
|
patches.kernel.org/6.6.7-202-arm64-dts-mediatek-add-missing-space-before.patch
|
|
patches.kernel.org/6.6.7-203-arm64-dts-mt8183-kukui-Fix-underscores-in-node-.patch
|
|
patches.kernel.org/6.6.7-204-drm-amdgpu-disable-MCBP-by-default.patch
|
|
patches.kernel.org/6.6.7-205-perf-Fix-perf_event_validate_size.patch
|
|
patches.kernel.org/6.6.7-206-x86-sev-Fix-kernel-crash-due-to-late-update-to-.patch
|
|
patches.kernel.org/6.6.7-207-gpiolib-sysfs-Fix-error-handling-on-failed-expo.patch
|
|
patches.kernel.org/6.6.7-208-ASoC-ops-add-correct-range-check-for-limiting-v.patch
|
|
patches.kernel.org/6.6.7-209-kprobes-consistent-rcu-api-usage-for-kretprobe-.patch
|
|
patches.kernel.org/6.6.7-210-usb-gadget-f_hid-fix-report-descriptor-allocati.patch
|
|
patches.kernel.org/6.6.7-211-nvmem-Do-not-expect-fixed-layouts-to-grab-a-lay.patch
|
|
patches.kernel.org/6.6.7-212-serial-8250_dw-Add-ACPI-ID-for-Granite-Rapids-D.patch
|
|
patches.kernel.org/6.6.7-213-serial-ma35d1-Validate-console-index-before-ass.patch
|
|
patches.kernel.org/6.6.7-214-parport-Add-support-for-Brainboxes-IX-UC-PX-par.patch
|
|
patches.kernel.org/6.6.7-215-cifs-Fix-non-availability-of-dedup-breaking-gen.patch
|
|
patches.kernel.org/6.6.7-216-Revert-xhci-Loosen-RPM-as-default-policy-to-cov.patch
|
|
patches.kernel.org/6.6.7-217-smb-client-fix-potential-NULL-deref-in-parse_df.patch
|
|
patches.kernel.org/6.6.7-218-usb-typec-class-fix-typec_altmode_put_partner-t.patch
|
|
patches.kernel.org/6.6.7-219-ARM-PL011-Fix-DMA-support.patch
|
|
patches.kernel.org/6.6.7-220-serial-sc16is7xx-address-RX-timeout-interrupt-e.patch
|
|
patches.kernel.org/6.6.7-221-serial-8250-8250_omap-Clear-UART_HAS_RHR_IT_DIS.patch
|
|
patches.kernel.org/6.6.7-222-serial-8250-8250_omap-Do-not-start-RX-DMA-on-TH.patch
|
|
patches.kernel.org/6.6.7-223-serial-8250_omap-Add-earlycon-support-for-the-A.patch
|
|
patches.kernel.org/6.6.7-224-devcoredump-Send-uevent-once-devcd-is-ready.patch
|
|
patches.kernel.org/6.6.7-225-x86-CPU-AMD-Check-vendor-in-the-AMD-microcode-c.patch
|
|
patches.kernel.org/6.6.7-226-powerpc-ftrace-Fix-stack-teardown-in-ftrace_no_.patch
|
|
patches.kernel.org/6.6.7-227-USB-gadget-core-adjust-uevent-timing-on-gadget-.patch
|
|
patches.kernel.org/6.6.7-228-cifs-Fix-flushing-invalidation-and-file-size-wi.patch
|
|
patches.kernel.org/6.6.7-229-cifs-Fix-flushing-invalidation-and-file-size-wi.patch
|
|
patches.kernel.org/6.6.7-230-MIPS-kernel-Clear-FPU-states-when-setting-up-ke.patch
|
|
patches.kernel.org/6.6.7-231-KVM-s390-mm-Properly-reset-no-dat.patch
|
|
patches.kernel.org/6.6.7-232-KVM-SVM-Update-EFER-software-model-on-CR0-trap-.patch
|
|
patches.kernel.org/6.6.7-233-perf-list-Fix-JSON-segfault-by-setting-the-used.patch
|
|
patches.kernel.org/6.6.7-234-perf-metrics-Avoid-segv-if-default-metricgroup-.patch
|
|
patches.kernel.org/6.6.7-235-MIPS-Loongson64-Reserve-vgabios-memory-on-boot.patch
|
|
patches.kernel.org/6.6.7-236-MIPS-Loongson64-Handle-more-memory-types-passed.patch
|
|
patches.kernel.org/6.6.7-237-MIPS-Loongson64-Enable-DMA-noncoherent-support.patch
|
|
patches.kernel.org/6.6.7-238-netfilter-nft_set_pipapo-skip-inactive-elements.patch
|
|
patches.kernel.org/6.6.7-239-ASoC-qcom-sc8280xp-Limit-speaker-digital-volume.patch
|
|
patches.kernel.org/6.6.7-240-gcc-plugins-randstruct-Update-code-comment-in-r.patch
|
|
patches.kernel.org/6.6.7-241-riscv-Kconfig-Add-select-ARM_AMBA-to-SOC_STARFI.patch
|
|
patches.kernel.org/6.6.7-242-drm-amdgpu-Fix-refclk-reporting-for-SMU-v13.0.6.patch
|
|
patches.kernel.org/6.6.7-243-drm-amdgpu-update-retry-times-for-psp-BL-wait.patch
|
|
patches.kernel.org/6.6.7-244-drm-amdgpu-Restrict-extended-wait-to-PSP-v13.0..patch
|
|
patches.kernel.org/6.6.7-245-Linux-6.6.7.patch
|
|
patches.kernel.org/6.6.8-001-r8152-add-vendor-device-ID-pair-for-ASUS-USB-C2.patch
|
|
patches.kernel.org/6.6.8-002-ext4-fix-warning-in-ext4_dio_write_end_io.patch
|
|
patches.kernel.org/6.6.8-003-ksmbd-fix-memory-leak-in-smb2_lock.patch
|
|
patches.kernel.org/6.6.8-004-efi-x86-Avoid-physical-KASLR-on-older-Dell-syst.patch
|
|
patches.kernel.org/6.6.8-005-afs-Fix-refcount-underflow-from-error-handling-.patch
|
|
patches.kernel.org/6.6.8-006-HID-lenovo-Restrict-detection-of-patched-firmwa.patch
|
|
patches.kernel.org/6.6.8-007-net-mlx5e-Honor-user-choice-of-IPsec-replay-win.patch
|
|
patches.kernel.org/6.6.8-008-net-mlx5e-Ensure-that-IPsec-sequence-packet-num.patch
|
|
patches.kernel.org/6.6.8-009-net-mlx5e-Unify-esw-and-normal-IPsec-status-tab.patch
|
|
patches.kernel.org/6.6.8-010-net-mlx5e-Tidy-up-IPsec-NAT-T-SA-discovery.patch
|
|
patches.kernel.org/6.6.8-011-net-mlx5e-Reduce-eswitch-mode_lock-protection-c.patch
|
|
patches.kernel.org/6.6.8-012-net-mlx5e-Check-the-number-of-elements-before-w.patch
|
|
patches.kernel.org/6.6.8-013-RDMA-mlx5-Send-events-from-IB-driver-about-devi.patch
|
|
patches.kernel.org/6.6.8-014-net-mlx5e-Disable-IPsec-offload-support-if-not-.patch
|
|
patches.kernel.org/6.6.8-015-net-mlx5e-Fix-possible-deadlock-on-mlx5e_tx_tim.patch
|
|
patches.kernel.org/6.6.8-016-net-mlx5e-TC-Don-t-offload-post-action-rule-if-.patch
|
|
patches.kernel.org/6.6.8-017-net-mlx5-Nack-sync-reset-request-when-HotPlug-i.patch
|
|
patches.kernel.org/6.6.8-018-net-mlx5e-Check-netdev-pointer-before-checking-.patch
|
|
patches.kernel.org/6.6.8-019-net-mlx5-Fix-a-NULL-vs-IS_ERR-check.patch
|
|
patches.kernel.org/6.6.8-020-net-ipv6-support-reporting-otherwise-unknown-pr.patch
|
|
patches.kernel.org/6.6.8-021-qca_debug-Prevent-crash-on-TX-ring-changes.patch
|
|
patches.kernel.org/6.6.8-022-qca_debug-Fix-ethtool-G-iface-tx-behavior.patch
|
|
patches.kernel.org/6.6.8-023-qca_spi-Fix-reset-behavior.patch
|
|
patches.kernel.org/6.6.8-024-bnxt_en-Clear-resource-reservation-during-resum.patch
|
|
patches.kernel.org/6.6.8-025-bnxt_en-Fix-skb-recycling-logic-in-bnxt_deliver.patch
|
|
patches.kernel.org/6.6.8-026-bnxt_en-Fix-wrong-return-value-check-in-bnxt_cl.patch
|
|
patches.kernel.org/6.6.8-027-bnxt_en-Fix-HWTSTAMP_FILTER_ALL-packet-timestam.patch
|
|
patches.kernel.org/6.6.8-028-atm-solos-pci-Fix-potential-deadlock-on-cli_que.patch
|
|
patches.kernel.org/6.6.8-029-atm-solos-pci-Fix-potential-deadlock-on-tx_queu.patch
|
|
patches.kernel.org/6.6.8-030-net-fec-correct-queue-selection.patch
|
|
patches.kernel.org/6.6.8-031-octeontx2-af-fix-a-use-after-free-in-rvu_nix_re.patch
|
|
patches.kernel.org/6.6.8-032-net-sched-act_ct-Take-per-cb-reference-to-tcf_c.patch
|
|
patches.kernel.org/6.6.8-033-octeon_ep-explicitly-test-for-firmware-ready-va.patch
|
|
patches.kernel.org/6.6.8-034-octeontx2-pf-Fix-promisc-mcam-entry-action.patch
|
|
patches.kernel.org/6.6.8-035-octeontx2-af-Update-RSS-algorithm-index.patch
|
|
patches.kernel.org/6.6.8-036-octeontx2-af-Fix-pause-frame-configuration.patch
|
|
patches.kernel.org/6.6.8-037-atm-Fix-Use-After-Free-in-do_vcc_ioctl.patch
|
|
patches.kernel.org/6.6.8-038-net-rose-Fix-Use-After-Free-in-rose_ioctl.patch
|
|
patches.kernel.org/6.6.8-039-iavf-Introduce-new-state-machines-for-flow-dire.patch
|
|
patches.kernel.org/6.6.8-040-iavf-Handle-ntuple-on-off-based-on-new-state-ma.patch
|
|
patches.kernel.org/6.6.8-041-iavf-Fix-iavf_shutdown-to-call-iavf_remove-inst.patch
|
|
patches.kernel.org/6.6.8-042-qed-Fix-a-potential-use-after-free-in-qed_cxt_t.patch
|
|
patches.kernel.org/6.6.8-043-net-Remove-acked-SYN-flag-from-packet-in-the-tr.patch
|
|
patches.kernel.org/6.6.8-044-net-ena-Destroy-correct-number-of-xdp-queues-up.patch
|
|
patches.kernel.org/6.6.8-045-net-ena-Fix-xdp-drops-handling-due-to-multibuf-.patch
|
|
patches.kernel.org/6.6.8-046-net-ena-Fix-DMA-syncing-in-XDP-path-when-SWIOTL.patch
|
|
patches.kernel.org/6.6.8-047-net-ena-Fix-XDP-redirection-error.patch
|
|
patches.kernel.org/6.6.8-048-stmmac-dwmac-loongson-Make-sure-MDIO-is-initial.patch
|
|
patches.kernel.org/6.6.8-049-sign-file-Fix-incorrect-return-values-check.patch
|
|
patches.kernel.org/6.6.8-050-vsock-virtio-Fix-unsigned-integer-wrap-around-i.patch
|
|
patches.kernel.org/6.6.8-051-dpaa2-switch-fix-size-of-the-dma_unmap.patch
|
|
patches.kernel.org/6.6.8-052-dpaa2-switch-do-not-ask-for-MDB-VLAN-and-FDB-re.patch
|
|
patches.kernel.org/6.6.8-053-net-stmmac-dwmac-qcom-ethqos-Fix-drops-in-10M-S.patch
|
|
patches.kernel.org/6.6.8-054-net-stmmac-Handle-disabled-MDIO-busses-from-dev.patch
|
|
patches.kernel.org/6.6.8-055-appletalk-Fix-Use-After-Free-in-atalk_ioctl.patch
|
|
patches.kernel.org/6.6.8-056-net-atlantic-fix-double-free-in-ring-reinit-log.patch
|
|
patches.kernel.org/6.6.8-057-cred-switch-to-using-atomic_long_t.patch
|
|
patches.kernel.org/6.6.8-058-cred-get-rid-of-CONFIG_DEBUG_CREDENTIALS.patch
|
|
patches.kernel.org/6.6.8-059-HID-i2c-hid-Add-IDEA5002-to-i2c_hid_acpi_blackl.patch
|
|
patches.kernel.org/6.6.8-060-HID-Add-quirk-for-Labtec-ODDOR-aikeec-handbrake.patch
|
|
patches.kernel.org/6.6.8-061-fuse-Rename-DIRECT_IO_RELAX-to-DIRECT_IO_ALLOW_.patch
|
|
patches.kernel.org/6.6.8-062-fuse-share-lookup-state-between-submount-and-it.patch
|
|
patches.kernel.org/6.6.8-063-fuse-disable-FOPEN_PARALLEL_DIRECT_WRITES-with-.patch
|
|
patches.kernel.org/6.6.8-064-fuse-dax-set-fc-dax-to-NULL-in-fuse_dax_conn_fr.patch
|
|
patches.kernel.org/6.6.8-065-io_uring-cmd-fix-breakage-in-SOCKET_URING_OP_SI.patch
|
|
patches.kernel.org/6.6.8-066-ALSA-hda-hdmi-add-force-connect-quirk-for-NUC5C.patch
|
|
patches.kernel.org/6.6.8-067-ALSA-hda-hdmi-add-force-connect-quirks-for-ASUS.patch
|
|
patches.kernel.org/6.6.8-068-ALSA-hda-realtek-Apply-mute-LED-quirk-for-HP15-.patch
|
|
patches.kernel.org/6.6.8-069-ALSA-hda-tas2781-leave-hda_component-in-usable-.patch
|
|
patches.kernel.org/6.6.8-070-ALSA-hda-tas2781-handle-missing-EFI-calibration.patch
|
|
patches.kernel.org/6.6.8-071-ALSA-hda-tas2781-call-cleanup-functions-only-on.patch
|
|
patches.kernel.org/6.6.8-072-ALSA-hda-tas2781-reset-the-amp-before-component.patch
|
|
patches.kernel.org/6.6.8-073-Revert-PCI-acpiphp-Reassign-resources-on-bridge.patch
|
|
patches.kernel.org/6.6.8-074-PCI-loongson-Limit-MRRS-to-256.patch
|
|
patches.kernel.org/6.6.8-075-PCI-ASPM-Add-pci_enable_link_state_locked.patch
|
|
patches.kernel.org/6.6.8-076-ksmbd-fix-wrong-name-of-SMB2_CREATE_ALLOCATION_.patch
|
|
patches.kernel.org/6.6.8-077-PCI-vmd-Fix-potential-deadlock-when-enabling-AS.patch
|
|
patches.kernel.org/6.6.8-078-drm-mediatek-fix-kernel-oops-if-no-crtc-is-foun.patch
|
|
patches.kernel.org/6.6.8-079-drm-mediatek-Add-spinlock-for-setting-vblank-ev.patch
|
|
patches.kernel.org/6.6.8-080-accel-ivpu-Print-information-about-used-workaro.patch
|
|
patches.kernel.org/6.6.8-081-accel-ivpu-37xx-Fix-interrupt_clear_with_0-WA-i.patch
|
|
patches.kernel.org/6.6.8-082-drm-i915-selftests-Fix-engine-reset-count-stora.patch
|
|
patches.kernel.org/6.6.8-083-drm-i915-Use-internal-class-when-counting-engin.patch
|
|
patches.kernel.org/6.6.8-084-selftests-mm-cow-print-ksft-header-before-print.patch
|
|
patches.kernel.org/6.6.8-085-x86-hyperv-Fix-the-detection-of-E820_TYPE_PRAM-.patch
|
|
patches.kernel.org/6.6.8-086-usb-aqc111-check-packet-for-fixup-for-true-limi.patch
|
|
patches.kernel.org/6.6.8-087-stmmac-dwmac-loongson-Add-architecture-dependen.patch
|
|
patches.kernel.org/6.6.8-088-rxrpc-Fix-some-minor-issues-with-bundle-tracing.patch
|
|
patches.kernel.org/6.6.8-089-blk-throttle-fix-lockdep-warning-of-cgroup_mute.patch
|
|
patches.kernel.org/6.6.8-090-blk-cgroup-bypass-blkcg_deactivate_policy-after.patch
|
|
patches.kernel.org/6.6.8-091-bcache-avoid-oversize-memory-allocation-by-smal.patch
|
|
patches.kernel.org/6.6.8-092-bcache-remove-redundant-assignment-to-variable-.patch
|
|
patches.kernel.org/6.6.8-093-bcache-add-code-comments-for-bch_btree_node_get.patch
|
|
patches.kernel.org/6.6.8-094-bcache-avoid-NULL-checking-to-c-root-in-run_cac.patch
|
|
patches.kernel.org/6.6.8-095-nbd-fold-nbd-config-initialization-into-nbd_all.patch
|
|
patches.kernel.org/6.6.8-096-nbd-factor-out-a-helper-to-get-nbd_config-witho.patch
|
|
patches.kernel.org/6.6.8-097-nbd-fix-null-ptr-dereference-while-accessing-nb.patch
|
|
patches.kernel.org/6.6.8-098-nvme-auth-set-explanation-code-for-failure2-msg.patch
|
|
patches.kernel.org/6.6.8-099-nvme-catch-errors-from-nvme_configure_metadata.patch
|
|
patches.kernel.org/6.6.8-100-selftests-bpf-fix-bpf_loop_bench-for-new-callba.patch
|
|
patches.kernel.org/6.6.8-101-LoongArch-Add-dependency-between-vmlinuz.efi-an.patch
|
|
patches.kernel.org/6.6.8-102-LoongArch-Record-pc-instead-of-offset-in-la_abs.patch
|
|
patches.kernel.org/6.6.8-103-LoongArch-Silence-the-boot-warning-about-nokasl.patch
|
|
patches.kernel.org/6.6.8-104-LoongArch-Mark-dmw-tlb-_virt_to_page-exports-as.patch
|
|
patches.kernel.org/6.6.8-105-LoongArch-Implement-constant-timer-shutdown-int.patch
|
|
patches.kernel.org/6.6.8-106-platform-x86-intel_telemetry-Fix-kernel-doc-des.patch
|
|
patches.kernel.org/6.6.8-107-HID-mcp2221-Set-driver-data-before-I2C-adapter-.patch
|
|
patches.kernel.org/6.6.8-108-HID-mcp2221-Allow-IO-to-start-during-probe.patch
|
|
patches.kernel.org/6.6.8-109-HID-apple-add-Jamesdonkey-and-A3R-to-non-apple-.patch
|
|
patches.kernel.org/6.6.8-110-HID-glorious-fix-Glorious-Model-I-HID-report.patch
|
|
patches.kernel.org/6.6.8-111-HID-add-ALWAYS_POLL-quirk-for-Apple-kb.patch
|
|
patches.kernel.org/6.6.8-112-nbd-pass-nbd_sock-to-nbd_read_reply-instead-of-.patch
|
|
patches.kernel.org/6.6.8-113-HID-hid-asus-reset-the-backlight-brightness-lev.patch
|
|
patches.kernel.org/6.6.8-114-HID-multitouch-Add-quirk-for-HONOR-GLO-GXXX-tou.patch
|
|
patches.kernel.org/6.6.8-115-nfc-virtual_ncidev-Add-variable-to-check-if-nde.patch
|
|
patches.kernel.org/6.6.8-116-scripts-checkstack.pl-match-all-stack-sizes-for.patch
|
|
patches.kernel.org/6.6.8-117-asm-generic-qspinlock-fix-queued_spin_value_unl.patch
|
|
patches.kernel.org/6.6.8-118-eventfs-Do-not-allow-NULL-parent-to-eventfs_sta.patch
|
|
patches.kernel.org/6.6.8-119-net-usb-qmi_wwan-claim-interface-4-for-ZTE-MF29.patch
|
|
patches.kernel.org/6.6.8-120-smb-client-implement-query_reparse_point-for-SM.patch
|
|
patches.kernel.org/6.6.8-121-smb-client-introduce-parse_reparse_point.patch
|
|
patches.kernel.org/6.6.8-122-smb-client-set-correct-file-type-from-NFS-repar.patch
|
|
patches.kernel.org/6.6.8-123-arm64-add-dependency-between-vmlinuz.efi-and-Im.patch
|
|
patches.kernel.org/6.6.8-124-HID-hid-asus-add-const-to-read-only-outgoing-us.patch
|
|
patches.kernel.org/6.6.8-125-perf-Fix-perf_event_validate_size-lockdep-splat.patch
|
|
patches.kernel.org/6.6.8-126-btrfs-do-not-allow-non-subvolume-root-targets-f.patch
|
|
patches.kernel.org/6.6.8-127-cxl-hdm-Fix-dpa-translation-locking.patch
|
|
patches.kernel.org/6.6.8-128-soundwire-stream-fix-NULL-pointer-dereference-f.patch
|
|
patches.kernel.org/6.6.8-129-ext4-prevent-the-normalized-size-from-exceeding.patch
|
|
patches.kernel.org/6.6.8-130-Revert-selftests-error-out-if-kernel-header-fil.patch
|
|
patches.kernel.org/6.6.8-131-arm64-mm-Always-make-sw-dirty-PTEs-hw-dirty-in-.patch
|
|
patches.kernel.org/6.6.8-132-team-Fix-use-after-free-when-an-option-instance.patch
|
|
patches.kernel.org/6.6.8-133-drm-amdgpu-sdma5.2-add-begin-end_use-ring-callb.patch
|
|
patches.kernel.org/6.6.8-134-drm-mediatek-Fix-access-violation-in-mtk_drm_cr.patch
|
|
patches.kernel.org/6.6.8-135-dmaengine-stm32-dma-avoid-bitfield-overflow-ass.patch
|
|
patches.kernel.org/6.6.8-136-dmaengine-fsl-edma-fix-DMA-channel-leak-in-eDMA.patch
|
|
patches.kernel.org/6.6.8-137-mm-mglru-fix-underprotected-page-cache.patch
|
|
patches.kernel.org/6.6.8-138-mm-mglru-try-to-stop-at-high-watermarks.patch
|
|
patches.kernel.org/6.6.8-139-mm-mglru-respect-min_ttl_ms-with-memcgs.patch
|
|
patches.kernel.org/6.6.8-140-mm-mglru-reclaim-offlined-memcgs-harder.patch
|
|
patches.kernel.org/6.6.8-141-mm-shmem-fix-race-in-shmem_undo_range-w-THP.patch
|
|
patches.kernel.org/6.6.8-142-kexec-drop-dependency-on-ARCH_SUPPORTS_KEXEC-fr.patch
|
|
patches.kernel.org/6.6.8-143-btrfs-free-qgroup-reserve-when-ORDERED_IOERR-is.patch
|
|
patches.kernel.org/6.6.8-144-btrfs-fix-qgroup_free_reserved_data-int-overflo.patch
|
|
patches.kernel.org/6.6.8-145-btrfs-don-t-clear-qgroup-reserved-bit-in-releas.patch
|
|
patches.kernel.org/6.6.8-146-drm-amdgpu-fix-tear-down-order-in-amdgpu_vm_pt_.patch
|
|
patches.kernel.org/6.6.8-147-drm-edid-also-call-add-modes-in-EDID-connector-.patch
|
|
patches.kernel.org/6.6.8-148-drm-amd-display-Restore-guard-against-default-b.patch
|
|
patches.kernel.org/6.6.8-149-drm-amd-display-Disable-PSR-SU-on-Parade-0803-T.patch
|
|
patches.kernel.org/6.6.8-150-drm-i915-Fix-ADL-tiled-plane-stride-when-the-PO.patch
|
|
patches.kernel.org/6.6.8-151-drm-i915-Fix-intel_atomic_setup_scalers-plane_s.patch
|
|
patches.kernel.org/6.6.8-152-drm-i915-Fix-remapped-stride-with-CCS-on-ADL.patch
|
|
patches.kernel.org/6.6.8-153-smb-client-fix-OOB-in-receive_encrypted_standar.patch
|
|
patches.kernel.org/6.6.8-154-smb-client-fix-potential-OOBs-in-smb2_parse_con.patch
|
|
patches.kernel.org/6.6.8-155-smb-client-fix-NULL-deref-in-asn1_ber_decoder.patch
|
|
patches.kernel.org/6.6.8-156-smb-client-fix-OOB-in-smb2_query_reparse_point.patch
|
|
patches.kernel.org/6.6.8-157-ring-buffer-Fix-memory-leak-of-free-page.patch
|
|
patches.kernel.org/6.6.8-158-tracing-Update-snapshot-buffer-on-resize-if-it-.patch
|
|
patches.kernel.org/6.6.8-159-ring-buffer-Do-not-update-before-stamp-when-swi.patch
|
|
patches.kernel.org/6.6.8-160-ring-buffer-Have-saved-event-hold-the-entire-ev.patch
|
|
patches.kernel.org/6.6.8-161-ring-buffer-Fix-writing-to-the-buffer-with-max_.patch
|
|
patches.kernel.org/6.6.8-162-ring-buffer-Fix-a-race-in-rb_time_cmpxchg-for-3.patch
|
|
patches.kernel.org/6.6.8-163-ring-buffer-Do-not-try-to-put-back-write_stamp.patch
|
|
patches.kernel.org/6.6.8-164-ring-buffer-Have-rb_time_cmpxchg-set-the-msb-co.patch
|
|
patches.kernel.org/6.6.8-165-x86-speculation-objtool-Use-absolute-relocation.patch
|
|
patches.kernel.org/6.6.8-166-RDMA-mlx5-Change-the-key-being-sent-for-MPV-dev.patch
|
|
patches.kernel.org/6.6.8-167-Linux-6.6.8.patch
|
|
patches.kernel.org/6.6.9-001-bpf-Fix-prog_array_map_poke_run-map-poke-update.patch
|
|
patches.kernel.org/6.6.9-002-mm-damon-core-use-number-of-passed-access-sampl.patch
|
|
patches.kernel.org/6.6.9-003-mm-damon-core-make-damon_start-waits-until-kdam.patch
|
|
patches.kernel.org/6.6.9-004-btrfs-qgroup-iterate-qgroups-without-memory-all.patch
|
|
patches.kernel.org/6.6.9-005-btrfs-qgroup-use-qgroup_iterator-in-qgroup_conv.patch
|
|
patches.kernel.org/6.6.9-006-btrfs-free-qgroup-pertrans-reserve-on-transacti.patch
|
|
patches.kernel.org/6.6.9-007-drm-amd-display-fix-hw-rotated-modes-when-PSR-S.patch
|
|
patches.kernel.org/6.6.9-008-drm-i915-Fix-FEC-state-dump.patch
|
|
patches.kernel.org/6.6.9-009-drm-i915-Introduce-crtc_state-enhanced_framing.patch
|
|
patches.kernel.org/6.6.9-010-drm-i915-edp-don-t-write-to-DP_LINK_BW_SET-when.patch
|
|
patches.kernel.org/6.6.9-011-drm-Update-file-owner-during-use.patch
|
|
patches.kernel.org/6.6.9-012-drm-Fix-FD-ownership-check-in-drm_master_check_.patch
|
|
patches.kernel.org/6.6.9-013-spi-spi-imx-correctly-configure-burst-length-wh.patch
|
|
patches.kernel.org/6.6.9-014-arm64-dts-allwinner-h616-update-emac-for-Orange.patch
|
|
patches.kernel.org/6.6.9-015-ARM-dts-dra7-Fix-DRA7-L3-NoC-node-register-size.patch
|
|
patches.kernel.org/6.6.9-016-ARM-OMAP2-Fix-null-pointer-dereference-and-memo.patch
|
|
patches.kernel.org/6.6.9-017-reset-Fix-crash-when-freeing-non-existent-optio.patch
|
|
patches.kernel.org/6.6.9-018-s390-vx-fix-save-restore-of-fpu-kernel-context.patch
|
|
patches.kernel.org/6.6.9-019-platform-x86-intel-pmc-Fix-hang-in-pmc_core_sen.patch
|
|
patches.kernel.org/6.6.9-020-SUNRPC-Revert-5f7fc5d69f6e92ec0b38774c387f5cf78.patch
|
|
patches.kernel.org/6.6.9-021-wifi-ieee80211-don-t-require-protected-vendor-a.patch
|
|
patches.kernel.org/6.6.9-022-wifi-iwlwifi-pcie-add-another-missing-bh-disabl.patch
|
|
patches.kernel.org/6.6.9-023-wifi-mac80211-check-if-the-existing-link-config.patch
|
|
patches.kernel.org/6.6.9-024-wifi-mac80211-don-t-re-add-debugfs-during-recon.patch
|
|
patches.kernel.org/6.6.9-025-wifi-mac80211-check-defragmentation-succeeded.patch
|
|
patches.kernel.org/6.6.9-026-wifi-mac80211-mesh-check-element-parsing-succee.patch
|
|
patches.kernel.org/6.6.9-027-wifi-mac80211-mesh_plink-fix-matches_local-logi.patch
|
|
patches.kernel.org/6.6.9-028-ice-fix-theoretical-out-of-bounds-access-in-eth.patch
|
|
patches.kernel.org/6.6.9-029-bpf-syzkaller-found-null-ptr-deref-in-unix_bpf-.patch
|
|
patches.kernel.org/6.6.9-030-Revert-net-mlx5e-fix-double-free-of-encap_heade.patch
|
|
patches.kernel.org/6.6.9-031-Revert-net-mlx5e-fix-double-free-of-encap_heade.patch
|
|
patches.kernel.org/6.6.9-032-net-mlx5e-Fix-slab-out-of-bounds-in-mlx5_query_.patch
|
|
patches.kernel.org/6.6.9-033-net-mlx5e-Fix-a-race-in-command-alloc-flow.patch
|
|
patches.kernel.org/6.6.9-034-net-mlx5e-fix-a-potential-double-free-in-fs_udp.patch
|
|
patches.kernel.org/6.6.9-035-net-mlx5e-Fix-overrun-reported-by-coverity.patch
|
|
patches.kernel.org/6.6.9-036-net-mlx5e-Decrease-num_block_tc-when-unblock-tc.patch
|
|
patches.kernel.org/6.6.9-037-net-mlx5e-XDP-Drop-fragmented-packets-larger-th.patch
|
|
patches.kernel.org/6.6.9-038-net-mlx5-Fix-fw-tracer-first-block-check.patch
|
|
patches.kernel.org/6.6.9-039-net-mlx5-Refactor-mlx5_flow_destination-rep-poi.patch
|
|
patches.kernel.org/6.6.9-040-net-mlx5e-Fix-error-code-in-mlx5e_tc_action_mis.patch
|
|
patches.kernel.org/6.6.9-041-net-mlx5e-Fix-error-codes-in-alloc_branch_attr.patch
|
|
patches.kernel.org/6.6.9-042-net-mlx5e-Correct-snprintf-truncation-handling-.patch
|
|
patches.kernel.org/6.6.9-043-net-mlx5e-Correct-snprintf-truncation-handling-.patch
|
|
patches.kernel.org/6.6.9-044-net-mscc-ocelot-fix-eMAC-TX-RMON-stats-for-buck.patch
|
|
patches.kernel.org/6.6.9-045-net-mscc-ocelot-fix-pMAC-TX-RMON-stats-for-buck.patch
|
|
patches.kernel.org/6.6.9-046-octeontx2-pf-Fix-graceful-exit-during-PFC-confi.patch
|
|
patches.kernel.org/6.6.9-047-net-Return-error-from-sk_stream_wait_connect-if.patch
|
|
patches.kernel.org/6.6.9-048-net-sched-ife-fix-potential-use-after-free.patch
|
|
patches.kernel.org/6.6.9-049-ethernet-atheros-fix-a-memleak-in-atl1e_setup_r.patch
|
|
patches.kernel.org/6.6.9-050-net-rose-fix-races-in-rose_kill_by_device.patch
|
|
patches.kernel.org/6.6.9-051-Bluetooth-Fix-not-notifying-when-connection-enc.patch
|
|
patches.kernel.org/6.6.9-052-Bluetooth-Fix-deadlock-in-vhci_send_frame.patch
|
|
patches.kernel.org/6.6.9-053-Bluetooth-hci_event-shut-up-a-false-positive-wa.patch
|
|
patches.kernel.org/6.6.9-054-Bluetooth-hci_core-Fix-hci_conn_hash_lookup_cis.patch
|
|
patches.kernel.org/6.6.9-055-bnxt_en-do-not-map-packet-buffers-twice.patch
|
|
patches.kernel.org/6.6.9-056-net-phy-skip-LED-triggers-on-PHYs-on-SFP-module.patch
|
|
patches.kernel.org/6.6.9-057-ice-stop-trashing-VF-VSI-aggregator-node-ID-inf.patch
|
|
patches.kernel.org/6.6.9-058-ice-alter-feature-support-check-for-SRIOV-and-L.patch
|
|
patches.kernel.org/6.6.9-059-ice-Fix-PF-with-enabled-XDP-going-no-carrier-af.patch
|
|
patches.kernel.org/6.6.9-060-net-mana-select-PAGE_POOL.patch
|
|
patches.kernel.org/6.6.9-061-net-check-vlan-filter-feature-in-vlan_vids_add_.patch
|
|
patches.kernel.org/6.6.9-062-afs-Fix-the-dynamic-root-s-d_delete-to-always-d.patch
|
|
patches.kernel.org/6.6.9-063-afs-Fix-dynamic-root-lookup-DNS-check.patch
|
|
patches.kernel.org/6.6.9-064-net-ethernet-mtk_wed-fix-possible-NULL-pointer-.patch
|
|
patches.kernel.org/6.6.9-065-net-ipv6-Revert-remove-expired-routes-with-a-se.patch
|
|
patches.kernel.org/6.6.9-066-net-check-dev-gso_max_size-in-gso_features_chec.patch
|
|
patches.kernel.org/6.6.9-067-keys-dns-Allow-key-types-eg.-DNS-to-be-reclaime.patch
|
|
patches.kernel.org/6.6.9-068-afs-Fix-overwriting-of-result-of-DNS-query.patch
|
|
patches.kernel.org/6.6.9-069-afs-Fix-use-after-free-due-to-get-remove-race-i.patch
|
|
patches.kernel.org/6.6.9-070-drm-i915-hwmon-Fix-static-analysis-tool-reporte.patch
|
|
patches.kernel.org/6.6.9-071-drm-i915-mtl-Fix-HDMI-DP-PLL-clock-selection.patch
|
|
patches.kernel.org/6.6.9-072-ASoC-hdmi-codec-fix-missing-report-for-jack-ini.patch
|
|
patches.kernel.org/6.6.9-073-ASoC-fsl_sai-Fix-channel-swap-issue-on-i.MX8MP.patch
|
|
patches.kernel.org/6.6.9-074-i2c-qcom-geni-fix-missing-clk_disable_unprepare.patch
|
|
patches.kernel.org/6.6.9-075-drm-amdgpu-re-create-idle-bo-s-PTE-during-VM-st.patch
|
|
patches.kernel.org/6.6.9-076-i2c-aspeed-Handle-the-coalesced-stop-conditions.patch
|
|
patches.kernel.org/6.6.9-077-x86-xen-add-CPU-dependencies-for-32-bit-build.patch
|
|
patches.kernel.org/6.6.9-078-pinctrl-at91-pio4-use-dedicated-lock-class-for-.patch
|
|
patches.kernel.org/6.6.9-079-gpiolib-cdev-add-gpio_device-locking-wrapper-ar.patch
|
|
patches.kernel.org/6.6.9-080-nvme-pci-fix-sleeping-function-called-from-inte.patch
|
|
patches.kernel.org/6.6.9-081-interconnect-Treat-xlate-returning-NULL-node-as.patch
|
|
patches.kernel.org/6.6.9-082-iio-imu-inv_mpu6050-fix-an-error-code-problem-i.patch
|
|
patches.kernel.org/6.6.9-083-interconnect-qcom-sm8250-Enable-sync_state.patch
|
|
patches.kernel.org/6.6.9-084-Input-ipaq-micro-keys-add-error-handling-for-de.patch
|
|
patches.kernel.org/6.6.9-085-iio-adc-meson-add-separate-config-for-axg-SoC-f.patch
|
|
patches.kernel.org/6.6.9-086-scsi-bnx2fc-Fix-skb-double-free-in-bnx2fc_rcv.patch
|
|
patches.kernel.org/6.6.9-087-scsi-ufs-qcom-Return-ufs_qcom_clk_scale_-errors.patch
|
|
patches.kernel.org/6.6.9-088-scsi-ufs-core-Let-the-sq_lock-protect-sq_tail_s.patch
|
|
patches.kernel.org/6.6.9-089-iio-kx022a-Fix-acceleration-value-scaling.patch
|
|
patches.kernel.org/6.6.9-090-iio-adc-imx93-add-four-channels-for-imx93-adc.patch
|
|
patches.kernel.org/6.6.9-091-iio-common-ms_sensors-ms_sensors_i2c-fix-humidi.patch
|
|
patches.kernel.org/6.6.9-092-iio-imu-adis16475-add-spi_device_id-table.patch
|
|
patches.kernel.org/6.6.9-093-iio-adc-ti_am335x_adc-Fix-return-value-check-of.patch
|
|
patches.kernel.org/6.6.9-094-iio-tmag5273-fix-temperature-offset.patch
|
|
patches.kernel.org/6.6.9-095-iio-triggered-buffer-prevent-possible-freeing-o.patch
|
|
patches.kernel.org/6.6.9-096-ALSA-usb-audio-Increase-delay-in-MOTU-M-quirk.patch
|
|
patches.kernel.org/6.6.9-097-ARM-dts-Fix-occasional-boot-hang-for-am3-usb.patch
|
|
patches.kernel.org/6.6.9-098-usb-storage-Add-quirk-for-incorrect-WP-on-Kings.patch
|
|
patches.kernel.org/6.6.9-099-wifi-mt76-fix-crash-with-WED-rx-support-enabled.patch
|
|
patches.kernel.org/6.6.9-100-wifi-cfg80211-Add-my-certificate.patch
|
|
patches.kernel.org/6.6.9-101-wifi-cfg80211-fix-certs-build-to-not-depend-on-.patch
|
|
patches.kernel.org/6.6.9-102-USB-serial-ftdi_sio-update-Actisense-PIDs-const.patch
|
|
patches.kernel.org/6.6.9-103-USB-serial-option-add-Quectel-EG912Y-module-sup.patch
|
|
patches.kernel.org/6.6.9-104-USB-serial-option-add-Foxconn-T99W265-with-new-.patch
|
|
patches.kernel.org/6.6.9-105-USB-serial-option-add-Quectel-RM500Q-R13-firmwa.patch
|
|
patches.kernel.org/6.6.9-106-ALSA-hda-tas2781-select-program-0-conf-0-by-def.patch
|
|
patches.kernel.org/6.6.9-107-ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GV302XA.patch
|
|
patches.kernel.org/6.6.9-108-ASoC-tas2781-check-the-validity-of-prm_no-cfg_n.patch
|
|
patches.kernel.org/6.6.9-109-Bluetooth-hci_event-Fix-not-checking-if-HCI_OP_.patch
|
|
patches.kernel.org/6.6.9-110-Bluetooth-af_bluetooth-Fix-Use-After-Free-in-bt.patch
|
|
patches.kernel.org/6.6.9-111-Bluetooth-L2CAP-Send-reject-on-command-corrupte.patch
|
|
patches.kernel.org/6.6.9-112-Bluetooth-MGMT-SMP-Fix-address-type-when-using-.patch
|
|
patches.kernel.org/6.6.9-113-Bluetooth-Add-more-enc-key-size-check.patch
|
|
patches.kernel.org/6.6.9-114-usb-typec-ucsi-fix-gpio-based-orientation-detec.patch
|
|
patches.kernel.org/6.6.9-115-usb-fotg210-hcd-delete-an-incorrect-bounds-test.patch
|
|
patches.kernel.org/6.6.9-116-net-usb-ax88179_178a-avoid-failed-operations-wh.patch
|
|
patches.kernel.org/6.6.9-117-Input-soc_button_array-add-mapping-for-airplane.patch
|
|
patches.kernel.org/6.6.9-118-net-9p-avoid-freeing-uninit-memory-in-p9pdu_vre.patch
|
|
patches.kernel.org/6.6.9-119-net-rfkill-gpio-set-GPIO-direction.patch
|
|
patches.kernel.org/6.6.9-120-net-ks8851-Fix-TX-stall-caused-by-TX-buffer-ove.patch
|
|
patches.kernel.org/6.6.9-121-net-avoid-build-bug-in-skb-extension-length-cal.patch
|
|
patches.kernel.org/6.6.9-122-net-stmmac-fix-incorrect-flag-check-in-timestam.patch
|
|
patches.kernel.org/6.6.9-123-dt-bindings-nvmem-mxs-ocotp-Document-fsl-ocotp.patch
|
|
patches.kernel.org/6.6.9-124-nfsd-call-nfsd_last_thread-before-final-nfsd_pu.patch
|
|
patches.kernel.org/6.6.9-125-smb-client-fix-OOB-in-cifsd-when-receiving-comp.patch
|
|
patches.kernel.org/6.6.9-126-smb-client-fix-potential-OOB-in-cifs_dump_detai.patch
|
|
patches.kernel.org/6.6.9-127-smb-client-fix-OOB-in-SMB2_query_info_init.patch
|
|
patches.kernel.org/6.6.9-128-smb-client-fix-OOB-in-smbCalcSize.patch
|
|
patches.kernel.org/6.6.9-129-drm-i915-Reject-async-flips-with-bigjoiner.patch
|
|
patches.kernel.org/6.6.9-130-drm-i915-dmc-Don-t-enable-any-pipe-DMC-events.patch
|
|
patches.kernel.org/6.6.9-131-9p-prevent-read-overrun-in-protocol-dump-tracep.patch
|
|
patches.kernel.org/6.6.9-132-ring-buffer-Fix-32-bit-rb_time_read-race-with-r.patch
|
|
patches.kernel.org/6.6.9-133-ring-buffer-Remove-useless-update-to-write_stam.patch
|
|
patches.kernel.org/6.6.9-134-ring-buffer-Fix-slowpath-of-interrupted-event.patch
|
|
patches.kernel.org/6.6.9-135-spi-atmel-Do-not-cancel-a-transfer-upon-any-sig.patch
|
|
patches.kernel.org/6.6.9-136-spi-atmel-Prevent-spi-transfers-from-being-kill.patch
|
|
patches.kernel.org/6.6.9-137-spi-atmel-Fix-clock-issue-when-using-devices-wi.patch
|
|
patches.kernel.org/6.6.9-138-nvmem-brcm_nvram-store-a-copy-of-NVRAM-content.patch
|
|
patches.kernel.org/6.6.9-139-Revert-scsi-aacraid-Reply-queue-mapping-to-CPUs.patch
|
|
patches.kernel.org/6.6.9-140-scsi-core-Always-send-batch-on-reset-or-error-h.patch
|
|
patches.kernel.org/6.6.9-141-tracing-synthetic-Disable-events-after-testing-.patch
|
|
patches.kernel.org/6.6.9-142-dm-integrity-don-t-modify-bio-s-immutable-bio_v.patch
|
|
patches.kernel.org/6.6.9-143-selftests-mptcp-join-fix-subflow_send_ack-looku.patch
|
|
patches.kernel.org/6.6.9-144-pinctrl-starfive-jh7110-ignore-disabled-device-.patch
|
|
patches.kernel.org/6.6.9-145-pinctrl-starfive-jh7100-ignore-disabled-device-.patch
|
|
patches.kernel.org/6.6.9-146-bus-ti-sysc-Flush-posted-write-only-after-srst_.patch
|
|
patches.kernel.org/6.6.9-147-gpio-dwapb-mask-unmask-IRQ-when-disable-enale-i.patch
|
|
patches.kernel.org/6.6.9-148-lib-vsprintf-Fix-pfwf-when-current-node-refcoun.patch
|
|
patches.kernel.org/6.6.9-149-thunderbolt-Fix-memory-leak-in-margining_port_r.patch
|
|
patches.kernel.org/6.6.9-150-KVM-arm64-vgic-Simplify-kvm_vgic_destroy.patch
|
|
patches.kernel.org/6.6.9-151-KVM-arm64-vgic-Add-a-non-locking-primitive-for-.patch
|
|
patches.kernel.org/6.6.9-152-KVM-arm64-vgic-Force-vcpu-vgic-teardown-on-vcpu.patch
|
|
patches.kernel.org/6.6.9-153-x86-alternatives-Sync-core-before-enabling-inte.patch
|
|
patches.kernel.org/6.6.9-154-x86-alternatives-Disable-interrupts-and-sync-wh.patch
|
|
patches.kernel.org/6.6.9-155-x86-smpboot-64-Handle-X2APIC-BIOS-inconsistency.patch
|
|
patches.kernel.org/6.6.9-156-spi-cadence-revert-Add-SPI-transfer-delays.patch
|
|
patches.kernel.org/6.6.9-157-Linux-6.6.9.patch
|
|
patches.kernel.org/6.6.10-001-ksmbd-Remove-unused-field-in-ksmbd_user-struct.patch
|
|
patches.kernel.org/6.6.10-002-ksmbd-reorganize-ksmbd_iov_pin_rsp.patch
|
|
patches.kernel.org/6.6.10-003-ksmbd-fix-kernel-doc-comment-of-ksmbd_vfs_setx.patch
|
|
patches.kernel.org/6.6.10-004-ksmbd-fix-missing-RDMA-capable-flag-for-IPoIB-.patch
|
|
patches.kernel.org/6.6.10-005-ksmbd-add-support-for-surrogate-pair-conversio.patch
|
|
patches.kernel.org/6.6.10-006-ksmbd-no-need-to-wait-for-binded-connection-te.patch
|
|
patches.kernel.org/6.6.10-007-ksmbd-fix-kernel-doc-comment-of-ksmbd_vfs_kern.patch
|
|
patches.kernel.org/6.6.10-008-ksmbd-prevent-memory-leak-on-error-return.patch
|
|
patches.kernel.org/6.6.10-009-ksmbd-separately-allocate-ci-per-dentry.patch
|
|
patches.kernel.org/6.6.10-010-ksmbd-move-oplock-handling-after-unlock-parent.patch
|
|
patches.kernel.org/6.6.10-011-ksmbd-release-interim-response-after-sending-s.patch
|
|
patches.kernel.org/6.6.10-012-ksmbd-move-setting-SMB2_FLAGS_ASYNC_COMMAND-an.patch
|
|
patches.kernel.org/6.6.10-013-ksmbd-don-t-update-op_state-as-OPLOCK_STATE_NO.patch
|
|
patches.kernel.org/6.6.10-014-ksmbd-set-epoch-in-create-context-v2-lease.patch
|
|
patches.kernel.org/6.6.10-015-ksmbd-set-v2-lease-capability.patch
|
|
patches.kernel.org/6.6.10-016-ksmbd-downgrade-RWH-lease-caching-state-to-RH-.patch
|
|
patches.kernel.org/6.6.10-017-ksmbd-send-v2-lease-break-notification-for-dir.patch
|
|
patches.kernel.org/6.6.10-018-ksmbd-lazy-v2-lease-break-on-smb2_write.patch
|
|
patches.kernel.org/6.6.10-019-ksmbd-avoid-duplicate-opinfo_put-call-on-error.patch
|
|
patches.kernel.org/6.6.10-020-fs-new-accessor-methods-for-atime-and-mtime.patch
|
|
patches.kernel.org/6.6.10-021-client-convert-to-new-timestamp-accessors.patch
|
|
patches.kernel.org/6.6.10-022-fs-cifs-Fix-atime-update-check.patch
|
|
patches.kernel.org/6.6.10-023-virtio_ring-fix-syncs-DMA-memory-with-differen.patch
|
|
patches.kernel.org/6.6.10-024-kexec-fix-KEXEC_FILE-dependencies.patch
|
|
patches.kernel.org/6.6.10-025-kexec-select-CRYPTO-from-KEXEC_FILE-instead-of.patch
|
|
patches.kernel.org/6.6.10-026-linux-export-Fix-alignment-for-64-bit-ksymtab-.patch
|
|
patches.kernel.org/6.6.10-027-linux-export-Ensure-natural-alignment-of-kcrct.patch
|
|
patches.kernel.org/6.6.10-028-mptcp-refactor-sndbuf-auto-tuning.patch
|
|
patches.kernel.org/6.6.10-029-mptcp-fix-possible-NULL-pointer-dereference-on.patch
|
|
patches.kernel.org/6.6.10-030-mptcp-fix-inconsistent-state-on-fastopen-race.patch
|
|
patches.kernel.org/6.6.10-031-block-renumber-QUEUE_FLAG_HW_WC.patch
|
|
patches.kernel.org/6.6.10-032-platform-x86-intel-pmc-Add-suspend-callback.patch
|
|
patches.kernel.org/6.6.10-033-platform-x86-intel-pmc-Allow-reenabling-LTRs.patch
|
|
patches.kernel.org/6.6.10-034-platform-x86-intel-pmc-Move-GBE-LTR-ignore-to-.patch
|
|
patches.kernel.org/6.6.10-035-ksmbd-fix-slab-out-of-bounds-in-smb_strndup_fr.patch
|
|
patches.kernel.org/6.6.10-036-platform-x86-p2sb-Allow-p2sb_bar-calls-during-.patch
|
|
patches.kernel.org/6.6.10-037-maple_tree-do-not-preallocate-nodes-for-slot-s.patch
|
|
patches.kernel.org/6.6.10-038-selftests-secretmem-floor-the-memory-size-to-t.patch
|
|
patches.kernel.org/6.6.10-039-mm-filemap-avoid-buffered-read-write-race-to-r.patch
|
|
patches.kernel.org/6.6.10-040-mm-migrate-high-order-folios-in-swap-cache-cor.patch
|
|
patches.kernel.org/6.6.10-041-mm-memory-failure-cast-index-to-loff_t-before-.patch
|
|
patches.kernel.org/6.6.10-042-mm-memory-failure-check-the-mapcount-of-the-pr.patch
|
|
patches.kernel.org/6.6.10-043-Revert-nvme-fc-fix-race-between-error-recovery.patch
|
|
patches.kernel.org/6.6.10-044-ring-buffer-Fix-wake-ups-when-buffer_percent-i.patch
|
|
patches.kernel.org/6.6.10-045-ftrace-Fix-modification-of-direct_function-has.patch
|
|
patches.kernel.org/6.6.10-046-tracing-Fix-blocked-reader-of-snapshot-buffer.patch
|
|
patches.kernel.org/6.6.10-047-wifi-cfg80211-fix-CQM-for-non-range-use.patch
|
|
patches.kernel.org/6.6.10-048-wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_r.patch
|
|
patches.kernel.org/6.6.10-049-netfilter-nf_tables-skip-set-commit-for-delete.patch
|
|
patches.kernel.org/6.6.10-050-Revert-platform-x86-p2sb-Allow-p2sb_bar-calls-.patch
|
|
patches.kernel.org/6.6.10-051-Linux-6.6.10.patch
|
|
patches.kernel.org/6.6.11-001-keys-dns-Fix-missing-size-check-of-V1-server-l.patch
|
|
patches.kernel.org/6.6.11-002-ALSA-hda-tas2781-do-not-use-regcache.patch
|
|
patches.kernel.org/6.6.11-003-ALSA-hda-tas2781-move-set_drv_data-outside-tas.patch
|
|
patches.kernel.org/6.6.11-004-ALSA-hda-tas2781-remove-sound-controls-in-unbi.patch
|
|
patches.kernel.org/6.6.11-005-ALSA-hda-realtek-enable-SND_PCI_QUIRK-for-hp-p.patch
|
|
patches.kernel.org/6.6.11-006-ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-H.patch
|
|
patches.kernel.org/6.6.11-007-ALSA-hda-realtek-Fix-mute-and-mic-mute-LEDs-fo.patch
|
|
patches.kernel.org/6.6.11-008-drm-amd-display-pbn_div-need-be-updated-for-ho.patch
|
|
patches.kernel.org/6.6.11-009-mptcp-prevent-tcp-diag-from-closing-listener-s.patch
|
|
patches.kernel.org/6.6.11-010-Revert-PCI-ASPM-Remove-pcie_aspm_pm_state_chan.patch
|
|
patches.kernel.org/6.6.11-011-drm-mgag200-Fix-gamma-lut-not-initialized-for-.patch
|
|
patches.kernel.org/6.6.11-012-cifs-cifs_chan_is_iface_active-should-be-calle.patch
|
|
patches.kernel.org/6.6.11-013-cifs-do-not-depend-on-release_iface-for-mainta.patch
|
|
patches.kernel.org/6.6.11-014-KVM-x86-pmu-fix-masking-logic-for-MSR_CORE_PER.patch
|
|
patches.kernel.org/6.6.11-015-accel-qaic-Fix-GEM-import-path-code.patch
|
|
patches.kernel.org/6.6.11-016-accel-qaic-Implement-quirk-for-SOC_HW_VERSION.patch
|
|
patches.kernel.org/6.6.11-017-wifi-iwlwifi-pcie-don-t-synchronize-IRQs-from-.patch
|
|
patches.kernel.org/6.6.11-018-drm-bridge-parade-ps8640-Never-store-more-than.patch
|
|
patches.kernel.org/6.6.11-019-drm-bridge-ti-sn65dsi86-Never-store-more-than-.patch
|
|
patches.kernel.org/6.6.11-020-drm-bridge-ps8640-Fix-size-mismatch-warning-w-.patch
|
|
patches.kernel.org/6.6.11-021-netfilter-nf_tables-set-transport-offset-from-.patch
|
|
patches.kernel.org/6.6.11-022-nfc-llcp_core-Hold-a-ref-to-llcp_local-dev-whe.patch
|
|
patches.kernel.org/6.6.11-023-octeontx2-af-Fix-marking-couple-of-structure-a.patch
|
|
patches.kernel.org/6.6.11-024-drm-i915-dp-Fix-passing-the-correct-DPCD_REV-f.patch
|
|
patches.kernel.org/6.6.11-025-drm-i915-perf-Update-handling-of-MMIO-triggere.patch
|
|
patches.kernel.org/6.6.11-026-ice-Fix-link_down_on_close-message.patch
|
|
patches.kernel.org/6.6.11-027-ice-Shut-down-VSI-with-link-down-on-close-enab.patch
|
|
patches.kernel.org/6.6.11-028-i40e-Fix-filter-input-checks-to-prevent-config.patch
|
|
patches.kernel.org/6.6.11-029-igc-Report-VLAN-EtherType-matching-back-to-use.patch
|
|
patches.kernel.org/6.6.11-030-igc-Check-VLAN-TCI-mask.patch
|
|
patches.kernel.org/6.6.11-031-igc-Check-VLAN-EtherType-mask.patch
|
|
patches.kernel.org/6.6.11-032-ASoC-fsl_rpmsg-Fix-error-handler-with-pm_runti.patch
|
|
patches.kernel.org/6.6.11-033-ASoC-mediatek-mt8186-fix-AUD_PAD_TOP-register-.patch
|
|
patches.kernel.org/6.6.11-034-mlxbf_gige-fix-receive-packet-race-condition.patch
|
|
patches.kernel.org/6.6.11-035-net-sched-em_text-fix-possible-memory-leak-in-.patch
|
|
patches.kernel.org/6.6.11-036-r8169-Fix-PCI-error-on-system-resume.patch
|
|
patches.kernel.org/6.6.11-037-net-Implement-missing-getsockopt-SO_TIMESTAMPI.patch
|
|
patches.kernel.org/6.6.11-038-selftests-bonding-do-not-set-port-down-when-ad.patch
|
|
patches.kernel.org/6.6.11-039-ARM-sun9i-smp-Fix-array-index-out-of-bounds-re.patch
|
|
patches.kernel.org/6.6.11-040-sfc-fix-a-double-free-bug-in-efx_probe_filters.patch
|
|
patches.kernel.org/6.6.11-041-net-bcmgenet-Fix-FCS-generation-for-fragmented.patch
|
|
patches.kernel.org/6.6.11-042-netfilter-nf_nat-fix-action-not-being-set-for-.patch
|
|
patches.kernel.org/6.6.11-043-netfilter-nft_immediate-drop-chain-reference-c.patch
|
|
patches.kernel.org/6.6.11-044-net-Save-and-restore-msg_namelen-in-sock_sendm.patch
|
|
patches.kernel.org/6.6.11-045-i40e-fix-use-after-free-in-i40e_aqc_add_filter.patch
|
|
patches.kernel.org/6.6.11-046-ASoC-meson-g12a-toacodec-Validate-written-enum.patch
|
|
patches.kernel.org/6.6.11-047-ASoC-meson-g12a-tohdmitx-Validate-written-enum.patch
|
|
patches.kernel.org/6.6.11-048-ASoC-meson-g12a-toacodec-Fix-event-generation.patch
|
|
patches.kernel.org/6.6.11-049-ASoC-meson-g12a-tohdmitx-Fix-event-generation-.patch
|
|
patches.kernel.org/6.6.11-050-i40e-Restore-VF-MSI-X-state-during-PCI-reset.patch
|
|
patches.kernel.org/6.6.11-051-igc-Fix-hicredit-calculation.patch
|
|
patches.kernel.org/6.6.11-052-apparmor-Fix-move_mount-mediation-by-detecting.patch
|
|
patches.kernel.org/6.6.11-053-virtio_net-avoid-data-races-on-dev-stats-field.patch
|
|
patches.kernel.org/6.6.11-054-virtio_net-fix-missing-dma-unmap-for-resize.patch
|
|
patches.kernel.org/6.6.11-055-net-qla3xxx-fix-potential-memleak-in-ql_alloc_.patch
|
|
patches.kernel.org/6.6.11-056-net-smc-fix-invalid-link-access-in-dumping-SMC.patch
|
|
patches.kernel.org/6.6.11-057-octeontx2-af-Always-configure-NIX-TX-link-cred.patch
|
|
patches.kernel.org/6.6.11-058-octeontx2-af-Re-enable-MAC-TX-in-otx2_stop-pro.patch
|
|
patches.kernel.org/6.6.11-059-asix-Add-check-for-usbnet_get_endpoints.patch
|
|
patches.kernel.org/6.6.11-060-net-ravb-Wait-for-operating-mode-to-be-applied.patch
|
|
patches.kernel.org/6.6.11-061-bnxt_en-Remove-mis-applied-code-from-bnxt_cfg_.patch
|
|
patches.kernel.org/6.6.11-062-net-Implement-missing-SO_TIMESTAMPING_NEW-cmsg.patch
|
|
patches.kernel.org/6.6.11-063-mm-convert-DAX-lock-unlock-page-to-lock-unlock.patch
|
|
patches.kernel.org/6.6.11-064-mm-memory-failure-pass-the-folio-and-the-page-.patch
|
|
patches.kernel.org/6.6.11-065-xsk-add-multi-buffer-support-for-sockets-shari.patch
|
|
patches.kernel.org/6.6.11-066-media-qcom-camss-Fix-V4L2-async-notifier-error.patch
|
|
patches.kernel.org/6.6.11-067-media-qcom-camss-Fix-genpd-cleanup.patch
|
|
patches.kernel.org/6.6.11-068-tcp-derive-delack_max-from-rto_min.patch
|
|
patches.kernel.org/6.6.11-069-bpftool-Fix-Wcast-qual-warning.patch
|
|
patches.kernel.org/6.6.11-070-bpftool-Align-output-skeleton-ELF-code.patch
|
|
patches.kernel.org/6.6.11-071-crypto-xts-use-spawn-for-underlying-single-blo.patch
|
|
patches.kernel.org/6.6.11-072-crypto-qat-fix-double-free-during-reset.patch
|
|
patches.kernel.org/6.6.11-073-crypto-hisilicon-qm-fix-EQ-AEQ-interrupt-issue.patch
|
|
patches.kernel.org/6.6.11-074-vfio-mtty-Overhaul-mtty-interrupt-handling.patch
|
|
patches.kernel.org/6.6.11-075-clk-si521xx-Increase-stack-based-print-buffer-.patch
|
|
patches.kernel.org/6.6.11-076-RDMA-mlx5-Fix-mkey-cache-WQ-flush.patch
|
|
patches.kernel.org/6.6.11-077-ACPI-thermal-Fix-acpi_thermal_unregister_therm.patch
|
|
patches.kernel.org/6.6.11-078-rcu-Break-rcu_node_0-rq-__lock-order.patch
|
|
patches.kernel.org/6.6.11-079-rcu-Introduce-rcu_cpu_online.patch
|
|
patches.kernel.org/6.6.11-080-rcu-tasks-Handle-new-PF_IDLE-semantics.patch
|
|
patches.kernel.org/6.6.11-081-rcu-tasks-trace-Handle-new-PF_IDLE-semantics.patch
|
|
patches.kernel.org/6.6.11-082-riscv-don-t-probe-unaligned-access-speed-if-al.patch
|
|
patches.kernel.org/6.6.11-083-KVM-s390-vsie-fix-wrong-VIR-37-when-MSO-is-use.patch
|
|
patches.kernel.org/6.6.11-084-phy-ti-gmii-sel-Fix-register-offset-when-paren.patch
|
|
patches.kernel.org/6.6.11-085-dmaengine-ti-k3-psil-am62-Fix-SPI-PDMA-data.patch
|
|
patches.kernel.org/6.6.11-086-dmaengine-ti-k3-psil-am62a-Fix-SPI-PDMA-data.patch
|
|
patches.kernel.org/6.6.11-087-dmaengine-fsl-edma-Do-not-suspend-and-resume-t.patch
|
|
patches.kernel.org/6.6.11-088-dmaengine-fsl-edma-Add-judgment-on-enabling-ro.patch
|
|
patches.kernel.org/6.6.11-089-iio-imu-adis16475-use-bit-numbers-in-assign_bi.patch
|
|
patches.kernel.org/6.6.11-090-iommu-vt-d-Support-enforce_cache_coherency-onl.patch
|
|
patches.kernel.org/6.6.11-091-phy-mediatek-mipi-mt8183-fix-minimal-supported.patch
|
|
patches.kernel.org/6.6.11-092-phy-sunplus-return-negative-error-code-in-sp_u.patch
|
|
patches.kernel.org/6.6.11-093-clk-rockchip-rk3128-Fix-aclk_peri_src-s-parent.patch
|
|
patches.kernel.org/6.6.11-094-clk-rockchip-rk3128-Fix-SCLK_SDMMC-s-clock-nam.patch
|
|
patches.kernel.org/6.6.11-095-drm-i915-Call-intel_pre_plane_updates-also-for.patch
|
|
patches.kernel.org/6.6.11-096-drm-amd-display-Increase-num-voltage-states-to.patch
|
|
patches.kernel.org/6.6.11-097-cxl-Add-cxl_decoders_committed-helper.patch
|
|
patches.kernel.org/6.6.11-098-cxl-core-Always-hold-region_rwsem-while-readin.patch
|
|
patches.kernel.org/6.6.11-099-kernel-resource-Increment-by-align-value-in-ge.patch
|
|
patches.kernel.org/6.6.11-100-drm-amd-display-Increase-frame-warning-limit-w.patch
|
|
patches.kernel.org/6.6.11-101-dmaengine-idxd-Protect-int_handle-field-in-hw-.patch
|
|
patches.kernel.org/6.6.11-102-dmaengine-fsl-edma-fix-wrong-pointer-check-in-.patch
|
|
patches.kernel.org/6.6.11-103-RISCV-KVM-update-external-interrupt-atomically.patch
|
|
patches.kernel.org/6.6.11-104-powerpc-pseries-vas-Migration-suspend-waits-fo.patch
|
|
patches.kernel.org/6.6.11-105-net-prevent-mss-overflow-in-skb_segment.patch
|
|
patches.kernel.org/6.6.11-106-cxl-pmu-Ensure-put_device-on-pmu-devices.patch
|
|
patches.kernel.org/6.6.11-107-net-libwx-fix-memory-leak-on-free-page.patch
|
|
patches.kernel.org/6.6.11-108-net-constify-sk_dst_get-and-__sk_dst_get-argum.patch
|
|
patches.kernel.org/6.6.11-109-mm-mglru-skip-special-VMAs-in-lru_gen_look_aro.patch
|
|
patches.kernel.org/6.6.11-110-firewire-ohci-suppress-unexpected-system-reboo.patch
|
|
patches.kernel.org/6.6.11-111-x86-kprobes-fix-incorrect-return-address-calcu.patch
|
|
patches.kernel.org/6.6.11-112-i2c-core-Fix-atomic-xfer-check-for-non-preempt.patch
|
|
patches.kernel.org/6.6.11-113-mm-fix-unmap_mapping_range-high-bits-shift-bug.patch
|
|
patches.kernel.org/6.6.11-114-drm-amdgpu-skip-gpu_info-fw-loading-on-navi12.patch
|
|
patches.kernel.org/6.6.11-115-drm-amd-display-add-nv12-bounding-box.patch
|
|
patches.kernel.org/6.6.11-116-drm-amd-display-Fix-sending-VSC-colorimetry-pa.patch
|
|
patches.kernel.org/6.6.11-117-mmc-meson-mx-sdhc-Fix-initialization-frozen-is.patch
|
|
patches.kernel.org/6.6.11-118-mmc-rpmb-fixes-pause-retune-on-all-RPMB-partit.patch
|
|
patches.kernel.org/6.6.11-119-mmc-core-Cancel-delayed-work-before-releasing-.patch
|
|
patches.kernel.org/6.6.11-120-mmc-sdhci-sprd-Fix-eMMC-init-failure-after-hw-.patch
|
|
patches.kernel.org/6.6.11-121-cxl-Add-cxl_num_decoders_committed-usage-to-cx.patch
|
|
patches.kernel.org/6.6.11-122-cxl-hdm-Fix-a-benign-lockdep-splat.patch
|
|
patches.kernel.org/6.6.11-123-cxl-memdev-Hold-region_rwsem-during-inject-and.patch
|
|
patches.kernel.org/6.6.11-124-media-qcom-camss-Comment-CSID-dt_id-field.patch
|
|
patches.kernel.org/6.6.11-125-Linux-6.6.11.patch
|
|
patches.kernel.org/6.6.12-001-nfsd-drop-the-nfsd_put-helper.patch
|
|
patches.kernel.org/6.6.12-002-Linux-6.6.12.patch
|
|
patches.kernel.org/6.6.13-001-f2fs-explicitly-null-terminate-the-xattr-list.patch
|
|
patches.kernel.org/6.6.13-002-pinctrl-s32cc-Avoid-possible-string-truncation.patch
|
|
patches.kernel.org/6.6.13-003-kunit-Warn-if-tests-are-slow.patch
|
|
patches.kernel.org/6.6.13-004-kunit-Reset-suite-counter-right-before-running.patch
|
|
patches.kernel.org/6.6.13-005-pinctrl-lochnagar-Don-t-build-on-MIPS.patch
|
|
patches.kernel.org/6.6.13-006-ALSA-hda-Fix-speaker-and-headset-mic-pin-confi.patch
|
|
patches.kernel.org/6.6.13-007-mptcp-fix-uninit-value-in-mptcp_incoming_optio.patch
|
|
patches.kernel.org/6.6.13-008-wifi-cfg80211-lock-wiphy-mutex-for-rfkill-poll.patch
|
|
patches.kernel.org/6.6.13-009-wifi-avoid-offset-calculation-on-NULL-pointer.patch
|
|
patches.kernel.org/6.6.13-010-wifi-mac80211-handle-320-MHz-in-ieee80211_ht_c.patch
|
|
patches.kernel.org/6.6.13-011-debugfs-fix-automount-d_fsdata-usage.patch
|
|
patches.kernel.org/6.6.13-012-ALSA-hda-intel-nhlt-Ignore-vbps-when-looking-f.patch
|
|
patches.kernel.org/6.6.13-013-nvme-core-fix-a-memory-leak-in-nvme_ns_info_fr.patch
|
|
patches.kernel.org/6.6.13-014-io_uring-use-fget-fput-consistently.patch
|
|
patches.kernel.org/6.6.13-015-block-warn-once-for-each-partition-in-bio_chec.patch
|
|
patches.kernel.org/6.6.13-016-drm-amdgpu-Do-not-issue-gpu-reset-from-nbio-v7.patch
|
|
patches.kernel.org/6.6.13-017-drm-amdkfd-Use-common-function-for-IP-version-.patch
|
|
patches.kernel.org/6.6.13-018-drm-amd-display-update-dcn315-lpddr-pstate-lat.patch
|
|
patches.kernel.org/6.6.13-019-drm-amdgpu-Fix-cat-debugfs-amdgpu_regs_didt-ca.patch
|
|
patches.kernel.org/6.6.13-020-drm-amdkfd-Free-gang_ctx_bo-and-wptr_bo-in-pqm.patch
|
|
patches.kernel.org/6.6.13-021-drm-amdgpu-Use-another-offset-for-GC-9.4.3-rem.patch
|
|
patches.kernel.org/6.6.13-022-smb-client-common-fix-fortify-warnings.patch
|
|
patches.kernel.org/6.6.13-023-Revert-drm-prime-Unexport-helpers-for-fd-handl.patch
|
|
patches.kernel.org/6.6.13-024-blk-mq-don-t-count-completed-flush-data-reques.patch
|
|
patches.kernel.org/6.6.13-025-nvme-core-check-for-too-small-lba-shift.patch
|
|
patches.kernel.org/6.6.13-026-hwtracing-hisi_ptt-Handle-the-interrupt-in-har.patch
|
|
patches.kernel.org/6.6.13-027-hwtracing-hisi_ptt-Don-t-try-to-attach-a-task.patch
|
|
patches.kernel.org/6.6.13-028-ASoC-amd-yc-Add-HP-255-G10-into-quirk-table.patch
|
|
patches.kernel.org/6.6.13-029-ASoC-wm8974-Correct-boost-mixer-inputs.patch
|
|
patches.kernel.org/6.6.13-030-arm64-dts-rockchip-fix-rk356x-pcie-msg-interru.patch
|
|
patches.kernel.org/6.6.13-031-ASoC-Intel-Skylake-Fix-mem-leak-in-few-functio.patch
|
|
patches.kernel.org/6.6.13-032-ASoC-nau8822-Fix-incorrect-type-in-assignment-.patch
|
|
patches.kernel.org/6.6.13-033-ASoC-SOF-topology-Fix-mem-leak-in-sof_dai_load.patch
|
|
patches.kernel.org/6.6.13-034-ASoC-Intel-Skylake-mem-leak-in-skl-register-fu.patch
|
|
patches.kernel.org/6.6.13-035-ASoC-cs43130-Fix-the-position-of-const-qualifi.patch
|
|
patches.kernel.org/6.6.13-036-ASoC-cs43130-Fix-incorrect-frame-delay-configu.patch
|
|
patches.kernel.org/6.6.13-037-ASoC-fsl_xcvr-Enable-2-TX-bit-clock-for-spdif-.patch
|
|
patches.kernel.org/6.6.13-038-ASoC-rt5650-add-mutex-to-avoid-the-jack-detect.patch
|
|
patches.kernel.org/6.6.13-039-ASoC-fsl_xcvr-refine-the-requested-phy-clock-f.patch
|
|
patches.kernel.org/6.6.13-040-ASoC-Intel-skl_hda_dsp_generic-Drop-HDMI-route.patch
|
|
patches.kernel.org/6.6.13-041-ASoC-SOF-ipc4-topology-Add-core_mask-in-struct.patch
|
|
patches.kernel.org/6.6.13-042-ASoC-SOF-sof-audio-Modify-logic-for-enabling-d.patch
|
|
patches.kernel.org/6.6.13-043-nouveau-tu102-flush-all-pdbs-on-vmm-flush.patch
|
|
patches.kernel.org/6.6.13-044-ASoC-amd-yc-Add-DMI-entry-to-support-System76-.patch
|
|
patches.kernel.org/6.6.13-045-ASoC-hdac_hda-Conditionally-register-dais-for-.patch
|
|
patches.kernel.org/6.6.13-046-ASoC-SOF-ipc4-topology-Correct-data-structures.patch
|
|
patches.kernel.org/6.6.13-047-ASoC-SOF-ipc4-topology-Correct-data-structures.patch
|
|
patches.kernel.org/6.6.13-048-pds_vdpa-fix-up-format-truncation-complaint.patch
|
|
patches.kernel.org/6.6.13-049-pds_vdpa-clear-config-callback-when-status-goe.patch
|
|
patches.kernel.org/6.6.13-050-pds_vdpa-set-features-order.patch
|
|
patches.kernel.org/6.6.13-051-net-tg3-fix-race-condition-in-tg3_reset_task.patch
|
|
patches.kernel.org/6.6.13-052-ASoC-da7219-Support-low-DC-impedance-headset.patch
|
|
patches.kernel.org/6.6.13-053-nvme-introduce-helper-function-to-get-ctrl-sta.patch
|
|
patches.kernel.org/6.6.13-054-nvme-ensure-reset-state-check-ordering.patch
|
|
patches.kernel.org/6.6.13-055-nvme-ioctl-move-capable-admin-check-to-the-end.patch
|
|
patches.kernel.org/6.6.13-056-nvme-prevent-potential-spectre-v1-gadget.patch
|
|
patches.kernel.org/6.6.13-057-nvme-fix-deadlock-between-reset-and-scan.patch
|
|
patches.kernel.org/6.6.13-058-arm64-dts-rockchip-Fix-PCI-node-addresses-on-r.patch
|
|
patches.kernel.org/6.6.13-059-drm-amd-display-Add-monitor-patch-for-specific.patch
|
|
patches.kernel.org/6.6.13-060-drm-amdgpu-Add-NULL-checks-for-function-pointe.patch
|
|
patches.kernel.org/6.6.13-061-drm-exynos-fix-a-potential-error-pointer-deref.patch
|
|
patches.kernel.org/6.6.13-062-drm-exynos-fix-a-wrong-error-checking.patch
|
|
patches.kernel.org/6.6.13-063-ALSA-pcmtest-stop-timer-before-buffer-is-relea.patch
|
|
patches.kernel.org/6.6.13-064-hwmon-corsair-psu-Fix-probe-when-built-in.patch
|
|
patches.kernel.org/6.6.13-065-LoongArch-Apply-dynamic-relocations-for-LLD.patch
|
|
patches.kernel.org/6.6.13-066-LoongArch-Set-unwind-stack-type-to-unknown-rat.patch
|
|
patches.kernel.org/6.6.13-067-LoongArch-Preserve-syscall-nr-across-execve.patch
|
|
patches.kernel.org/6.6.13-068-clk-rockchip-rk3568-Add-PLL-rate-for-292.5MHz.patch
|
|
patches.kernel.org/6.6.13-069-clk-rockchip-rk3128-Fix-HCLK_OTG-gate-register.patch
|
|
patches.kernel.org/6.6.13-070-soundwire-intel_ace2x-fix-AC-timing-setting-fo.patch
|
|
patches.kernel.org/6.6.13-071-jbd2-correct-the-printing-of-write_flags-in-jb.patch
|
|
patches.kernel.org/6.6.13-072-jbd2-increase-the-journal-IO-s-priority.patch
|
|
patches.kernel.org/6.6.13-073-drm-crtc-Fix-uninit-value-bug-in-drm_mode_setc.patch
|
|
patches.kernel.org/6.6.13-074-neighbour-Don-t-let-neigh_forced_gc-disable-pr.patch
|
|
patches.kernel.org/6.6.13-075-platform-x86-intel-vbtn-Fix-missing-tablet-mod.patch
|
|
patches.kernel.org/6.6.13-076-efi-loongarch-Use-load-address-to-calculate-ke.patch
|
|
patches.kernel.org/6.6.13-077-jbd2-fix-soft-lockup-in-journal_finish_inode_d.patch
|
|
patches.kernel.org/6.6.13-078-tracing-Have-large-events-show-up-as-LINE-TOO-.patch
|
|
patches.kernel.org/6.6.13-079-tracing-Add-size-check-when-printing-trace_mar.patch
|
|
patches.kernel.org/6.6.13-080-stmmac-dwmac-loongson-drop-useless-check-for-c.patch
|
|
patches.kernel.org/6.6.13-081-MIPS-dts-loongson-drop-incorrect-dwmac-fallbac.patch
|
|
patches.kernel.org/6.6.13-082-tracing-Fix-uaf-issue-when-open-the-hist-or-hi.patch
|
|
patches.kernel.org/6.6.13-083-ring-buffer-Do-not-record-in-NMI-if-the-arch-d.patch
|
|
patches.kernel.org/6.6.13-084-Input-psmouse-enable-Synaptics-InterTouch-for-.patch
|
|
patches.kernel.org/6.6.13-085-reset-hisilicon-hi6220-fix-Wvoid-pointer-to-en.patch
|
|
patches.kernel.org/6.6.13-086-Input-atkbd-skip-ATKBD_CMD_GETID-in-translated.patch
|
|
patches.kernel.org/6.6.13-087-Input-i8042-add-nomux-quirk-for-Acer-P459-G2-M.patch
|
|
patches.kernel.org/6.6.13-088-pinctrl-amd-Mask-non-wake-source-pins-with-int.patch
|
|
patches.kernel.org/6.6.13-089-ASoC-cs35l45-Use-modern-pm_ops.patch
|
|
patches.kernel.org/6.6.13-090-ASoC-cs35l45-Prevent-IRQ-handling-when-suspend.patch
|
|
patches.kernel.org/6.6.13-091-ASoC-cs35l45-Prevents-spinning-during-runtime-.patch
|
|
patches.kernel.org/6.6.13-092-s390-scm-fix-virtual-vs-physical-address-confu.patch
|
|
patches.kernel.org/6.6.13-093-ARC-fix-spare-error.patch
|
|
patches.kernel.org/6.6.13-094-ARC-fix-smatch-warning.patch
|
|
patches.kernel.org/6.6.13-095-wifi-iwlwifi-pcie-avoid-a-NULL-pointer-derefer.patch
|
|
patches.kernel.org/6.6.13-096-Input-xpad-add-Razer-Wolverine-V2-support.patch
|
|
patches.kernel.org/6.6.13-097-driver-core-Add-a-guard-definition-for-the-dev.patch
|
|
patches.kernel.org/6.6.13-098-kselftest-alsa-fixed-a-print-formatting-warnin.patch
|
|
patches.kernel.org/6.6.13-099-HID-nintendo-fix-initializer-element-is-not-co.patch
|
|
patches.kernel.org/6.6.13-100-platform-x86-thinkpad_acpi-fix-for-incorrect-f.patch
|
|
patches.kernel.org/6.6.13-101-platform-x86-amd-pmc-Move-platform-defines-to-.patch
|
|
patches.kernel.org/6.6.13-102-platform-x86-amd-pmc-Only-run-IRQ1-firmware-ve.patch
|
|
patches.kernel.org/6.6.13-103-platform-x86-amd-pmc-Move-keyboard-wakeup-disa.patch
|
|
patches.kernel.org/6.6.13-104-platform-x86-amd-pmc-Disable-keyboard-wakeup-o.patch
|
|
patches.kernel.org/6.6.13-105-ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Medi.patch
|
|
patches.kernel.org/6.6.13-106-ASoC-Intel-bytcr_rt5640-Add-new-swapped-speake.patch
|
|
patches.kernel.org/6.6.13-107-ALSA-hda-realtek-Add-quirks-for-ASUS-Zenbook-2.patch
|
|
patches.kernel.org/6.6.13-108-dm-audit-fix-Kconfig-so-DM_AUDIT-depends-on-BL.patch
|
|
patches.kernel.org/6.6.13-109-HID-nintendo-Prevent-divide-by-zero-on-code.patch
|
|
patches.kernel.org/6.6.13-110-smb-client-fix-potential-OOB-in-smb2_dump_deta.patch
|
|
patches.kernel.org/6.6.13-111-i2c-rk3x-fix-potential-spinlock-recursion-on-p.patch
|
|
patches.kernel.org/6.6.13-112-drm-amdkfd-svm-range-always-mapped-flag-not-wo.patch
|
|
patches.kernel.org/6.6.13-113-drm-amd-display-Add-case-for-dcn35-to-support-.patch
|
|
patches.kernel.org/6.6.13-114-drm-amd-display-get-dprefclk-ss-info-from-inte.patch
|
|
patches.kernel.org/6.6.13-115-pinctrl-cy8c95x0-Fix-typo.patch
|
|
patches.kernel.org/6.6.13-116-pinctrl-cy8c95x0-Fix-regression.patch
|
|
patches.kernel.org/6.6.13-117-pinctrl-cy8c95x0-Fix-get_pincfg.patch
|
|
patches.kernel.org/6.6.13-118-posix-timers-Get-rid-of-COMPAT_-SYS_NI-uses.patch
|
|
patches.kernel.org/6.6.13-119-ida-Fix-crash-in-ida_free-when-the-bitmap-is-e.patch
|
|
patches.kernel.org/6.6.13-120-virtio_blk-fix-snprintf-truncation-compiler-wa.patch
|
|
patches.kernel.org/6.6.13-121-nfc-Do-not-send-datagram-if-socket-state-isn-t.patch
|
|
patches.kernel.org/6.6.13-122-net-qrtr-ns-Return-0-if-server-port-is-not-pre.patch
|
|
patches.kernel.org/6.6.13-123-connector-Fix-proc_event_num_listeners-count-n.patch
|
|
patches.kernel.org/6.6.13-124-ARM-sun9i-smp-fix-return-code-check-of-of_prop.patch
|
|
patches.kernel.org/6.6.13-125-x86-csum-Remove-unnecessary-odd-handling.patch
|
|
patches.kernel.org/6.6.13-126-x86-csum-clean-up-csum_partial-further.patch
|
|
patches.kernel.org/6.6.13-127-drm-crtc-fix-uninitialized-variable-use.patch
|
|
patches.kernel.org/6.6.13-128-x86-microcode-do-not-cache-microcode-if-it-wil.patch
|
|
patches.kernel.org/6.6.13-129-ALSA-hda-realtek-Fix-mute-and-mic-mute-LEDs-fo.patch
|
|
patches.kernel.org/6.6.13-130-ACPI-resource-Add-another-DMI-match-for-the-To.patch
|
|
patches.kernel.org/6.6.13-131-bus-moxtet-Mark-the-irq-as-shared.patch
|
|
patches.kernel.org/6.6.13-132-bus-moxtet-Add-spi-device-table.patch
|
|
patches.kernel.org/6.6.13-133-ASoC-SOF-Intel-hda-codec-Delay-the-codec-devic.patch
|
|
patches.kernel.org/6.6.13-134-drm-amd-display-Pass-pwrseq-inst-for-backlight.patch
|
|
patches.kernel.org/6.6.13-135-ksmbd-don-t-allow-O_TRUNC-open-on-read-only-sh.patch
|
|
patches.kernel.org/6.6.13-136-ksmbd-free-ppace-array-on-error-in-parse_dacl.patch
|
|
patches.kernel.org/6.6.13-137-Revert-md-raid5-Wait-for-MD_SB_CHANGE_PENDING-.patch
|
|
patches.kernel.org/6.6.13-138-binder-use-EPOLLERR-from-eventpoll.h.patch
|
|
patches.kernel.org/6.6.13-139-binder-fix-use-after-free-in-shinker-s-callbac.patch
|
|
patches.kernel.org/6.6.13-140-binder-fix-trivial-typo-of-binder_free_buf_loc.patch
|
|
patches.kernel.org/6.6.13-141-binder-fix-comment-on-binder_alloc_new_buf-ret.patch
|
|
patches.kernel.org/6.6.13-142-uio-Fix-use-after-free-in-uio_open.patch
|
|
patches.kernel.org/6.6.13-143-parport-parport_serial-Add-Brainboxes-BAR-deta.patch
|
|
patches.kernel.org/6.6.13-144-parport-parport_serial-Add-Brainboxes-device-I.patch
|
|
patches.kernel.org/6.6.13-145-leds-ledtrig-tty-Free-allocated-ttyname-buffer.patch
|
|
patches.kernel.org/6.6.13-146-PCI-Add-ACS-quirk-for-more-Zhaoxin-Root-Ports.patch
|
|
patches.kernel.org/6.6.13-147-coresight-etm4x-Fix-width-of-CCITMIN-field.patch
|
|
patches.kernel.org/6.6.13-148-scripts-decode_stacktrace.sh-optionally-use-LL.patch
|
|
patches.kernel.org/6.6.13-149-mm-memory_hotplug-fix-memmap_on_memory-sysfs-v.patch
|
|
patches.kernel.org/6.6.13-150-Linux-6.6.13.patch
|
|
patches.kernel.org/6.6.14-001-x86-lib-Fix-overflow-when-counting-digits.patch
|
|
patches.kernel.org/6.6.14-002-x86-mce-inject-Clear-test-status-value.patch
|
|
patches.kernel.org/6.6.14-003-EDAC-thunderx-Fix-possible-out-of-bounds-strin.patch
|
|
patches.kernel.org/6.6.14-004-powerpc-add-crtsavres.o-to-always-y-instead-of.patch
|
|
patches.kernel.org/6.6.14-005-x86-Fix-CPUIDLE_FLAG_IRQ_ENABLE-leaking-timer-.patch
|
|
patches.kernel.org/6.6.14-006-powerpc-44x-select-I2C-for-CURRITUCK.patch
|
|
patches.kernel.org/6.6.14-007-powerpc-pseries-memhp-Fix-access-beyond-end-of.patch
|
|
patches.kernel.org/6.6.14-008-perf-arm-cmn-Fix-HN-F-class_occup_id-events.patch
|
|
patches.kernel.org/6.6.14-009-drivers-perf-hisi-Fix-some-event-id-for-HiSili.patch
|
|
patches.kernel.org/6.6.14-010-KVM-PPC-Book3S-HV-Use-accessors-for-VCPU-regis.patch
|
|
patches.kernel.org/6.6.14-011-KVM-PPC-Book3S-HV-Introduce-low-level-MSR-acce.patch
|
|
patches.kernel.org/6.6.14-012-KVM-PPC-Book3S-HV-Handle-pending-exceptions-on.patch
|
|
patches.kernel.org/6.6.14-013-selftests-powerpc-Fix-error-handling-in-FPU-VM.patch
|
|
patches.kernel.org/6.6.14-014-powerpc-hv-gpci-Add-return-value-check-in-affi.patch
|
|
patches.kernel.org/6.6.14-015-powerpc-rtas-Avoid-warning-on-invalid-token-ar.patch
|
|
patches.kernel.org/6.6.14-016-powerpc-powernv-Add-a-null-pointer-check-to-sc.patch
|
|
patches.kernel.org/6.6.14-017-powerpc-powernv-Add-a-null-pointer-check-in-op.patch
|
|
patches.kernel.org/6.6.14-018-powerpc-powernv-Add-a-null-pointer-check-in-op.patch
|
|
patches.kernel.org/6.6.14-019-powerpc-imc-pmu-Add-a-null-pointer-check-in-up.patch
|
|
patches.kernel.org/6.6.14-020-sched-fair-Update-min_vruntime-for-reweight_en.patch
|
|
patches.kernel.org/6.6.14-021-perf-x86-intel-uncore-Fix-NULL-pointer-derefer.patch
|
|
patches.kernel.org/6.6.14-022-spi-spi-zynqmp-gqspi-fix-driver-kconfig-depend.patch
|
|
patches.kernel.org/6.6.14-023-mtd-rawnand-Increment-IFC_TIMEOUT_MSECS-for-na.patch
|
|
patches.kernel.org/6.6.14-024-ACPI-video-check-for-error-while-searching-for.patch
|
|
patches.kernel.org/6.6.14-025-ACPI-LPIT-Avoid-u32-multiplication-overflow.patch
|
|
patches.kernel.org/6.6.14-026-KEYS-encrypted-Add-check-for-strsep.patch
|
|
patches.kernel.org/6.6.14-027-spi-cadence-quadspi-add-missing-clk_disable_un.patch
|
|
patches.kernel.org/6.6.14-028-platform-x86-intel-vsec-Fix-xa_alloc-memory-le.patch
|
|
patches.kernel.org/6.6.14-029-cpufreq-scmi-process-the-result-of-devm_of_clk.patch
|
|
patches.kernel.org/6.6.14-030-calipso-fix-memory-leak-in-netlbl_calipso_add_.patch
|
|
patches.kernel.org/6.6.14-031-efivarfs-force-RO-when-remounting-if-SetVariab.patch
|
|
patches.kernel.org/6.6.14-032-efivarfs-Free-s_fs_info-on-unmount.patch
|
|
patches.kernel.org/6.6.14-033-spi-sh-msiof-Enforce-fixed-DTDL-for-R-Car-H3.patch
|
|
patches.kernel.org/6.6.14-034-ACPI-LPSS-Fix-the-fractional-clock-divider-fla.patch
|
|
patches.kernel.org/6.6.14-035-ACPI-extlog-Clear-Extended-Error-Log-status-wh.patch
|
|
patches.kernel.org/6.6.14-036-thermal-core-Fix-NULL-pointer-dereference-in-z.patch
|
|
patches.kernel.org/6.6.14-037-kunit-debugfs-Fix-unchecked-dereference-in-deb.patch
|
|
patches.kernel.org/6.6.14-038-mtd-Fix-gluebi-NULL-pointer-dereference-caused.patch
|
|
patches.kernel.org/6.6.14-039-cpuidle-haltpoll-Do-not-enable-interrupts-when.patch
|
|
patches.kernel.org/6.6.14-040-drivers-thermal-loongson2_thermal-Fix-incorrec.patch
|
|
patches.kernel.org/6.6.14-041-selinux-Fix-error-priority-for-bind-with-AF_UN.patch
|
|
patches.kernel.org/6.6.14-042-crypto-rsa-add-a-check-for-allocation-failure.patch
|
|
patches.kernel.org/6.6.14-043-crypto-jh7110-Correct-deferred-probe-return.patch
|
|
patches.kernel.org/6.6.14-044-crypto-virtio-Handle-dataq-logic-with-tasklet.patch
|
|
patches.kernel.org/6.6.14-045-crypto-sa2ul-Return-crypto_aead_setkey-to-tran.patch
|
|
patches.kernel.org/6.6.14-046-crypto-ccp-fix-memleak-in-ccp_init_dm_workarea.patch
|
|
patches.kernel.org/6.6.14-047-crypto-af_alg-Disallow-multiple-in-flight-AIO-.patch
|
|
patches.kernel.org/6.6.14-048-crypto-safexcel-Add-error-handling-for-dma_map.patch
|
|
patches.kernel.org/6.6.14-049-crypto-sahara-remove-FLAGS_NEW_KEY-logic.patch
|
|
patches.kernel.org/6.6.14-050-crypto-sahara-fix-cbc-selftest-failure.patch
|
|
patches.kernel.org/6.6.14-051-crypto-sahara-fix-ahash-selftest-failure.patch
|
|
patches.kernel.org/6.6.14-052-crypto-sahara-fix-processing-requests-with-cry.patch
|
|
patches.kernel.org/6.6.14-053-crypto-sahara-fix-error-handling-in-sahara_hw_.patch
|
|
patches.kernel.org/6.6.14-054-crypto-hisilicon-qm-save-capability-registers-.patch
|
|
patches.kernel.org/6.6.14-055-crypto-hisilicon-zip-add-zip-comp-high-perf-mo.patch
|
|
patches.kernel.org/6.6.14-056-crypto-hisilicon-qm-add-a-function-to-set-qm-a.patch
|
|
patches.kernel.org/6.6.14-057-crypto-hisilicon-hpre-save-capability-register.patch
|
|
patches.kernel.org/6.6.14-058-crypto-hisilicon-sec2-save-capability-register.patch
|
|
patches.kernel.org/6.6.14-059-crypto-hisilicon-zip-save-capability-registers.patch
|
|
patches.kernel.org/6.6.14-060-pstore-ram_core-fix-possible-overflow-in-persi.patch
|
|
patches.kernel.org/6.6.14-061-erofs-fix-memory-leak-on-short-lived-bounced-p.patch
|
|
patches.kernel.org/6.6.14-062-fs-indicate-request-originates-from-old-mount-.patch
|
|
patches.kernel.org/6.6.14-063-gfs2-Fix-kernel-NULL-pointer-dereference-in-gf.patch
|
|
patches.kernel.org/6.6.14-064-gfs2-fix-kernel-BUG-in-gfs2_quota_cleanup.patch
|
|
patches.kernel.org/6.6.14-065-dlm-fix-format-seq-ops-type-4.patch
|
|
patches.kernel.org/6.6.14-066-crypto-virtio-Wait-for-tasklet-to-complete-on-.patch
|
|
patches.kernel.org/6.6.14-067-crypto-sahara-avoid-skcipher-fallback-code-dup.patch
|
|
patches.kernel.org/6.6.14-068-crypto-sahara-handle-zero-length-aes-requests.patch
|
|
patches.kernel.org/6.6.14-069-crypto-sahara-fix-ahash-reqsize.patch
|
|
patches.kernel.org/6.6.14-070-crypto-sahara-fix-wait_for_completion_timeout-.patch
|
|
patches.kernel.org/6.6.14-071-crypto-sahara-improve-error-handling-in-sahara.patch
|
|
patches.kernel.org/6.6.14-072-crypto-sahara-fix-processing-hash-requests-wit.patch
|
|
patches.kernel.org/6.6.14-073-crypto-sahara-do-not-resize-req-src-when-doing.patch
|
|
patches.kernel.org/6.6.14-074-crypto-scomp-fix-req-dst-buffer-overflow.patch
|
|
patches.kernel.org/6.6.14-075-csky-fix-arch_jump_label_transform_static-over.patch
|
|
patches.kernel.org/6.6.14-076-blocklayoutdriver-Fix-reference-leak-of-pnfs_d.patch
|
|
patches.kernel.org/6.6.14-077-NFS-Use-parent-s-objective-cred-in-nfs_access_.patch
|
|
patches.kernel.org/6.6.14-078-NFSv4.1-pnfs-Ensure-we-handle-the-error-NFS4ER.patch
|
|
patches.kernel.org/6.6.14-079-SUNRPC-fix-_xprt_switch_find_current_entry-log.patch
|
|
patches.kernel.org/6.6.14-080-pNFS-Fix-the-pnfs-block-driver-s-calculation-o.patch
|
|
patches.kernel.org/6.6.14-081-asm-generic-Fix-32-bit-__generic_cmpxchg_local.patch
|
|
patches.kernel.org/6.6.14-082-arm64-dts-qcom-qrb4210-rb2-don-t-force-usb-per.patch
|
|
patches.kernel.org/6.6.14-083-arm64-dts-qcom-sc8280xp-x13s-Use-the-correct-D.patch
|
|
patches.kernel.org/6.6.14-084-arm64-dts-qcom-sc8280xp-x13s-add-missing-camer.patch
|
|
patches.kernel.org/6.6.14-085-ARM-dts-qcom-msm8226-provide-dsi-phy-clocks-to.patch
|
|
patches.kernel.org/6.6.14-086-wifi-plfxlc-check-for-allocation-failure-in-pl.patch
|
|
patches.kernel.org/6.6.14-087-wifi-rtw88-fix-RX-filter-in-FIF_ALLMULTI-flag.patch
|
|
patches.kernel.org/6.6.14-088-bpf-lpm-Fix-check-prefixlen-before-walking-tri.patch
|
|
patches.kernel.org/6.6.14-089-bpf-Add-crosstask-check-to-__bpf_get_stack.patch
|
|
patches.kernel.org/6.6.14-090-wifi-ath11k-Defer-on-rproc_get-failure.patch
|
|
patches.kernel.org/6.6.14-091-wifi-libertas-stop-selecting-wext.patch
|
|
patches.kernel.org/6.6.14-092-ARM-dts-qcom-apq8064-correct-XOADC-register-ad.patch
|
|
patches.kernel.org/6.6.14-093-net-ncsi-Fix-netlink-major-minor-version-numbe.patch
|
|
patches.kernel.org/6.6.14-094-firmware-ti_sci-Fix-an-off-by-one-in-ti_sci_de.patch
|
|
patches.kernel.org/6.6.14-095-scsi-bfa-Use-the-proper-data-type-for-BLIST-fl.patch
|
|
patches.kernel.org/6.6.14-096-wifi-rtlwifi-rtl8821ae-phy-fix-an-undefined-bi.patch
|
|
patches.kernel.org/6.6.14-097-arm64-dts-ti-k3-am62a-main-Fix-GPIO-pin-count-.patch
|
|
patches.kernel.org/6.6.14-098-arm64-dts-ti-k3-am65-main-Fix-DSS-irq-trigger-.patch
|
|
patches.kernel.org/6.6.14-099-arm64-dts-ti-iot2050-Re-add-aliases.patch
|
|
patches.kernel.org/6.6.14-100-wifi-rtw88-sdio-Honor-the-host-max_req_size-in.patch
|
|
patches.kernel.org/6.6.14-101-selftests-bpf-Fix-erroneous-bitmask-operation.patch
|
|
patches.kernel.org/6.6.14-102-md-synchronize-flush-io-with-array-reconfigura.patch
|
|
patches.kernel.org/6.6.14-103-bpf-enforce-precision-of-R0-on-callback-return.patch
|
|
patches.kernel.org/6.6.14-104-ARM-dts-qcom-sdx65-correct-PCIe-EP-phy-names.patch
|
|
patches.kernel.org/6.6.14-105-ARM-dts-qcom-sdx65-correct-SPMI-node-name.patch
|
|
patches.kernel.org/6.6.14-106-dt-bindings-arm-qcom-Fix-html-link.patch
|
|
patches.kernel.org/6.6.14-107-arm64-dts-qcom-sc8180x-primus-Fix-HALL_INT-pol.patch
|
|
patches.kernel.org/6.6.14-108-arm64-dts-qcom-sm8450-correct-TX-Soundwire-clo.patch
|
|
patches.kernel.org/6.6.14-109-arm64-dts-qcom-sm8550-correct-TX-Soundwire-clo.patch
|
|
patches.kernel.org/6.6.14-110-arm64-dts-qcom-sc7180-Make-watchdog-bark-inter.patch
|
|
patches.kernel.org/6.6.14-111-arm64-dts-qcom-sc7280-Mark-some-nodes-as-reser.patch
|
|
patches.kernel.org/6.6.14-112-arm64-dts-qcom-sc7280-Make-watchdog-bark-inter.patch
|
|
patches.kernel.org/6.6.14-113-arm64-dts-qcom-sdm845-Make-watchdog-bark-inter.patch
|
|
patches.kernel.org/6.6.14-114-arm64-dts-qcom-sm8150-Make-watchdog-bark-inter.patch
|
|
patches.kernel.org/6.6.14-115-arm64-dts-qcom-sm8250-Make-watchdog-bark-inter.patch
|
|
patches.kernel.org/6.6.14-116-arm64-dts-qcom-sa8775p-Make-watchdog-bark-inte.patch
|
|
patches.kernel.org/6.6.14-117-arm64-dts-qcom-sc8280xp-Make-watchdog-bark-int.patch
|
|
patches.kernel.org/6.6.14-118-arm64-dts-qcom-sm6350-Make-watchdog-bark-inter.patch
|
|
patches.kernel.org/6.6.14-119-bpf-Add-map-and-need_defer-parameters-to-.map_.patch
|
|
patches.kernel.org/6.6.14-120-bpf-Defer-the-free-of-inner-map-when-necessary.patch
|
|
patches.kernel.org/6.6.14-121-selftests-net-specify-the-interface-when-do-ar.patch
|
|
patches.kernel.org/6.6.14-122-bpf-fix-check-for-attempt-to-corrupt-spilled-p.patch
|
|
patches.kernel.org/6.6.14-123-scsi-fnic-Return-error-if-vmalloc-failed.patch
|
|
patches.kernel.org/6.6.14-124-arm64-dts-qcom-qrb2210-rb1-Hook-up-USB3.patch
|
|
patches.kernel.org/6.6.14-125-arm64-dts-qcom-qrb2210-rb1-use-USB-host-mode.patch
|
|
patches.kernel.org/6.6.14-126-arm64-dts-qcom-qrb5165-rb5-correct-LED-panic-i.patch
|
|
patches.kernel.org/6.6.14-127-arm64-dts-qcom-sdm845-db845c-correct-LED-panic.patch
|
|
patches.kernel.org/6.6.14-128-arm64-dts-qcom-sm6125-add-interrupts-to-DWC3-U.patch
|
|
patches.kernel.org/6.6.14-129-arm64-dts-qcom-sm8350-Fix-DMA0-address.patch
|
|
patches.kernel.org/6.6.14-130-arm64-dts-qcom-sc7280-Fix-up-GPU-SIDs.patch
|
|
patches.kernel.org/6.6.14-131-arm64-dts-qcom-sc7280-Mark-Adreno-SMMU-as-DMA-.patch
|
|
patches.kernel.org/6.6.14-132-arm64-dts-qcom-sa8775p-fix-USB-wakeup-interrup.patch
|
|
patches.kernel.org/6.6.14-133-arm64-dts-qcom-sc7280-fix-usb_2-wakeup-interru.patch
|
|
patches.kernel.org/6.6.14-134-arm64-dts-qcom-sm8550-fix-USB-wakeup-interrupt.patch
|
|
patches.kernel.org/6.6.14-135-wifi-mt76-fix-typo-in-mt76_get_of_eeprom_from_.patch
|
|
patches.kernel.org/6.6.14-136-wifi-mt76-mt7915-fallback-to-non-wed-mode-if-p.patch
|
|
patches.kernel.org/6.6.14-137-wifi-mt76-mt7996-fix-the-size-of-struct-bss_ra.patch
|
|
patches.kernel.org/6.6.14-138-wifi-mt76-mt7996-fix-rate-usage-of-inband-disc.patch
|
|
patches.kernel.org/6.6.14-139-wifi-mt76-mt7915-fix-EEPROM-offset-of-TSSI-fla.patch
|
|
patches.kernel.org/6.6.14-140-wifi-mt76-mt7915-also-MT7981-is-3T3R-but-nss2-.patch
|
|
patches.kernel.org/6.6.14-141-wifi-mt76-mt7921s-fix-workqueue-problem-causes.patch
|
|
patches.kernel.org/6.6.14-142-bpf-Fix-verification-of-indirect-var-off-stack.patch
|
|
patches.kernel.org/6.6.14-143-arm64-dts-hisilicon-hikey970-pmic-fix-regulato.patch
|
|
patches.kernel.org/6.6.14-144-bpf-Guard-stack-limits-against-32bit-overflow.patch
|
|
patches.kernel.org/6.6.14-145-bpf-Fix-accesses-to-uninit-stack-slots.patch
|
|
patches.kernel.org/6.6.14-146-dt-bindings-media-mediatek-mdp3-correct-RDMA-a.patch
|
|
patches.kernel.org/6.6.14-147-arm64-dts-mediatek-mt8183-correct-MDP3-DMA-rel.patch
|
|
patches.kernel.org/6.6.14-148-arm64-dts-mediatek-mt8195-revise-VDOSYS-RDMA-n.patch
|
|
patches.kernel.org/6.6.14-149-arm64-dts-mediatek-mt8186-Fix-alias-prefix-for.patch
|
|
patches.kernel.org/6.6.14-150-arm64-dts-mediatek-mt8186-fix-address-warning-.patch
|
|
patches.kernel.org/6.6.14-151-wifi-mt76-mt7921-fix-country-count-limitation-.patch
|
|
patches.kernel.org/6.6.14-152-wifi-iwlwifi-don-t-support-triggered-EHT-CQI-f.patch
|
|
patches.kernel.org/6.6.14-153-selftests-bpf-Relax-time_tai-test-for-equal-ti.patch
|
|
patches.kernel.org/6.6.14-154-block-Set-memalloc_noio-to-false-on-device_add.patch
|
|
patches.kernel.org/6.6.14-155-arm64-dts-xilinx-Apply-overlays-to-base-dtbs.patch
|
|
patches.kernel.org/6.6.14-156-arm64-dts-renesas-white-hawk-cpu-Fix-missing-s.patch
|
|
patches.kernel.org/6.6.14-157-arm64-dts-imx8mm-Reduce-GPU-to-nominal-speed.patch
|
|
patches.kernel.org/6.6.14-158-scsi-ufs-qcom-Fix-the-return-value-of-ufs_qcom.patch
|
|
patches.kernel.org/6.6.14-159-scsi-ufs-qcom-Fix-the-return-value-when-platfo.patch
|
|
patches.kernel.org/6.6.14-160-scsi-hisi_sas-Replace-with-standard-error-code.patch
|
|
patches.kernel.org/6.6.14-161-scsi-hisi_sas-Check-before-using-pointer-varia.patch
|
|
patches.kernel.org/6.6.14-162-scsi-hisi_sas-Rollback-some-operations-if-FLR-.patch
|
|
patches.kernel.org/6.6.14-163-scsi-hisi_sas-Correct-the-number-of-global-deb.patch
|
|
patches.kernel.org/6.6.14-164-ARM-dts-stm32-don-t-mix-SCMI-and-non-SCMI-boar.patch
|
|
patches.kernel.org/6.6.14-165-bpf-Fix-a-race-condition-between-btf_put-and-m.patch
|
|
patches.kernel.org/6.6.14-166-selftests-net-fix-grep-checking-for-fib_nextho.patch
|
|
patches.kernel.org/6.6.14-167-ipmr-support-IP_PKTINFO-on-cache-report-IGMP-m.patch
|
|
patches.kernel.org/6.6.14-168-virtio-vsock-fix-logic-which-reduces-credit-up.patch
|
|
patches.kernel.org/6.6.14-169-virtio-vsock-send-credit-update-during-setting.patch
|
|
patches.kernel.org/6.6.14-170-dma-mapping-clear-dev-dma_mem-to-NULL-after-fr.patch
|
|
patches.kernel.org/6.6.14-171-bpf-Limit-the-number-of-uprobes-when-attaching.patch
|
|
patches.kernel.org/6.6.14-172-bpf-Limit-the-number-of-kprobes-when-attaching.patch
|
|
patches.kernel.org/6.6.14-173-arm64-dts-qcom-acer-aspire1-Correct-audio-code.patch
|
|
patches.kernel.org/6.6.14-174-soc-qcom-llcc-Fix-dis_cap_alloc-and-retain_on_.patch
|
|
patches.kernel.org/6.6.14-175-arm64-dts-qcom-sm6375-fix-USB-wakeup-interrupt.patch
|
|
patches.kernel.org/6.6.14-176-arm64-dts-qcom-sm6375-Hook-up-MPM.patch
|
|
patches.kernel.org/6.6.14-177-arm64-dts-qcom-sm8150-make-dispcc-cast-minimal.patch
|
|
patches.kernel.org/6.6.14-178-arm64-dts-qcom-sm8150-hdk-fix-SS-USB-regulator.patch
|
|
patches.kernel.org/6.6.14-179-soc-qcom-llcc-Fix-LLCC_TRP_ATTR2_CFGn-offset.patch
|
|
patches.kernel.org/6.6.14-180-block-add-check-of-minors-and-first_minor-in-d.patch
|
|
patches.kernel.org/6.6.14-181-arm64-dts-qcom-sc7280-Mark-SDHCI-hosts-as-cach.patch
|
|
patches.kernel.org/6.6.14-182-arm64-dts-qcom-ipq6018-fix-clock-rates-for-GCC.patch
|
|
patches.kernel.org/6.6.14-183-arm64-dts-qcom-sm8550-Separate-out-X3-idle-sta.patch
|
|
patches.kernel.org/6.6.14-184-arm64-dts-qcom-sm8550-Update-idle-state-time-r.patch
|
|
patches.kernel.org/6.6.14-185-arm64-dts-qcom-sc8180x-Mark-PCIe-hosts-cache-c.patch
|
|
patches.kernel.org/6.6.14-186-arm64-dts-qcom-sc8180x-switch-PCIe-QMP-PHY-to-.patch
|
|
patches.kernel.org/6.6.14-187-arm64-dts-qcom-sc8180x-Fix-up-PCIe-nodes.patch
|
|
patches.kernel.org/6.6.14-188-bpf-Re-enable-unit_size-checking-for-global-pe.patch
|
|
patches.kernel.org/6.6.14-189-bpf-Use-pcpu_alloc_size-in-bpf_mem_free-_rcu.patch
|
|
patches.kernel.org/6.6.14-190-bpf-Use-c-unit_size-to-select-target-cache-dur.patch
|
|
patches.kernel.org/6.6.14-191-wifi-rtlwifi-add-calculate_bit_shift.patch
|
|
patches.kernel.org/6.6.14-192-wifi-rtlwifi-rtl8188ee-phy-using-calculate_bit.patch
|
|
patches.kernel.org/6.6.14-193-wifi-rtlwifi-rtl8192c-using-calculate_bit_shif.patch
|
|
patches.kernel.org/6.6.14-194-wifi-rtlwifi-rtl8192cu-using-calculate_bit_shi.patch
|
|
patches.kernel.org/6.6.14-195-wifi-rtlwifi-rtl8192ce-using-calculate_bit_shi.patch
|
|
patches.kernel.org/6.6.14-196-wifi-rtlwifi-rtl8192de-using-calculate_bit_shi.patch
|
|
patches.kernel.org/6.6.14-197-wifi-rtlwifi-rtl8192ee-using-calculate_bit_shi.patch
|
|
patches.kernel.org/6.6.14-198-wifi-rtlwifi-rtl8192se-using-calculate_bit_shi.patch
|
|
patches.kernel.org/6.6.14-199-wifi-iwlwifi-mvm-set-siso-mimo-chains-to-1-in-.patch
|
|
patches.kernel.org/6.6.14-200-wifi-iwlwifi-mvm-send-TX-path-flush-in-rfkill.patch
|
|
patches.kernel.org/6.6.14-201-wifi-iwlwifi-fix-out-of-bound-copy_from_user.patch
|
|
patches.kernel.org/6.6.14-202-wifi-iwlwifi-assign-phy_ctxt-before-eSR-activa.patch
|
|
patches.kernel.org/6.6.14-203-netfilter-nf_tables-mark-newset-as-dead-on-tra.patch
|
|
patches.kernel.org/6.6.14-204-netfilter-nf_tables-validate-chain-type-update.patch
|
|
patches.kernel.org/6.6.14-205-Bluetooth-Fix-bogus-check-for-re-auth-no-suppo.patch
|
|
patches.kernel.org/6.6.14-206-Bluetooth-btnxpuart-fix-recv_buf-return-value.patch
|
|
patches.kernel.org/6.6.14-207-Bluetooth-btmtkuart-fix-recv_buf-return-value.patch
|
|
patches.kernel.org/6.6.14-208-null_blk-don-t-cap-max_hw_sectors-to-BLK_DEF_M.patch
|
|
patches.kernel.org/6.6.14-209-arm64-dts-rockchip-Fix-led-pinctrl-of-lubancat.patch
|
|
patches.kernel.org/6.6.14-210-wifi-cfg80211-correct-comment-about-MLD-ID.patch
|
|
patches.kernel.org/6.6.14-211-wifi-cfg80211-parse-all-ML-elements-in-an-ML-p.patch
|
|
patches.kernel.org/6.6.14-212-bpf-sockmap-fix-proto-update-hook-to-avoid-dup.patch
|
|
patches.kernel.org/6.6.14-213-sctp-support-MSG_ERRQUEUE-flag-in-recvmsg.patch
|
|
patches.kernel.org/6.6.14-214-sctp-fix-busy-polling.patch
|
|
patches.kernel.org/6.6.14-215-blk-cgroup-fix-rcu-lockdep-warning-in-blkg_loo.patch
|
|
patches.kernel.org/6.6.14-216-net-sched-act_ct-fix-skb-leak-and-crash-on-ooo.patch
|
|
patches.kernel.org/6.6.14-217-mlxbf_gige-Fix-intermittent-no-ip-issue.patch
|
|
patches.kernel.org/6.6.14-218-mlxbf_gige-Enable-the-GigE-port-in-mlxbf_gige_.patch
|
|
patches.kernel.org/6.6.14-219-rxrpc-Fix-skbuff-cleanup-of-call-s-recvmsg_que.patch
|
|
patches.kernel.org/6.6.14-220-ip6_tunnel-fix-NEXTHDR_FRAGMENT-handling-in-ip.patch
|
|
patches.kernel.org/6.6.14-221-ARM-davinci-always-select-CONFIG_CPU_ARM926T.patch
|
|
patches.kernel.org/6.6.14-222-Revert-drm-tidss-Annotate-dma-fence-critical-s.patch
|
|
patches.kernel.org/6.6.14-223-Revert-drm-omapdrm-Annotate-dma-fence-critical.patch
|
|
patches.kernel.org/6.6.14-224-drm-dp_mst-Fix-fractional-DSC-bpp-handling.patch
|
|
patches.kernel.org/6.6.14-225-drm-panfrost-Really-power-off-GPU-cores-in-pan.patch
|
|
patches.kernel.org/6.6.14-226-RDMA-usnic-Silence-uninitialized-symbol-smatch.patch
|
|
patches.kernel.org/6.6.14-227-RDMA-hns-Fix-inappropriate-err-code-for-unsupp.patch
|
|
patches.kernel.org/6.6.14-228-drm-panel-nv3051d-Hold-panel-in-reset-for-unpr.patch
|
|
patches.kernel.org/6.6.14-229-drm-panel-elida-kd35t133-hold-panel-in-reset-f.patch
|
|
patches.kernel.org/6.6.14-230-drm-nouveau-fence-fix-warning-directly-derefer.patch
|
|
patches.kernel.org/6.6.14-231-drm-bridge-tpd12s015-Drop-buggy-__exit-annotat.patch
|
|
patches.kernel.org/6.6.14-232-drm-tilcdc-Fix-irq-free-on-unload.patch
|
|
patches.kernel.org/6.6.14-233-media-pvrusb2-fix-use-after-free-on-context-di.patch
|
|
patches.kernel.org/6.6.14-234-media-mtk-jpeg-Remove-cancel-worker-in-mtk_jpe.patch
|
|
patches.kernel.org/6.6.14-235-media-visl-Hook-the-TRY_-DECODER_CMD-stateless.patch
|
|
patches.kernel.org/6.6.14-236-media-verisilicon-Hook-the-TRY_-DECODER_CMD-st.patch
|
|
patches.kernel.org/6.6.14-237-media-rkvdec-Hook-the-TRY_-DECODER_CMD-statele.patch
|
|
patches.kernel.org/6.6.14-238-media-amphion-Fix-VPU-core-alias-name.patch
|
|
patches.kernel.org/6.6.14-239-drm-bridge-Fix-typo-in-post_disable-descriptio.patch
|
|
patches.kernel.org/6.6.14-240-f2fs-fix-to-avoid-dirent-corruption.patch
|
|
patches.kernel.org/6.6.14-241-drm-radeon-r600_cs-Fix-possible-int-overflows-.patch
|
|
patches.kernel.org/6.6.14-242-drm-radeon-r100-Fix-integer-overflow-issues-in.patch
|
|
patches.kernel.org/6.6.14-243-drm-radeon-check-return-value-of-radeon_ring_l.patch
|
|
patches.kernel.org/6.6.14-244-drm-tidss-Move-reset-to-the-end-of-dispc_init.patch
|
|
patches.kernel.org/6.6.14-245-drm-tidss-Return-error-value-from-from-softres.patch
|
|
patches.kernel.org/6.6.14-246-drm-tidss-Check-for-K2G-in-in-dispc_softreset.patch
|
|
patches.kernel.org/6.6.14-247-drm-tidss-Fix-dss-reset.patch
|
|
patches.kernel.org/6.6.14-248-drm-imx-lcdc-Fix-double-free-of-driver-data.patch
|
|
patches.kernel.org/6.6.14-249-ASoC-cs35l33-Fix-GPIO-name-and-drop-legacy-inc.patch
|
|
patches.kernel.org/6.6.14-250-drm-msm-mdp4-flush-vblank-event-on-disable.patch
|
|
patches.kernel.org/6.6.14-251-drm-msm-dpu-Add-missing-safe_lut_tbl-in-sc8180.patch
|
|
patches.kernel.org/6.6.14-252-drm-msm-dsi-Use-pm_runtime_resume_and_get-to-p.patch
|
|
patches.kernel.org/6.6.14-253-drm-drv-propagate-errors-from-drm_modeset_regi.patch
|
|
patches.kernel.org/6.6.14-254-media-v4l-async-Fix-duplicated-list-deletion.patch
|
|
patches.kernel.org/6.6.14-255-ASoC-Intel-glk_rt5682_max98357a-fix-board-id-m.patch
|
|
patches.kernel.org/6.6.14-256-ASoC-Intel-sof_sdw_rt_sdca_jack_common-ctx-hea.patch
|
|
patches.kernel.org/6.6.14-257-ASoC-SOF-topology-Use-partial-match-for-discon.patch
|
|
patches.kernel.org/6.6.14-258-drm-panfrost-Ignore-core_mask-for-poweroff-and.patch
|
|
patches.kernel.org/6.6.14-259-drm-msm-dpu-correct-clk-bit-for-WB2-block.patch
|
|
patches.kernel.org/6.6.14-260-drm-radeon-check-the-alloc_workqueue-return-va.patch
|
|
patches.kernel.org/6.6.14-261-drm-radeon-dpm-fix-a-memleak-in-sumo_parse_pow.patch
|
|
patches.kernel.org/6.6.14-262-drm-radeon-trinity_dpm-fix-a-memleak-in-trinit.patch
|
|
patches.kernel.org/6.6.14-263-drm-bridge-cdns-mhdp8546-Fix-use-of-uninitiali.patch
|
|
patches.kernel.org/6.6.14-264-drm-bridge-tc358767-Fix-return-value-on-error-.patch
|
|
patches.kernel.org/6.6.14-265-media-cx231xx-fix-a-memleak-in-cx231xx_init_is.patch
|
|
patches.kernel.org/6.6.14-266-RDMA-hns-Fix-memory-leak-in-free_mr_init.patch
|
|
patches.kernel.org/6.6.14-267-clk-qcom-gpucc-sm8150-Update-the-gpu_cc_pll1-c.patch
|
|
patches.kernel.org/6.6.14-268-media-bttv-start_streaming-should-return-a-pro.patch
|
|
patches.kernel.org/6.6.14-269-media-bttv-add-back-vbi-hack.patch
|
|
patches.kernel.org/6.6.14-270-media-imx-mipi-csis-Fix-clock-handling-in-remo.patch
|
|
patches.kernel.org/6.6.14-271-media-imx-mipi-csis-Drop-extra-clock-enable-at.patch
|
|
patches.kernel.org/6.6.14-272-media-dt-bindings-media-rkisp1-Fix-the-port-de.patch
|
|
patches.kernel.org/6.6.14-273-media-rkisp1-Fix-media-device-memory-leak.patch
|
|
patches.kernel.org/6.6.14-274-drm-msm-adreno-Fix-A680-chip-id.patch
|
|
patches.kernel.org/6.6.14-275-drm-panel-st7701-Fix-AVCL-calculation.patch
|
|
patches.kernel.org/6.6.14-276-f2fs-fix-to-wait-on-block-writeback-for-post_r.patch
|
|
patches.kernel.org/6.6.14-277-f2fs-fix-to-check-compress-file-in-f2fs_move_f.patch
|
|
patches.kernel.org/6.6.14-278-f2fs-fix-to-update-iostat-correctly-in-f2fs_fi.patch
|
|
patches.kernel.org/6.6.14-279-media-dvbdev-drop-refcount-on-error-path-in-dv.patch
|
|
patches.kernel.org/6.6.14-280-media-dvb-frontends-m88ds3103-Fix-a-memory-lea.patch
|
|
patches.kernel.org/6.6.14-281-clk-renesas-rzg2l-cpg-Reuse-code-in-rzg2l_cpg_.patch
|
|
patches.kernel.org/6.6.14-282-clk-renesas-rzg2l-Check-reset-monitor-register.patch
|
|
patches.kernel.org/6.6.14-283-drm-msm-dpu-Set-input_sel-bit-for-INTF.patch
|
|
patches.kernel.org/6.6.14-284-drm-msm-dpu-Drop-enable-and-frame_count-parame.patch
|
|
patches.kernel.org/6.6.14-285-drm-mediatek-Return-error-if-MDP-RDMA-failed-t.patch
|
|
patches.kernel.org/6.6.14-286-drm-mediatek-Remove-the-redundant-driver-data-.patch
|
|
patches.kernel.org/6.6.14-287-drm-mediatek-Fix-underrun-in-VDO1-when-switche.patch
|
|
patches.kernel.org/6.6.14-288-drm-amdgpu-debugfs-fix-error-code-when-smc-reg.patch
|
|
patches.kernel.org/6.6.14-289-drm-amd-pm-fix-a-double-free-in-si_dpm_init.patch
|
|
patches.kernel.org/6.6.14-290-drivers-amd-pm-fix-a-use-after-free-in-kv_pars.patch
|
|
patches.kernel.org/6.6.14-291-gpu-drm-radeon-fix-two-memleaks-in-radeon_vm_i.patch
|
|
patches.kernel.org/6.6.14-292-drm-amd-pm-fix-a-double-free-in-amdgpu_parse_e.patch
|
|
patches.kernel.org/6.6.14-293-f2fs-fix-to-check-return-value-of-f2fs_recover.patch
|
|
patches.kernel.org/6.6.14-294-dt-bindings-clock-Update-the-videocc-resets-fo.patch
|
|
patches.kernel.org/6.6.14-295-clk-qcom-videocc-sm8150-Update-the-videocc-res.patch
|
|
patches.kernel.org/6.6.14-296-clk-qcom-videocc-sm8150-Add-missing-PLL-config.patch
|
|
patches.kernel.org/6.6.14-297-clk-sp7021-fix-return-value-check-in-sp7021_cl.patch
|
|
patches.kernel.org/6.6.14-298-drivers-clk-zynqmp-calculate-closest-mux-rate.patch
|
|
patches.kernel.org/6.6.14-299-drivers-clk-zynqmp-update-divider-round-rate-l.patch
|
|
patches.kernel.org/6.6.14-300-watchdog-set-cdev-owner-before-adding.patch
|
|
patches.kernel.org/6.6.14-301-watchdog-hpwdt-Only-claim-UNKNOWN-NMI-if-from-.patch
|
|
patches.kernel.org/6.6.14-302-watchdog-bcm2835_wdt-Fix-WDIOC_SETTIMEOUT-hand.patch
|
|
patches.kernel.org/6.6.14-303-watchdog-rti_wdt-Drop-runtime-pm-reference-cou.patch
|
|
patches.kernel.org/6.6.14-304-clk-rs9-Fix-DIF-OEn-bit-placement-on-9FGV0241.patch
|
|
patches.kernel.org/6.6.14-305-clk-si5341-fix-an-error-code-problem-in-si5341.patch
|
|
patches.kernel.org/6.6.14-306-ASoC-amd-vangogh-Drop-conflicting-ACPI-based-p.patch
|
|
patches.kernel.org/6.6.14-307-ASoC-tas2781-add-support-for-FW-version-0x0503.patch
|
|
patches.kernel.org/6.6.14-308-drm-mediatek-dp-Add-phy_mtk_dp-module-as-pre-d.patch
|
|
patches.kernel.org/6.6.14-309-accel-habanalabs-fix-information-leak-in-sec_a.patch
|
|
patches.kernel.org/6.6.14-310-clk-qcom-gcc-sm8550-Add-the-missing-RETAIN_FF_.patch
|
|
patches.kernel.org/6.6.14-311-clk-qcom-gcc-sm8550-Mark-the-PCIe-GDSCs-votabl.patch
|
|
patches.kernel.org/6.6.14-312-clk-qcom-gcc-sm8550-use-collapse-voting-for-PC.patch
|
|
patches.kernel.org/6.6.14-313-clk-qcom-gcc-sm8550-Mark-RCGs-shared-where-app.patch
|
|
patches.kernel.org/6.6.14-314-clk-qcom-dispcc-sm8550-Update-disp-PLL-setting.patch
|
|
patches.kernel.org/6.6.14-315-clk-fixed-rate-fix-clk_hw_register_fixed_rate_.patch
|
|
patches.kernel.org/6.6.14-316-pwm-stm32-Use-hweight32-in-stm32_pwm_detect_ch.patch
|
|
patches.kernel.org/6.6.14-317-pwm-stm32-Fix-enable-count-for-clk-in-.probe.patch
|
|
patches.kernel.org/6.6.14-318-ASoC-rt5645-Drop-double-EF20-entry-from-dmi_pl.patch
|
|
patches.kernel.org/6.6.14-319-ALSA-scarlett2-Add-missing-error-check-to-scar.patch
|
|
patches.kernel.org/6.6.14-320-ALSA-scarlett2-Add-missing-error-check-to-scar.patch
|
|
patches.kernel.org/6.6.14-321-ALSA-scarlett2-Allow-passing-any-output-to-lin.patch
|
|
patches.kernel.org/6.6.14-322-ALSA-scarlett2-Add-missing-error-checks-to-_ct.patch
|
|
patches.kernel.org/6.6.14-323-ALSA-scarlett2-Add-clamp-in-scarlett2_mixer_ct.patch
|
|
patches.kernel.org/6.6.14-324-mmc-sdhci_am654-Fix-TI-SoC-dependencies.patch
|
|
patches.kernel.org/6.6.14-325-mmc-sdhci_omap-Fix-TI-SoC-dependencies.patch
|
|
patches.kernel.org/6.6.14-326-drm-amdkfd-Fix-type-of-dbg_flags-in-struct-kfd.patch
|
|
patches.kernel.org/6.6.14-327-gpiolib-make-gpio_device_get-and-gpio_device_p.patch
|
|
patches.kernel.org/6.6.14-328-gpiolib-provide-gpio_device_find.patch
|
|
patches.kernel.org/6.6.14-329-gpio-sysfs-drop-the-mention-of-gpiochip_find-f.patch
|
|
patches.kernel.org/6.6.14-330-IB-iser-Prevent-invalidating-wrong-MR.patch
|
|
patches.kernel.org/6.6.14-331-drm-amdkfd-Confirm-list-is-non-empty-before-ut.patch
|
|
patches.kernel.org/6.6.14-332-drm-amd-pm-smu7-fix-a-memleak-in-smu7_hwmgr_ba.patch
|
|
patches.kernel.org/6.6.14-333-drm-amd-display-avoid-stringop-overflow-warnin.patch
|
|
patches.kernel.org/6.6.14-334-kselftest-alsa-mixer-test-fix-the-number-of-pa.patch
|
|
patches.kernel.org/6.6.14-335-kselftest-alsa-mixer-test-Fix-the-print-format.patch
|
|
patches.kernel.org/6.6.14-336-kselftest-alsa-conf-Stringify-the-printed-errn.patch
|
|
patches.kernel.org/6.6.14-337-ksmbd-validate-the-zero-field-of-packet-header.patch
|
|
patches.kernel.org/6.6.14-338-of-Fix-double-free-in-of_parse_phandle_with_ar.patch
|
|
patches.kernel.org/6.6.14-339-fbdev-imxfb-fix-left-margin-setting.patch
|
|
patches.kernel.org/6.6.14-340-of-unittest-Fix-of_count_phandle_with_args-exp.patch
|
|
patches.kernel.org/6.6.14-341-class-fix-use-after-free-in-class_register.patch
|
|
patches.kernel.org/6.6.14-342-kernfs-convert-kernfs_idr_lock-to-an-irq-safe-.patch
|
|
patches.kernel.org/6.6.14-343-Revert-kernfs-convert-kernfs_idr_lock-to-an-ir.patch
|
|
patches.kernel.org/6.6.14-344-selftests-bpf-Add-assert-for-user-stacks-in-te.patch
|
|
patches.kernel.org/6.6.14-345-keys-dns-Fix-size-check-of-V1-server-list-head.patch
|
|
patches.kernel.org/6.6.14-346-binder-fix-async-space-check-for-0-sized-buffe.patch
|
|
patches.kernel.org/6.6.14-347-binder-fix-unused-alloc-free_async_space.patch
|
|
patches.kernel.org/6.6.14-348-mips-smp-Call-rcutree_report_cpu_starting-earl.patch
|
|
patches.kernel.org/6.6.14-349-Input-atkbd-use-ab83-as-id-when-skipping-the-g.patch
|
|
patches.kernel.org/6.6.14-350-rust-Ignore-preserve-most-functions.patch
|
|
patches.kernel.org/6.6.14-351-Revert-drm-amdkfd-Relocate-TBA-TMA-to-opposite.patch
|
|
patches.kernel.org/6.6.14-352-xen-netback-don-t-produce-zero-size-SKB-frags.patch
|
|
patches.kernel.org/6.6.14-353-binder-fix-race-between-mmput-and-do_exit.patch
|
|
patches.kernel.org/6.6.14-354-clocksource-drivers-timer-ti-dm-Fix-make-W-n-k.patch
|
|
patches.kernel.org/6.6.14-355-powerpc-64s-Increase-default-stack-size-to-32K.patch
|
|
patches.kernel.org/6.6.14-356-tick-sched-Fix-idle-and-iowait-sleeptime-accou.patch
|
|
patches.kernel.org/6.6.14-357-Revert-usb-gadget-f_uvc-change-endpoint-alloca.patch
|
|
patches.kernel.org/6.6.14-358-usb-phy-mxs-remove-CONFIG_USB_OTG-condition-fo.patch
|
|
patches.kernel.org/6.6.14-359-usb-dwc-ep0-Update-request-status-in-dwc3_ep0_.patch
|
|
patches.kernel.org/6.6.14-360-usb-dwc3-gadget-Handle-EP0-request-dequeuing-p.patch
|
|
patches.kernel.org/6.6.14-361-usb-dwc3-gadget-Queue-PM-runtime-idle-on-disco.patch
|
|
patches.kernel.org/6.6.14-362-Revert-usb-dwc3-Soft-reset-phy-on-probe-for-ho.patch
|
|
patches.kernel.org/6.6.14-363-Revert-usb-dwc3-don-t-reset-device-side-if-dwc.patch
|
|
patches.kernel.org/6.6.14-364-usb-chipidea-wait-controller-resume-finished-f.patch
|
|
patches.kernel.org/6.6.14-365-usb-cdns3-fix-uvc-failure-work-since-sg-suppor.patch
|
|
patches.kernel.org/6.6.14-366-usb-cdns3-fix-iso-transfer-error-when-mult-is-.patch
|
|
patches.kernel.org/6.6.14-367-usb-cdns3-Fix-uvc-fail-when-DMA-cross-4k-bound.patch
|
|
patches.kernel.org/6.6.14-368-Revert-usb-typec-class-fix-typec_altmode_put_p.patch
|
|
patches.kernel.org/6.6.14-369-usb-typec-class-fix-typec_altmode_put_partner-.patch
|
|
patches.kernel.org/6.6.14-370-usb-mon-Fix-atomicity-violation-in-mon_bin_vma.patch
|
|
patches.kernel.org/6.6.14-371-dt-bindings-phy-qcom-sc8280xp-qmp-usb43dp-phy-.patch
|
|
patches.kernel.org/6.6.14-372-serial-core-fix-sanitizing-check-for-RTS-setti.patch
|
|
patches.kernel.org/6.6.14-373-serial-core-make-sure-RS485-cannot-be-enabled-.patch
|
|
patches.kernel.org/6.6.14-374-serial-8250_bcm2835aux-Restore-clock-error-han.patch
|
|
patches.kernel.org/6.6.14-375-serial-core-imx-do-not-set-RS485-enabled-if-it.patch
|
|
patches.kernel.org/6.6.14-376-serial-imx-Ensure-that-imx_uart_rs485_config-i.patch
|
|
patches.kernel.org/6.6.14-377-serial-8250_exar-Set-missing-rs485_supported-f.patch
|
|
patches.kernel.org/6.6.14-378-serial-omap-do-not-override-settings-for-RS485.patch
|
|
patches.kernel.org/6.6.14-379-ALSA-oxygen-Fix-right-channel-of-capture-volum.patch
|
|
patches.kernel.org/6.6.14-380-ALSA-hda-relatek-Enable-Mute-LED-on-HP-Laptop-.patch
|
|
patches.kernel.org/6.6.14-381-ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-.patch
|
|
patches.kernel.org/6.6.14-382-ALSA-hda-realtek-Enable-headset-mic-on-Lenovo-.patch
|
|
patches.kernel.org/6.6.14-383-ksmbd-validate-mech-token-in-session-setup.patch
|
|
patches.kernel.org/6.6.14-384-ksmbd-fix-UAF-issue-in-ksmbd_tcp_new_connectio.patch
|
|
patches.kernel.org/6.6.14-385-ksmbd-only-v2-leases-handle-the-directory.patch
|
|
patches.kernel.org/6.6.14-386-ceph-select-FS_ENCRYPTION_ALGS-if-FS_ENCRYPTIO.patch
|
|
patches.kernel.org/6.6.14-387-LoongArch-Fix-and-simplify-fcsr-initialization.patch
|
|
patches.kernel.org/6.6.14-388-io_uring-don-t-check-iopoll-if-request-complet.patch
|
|
patches.kernel.org/6.6.14-389-io_uring-rw-ensure-io-bytes_done-is-always-ini.patch
|
|
patches.kernel.org/6.6.14-390-io_uring-ensure-local-task_work-is-run-on-wait.patch
|
|
patches.kernel.org/6.6.14-391-fbdev-acornfb-Fix-name-of-fb_ops-initializer-m.patch
|
|
patches.kernel.org/6.6.14-392-fbdev-flush-deferred-work-in-fb_deferred_io_fs.patch
|
|
patches.kernel.org/6.6.14-393-fbdev-flush-deferred-IO-before-closing.patch
|
|
patches.kernel.org/6.6.14-394-scsi-ufs-core-Simplify-power-management-during.patch
|
|
patches.kernel.org/6.6.14-395-scsi-target-core-add-missing-file_-start-end-_.patch
|
|
patches.kernel.org/6.6.14-396-scsi-mpi3mr-Refresh-sdev-queue-depth-after-con.patch
|
|
patches.kernel.org/6.6.14-397-scsi-mpi3mr-Clean-up-block-devices-post-contro.patch
|
|
patches.kernel.org/6.6.14-398-scsi-mpi3mr-Block-PEL-Enable-Command-on-Contro.patch
|
|
patches.kernel.org/6.6.14-399-drm-amd-Enable-PCIe-PME-from-D3.patch
|
|
patches.kernel.org/6.6.14-400-block-add-check-that-partition-length-needs-to.patch
|
|
patches.kernel.org/6.6.14-401-block-Remove-special-casing-of-compound-pages.patch
|
|
patches.kernel.org/6.6.14-402-block-Fix-iterating-over-an-empty-bio-with-bio.patch
|
|
patches.kernel.org/6.6.14-403-netfilter-nf_tables-check-if-catch-all-set-ele.patch
|
|
patches.kernel.org/6.6.14-404-pwm-jz4740-Don-t-use-dev_err_probe-in-.request.patch
|
|
patches.kernel.org/6.6.14-405-pwm-Fix-out-of-bounds-access-in-of_pwm_single_.patch
|
|
patches.kernel.org/6.6.14-406-md-raid1-Use-blk_opf_t-for-read-and-write-oper.patch
|
|
patches.kernel.org/6.6.14-407-rootfs-Fix-support-for-rootfstype-when-root-is.patch
|
|
patches.kernel.org/6.6.14-408-Bluetooth-Fix-atomicity-violation-in-min-max-_.patch
|
|
patches.kernel.org/6.6.14-409-bpf-Fix-re-attachment-branch-in-bpf_tracing_pr.patch
|
|
patches.kernel.org/6.6.14-410-iommu-arm-smmu-qcom-Add-missing-GMU-entry-to-m.patch
|
|
patches.kernel.org/6.6.14-411-iommu-dma-Trace-bounce-buffer-usage-when-mappi.patch
|
|
patches.kernel.org/6.6.14-412-wifi-mt76-fix-broken-precal-loading-from-MTD-f.patch
|
|
patches.kernel.org/6.6.14-413-wifi-rtlwifi-Remove-bogus-and-dangerous-ASPM-d.patch
|
|
patches.kernel.org/6.6.14-414-wifi-rtlwifi-Convert-LNKCTL-change-to-PCIe-cap.patch
|
|
patches.kernel.org/6.6.14-415-wifi-mwifiex-add-extra-delay-for-firmware-read.patch
|
|
patches.kernel.org/6.6.14-416-wifi-mwifiex-configure-BSSID-consistently-when.patch
|
|
patches.kernel.org/6.6.14-417-wifi-mwifiex-fix-uninitialized-firmware_stat.patch
|
|
patches.kernel.org/6.6.14-418-net-stmmac-fix-ethtool-per-queue-statistics.patch
|
|
patches.kernel.org/6.6.14-419-Revert-net-rtnetlink-Enslave-device-before-bri.patch
|
|
patches.kernel.org/6.6.14-420-Revert-nSVM-Check-for-reserved-encodings-of-TL.patch
|
|
patches.kernel.org/6.6.14-421-cxl-port-Fix-decoder-initialization-when-nr_ta.patch
|
|
patches.kernel.org/6.6.14-422-PCI-P2PDMA-Remove-reference-to-pci_p2pdma_map_.patch
|
|
patches.kernel.org/6.6.14-423-x86-pci-Reserve-ECAM-if-BIOS-didn-t-include-it.patch
|
|
patches.kernel.org/6.6.14-424-PCI-dwc-endpoint-Fix-dw_pcie_ep_raise_msix_irq.patch
|
|
patches.kernel.org/6.6.14-425-PCI-mediatek-Clear-interrupt-status-before-dis.patch
|
|
patches.kernel.org/6.6.14-426-x86-kvm-Do-not-try-to-disable-kvmclock-if-it-w.patch
|
|
patches.kernel.org/6.6.14-427-KVM-arm64-vgic-v4-Restore-pending-state-on-hos.patch
|
|
patches.kernel.org/6.6.14-428-KVM-arm64-vgic-its-Avoid-potential-UAF-in-LPI-.patch
|
|
patches.kernel.org/6.6.14-429-KVM-x86-pmu-Move-PMU-reset-logic-to-common-x86.patch
|
|
patches.kernel.org/6.6.14-430-KVM-x86-pmu-Reset-the-PMU-i.e.-stop-counters-b.patch
|
|
patches.kernel.org/6.6.14-431-iio-adc-ad7091r-Pass-iio_dev-to-event-handler.patch
|
|
patches.kernel.org/6.6.14-432-HID-sensor-hub-Enable-hid-core-report-processi.patch
|
|
patches.kernel.org/6.6.14-433-HID-wacom-Correct-behavior-when-processing-som.patch
|
|
patches.kernel.org/6.6.14-434-serial-sc16is7xx-add-check-for-unsupported-SPI.patch
|
|
patches.kernel.org/6.6.14-435-serial-sc16is7xx-set-safe-default-SPI-clock-fr.patch
|
|
patches.kernel.org/6.6.14-436-ARM-9330-1-davinci-also-select-PINCTRL.patch
|
|
patches.kernel.org/6.6.14-437-mfd-rk8xx-fixup-devices-registration-with-PLAT.patch
|
|
patches.kernel.org/6.6.14-438-mfd-cs42l43-Correct-SoundWire-port-list.patch
|
|
patches.kernel.org/6.6.14-439-mfd-syscon-Fix-null-pointer-dereference-in-of_.patch
|
|
patches.kernel.org/6.6.14-440-leds-aw2013-Select-missing-dependency-REGMAP_I.patch
|
|
patches.kernel.org/6.6.14-441-leds-aw200xx-Fix-write-to-DIM-parameter.patch
|
|
patches.kernel.org/6.6.14-442-mfd-tps6594-Add-null-pointer-check-to-tps6594_.patch
|
|
patches.kernel.org/6.6.14-443-mfd-intel-lpss-Fix-the-fractional-clock-divide.patch
|
|
patches.kernel.org/6.6.14-444-srcu-Use-try-lock-lockdep-annotation-for-NMI-s.patch
|
|
patches.kernel.org/6.6.14-445-mips-dmi-Fix-early-remap-on-MIPS32.patch
|
|
patches.kernel.org/6.6.14-446-mips-Fix-incorrect-max_low_pfn-adjustment.patch
|
|
patches.kernel.org/6.6.14-447-um-virt-pci-fix-platform-map-offset.patch
|
|
patches.kernel.org/6.6.14-448-riscv-Check-if-the-code-to-patch-lies-in-the-e.patch
|
|
patches.kernel.org/6.6.14-449-riscv-Fix-module_alloc-that-did-not-reset-the-.patch
|
|
patches.kernel.org/6.6.14-450-riscv-Fix-set_memory_XX-and-set_direct_map_XX-.patch
|
|
patches.kernel.org/6.6.14-451-riscv-Fix-set_direct_map_default_noflush-to-re.patch
|
|
patches.kernel.org/6.6.14-452-riscv-Fixed-wrong-register-in-XIP_FIXUP_FLASH_.patch
|
|
patches.kernel.org/6.6.14-453-MIPS-Alchemy-Fix-an-out-of-bound-access-in-db1.patch
|
|
patches.kernel.org/6.6.14-454-MIPS-Alchemy-Fix-an-out-of-bound-access-in-db1.patch
|
|
patches.kernel.org/6.6.14-455-power-supply-cw2015-correct-time_to_empty-unit.patch
|
|
patches.kernel.org/6.6.14-456-power-supply-bq256xx-fix-some-problem-in-bq256.patch
|
|
patches.kernel.org/6.6.14-457-PCI-Avoid-potential-out-of-bounds-read-in-pci_.patch
|
|
patches.kernel.org/6.6.14-458-serial-8250-omap-Don-t-skip-resource-freeing-i.patch
|
|
patches.kernel.org/6.6.14-459-iommu-Map-reserved-memory-as-cacheable-if-devi.patch
|
|
patches.kernel.org/6.6.14-460-perf-test-Remove-atomics-from-test_loop-to-avo.patch
|
|
patches.kernel.org/6.6.14-461-perf-header-Fix-segfault-on-build_mem_topology.patch
|
|
patches.kernel.org/6.6.14-462-libapi-Add-missing-linux-types.h-header-to-get.patch
|
|
patches.kernel.org/6.6.14-463-perf-test-record-user-regs-Fix-mask-for-vg-reg.patch
|
|
patches.kernel.org/6.6.14-464-vfio-pds-Fix-calculations-in-pds_vfio_dirty_sy.patch
|
|
patches.kernel.org/6.6.14-465-perf-vendor-events-arm64-AmpereOne-Rename-BPU_.patch
|
|
patches.kernel.org/6.6.14-466-perf-mem-Fix-error-on-hybrid-related-to-availa.patch
|
|
patches.kernel.org/6.6.14-467-perf-stat-Exit-perf-stat-if-parse-groups-fails.patch
|
|
patches.kernel.org/6.6.14-468-base-node.c-initialize-the-accessor-list-befor.patch
|
|
patches.kernel.org/6.6.14-469-acpi-property-Let-args-be-NULL-in-__acpi_node_.patch
|
|
patches.kernel.org/6.6.14-470-software-node-Let-args-be-NULL-in-software_nod.patch
|
|
patches.kernel.org/6.6.14-471-serial-imx-fix-tx-statemachine-deadlock.patch
|
|
patches.kernel.org/6.6.14-472-selftests-sgx-Fix-uninitialized-pointer-derefe.patch
|
|
patches.kernel.org/6.6.14-473-selftests-sgx-Fix-uninitialized-pointer-derefe.patch
|
|
patches.kernel.org/6.6.14-474-selftests-sgx-Include-memory-clobber-for-inlin.patch
|
|
patches.kernel.org/6.6.14-475-selftests-sgx-Skip-non-X86_64-platform.patch
|
|
patches.kernel.org/6.6.14-476-iio-adc-ad9467-fix-reset-gpio-handling.patch
|
|
patches.kernel.org/6.6.14-477-iio-adc-ad9467-don-t-ignore-error-codes.patch
|
|
patches.kernel.org/6.6.14-478-iio-adc-ad9467-add-mutex-to-struct-ad9467_stat.patch
|
|
patches.kernel.org/6.6.14-479-iio-adc-ad9467-fix-scale-setting.patch
|
|
patches.kernel.org/6.6.14-480-perf-header-Fix-one-memory-leakage-in-perf_eve.patch
|
|
patches.kernel.org/6.6.14-481-perf-hisi-ptt-Fix-one-memory-leakage-in-hisi_p.patch
|
|
patches.kernel.org/6.6.14-482-perf-genelf-Set-ELF-program-header-addresses-p.patch
|
|
patches.kernel.org/6.6.14-483-perf-unwind-libdw-Handle-JIT-generated-DSOs-pr.patch
|
|
patches.kernel.org/6.6.14-484-perf-unwind-libunwind-Fix-base-address-for-.eh.patch
|
|
patches.kernel.org/6.6.14-485-bus-mhi-ep-Do-not-allocate-event-ring-element-.patch
|
|
patches.kernel.org/6.6.14-486-bus-mhi-ep-Use-slab-allocator-where-applicable.patch
|
|
patches.kernel.org/6.6.14-487-bus-mhi-ep-Pass-mhi_ep_buf_info-struct-to-read.patch
|
|
patches.kernel.org/6.6.14-488-PCI-epf-mhi-Fix-the-DMA-data-direction-of-dma_.patch
|
|
patches.kernel.org/6.6.14-489-tty-early-return-from-send_break-on-TTY_DRIVER.patch
|
|
patches.kernel.org/6.6.14-490-tty-don-t-check-for-signal_pending-in-send_bre.patch
|
|
patches.kernel.org/6.6.14-491-tty-use-if-in-send_break-instead-of-goto.patch
|
|
patches.kernel.org/6.6.14-492-usb-cdc-acm-return-correct-error-code-on-unsup.patch
|
|
patches.kernel.org/6.6.14-493-spmi-mtk-pmif-Serialize-PMIF-status-check-and-.patch
|
|
patches.kernel.org/6.6.14-494-usb-gadget-webcam-Make-g_webcam-loadable-again.patch
|
|
patches.kernel.org/6.6.14-495-iommu-Don-t-reserve-0-length-IOVA-region.patch
|
|
patches.kernel.org/6.6.14-496-power-supply-Fix-null-pointer-dereference-in-s.patch
|
|
patches.kernel.org/6.6.14-497-vdpa-Fix-an-error-handling-path-in-eni_vdpa_pr.patch
|
|
patches.kernel.org/6.6.14-498-apparmor-Fix-ref-count-leak-in-task_kill.patch
|
|
patches.kernel.org/6.6.14-499-nvmet-tcp-Fix-a-kernel-panic-when-host-sends-a.patch
|
|
patches.kernel.org/6.6.14-500-nvmet-tcp-fix-a-crash-in-nvmet_req_complete.patch
|
|
patches.kernel.org/6.6.14-501-perf-env-Avoid-recursively-taking-env-bpf_prog.patch
|
|
patches.kernel.org/6.6.14-502-perf-stat-Fix-hard-coded-LL-miss-units.patch
|
|
patches.kernel.org/6.6.14-503-cxl-region-fix-x9-interleave-typo.patch
|
|
patches.kernel.org/6.6.14-504-apparmor-fix-possible-memory-leak-in-unpack_tr.patch
|
|
patches.kernel.org/6.6.14-505-apparmor-avoid-crash-when-parsed-profile-name-.patch
|
|
patches.kernel.org/6.6.14-506-usb-xhci-mtk-fix-a-short-packet-issue-of-gen1-.patch
|
|
patches.kernel.org/6.6.14-507-serial-imx-Correct-clock-error-message-in-func.patch
|
|
patches.kernel.org/6.6.14-508-serial-apbuart-fix-console-prompt-on-qemu.patch
|
|
patches.kernel.org/6.6.14-509-perf-db-export-Fix-missing-reference-count-get.patch
|
|
patches.kernel.org/6.6.14-510-cxl-port-Fix-missing-target-list-lock.patch
|
|
patches.kernel.org/6.6.14-511-spi-coldfire-qspi-Remove-an-erroneous-clk_disa.patch
|
|
patches.kernel.org/6.6.14-512-hisi_acc_vfio_pci-Update-migration-data-pointe.patch
|
|
patches.kernel.org/6.6.14-513-nvmet-re-fix-tracing-strncpy-warning.patch
|
|
patches.kernel.org/6.6.14-514-nvme-trace-avoid-memcpy-overflow-warning.patch
|
|
patches.kernel.org/6.6.14-515-nvmet-tcp-Fix-the-H2C-expected-PDU-len-calcula.patch
|
|
patches.kernel.org/6.6.14-516-PCI-keystone-Fix-race-condition-when-initializ.patch
|
|
patches.kernel.org/6.6.14-517-PCI-mediatek-gen3-Fix-translation-window-size-.patch
|
|
patches.kernel.org/6.6.14-518-ASoC-mediatek-sof-common-Add-NULL-check-for-no.patch
|
|
patches.kernel.org/6.6.14-519-s390-pci-fix-max-size-calculation-in-zpci_memc.patch
|
|
patches.kernel.org/6.6.14-520-net-qualcomm-rmnet-fix-global-oob-in-rmnet_pol.patch
|
|
patches.kernel.org/6.6.14-521-rxrpc-Fix-use-of-Don-t-Fragment-flag.patch
|
|
patches.kernel.org/6.6.14-522-octeontx2-af-CN10KB-Fix-FIFO-length-calculatio.patch
|
|
patches.kernel.org/6.6.14-523-net-ethernet-ti-am65-cpsw-Fix-max-mtu-to-fit-e.patch
|
|
patches.kernel.org/6.6.14-524-amt-do-not-use-overwrapped-cb-area.patch
|
|
patches.kernel.org/6.6.14-525-net-micrel-Fix-PTP-frame-parsing-for-lan8841.patch
|
|
patches.kernel.org/6.6.14-526-net-phy-micrel-populate-.soft_reset-for-KSZ913.patch
|
|
patches.kernel.org/6.6.14-527-ALSA-hda-Properly-setup-HDMI-stream.patch
|
|
patches.kernel.org/6.6.14-528-mptcp-mptcp_parse_option-fix-for-MPTCPOPT_MP_J.patch
|
|
patches.kernel.org/6.6.14-529-mptcp-strict-validation-before-using-mp_opt-hm.patch
|
|
patches.kernel.org/6.6.14-530-mptcp-use-OPTION_MPTCP_MPJ_SYNACK-in-subflow_f.patch
|
|
patches.kernel.org/6.6.14-531-mptcp-use-OPTION_MPTCP_MPJ_SYN-in-subflow_chec.patch
|
|
patches.kernel.org/6.6.14-532-mptcp-refine-opt_mp_capable-determination.patch
|
|
patches.kernel.org/6.6.14-533-block-ensure-we-hold-a-queue-reference-when-us.patch
|
|
patches.kernel.org/6.6.14-534-net-stmmac-Fix-ethool-link-settings-ops-for-in.patch
|
|
patches.kernel.org/6.6.14-535-udp-annotate-data-races-around-up-pending.patch
|
|
patches.kernel.org/6.6.14-536-erofs-simplify-compression-configuration-parse.patch
|
|
patches.kernel.org/6.6.14-537-erofs-fix-inconsistent-per-file-compression-fo.patch
|
|
patches.kernel.org/6.6.14-538-net-add-more-sanity-check-in-virtio_net_hdr_to.patch
|
|
patches.kernel.org/6.6.14-539-net-netdev_queue-netdev_txq_completed_mb-fix-w.patch
|
|
patches.kernel.org/6.6.14-540-bpf-iter_udp-Retry-with-a-larger-batch-size-wi.patch
|
|
patches.kernel.org/6.6.14-541-bpf-Avoid-iter-offset-making-backward-progress.patch
|
|
patches.kernel.org/6.6.14-542-net-tls-fix-WARNIING-in-__sk_msg_free.patch
|
|
patches.kernel.org/6.6.14-543-net-ravb-Fix-dma_addr_t-truncation-in-error-ca.patch
|
|
patches.kernel.org/6.6.14-544-dt-bindings-gpio-xilinx-Fix-node-address-in-gp.patch
|
|
patches.kernel.org/6.6.14-545-gpio-mlxbf3-add-an-error-code-check-in-mlxbf3_.patch
|
|
patches.kernel.org/6.6.14-546-ASoC-SOF-ipc4-loader-remove-the-CPC-check-warn.patch
|
|
patches.kernel.org/6.6.14-547-drm-amdkfd-fixes-for-HMM-mem-allocation.patch
|
|
patches.kernel.org/6.6.14-548-drm-amdgpu-fall-back-to-INPUT-power-for-AVG-po.patch
|
|
patches.kernel.org/6.6.14-549-selftests-bonding-Change-script-interpreter.patch
|
|
patches.kernel.org/6.6.14-550-net-stmmac-ethtool-Fixed-calltrace-caused-by-u.patch
|
|
patches.kernel.org/6.6.14-551-bpf-Reject-variable-offset-alu-on-PTR_TO_FLOW_.patch
|
|
patches.kernel.org/6.6.14-552-net-dsa-vsc73xx-Add-null-pointer-check-to-vsc7.patch
|
|
patches.kernel.org/6.6.14-553-LoongArch-BPF-Prevent-out-of-bounds-memory-acc.patch
|
|
patches.kernel.org/6.6.14-554-mptcp-relax-check-on-MPC-passive-fallback.patch
|
|
patches.kernel.org/6.6.14-555-net-netdevsim-don-t-try-to-destroy-PHC-on-VFs.patch
|
|
patches.kernel.org/6.6.14-556-netfilter-nf_tables-reject-invalid-set-policy.patch
|
|
patches.kernel.org/6.6.14-557-netfilter-nft_limit-do-not-ignore-unsupported-.patch
|
|
patches.kernel.org/6.6.14-558-netfilter-nfnetlink_log-use-proper-helper-for-.patch
|
|
patches.kernel.org/6.6.14-559-netfilter-nf_queue-remove-excess-nf_bridge-var.patch
|
|
patches.kernel.org/6.6.14-560-netfilter-propagate-net-to-nf_bridge_get_physi.patch
|
|
patches.kernel.org/6.6.14-561-netfilter-bridge-replace-physindev-with-physin.patch
|
|
patches.kernel.org/6.6.14-562-netfilter-nf_tables-do-not-allow-mismatch-fiel.patch
|
|
patches.kernel.org/6.6.14-563-netfilter-nf_tables-skip-dead-set-elements-in-.patch
|
|
patches.kernel.org/6.6.14-564-netfilter-nf_tables-reject-NFT_SET_CONCAT-with.patch
|
|
patches.kernel.org/6.6.14-565-ipvs-avoid-stat-macros-calls-from-preemptible-.patch
|
|
patches.kernel.org/6.6.14-566-io_uring-adjust-defer-tw-counting.patch
|
|
patches.kernel.org/6.6.14-567-kdb-Fix-a-potential-buffer-overflow-in-kdb_loc.patch
|
|
patches.kernel.org/6.6.14-568-arm64-ptrace-Don-t-flush-ZA-ZT-storage-when-wr.patch
|
|
patches.kernel.org/6.6.14-569-ethtool-netlink-Add-missing-ethnl_ops_begin-co.patch
|
|
patches.kernel.org/6.6.14-570-loop-fix-the-the-direct-I-O-support-check-when.patch
|
|
patches.kernel.org/6.6.14-571-mlxsw-spectrum_acl_erp-Fix-error-flow-of-pool-.patch
|
|
patches.kernel.org/6.6.14-572-mlxsw-spectrum_acl_tcam-Fix-NULL-pointer-deref.patch
|
|
patches.kernel.org/6.6.14-573-mlxsw-spectrum_acl_tcam-Fix-stack-corruption.patch
|
|
patches.kernel.org/6.6.14-574-mlxsw-spectrum_router-Register-netdevice-notif.patch
|
|
patches.kernel.org/6.6.14-575-selftests-mlxsw-qos_pfc-Adjust-the-test-to-sup.patch
|
|
patches.kernel.org/6.6.14-576-ipv6-mcast-fix-data-race-in-ipv6_mc_down-mld_i.patch
|
|
patches.kernel.org/6.6.14-577-i2c-s3c24xx-fix-read-transfers-in-polling-mode.patch
|
|
patches.kernel.org/6.6.14-578-i2c-s3c24xx-fix-transferring-more-than-one-mes.patch
|
|
patches.kernel.org/6.6.14-579-riscv-Fix-wrong-usage-of-lm_alias-when-splitti.patch
|
|
patches.kernel.org/6.6.14-580-Revert-KEYS-encrypted-Add-check-for-strsep.patch
|
|
patches.kernel.org/6.6.14-581-arm64-dts-armada-3720-turris-mox-set-irq-type-.patch
|
|
patches.kernel.org/6.6.14-582-Revert-Revert-md-raid5-Wait-for-MD_SB_CHANGE_P.patch
|
|
patches.kernel.org/6.6.14-583-Linux-6.6.14.patch
|
|
patches.kernel.org/6.6.15-001-docs-sparse-move-TW-sparse.txt-to-TW-dev-tools.patch
|
|
patches.kernel.org/6.6.15-002-docs-sparse-add-sparse.rst-to-toctree.patch
|
|
patches.kernel.org/6.6.15-003-docs-kernel_feat.py-fix-potential-command-inje.patch
|
|
patches.kernel.org/6.6.15-004-serial-core-Simplify-uart_get_rs485_mode.patch
|
|
patches.kernel.org/6.6.15-005-serial-core-set-missing-supported-flag-for-RX-.patch
|
|
patches.kernel.org/6.6.15-006-soundwire-bus-introduce-controller_id.patch
|
|
patches.kernel.org/6.6.15-007-soundwire-fix-initializing-sysfs-for-same-devi.patch
|
|
patches.kernel.org/6.6.15-008-net-stmmac-Tx-coe-sw-fallback.patch
|
|
patches.kernel.org/6.6.15-009-net-stmmac-Prevent-DSA-tags-from-breaking-COE.patch
|
|
patches.kernel.org/6.6.15-010-iio-adc-ad7091r-Set-alert-bit-in-config-regist.patch
|
|
patches.kernel.org/6.6.15-011-iio-adc-ad7091r-Allow-users-to-configure-devic.patch
|
|
patches.kernel.org/6.6.15-012-iio-adc-ad7091r-Enable-internal-vref-if-extern.patch
|
|
patches.kernel.org/6.6.15-013-dmaengine-fsl-edma-fix-eDMAv4-channel-allocati.patch
|
|
patches.kernel.org/6.6.15-014-dmaengine-fix-NULL-pointer-in-channel-unregist.patch
|
|
patches.kernel.org/6.6.15-015-dmaengine-idxd-Move-dma_free_coherent-out-of-s.patch
|
|
patches.kernel.org/6.6.15-016-scsi-ufs-core-Remove-the-ufshcd_hba_exit-call-.patch
|
|
patches.kernel.org/6.6.15-017-riscv-Fix-an-off-by-one-in-get_early_cmdline.patch
|
|
patches.kernel.org/6.6.15-018-scsi-core-Kick-the-requeue-list-after-insertin.patch
|
|
patches.kernel.org/6.6.15-019-sh-ecovec24-Rename-missed-backlight-field-from.patch
|
|
patches.kernel.org/6.6.15-020-smb-client-fix-parsing-of-SMB3.1.1-POSIX-creat.patch
|
|
patches.kernel.org/6.6.15-021-cifs-handle-cases-where-a-channel-is-closed.patch
|
|
patches.kernel.org/6.6.15-022-cifs-reconnect-work-should-have-reference-on-s.patch
|
|
patches.kernel.org/6.6.15-023-cifs-handle-when-server-starts-supporting-mult.patch
|
|
patches.kernel.org/6.6.15-024-cifs-handle-when-server-stops-supporting-multi.patch
|
|
patches.kernel.org/6.6.15-025-Revert-cifs-reconnect-work-should-have-referen.patch
|
|
patches.kernel.org/6.6.15-026-cifs-reconnect-worker-should-take-reference-on.patch
|
|
patches.kernel.org/6.6.15-027-cifs-handle-servers-that-still-advertise-multi.patch
|
|
patches.kernel.org/6.6.15-028-cifs-update-iface_last_update-on-each-query-an.patch
|
|
patches.kernel.org/6.6.15-029-powerpc-ps3_defconfig-Disable-PPC64_BIG_ENDIAN.patch
|
|
patches.kernel.org/6.6.15-030-ext4-allow-for-the-last-group-to-be-marked-as-.patch
|
|
patches.kernel.org/6.6.15-031-async-Split-async_schedule_node_domain.patch
|
|
patches.kernel.org/6.6.15-032-async-Introduce-async_schedule_dev_nocall.patch
|
|
patches.kernel.org/6.6.15-033-PM-sleep-Fix-possible-deadlocks-in-core-system.patch
|
|
patches.kernel.org/6.6.15-034-arm64-properly-install-vmlinuz.efi.patch
|
|
patches.kernel.org/6.6.15-035-OPP-Pass-rounded-rate-to-_set_opp.patch
|
|
patches.kernel.org/6.6.15-036-btrfs-sysfs-validate-scrub_speed_max-value.patch
|
|
patches.kernel.org/6.6.15-037-crypto-lib-mpi-Fix-unexpected-pointer-access-i.patch
|
|
patches.kernel.org/6.6.15-038-erofs-fix-lz4-inplace-decompression.patch
|
|
patches.kernel.org/6.6.15-039-crypto-api-Disallow-identical-driver-names.patch
|
|
patches.kernel.org/6.6.15-040-PM-hibernate-Enforce-ordering-during-image-com.patch
|
|
patches.kernel.org/6.6.15-041-hwrng-core-Fix-page-fault-dead-lock-on-mmap-ed.patch
|
|
patches.kernel.org/6.6.15-042-crypto-s390-aes-Fix-buffer-overread-in-CTR-mod.patch
|
|
patches.kernel.org/6.6.15-043-s390-vfio-ap-unpin-pages-on-gisc-registration-.patch
|
|
patches.kernel.org/6.6.15-044-PM-devfreq-Fix-buffer-overflow-in-trans_stat_s.patch
|
|
patches.kernel.org/6.6.15-045-mtd-maps-vmu-flash-Fix-the-mtd-core-switch-to-.patch
|
|
patches.kernel.org/6.6.15-046-mtd-rawnand-Prevent-crossing-LUN-boundaries-du.patch
|
|
patches.kernel.org/6.6.15-047-mtd-rawnand-Fix-core-interference-with-sequent.patch
|
|
patches.kernel.org/6.6.15-048-mtd-rawnand-Prevent-sequential-reads-with-on-d.patch
|
|
patches.kernel.org/6.6.15-049-mtd-rawnand-Clarify-conditions-to-enable-conti.patch
|
|
patches.kernel.org/6.6.15-050-soc-qcom-pmic_glink_altmode-fix-port-sanity-ch.patch
|
|
patches.kernel.org/6.6.15-051-media-imx355-Enable-runtime-PM-before-register.patch
|
|
patches.kernel.org/6.6.15-052-rpmsg-virtio-Free-driver_override-when-rpmsg_r.patch
|
|
patches.kernel.org/6.6.15-053-media-ov9734-Enable-runtime-PM-before-register.patch
|
|
patches.kernel.org/6.6.15-054-media-ov13b10-Enable-runtime-PM-before-registe.patch
|
|
patches.kernel.org/6.6.15-055-media-ov01a10-Enable-runtime-PM-before-registe.patch
|
|
patches.kernel.org/6.6.15-056-soc-fsl-cpm1-tsa-Fix-__iomem-addresses-declara.patch
|
|
patches.kernel.org/6.6.15-057-soc-fsl-cpm1-qmc-Fix-__iomem-addresses-declara.patch
|
|
patches.kernel.org/6.6.15-058-soc-fsl-cpm1-qmc-Fix-rx-channel-reset.patch
|
|
patches.kernel.org/6.6.15-059-s390-vfio-ap-always-filter-entire-AP-matrix.patch
|
|
patches.kernel.org/6.6.15-060-s390-vfio-ap-loop-over-the-shadow-APCB-when-fi.patch
|
|
patches.kernel.org/6.6.15-061-s390-vfio-ap-let-on_scan_complete-callback-fil.patch
|
|
patches.kernel.org/6.6.15-062-s390-vfio-ap-reset-queues-filtered-from-the-gu.patch
|
|
patches.kernel.org/6.6.15-063-s390-vfio-ap-reset-queues-associated-with-adap.patch
|
|
patches.kernel.org/6.6.15-064-s390-vfio-ap-do-not-reset-queue-removed-from-h.patch
|
|
patches.kernel.org/6.6.15-065-nbd-always-initialize-struct-msghdr-completely.patch
|
|
patches.kernel.org/6.6.15-066-mips-Fix-max_mapnr-being-uninitialized-on-earl.patch
|
|
patches.kernel.org/6.6.15-067-bus-mhi-host-Add-alignment-check-for-event-rin.patch
|
|
patches.kernel.org/6.6.15-068-bus-mhi-host-Drop-chan-lock-before-queuing-buf.patch
|
|
patches.kernel.org/6.6.15-069-bus-mhi-host-Add-spinlock-to-protect-WP-access.patch
|
|
patches.kernel.org/6.6.15-070-parisc-firmware-Fix-F-extend-for-PDC-addresses.patch
|
|
patches.kernel.org/6.6.15-071-parisc-power-Fix-power-soft-off-button-emulati.patch
|
|
patches.kernel.org/6.6.15-072-ARM-dts-imx6q-apalis-add-can-power-up-delay-on.patch
|
|
patches.kernel.org/6.6.15-073-arm64-dts-qcom-sc8280xp-crd-fix-eDP-phy-compat.patch
|
|
patches.kernel.org/6.6.15-074-ARM-dts-qcom-sdx55-fix-USB-wakeup-interrupt-ty.patch
|
|
patches.kernel.org/6.6.15-075-ARM-dts-samsung-exynos4210-i9100-Unconditional.patch
|
|
patches.kernel.org/6.6.15-076-ARM-dts-qcom-sdx55-fix-pdc-interrupt-cells.patch
|
|
patches.kernel.org/6.6.15-077-arm64-dts-sprd-fix-the-cpu-node-for-UMS512.patch
|
|
patches.kernel.org/6.6.15-078-arm64-dts-rockchip-configure-eth-pad-driver-st.patch
|
|
patches.kernel.org/6.6.15-079-arm64-dts-rockchip-Fix-rk3588-USB-power-domain.patch
|
|
patches.kernel.org/6.6.15-080-arm64-dts-qcom-msm8916-Make-blsp_dma-controlle.patch
|
|
patches.kernel.org/6.6.15-081-arm64-dts-qcom-msm8939-Make-blsp_dma-controlle.patch
|
|
patches.kernel.org/6.6.15-082-arm64-dts-qcom-sc7180-fix-USB-wakeup-interrupt.patch
|
|
patches.kernel.org/6.6.15-083-arm64-dts-qcom-sdm845-fix-USB-wakeup-interrupt.patch
|
|
patches.kernel.org/6.6.15-084-arm64-dts-qcom-sdm670-fix-USB-wakeup-interrupt.patch
|
|
patches.kernel.org/6.6.15-085-arm64-dts-qcom-sm8150-fix-USB-wakeup-interrupt.patch
|
|
patches.kernel.org/6.6.15-086-arm64-dts-qcom-sc8180x-fix-USB-wakeup-interrup.patch
|
|
patches.kernel.org/6.6.15-087-arm64-dts-qcom-sc7280-fix-usb_1-wakeup-interru.patch
|
|
patches.kernel.org/6.6.15-088-arm64-dts-qcom-Add-missing-vio-supply-for-AW20.patch
|
|
patches.kernel.org/6.6.15-089-ARM-dts-qcom-sdx55-fix-USB-DP-DM-HS-PHY-interr.patch
|
|
patches.kernel.org/6.6.15-090-arm64-dts-qcom-sdm845-fix-USB-DP-DM-HS-PHY-int.patch
|
|
patches.kernel.org/6.6.15-091-arm64-dts-qcom-sdm845-fix-USB-SS-wakeup.patch
|
|
patches.kernel.org/6.6.15-092-arm64-dts-qcom-sm8150-fix-USB-DP-DM-HS-PHY-int.patch
|
|
patches.kernel.org/6.6.15-093-arm64-dts-qcom-sm8150-fix-USB-SS-wakeup.patch
|
|
patches.kernel.org/6.6.15-094-arm64-dts-qcom-sc8180x-fix-USB-DP-DM-HS-PHY-in.patch
|
|
patches.kernel.org/6.6.15-095-arm64-dts-qcom-sc8180x-fix-USB-SS-wakeup.patch
|
|
patches.kernel.org/6.6.15-096-arm64-dts-qcom-sdm670-fix-USB-DP-DM-HS-PHY-int.patch
|
|
patches.kernel.org/6.6.15-097-arm64-dts-qcom-sdm670-fix-USB-SS-wakeup.patch
|
|
patches.kernel.org/6.6.15-098-ARM-dts-qcom-sdx55-fix-USB-SS-wakeup.patch
|
|
patches.kernel.org/6.6.15-099-lsm-new-security_file_ioctl_compat-hook.patch
|
|
patches.kernel.org/6.6.15-100-dlm-use-kernel_connect-and-kernel_bind.patch
|
|
patches.kernel.org/6.6.15-101-docs-kernel_abi.py-fix-command-injection.patch
|
|
patches.kernel.org/6.6.15-102-scripts-get_abi-fix-source-path-leak.patch
|
|
patches.kernel.org/6.6.15-103-media-videobuf2-dma-sg-fix-vmap-callback.patch
|
|
patches.kernel.org/6.6.15-104-mmc-core-Use-mrq.sbc-in-close-ended-ffu.patch
|
|
patches.kernel.org/6.6.15-105-mmc-mmc_spi-remove-custom-DMA-mapped-buffers.patch
|
|
patches.kernel.org/6.6.15-106-media-i2c-st-mipid02-correct-format-propagatio.patch
|
|
patches.kernel.org/6.6.15-107-media-mtk-jpeg-Fix-timeout-schedule-error-in-m.patch
|
|
patches.kernel.org/6.6.15-108-media-mtk-jpeg-Fix-use-after-free-bug-due-to-e.patch
|
|
patches.kernel.org/6.6.15-109-riscv-mm-Fixup-compat-arch_get_mmap_end.patch
|
|
patches.kernel.org/6.6.15-110-riscv-mm-Fixup-compat-mode-boot-failure.patch
|
|
patches.kernel.org/6.6.15-111-arm64-Rename-ARM64_WORKAROUND_2966298.patch
|
|
patches.kernel.org/6.6.15-112-arm64-errata-Add-Cortex-A510-speculative-unpri.patch
|
|
patches.kernel.org/6.6.15-113-arm64-sme-Always-exit-sme_alloc-early-with-exi.patch
|
|
patches.kernel.org/6.6.15-114-arm64-entry-fix-ARM64_WORKAROUND_SPECULATIVE_U.patch
|
|
patches.kernel.org/6.6.15-115-rtc-cmos-Use-ACPI-alarm-for-non-Intel-x86-syst.patch
|
|
patches.kernel.org/6.6.15-116-rtc-Adjust-failure-return-code-for-cmos_set_al.patch
|
|
patches.kernel.org/6.6.15-117-rtc-mc146818-lib-Adjust-failure-return-code-fo.patch
|
|
patches.kernel.org/6.6.15-118-rtc-Add-support-for-configuring-the-UIP-timeou.patch
|
|
patches.kernel.org/6.6.15-119-rtc-Extend-timeout-for-waiting-for-UIP-to-clea.patch
|
|
patches.kernel.org/6.6.15-120-nouveau-vmm-don-t-set-addr-on-the-fail-path-to.patch
|
|
patches.kernel.org/6.6.15-121-efi-disable-mirror-feature-during-crashkernel.patch
|
|
patches.kernel.org/6.6.15-122-ubifs-ubifs_symlink-Fix-memleak-of-inode-i_lin.patch
|
|
patches.kernel.org/6.6.15-123-kexec-do-syscore_shutdown-in-kernel_kexec.patch
|
|
patches.kernel.org/6.6.15-124-selftests-mm-hugepage-vmemmap-fails-on-64K-pag.patch
|
|
patches.kernel.org/6.6.15-125-mm-rmap-fix-misplaced-parenthesis-of-a-likely.patch
|
|
patches.kernel.org/6.6.15-126-mm-sparsemem-fix-race-in-accessing-memory_sect.patch
|
|
patches.kernel.org/6.6.15-127-rename-fix-the-locking-of-subdirectories.patch
|
|
patches.kernel.org/6.6.15-128-serial-sc16is7xx-improve-regmap-debugfs-by-usi.patch
|
|
patches.kernel.org/6.6.15-129-serial-sc16is7xx-remove-wasteful-static-buffer.patch
|
|
patches.kernel.org/6.6.15-130-serial-sc16is7xx-remove-global-regmap-from-str.patch
|
|
patches.kernel.org/6.6.15-131-serial-sc16is7xx-remove-unused-line-structure-.patch
|
|
patches.kernel.org/6.6.15-132-serial-sc16is7xx-change-EFR-lock-to-operate-on.patch
|
|
patches.kernel.org/6.6.15-133-serial-sc16is7xx-convert-from-_raw_-to-_noinc_.patch
|
|
patches.kernel.org/6.6.15-134-serial-sc16is7xx-fix-invalid-sc16is7xx_lines-b.patch
|
|
patches.kernel.org/6.6.15-135-serial-sc16is7xx-remove-obsolete-loop-in-sc16i.patch
|
|
patches.kernel.org/6.6.15-136-serial-sc16is7xx-improve-do-while-loop-in-sc16.patch
|
|
patches.kernel.org/6.6.15-137-LoongArch-smp-Call-rcutree_report_cpu_starting.patch
|
|
patches.kernel.org/6.6.15-138-mm-page_alloc-unreserve-highatomic-page-blocks.patch
|
|
patches.kernel.org/6.6.15-139-serial-Do-not-hold-the-port-lock-when-setting-.patch
|
|
patches.kernel.org/6.6.15-140-ksmbd-set-v2-lease-version-on-lease-upgrade.patch
|
|
patches.kernel.org/6.6.15-141-ksmbd-fix-potential-circular-locking-issue-in-.patch
|
|
patches.kernel.org/6.6.15-142-ksmbd-don-t-increment-epoch-if-current-state-a.patch
|
|
patches.kernel.org/6.6.15-143-ksmbd-send-lease-break-notification-on-FILE_RE.patch
|
|
patches.kernel.org/6.6.15-144-ksmbd-Add-missing-set_freezable-for-freezable-.patch
|
|
patches.kernel.org/6.6.15-145-dt-bindings-net-snps-dwmac-Tx-coe-unsupported.patch
|
|
patches.kernel.org/6.6.15-146-bpf-move-explored_state-closer-to-the-beginnin.patch
|
|
patches.kernel.org/6.6.15-147-bpf-extract-same_callsites-as-utility-function.patch
|
|
patches.kernel.org/6.6.15-148-bpf-exact-states-comparison-for-iterator-conve.patch
|
|
patches.kernel.org/6.6.15-149-selftests-bpf-tests-with-delayed-read-precisio.patch
|
|
patches.kernel.org/6.6.15-150-bpf-correct-loop-detection-for-iterators-conve.patch
|
|
patches.kernel.org/6.6.15-151-selftests-bpf-test-if-state-loops-are-detected.patch
|
|
patches.kernel.org/6.6.15-152-bpf-print-full-verifier-states-on-infinite-loo.patch
|
|
patches.kernel.org/6.6.15-153-selftests-bpf-track-tcp-payload-offset-as-scal.patch
|
|
patches.kernel.org/6.6.15-154-selftests-bpf-track-string-payload-offset-as-s.patch
|
|
patches.kernel.org/6.6.15-155-bpf-extract-__check_reg_arg-utility-function.patch
|
|
patches.kernel.org/6.6.15-156-bpf-extract-setup_func_entry-utility-function.patch
|
|
patches.kernel.org/6.6.15-157-bpf-verify-callbacks-as-if-they-are-called-unk.patch
|
|
patches.kernel.org/6.6.15-158-selftests-bpf-tests-for-iterating-callbacks.patch
|
|
patches.kernel.org/6.6.15-159-bpf-widening-for-callback-iterators.patch
|
|
patches.kernel.org/6.6.15-160-selftests-bpf-test-widening-for-iterating-call.patch
|
|
patches.kernel.org/6.6.15-161-bpf-keep-track-of-max-number-of-bpf_loop-callb.patch
|
|
patches.kernel.org/6.6.15-162-selftests-bpf-check-if-max-number-of-bpf_loop-.patch
|
|
patches.kernel.org/6.6.15-163-Revert-drm-amd-Enable-PCIe-PME-from-D3.patch
|
|
patches.kernel.org/6.6.15-164-cifs-fix-lock-ordering-while-disabling-multich.patch
|
|
patches.kernel.org/6.6.15-165-cifs-fix-a-pending-undercount-of-srv_count.patch
|
|
patches.kernel.org/6.6.15-166-cifs-after-disabling-multichannel-mark-tcon-fo.patch
|
|
patches.kernel.org/6.6.15-167-SUNRPC-use-request-size-to-initialize-bio_vec-.patch
|
|
patches.kernel.org/6.6.15-168-wifi-mac80211-fix-potential-sta-link-leak.patch
|
|
patches.kernel.org/6.6.15-169-net-smc-fix-illegal-rmb_desc-access-in-SMC-D-c.patch
|
|
patches.kernel.org/6.6.15-170-selftests-bonding-Increase-timeout-to-1200s.patch
|
|
patches.kernel.org/6.6.15-171-tcp-make-sure-init-the-accept_queue-s-spinlock.patch
|
|
patches.kernel.org/6.6.15-172-bnxt_en-Wait-for-FLR-to-complete-during-probe.patch
|
|
patches.kernel.org/6.6.15-173-bnxt_en-Prevent-kernel-warning-when-running-of.patch
|
|
patches.kernel.org/6.6.15-174-vlan-skip-nested-type-that-is-not-IFLA_VLAN_QO.patch
|
|
patches.kernel.org/6.6.15-175-llc-make-llc_ui_sendmsg-more-robust-against-bo.patch
|
|
patches.kernel.org/6.6.15-176-llc-Drop-support-for-ETH_P_TR_802_2.patch
|
|
patches.kernel.org/6.6.15-177-udp-fix-busy-polling.patch
|
|
patches.kernel.org/6.6.15-178-net-fix-removing-a-namespace-with-conflicting-.patch
|
|
patches.kernel.org/6.6.15-179-tun-fix-missing-dropped-counter-in-tun_xdp_act.patch
|
|
patches.kernel.org/6.6.15-180-tun-add-missing-rx-stats-accounting-in-tun_xdp.patch
|
|
patches.kernel.org/6.6.15-181-net-micrel-Fix-PTP-frame-parsing-for-lan8814.patch
|
|
patches.kernel.org/6.6.15-182-net-rds-Fix-UBSAN-array-index-out-of-bounds-in.patch
|
|
patches.kernel.org/6.6.15-183-netfs-fscache-Prevent-Oops-in-fscache_put_cach.patch
|
|
patches.kernel.org/6.6.15-184-tracing-Ensure-visibility-when-inserting-an-el.patch
|
|
patches.kernel.org/6.6.15-185-afs-Hide-silly-rename-files-from-userspace.patch
|
|
patches.kernel.org/6.6.15-186-tcp-Add-memory-barrier-to-tcp_push.patch
|
|
patches.kernel.org/6.6.15-187-selftest-Don-t-reuse-port-for-SO_INCOMING_CPU-.patch
|
|
patches.kernel.org/6.6.15-188-netlink-fix-potential-sleeping-issue-in-mqueue.patch
|
|
patches.kernel.org/6.6.15-189-ipv6-init-the-accept_queue-s-spinlocks-in-inet.patch
|
|
patches.kernel.org/6.6.15-190-selftests-fill-in-some-missing-configs-for-net.patch
|
|
patches.kernel.org/6.6.15-191-net-sched-flower-Fix-chain-template-offload.patch
|
|
patches.kernel.org/6.6.15-192-net-mlx5e-Fix-operation-precedence-bug-in-port.patch
|
|
patches.kernel.org/6.6.15-193-net-mlx5e-Fix-peer-flow-lists-handling.patch
|
|
patches.kernel.org/6.6.15-194-net-mlx5-Fix-a-WARN-upon-a-callback-command-fa.patch
|
|
patches.kernel.org/6.6.15-195-net-mlx5-Bridge-Enable-mcast-in-smfs-steering-.patch
|
|
patches.kernel.org/6.6.15-196-net-mlx5-Bridge-fix-multicast-packets-sent-to-.patch
|
|
patches.kernel.org/6.6.15-197-net-mlx5-DR-Use-the-right-GVMI-number-for-drop.patch
|
|
patches.kernel.org/6.6.15-198-net-mlx5-DR-Can-t-go-to-uplink-vport-on-RX-rul.patch
|
|
patches.kernel.org/6.6.15-199-net-mlx5-Use-mlx5-device-constant-for-selectin.patch
|
|
patches.kernel.org/6.6.15-200-net-mlx5e-Allow-software-parsing-when-IPsec-cr.patch
|
|
patches.kernel.org/6.6.15-201-net-mlx5e-Ignore-IPsec-replay-window-values-on.patch
|
|
patches.kernel.org/6.6.15-202-net-mlx5e-fix-a-double-free-in-arfs_create_gro.patch
|
|
patches.kernel.org/6.6.15-203-net-mlx5e-fix-a-potential-double-free-in-fs_an.patch
|
|
patches.kernel.org/6.6.15-204-rcu-Defer-RCU-kthreads-wakeup-when-CPU-is-dyin.patch
|
|
patches.kernel.org/6.6.15-205-netfilter-nft_limit-reject-configurations-that.patch
|
|
patches.kernel.org/6.6.15-206-netfilter-nf_tables-restrict-anonymous-set-and.patch
|
|
patches.kernel.org/6.6.15-207-netfilter-nf_tables-validate-NFPROTO_-family.patch
|
|
patches.kernel.org/6.6.15-208-net-stmmac-Wait-a-bit-for-the-reset-to-take-ef.patch
|
|
patches.kernel.org/6.6.15-209-net-mvpp2-clear-BM-pool-before-initialization.patch
|
|
patches.kernel.org/6.6.15-210-selftests-net-fix-rps_default_mask-with-32-CPU.patch
|
|
patches.kernel.org/6.6.15-211-selftests-netdevsim-fix-the-udp_tunnel_nic-tes.patch
|
|
patches.kernel.org/6.6.15-212-xsk-recycle-buffer-in-case-Rx-queue-was-full.patch
|
|
patches.kernel.org/6.6.15-213-xsk-make-xsk_buff_pool-responsible-for-clearin.patch
|
|
patches.kernel.org/6.6.15-214-bpf-Propagate-modified-uaddrlen-from-cgroup-so.patch
|
|
patches.kernel.org/6.6.15-215-bpf-Add-bpf_sock_addr_set_sun_path-to-allow-wr.patch
|
|
patches.kernel.org/6.6.15-216-xsk-fix-usage-of-multi-buffer-BPF-helpers-for-.patch
|
|
patches.kernel.org/6.6.15-217-ice-work-on-pre-XDP-prog-frag-count.patch
|
|
patches.kernel.org/6.6.15-218-i40e-handle-multi-buffer-packets-that-are-shru.patch
|
|
patches.kernel.org/6.6.15-219-ice-remove-redundant-xdp_rxq_info-registration.patch
|
|
patches.kernel.org/6.6.15-220-intel-xsk-initialize-skb_frag_t-bv_offset-in-Z.patch
|
|
patches.kernel.org/6.6.15-221-ice-update-xdp_rxq_info-frag_size-for-ZC-enabl.patch
|
|
patches.kernel.org/6.6.15-222-xdp-reflect-tail-increase-for-MEM_TYPE_XSK_BUF.patch
|
|
patches.kernel.org/6.6.15-223-i40e-set-xdp_rxq_info-frag_size.patch
|
|
patches.kernel.org/6.6.15-224-i40e-update-xdp_rxq_info-frag_size-for-ZC-enab.patch
|
|
patches.kernel.org/6.6.15-225-fjes-fix-memleaks-in-fjes_hw_setup.patch
|
|
patches.kernel.org/6.6.15-226-selftests-bonding-do-not-test-arp-ns-target-wi.patch
|
|
patches.kernel.org/6.6.15-227-net-fec-fix-the-unhandled-context-fault-from-s.patch
|
|
patches.kernel.org/6.6.15-228-tsnep-Remove-FCS-for-XDP-data-path.patch
|
|
patches.kernel.org/6.6.15-229-tsnep-Fix-XDP_RING_NEED_WAKEUP-for-empty-fill-.patch
|
|
patches.kernel.org/6.6.15-230-btrfs-scrub-avoid-use-after-free-when-chunk-le.patch
|
|
patches.kernel.org/6.6.15-231-btrfs-zoned-fix-lock-ordering-in-btrfs_zone_ac.patch
|
|
patches.kernel.org/6.6.15-232-btrfs-avoid-copying-BTRFS_ROOT_SUBVOL_DEAD-fla.patch
|
|
patches.kernel.org/6.6.15-233-btrfs-ref-verify-free-ref-cache-before-clearin.patch
|
|
patches.kernel.org/6.6.15-234-btrfs-tree-checker-fix-inline-ref-size-in-erro.patch
|
|
patches.kernel.org/6.6.15-235-btrfs-don-t-warn-if-discard-range-is-not-align.patch
|
|
patches.kernel.org/6.6.15-236-btrfs-defrag-reject-unknown-flags-of-btrfs_ioc.patch
|
|
patches.kernel.org/6.6.15-237-btrfs-don-t-abort-filesystem-when-attempting-t.patch
|
|
patches.kernel.org/6.6.15-238-rbd-don-t-move-requests-to-the-running-list-on.patch
|
|
patches.kernel.org/6.6.15-239-exec-Fix-error-handling-in-begin_new_exec.patch
|
|
patches.kernel.org/6.6.15-240-wifi-iwlwifi-fix-a-memory-corruption.patch
|
|
patches.kernel.org/6.6.15-241-nfsd-fix-RELEASE_LOCKOWNER.patch
|
|
patches.kernel.org/6.6.15-242-hv_netvsc-Calculate-correct-ring-size-when-PAG.patch
|
|
patches.kernel.org/6.6.15-243-netfilter-nft_chain_filter-handle-NETDEV_UNREG.patch
|
|
patches.kernel.org/6.6.15-244-netfilter-nf_tables-reject-QUEUE-DROP-verdict-.patch
|
|
patches.kernel.org/6.6.15-245-platform-x86-intel-uncore-freq-Fix-types-in-sy.patch
|
|
patches.kernel.org/6.6.15-246-platform-x86-p2sb-Allow-p2sb_bar-calls-during-.patch
|
|
patches.kernel.org/6.6.15-247-ksmbd-fix-global-oob-in-ksmbd_nl_policy.patch
|
|
patches.kernel.org/6.6.15-248-firmware-arm_scmi-Check-mailbox-SMT-channel-fo.patch
|
|
patches.kernel.org/6.6.15-249-Revert-drivers-firmware-Move-sysfb_init-from-d.patch
|
|
patches.kernel.org/6.6.15-250-drm-amdgpu-Fix-the-null-pointer-when-load-rlc-.patch
|
|
patches.kernel.org/6.6.15-251-xfs-read-only-mounts-with-fsopen-mount-API-are.patch
|
|
patches.kernel.org/6.6.15-252-gpiolib-acpi-Ignore-touchpad-wakeup-on-GPD-G16.patch
|
|
patches.kernel.org/6.6.15-253-cpufreq-intel_pstate-Refine-computation-of-P-s.patch
|
|
patches.kernel.org/6.6.15-254-Revert-drm-i915-dsi-Do-display-on-sequence-lat.patch
|
|
patches.kernel.org/6.6.15-255-drm-Don-t-unref-the-same-fb-many-times-by-mist.patch
|
|
patches.kernel.org/6.6.15-256-drm-bridge-nxp-ptn3460-fix-i2c_master_send-err.patch
|
|
patches.kernel.org/6.6.15-257-drm-Fix-TODO-list-mentioning-non-KMS-drivers.patch
|
|
patches.kernel.org/6.6.15-258-drm-tidss-Fix-atomic_flush-check.patch
|
|
patches.kernel.org/6.6.15-259-drm-Disable-the-cursor-plane-on-atomic-context.patch
|
|
patches.kernel.org/6.6.15-260-drm-virtio-Disable-damage-clipping-if-FB-chang.patch
|
|
patches.kernel.org/6.6.15-261-drm-Allow-drivers-to-indicate-the-damage-helpe.patch
|
|
patches.kernel.org/6.6.15-262-drm-amd-display-fix-bandwidth-validation-failu.patch
|
|
patches.kernel.org/6.6.15-263-drm-amd-display-Disable-PSR-SU-on-Parade-0803-.patch
|
|
patches.kernel.org/6.6.15-264-Revert-drm-amd-display-fix-bandwidth-validatio.patch
|
|
patches.kernel.org/6.6.15-265-drm-bridge-nxp-ptn3460-simplify-some-error-che.patch
|
|
patches.kernel.org/6.6.15-266-drm-amdgpu-correct-the-cu-count-for-gfx-v11.patch
|
|
patches.kernel.org/6.6.15-267-drm-amd-display-Fix-variable-deferencing-befor.patch
|
|
patches.kernel.org/6.6.15-268-drm-amd-display-Port-DENTIST-hang-and-TDR-fixe.patch
|
|
patches.kernel.org/6.6.15-269-drm-amd-display-Align-the-returned-error-code-.patch
|
|
patches.kernel.org/6.6.15-270-drm-amd-display-Fix-late-derefrence-dsc-check-.patch
|
|
patches.kernel.org/6.6.15-271-drm-amdgpu-pm-Fix-the-power-source-flag-error.patch
|
|
patches.kernel.org/6.6.15-272-drm-amd-display-Fix-uninitialized-variable-usa.patch
|
|
patches.kernel.org/6.6.15-273-net-bpf-Avoid-unused-sin_addr_len-warning-when.patch
|
|
patches.kernel.org/6.6.15-274-thermal-intel-hfi-Refactor-enabling-code-into-.patch
|
|
patches.kernel.org/6.6.15-275-thermal-intel-hfi-Disable-an-HFI-instance-when.patch
|
|
patches.kernel.org/6.6.15-276-thermal-intel-hfi-Add-syscore-callbacks-for-sy.patch
|
|
patches.kernel.org/6.6.15-277-fs-pipe-move-check-to-pipe_has_watch_queue.patch
|
|
patches.kernel.org/6.6.15-278-pipe-wakeup-wr_wait-after-setting-max_usage.patch
|
|
patches.kernel.org/6.6.15-279-media-v4l-cci-Include-linux-bits.h.patch
|
|
patches.kernel.org/6.6.15-280-media-v4l-cci-Add-macros-to-obtain-register-wi.patch
|
|
patches.kernel.org/6.6.15-281-media-v4l2-cci-Add-support-for-little-endian-e.patch
|
|
patches.kernel.org/6.6.15-282-media-i2c-imx290-Properly-encode-registers-as-.patch
|
|
patches.kernel.org/6.6.15-283-thermal-trip-Drop-redundant-trips-check-from-f.patch
|
|
patches.kernel.org/6.6.15-284-thermal-core-Store-trip-pointer-in-struct-ther.patch
|
|
patches.kernel.org/6.6.15-285-thermal-gov_power_allocator-avoid-inability-to.patch
|
|
patches.kernel.org/6.6.15-286-mm-migrate-record-the-mlocked-page-status-to-r.patch
|
|
patches.kernel.org/6.6.15-287-mm-migrate-fix-getting-incorrect-page-mapping-.patch
|
|
patches.kernel.org/6.6.15-288-serial-core-Provide-port-lock-wrappers.patch
|
|
patches.kernel.org/6.6.15-289-serial-sc16is7xx-Use-port-lock-wrappers.patch
|
|
patches.kernel.org/6.6.15-290-serial-sc16is7xx-fix-unconditional-activation-.patch
|
|
patches.kernel.org/6.6.15-291-btrfs-zoned-factor-out-prepare_allocation_zone.patch
|
|
patches.kernel.org/6.6.15-292-btrfs-zoned-optimize-hint-byte-for-zoned-alloc.patch
|
|
patches.kernel.org/6.6.15-293-drm-i915-lnl-Remove-watchdog-timers-for-PSR.patch
|
|
patches.kernel.org/6.6.15-294-drm-i915-psr-Only-allow-PSR-in-LPSP-mode-on-HS.patch
|
|
patches.kernel.org/6.6.15-295-drm-panel-edp-Add-AUO-B116XTN02-BOE-NT116WHM-N.patch
|
|
patches.kernel.org/6.6.15-296-drm-panel-edp-drm-panel-edp-Fix-AUO-B116XAK01-.patch
|
|
patches.kernel.org/6.6.15-297-drm-panel-edp-drm-panel-edp-Fix-AUO-B116XTN02-.patch
|
|
patches.kernel.org/6.6.15-298-drm-amdgpu-gfx10-set-UNORD_DISPATCH-in-compute.patch
|
|
patches.kernel.org/6.6.15-299-drm-amdgpu-gfx11-set-UNORD_DISPATCH-in-compute.patch
|
|
patches.kernel.org/6.6.15-300-drm-bridge-parade-ps8640-Wait-for-HPD-when-doi.patch
|
|
patches.kernel.org/6.6.15-301-drm-panel-simple-add-missing-bus-flags-for-Tia.patch
|
|
patches.kernel.org/6.6.15-302-drm-panel-samsung-s6d7aa0-drop-DRM_BUS_FLAG_DE.patch
|
|
patches.kernel.org/6.6.15-303-drm-bridge-sii902x-Fix-probing-race-issue.patch
|
|
patches.kernel.org/6.6.15-304-drm-bridge-sii902x-Fix-audio-codec-unregistrat.patch
|
|
patches.kernel.org/6.6.15-305-drm-bridge-parade-ps8640-Ensure-bridge-is-susp.patch
|
|
patches.kernel.org/6.6.15-306-drm-bridge-parade-ps8640-Make-sure-we-drop-the.patch
|
|
patches.kernel.org/6.6.15-307-memblock-fix-crash-when-reserved-memory-is-not.patch
|
|
patches.kernel.org/6.6.15-308-drm-exynos-fix-accidental-on-stack-copy-of-exy.patch
|
|
patches.kernel.org/6.6.15-309-drm-exynos-gsc-minor-fix-for-loop-iteration-in.patch
|
|
patches.kernel.org/6.6.15-310-firmware-arm_scmi-Use-xa_insert-to-store-opps.patch
|
|
patches.kernel.org/6.6.15-311-firmware-arm_scmi-Use-xa_insert-when-saving-ra.patch
|
|
patches.kernel.org/6.6.15-312-gpio-eic-sprd-Clear-interrupt-after-set-the-in.patch
|
|
patches.kernel.org/6.6.15-313-ARM-dts-exynos4212-tab3-add-samsung-invert-vcl.patch
|
|
patches.kernel.org/6.6.15-314-spi-intel-pci-Remove-Meteor-Lake-S-SoC-PCI-ID-.patch
|
|
patches.kernel.org/6.6.15-315-block-Move-checking-GENHD_FL_NO_PART-to-bdev_a.patch
|
|
patches.kernel.org/6.6.15-316-drm-bridge-anx7625-Ensure-bridge-is-suspended-.patch
|
|
patches.kernel.org/6.6.15-317-cpufreq-amd-pstate-Fix-setting-scaling-max-min.patch
|
|
patches.kernel.org/6.6.15-318-spi-bcm-qspi-fix-SFDP-BFPT-read-by-usig-mspi-r.patch
|
|
patches.kernel.org/6.6.15-319-spi-spi-cadence-Reverse-the-order-of-interleav.patch
|
|
patches.kernel.org/6.6.15-320-cifs-fix-stray-unlock-in-cifs_chan_skip_or_dis.patch
|
|
patches.kernel.org/6.6.15-321-spi-fix-finalize-message-on-error-return.patch
|
|
patches.kernel.org/6.6.15-322-MIPS-lantiq-register-smp_ops-on-non-smp-platfo.patch
|
|
patches.kernel.org/6.6.15-323-drm-bridge-samsung-dsim-Don-t-use-FORCE_STOP_S.patch
|
|
patches.kernel.org/6.6.15-324-cxl-region-Fix-overflow-issue-in-alloc_hpa.patch
|
|
patches.kernel.org/6.6.15-325-mips-Call-lose_fpu-0-before-initializing-fcr31.patch
|
|
patches.kernel.org/6.6.15-326-genirq-Initialize-resend_node-hlist-for-all-in.patch
|
|
patches.kernel.org/6.6.15-327-clocksource-Skip-watchdog-check-for-large-watc.patch
|
|
patches.kernel.org/6.6.15-328-tick-sched-Preserve-number-of-idle-sleeps-acro.patch
|
|
patches.kernel.org/6.6.15-329-x86-entry-ia32-Ensure-s32-is-sign-extended-to-.patch
|
|
patches.kernel.org/6.6.15-330-serial-core-fix-kernel-doc-for-uart_port_unloc.patch
|
|
patches.kernel.org/6.6.15-331-thermal-trip-Drop-lockdep-assertion-from-therm.patch
|
|
patches.kernel.org/6.6.15-332-Linux-6.6.15.patch
|
|
patches.kernel.org/6.6.16-001-Documentation-sphinx-fix-Python-string-escapes.patch
|
|
patches.kernel.org/6.6.16-002-asm-generic-make-sparse-happy-with-odd-sized-p.patch
|
|
patches.kernel.org/6.6.16-003-powerpc-mm-Fix-null-pointer-dereference-in-pgt.patch
|
|
patches.kernel.org/6.6.16-004-arm64-irq-set-the-correct-node-for-VMAP-stack.patch
|
|
patches.kernel.org/6.6.16-005-drivers-perf-pmuv3-don-t-expose-SW_INCR-event-.patch
|
|
patches.kernel.org/6.6.16-006-powerpc-Fix-build-error-due-to-is_valid_bugadd.patch
|
|
patches.kernel.org/6.6.16-007-powerpc-mm-Fix-build-failures-due-to-arch_rese.patch
|
|
patches.kernel.org/6.6.16-008-powerpc-64s-Fix-CONFIG_NUMA-n-build-due-to-cre.patch
|
|
patches.kernel.org/6.6.16-009-x86-boot-Ignore-NMIs-during-very-early-boot.patch
|
|
patches.kernel.org/6.6.16-010-powerpc-pmd_move_must_withdraw-is-only-needed-.patch
|
|
patches.kernel.org/6.6.16-011-powerpc-lib-Validate-size-for-vector-operation.patch
|
|
patches.kernel.org/6.6.16-012-x86-mce-Mark-fatal-MCE-s-page-as-poison-to-avo.patch
|
|
patches.kernel.org/6.6.16-013-perf-core-Fix-narrow-startup-race-when-creatin.patch
|
|
patches.kernel.org/6.6.16-014-debugobjects-Stop-accessing-objects-after-rele.patch
|
|
patches.kernel.org/6.6.16-015-regulator-core-Only-increment-use_count-when-e.patch
|
|
patches.kernel.org/6.6.16-016-audit-Send-netlink-ACK-before-setting-connecti.patch
|
|
patches.kernel.org/6.6.16-017-ACPI-video-Add-quirk-for-the-Colorful-X15-AT-2.patch
|
|
patches.kernel.org/6.6.16-018-PNP-ACPI-fix-fortify-warning.patch
|
|
patches.kernel.org/6.6.16-019-ACPI-extlog-fix-NULL-pointer-dereference-check.patch
|
|
patches.kernel.org/6.6.16-020-selftests-nolibc-fix-testcase-status-alignment.patch
|
|
patches.kernel.org/6.6.16-021-ACPI-NUMA-Fix-the-logic-of-getting-the-fake_px.patch
|
|
patches.kernel.org/6.6.16-022-kunit-tool-fix-parsing-of-test-attributes.patch
|
|
patches.kernel.org/6.6.16-023-PM-devfreq-Synchronize-devfreq_monitor_-start-.patch
|
|
patches.kernel.org/6.6.16-024-ACPI-APEI-set-memory-failure-flags-as-MF_ACTIO.patch
|
|
patches.kernel.org/6.6.16-025-thermal-core-Fix-thermal-zone-suspend-resume-s.patch
|
|
patches.kernel.org/6.6.16-026-FS-JFS-UBSAN-array-index-out-of-bounds-in-dbAd.patch
|
|
patches.kernel.org/6.6.16-027-UBSAN-array-index-out-of-bounds-in-dtSplitRoot.patch
|
|
patches.kernel.org/6.6.16-028-jfs-fix-slab-out-of-bounds-Read-in-dtSearch.patch
|
|
patches.kernel.org/6.6.16-029-jfs-fix-array-index-out-of-bounds-in-dbAdjTree.patch
|
|
patches.kernel.org/6.6.16-030-jfs-fix-uaf-in-jfs_evict_inode.patch
|
|
patches.kernel.org/6.6.16-031-hwrng-starfive-Fix-dev_err_probe-return-error.patch
|
|
patches.kernel.org/6.6.16-032-crypto-p10-aes-gcm-Avoid-Wstringop-overflow-wa.patch
|
|
patches.kernel.org/6.6.16-033-pstore-ram-Fix-crash-when-setting-number-of-cp.patch
|
|
patches.kernel.org/6.6.16-034-erofs-fix-up-compacted-indexes-for-block-size-.patch
|
|
patches.kernel.org/6.6.16-035-crypto-starfive-Fix-dev_err_probe-return-error.patch
|
|
patches.kernel.org/6.6.16-036-crypto-octeontx2-Fix-cptvf-driver-cleanup.patch
|
|
patches.kernel.org/6.6.16-037-erofs-fix-ztailpacking-for-subpage-compressed-.patch
|
|
patches.kernel.org/6.6.16-038-crypto-stm32-crc32-fix-parsing-list-of-devices.patch
|
|
patches.kernel.org/6.6.16-039-afs-fix-the-usage-of-read_seqbegin_or_lock-in-.patch
|
|
patches.kernel.org/6.6.16-040-afs-fix-the-usage-of-read_seqbegin_or_lock-in-.patch
|
|
patches.kernel.org/6.6.16-041-rxrpc_find_service_conn_rcu-fix-the-usage-of-r.patch
|
|
patches.kernel.org/6.6.16-042-jfs-fix-array-index-out-of-bounds-in-diNewExt.patch
|
|
patches.kernel.org/6.6.16-043-s390-boot-always-align-vmalloc-area-on-segment.patch
|
|
patches.kernel.org/6.6.16-044-arch-consolidate-arch_irq_work_raise-prototype.patch
|
|
patches.kernel.org/6.6.16-045-s390-vfio-ap-fix-sysfs-status-attribute-for-AP.patch
|
|
patches.kernel.org/6.6.16-046-s390-ptrace-handle-setting-of-fpc-register-cor.patch
|
|
patches.kernel.org/6.6.16-047-KVM-s390-fix-setting-of-fpc-register.patch
|
|
patches.kernel.org/6.6.16-048-sysctl-Fix-out-of-bounds-access-for-empty-sysc.patch
|
|
patches.kernel.org/6.6.16-049-SUNRPC-Fix-a-suspicious-RCU-usage-warning.patch
|
|
patches.kernel.org/6.6.16-050-ext4-treat-end-of-range-as-exclusive-in-ext4_z.patch
|
|
patches.kernel.org/6.6.16-051-smb-client-fix-renaming-of-reparse-points.patch
|
|
patches.kernel.org/6.6.16-052-smb-client-fix-hardlinking-of-reparse-points.patch
|
|
patches.kernel.org/6.6.16-053-ecryptfs-Reject-casefold-directory-inodes.patch
|
|
patches.kernel.org/6.6.16-054-ext4-fix-inconsistent-between-segment-fstrim-a.patch
|
|
patches.kernel.org/6.6.16-055-ext4-unify-the-type-of-flexbg_size-to-unsigned.patch
|
|
patches.kernel.org/6.6.16-056-ext4-remove-unnecessary-check-from-alloc_flex_.patch
|
|
patches.kernel.org/6.6.16-057-ext4-avoid-online-resizing-failures-due-to-ove.patch
|
|
patches.kernel.org/6.6.16-058-wifi-rtw89-fix-timeout-calculation-in-rtw89_ro.patch
|
|
patches.kernel.org/6.6.16-059-wifi-rt2x00-restart-beacon-queue-when-hardware.patch
|
|
patches.kernel.org/6.6.16-060-selftests-bpf-fix-RELEASE-1-build-for-tc_opts.patch
|
|
patches.kernel.org/6.6.16-061-selftests-bpf-satisfy-compiler-by-having-expli.patch
|
|
patches.kernel.org/6.6.16-062-libbpf-Fix-potential-uninitialized-tail-paddin.patch
|
|
patches.kernel.org/6.6.16-063-selftests-bpf-Fix-pyperf180-compilation-failur.patch
|
|
patches.kernel.org/6.6.16-064-wifi-rt2x00-correct-wrong-BBP-register-in-RxDC.patch
|
|
patches.kernel.org/6.6.16-065-selftests-bpf-Fix-issues-in-setup_classid_envi.patch
|
|
patches.kernel.org/6.6.16-066-ARM-dts-qcom-strip-prefix-from-PMIC-files.patch
|
|
patches.kernel.org/6.6.16-067-ARM-dts-qcom-mdm9615-fix-PMIC-node-labels.patch
|
|
patches.kernel.org/6.6.16-068-ARM-dts-qcom-msm8660-fix-PMIC-node-labels.patch
|
|
patches.kernel.org/6.6.16-069-soc-xilinx-Fix-for-call-trace-due-to-the-usage.patch
|
|
patches.kernel.org/6.6.16-070-soc-xilinx-fix-unhandled-SGI-warning-message.patch
|
|
patches.kernel.org/6.6.16-071-scsi-lpfc-Fix-possible-file-string-name-overfl.patch
|
|
patches.kernel.org/6.6.16-072-ARM-dts-samsung-exynos4-fix-camera-unit-addres.patch
|
|
patches.kernel.org/6.6.16-073-ARM-dts-samsung-s5pv210-fix-camera-unit-addres.patch
|
|
patches.kernel.org/6.6.16-074-net-phy-micrel-fix-ts_info-value-in-case-of-no.patch
|
|
patches.kernel.org/6.6.16-075-PCI-Add-no-PM-reset-quirk-for-NVIDIA-Spectrum-.patch
|
|
patches.kernel.org/6.6.16-076-bonding-return-ENOMEM-instead-of-BUG-in-alb_up.patch
|
|
patches.kernel.org/6.6.16-077-net-usb-ax88179_178a-avoid-two-consecutive-dev.patch
|
|
patches.kernel.org/6.6.16-078-scsi-mpi3mr-Add-support-for-SAS5116-PCI-IDs.patch
|
|
patches.kernel.org/6.6.16-079-scsi-mpi3mr-Add-PCI-checks-where-SAS5116-diver.patch
|
|
patches.kernel.org/6.6.16-080-scsi-arcmsr-Support-new-PCI-device-IDs-1883-an.patch
|
|
patches.kernel.org/6.6.16-081-ARM-dts-imx7d-Fix-coresight-funnel-ports.patch
|
|
patches.kernel.org/6.6.16-082-ARM-dts-imx7s-Fix-lcdif-compatible.patch
|
|
patches.kernel.org/6.6.16-083-ARM-dts-imx7s-Fix-nand-controller-size-cells.patch
|
|
patches.kernel.org/6.6.16-084-bpf-Fix-a-few-selftest-failures-due-to-llvm18-.patch
|
|
patches.kernel.org/6.6.16-085-wifi-ath9k-Fix-potential-array-index-out-of-bo.patch
|
|
patches.kernel.org/6.6.16-086-wifi-ath11k-fix-race-due-to-setting-ATH11K_FLA.patch
|
|
patches.kernel.org/6.6.16-087-wifi-rtw89-fix-misbehavior-of-TX-beacon-in-con.patch
|
|
patches.kernel.org/6.6.16-088-bpf-Check-rcu_read_lock_trace_held-before-call.patch
|
|
patches.kernel.org/6.6.16-089-bpf-Set-need_defer-as-false-when-clearing-fd-a.patch
|
|
patches.kernel.org/6.6.16-090-wifi-ath12k-fix-and-enable-AP-mode-for-WCN7850.patch
|
|
patches.kernel.org/6.6.16-091-scsi-libfc-Don-t-schedule-abort-twice.patch
|
|
patches.kernel.org/6.6.16-092-scsi-libfc-Fix-up-timeout-error-in-fc_fcp_rec_.patch
|
|
patches.kernel.org/6.6.16-093-minmax-deduplicate-__unconst_integer_typeof.patch
|
|
patches.kernel.org/6.6.16-094-minmax-fix-header-inclusions.patch
|
|
patches.kernel.org/6.6.16-095-minmax-add-umin-a-b-and-umax-a-b.patch
|
|
patches.kernel.org/6.6.16-096-minmax-allow-min-max-clamp-if-the-arguments-ha.patch
|
|
patches.kernel.org/6.6.16-097-minmax-fix-indentation-of-__cmp_once-and-__cla.patch
|
|
patches.kernel.org/6.6.16-098-minmax-allow-comparisons-of-int-against-unsign.patch
|
|
patches.kernel.org/6.6.16-099-minmax-relax-check-to-allow-comparison-between.patch
|
|
patches.kernel.org/6.6.16-100-net-mvmdio-Avoid-excessive-sleeps-in-polled-mo.patch
|
|
patches.kernel.org/6.6.16-101-arm64-dts-qcom-sm8550-fix-soundwire-controller.patch
|
|
patches.kernel.org/6.6.16-102-arm64-dts-qcom-sm8450-fix-soundwire-controller.patch
|
|
patches.kernel.org/6.6.16-103-arm64-dts-qcom-sm8350-Fix-remoteproc-interrupt.patch
|
|
patches.kernel.org/6.6.16-104-wifi-mt76-connac-fix-EHT-phy-mode-check.patch
|
|
patches.kernel.org/6.6.16-105-wifi-mt76-mt7996-add-PCI-IDs-for-mt7992.patch
|
|
patches.kernel.org/6.6.16-106-bpf-Set-uattr-batch.count-as-zero-before-batch.patch
|
|
patches.kernel.org/6.6.16-107-wifi-wfx-fix-possible-NULL-pointer-dereference.patch
|
|
patches.kernel.org/6.6.16-108-wifi-ath12k-fix-the-issue-that-the-multicast-b.patch
|
|
patches.kernel.org/6.6.16-109-ARM-dts-rockchip-fix-rk3036-hdmi-ports-node.patch
|
|
patches.kernel.org/6.6.16-110-ARM-dts-imx25-27-eukrea-Fix-RTC-node-name.patch
|
|
patches.kernel.org/6.6.16-111-ARM-dts-imx-Use-flash-0-0-pattern.patch
|
|
patches.kernel.org/6.6.16-112-ARM-dts-imx27-Fix-sram-node.patch
|
|
patches.kernel.org/6.6.16-113-ARM-dts-imx1-Fix-sram-node.patch
|
|
patches.kernel.org/6.6.16-114-net-phy-at803x-fix-passing-the-wrong-reference.patch
|
|
patches.kernel.org/6.6.16-115-ionic-pass-opcode-to-devcmd_wait.patch
|
|
patches.kernel.org/6.6.16-116-ionic-bypass-firmware-cmds-when-stuck-in-reset.patch
|
|
patches.kernel.org/6.6.16-117-block-rnbd-srv-Check-for-unlikely-string-overf.patch
|
|
patches.kernel.org/6.6.16-118-arm64-zynqmp-Move-fixed-clock-to-for-kv260.patch
|
|
patches.kernel.org/6.6.16-119-arm64-zynqmp-Fix-clock-node-name-in-kv260-card.patch
|
|
patches.kernel.org/6.6.16-120-selftests-bpf-fix-compiler-warnings-in-RELEASE.patch
|
|
patches.kernel.org/6.6.16-121-ARM-dts-imx25-Fix-the-iim-compatible-string.patch
|
|
patches.kernel.org/6.6.16-122-ARM-dts-imx25-27-Pass-timing0.patch
|
|
patches.kernel.org/6.6.16-123-ARM-dts-imx27-apf27dev-Fix-LED-name.patch
|
|
patches.kernel.org/6.6.16-124-ARM-dts-imx23-sansa-Use-preferred-i2c-gpios-pr.patch
|
|
patches.kernel.org/6.6.16-125-ARM-dts-imx23-28-Fix-the-DMA-controller-node-n.patch
|
|
patches.kernel.org/6.6.16-126-scsi-lpfc-Reinitialize-an-NPIV-s-VMID-data-str.patch
|
|
patches.kernel.org/6.6.16-127-scsi-lpfc-Move-determination-of-vmid_flag-afte.patch
|
|
patches.kernel.org/6.6.16-128-scsi-hisi_sas-Set-.phy_attached-before-notifin.patch
|
|
patches.kernel.org/6.6.16-129-ice-fix-ICE_AQ_VSI_Q_OPT_RSS_-register-values.patch
|
|
patches.kernel.org/6.6.16-130-net-atlantic-eliminate-double-free-in-error-ha.patch
|
|
patches.kernel.org/6.6.16-131-net-dsa-mv88e6xxx-Fix-mv88e6352_serdes_get_sta.patch
|
|
patches.kernel.org/6.6.16-132-block-prevent-an-integer-overflow-in-bvec_try_.patch
|
|
patches.kernel.org/6.6.16-133-md-Whenassemble-the-array-consult-the-superblo.patch
|
|
patches.kernel.org/6.6.16-134-arm64-dts-qcom-msm8996-Fix-in-ports-is-a-requi.patch
|
|
patches.kernel.org/6.6.16-135-arm64-dts-qcom-msm8998-Fix-out-ports-is-a-requ.patch
|
|
patches.kernel.org/6.6.16-136-arm64-dts-qcom-Fix-coresight-warnings-in-in-po.patch
|
|
patches.kernel.org/6.6.16-137-ice-fix-pre-shifted-bit-usage.patch
|
|
patches.kernel.org/6.6.16-138-arm64-dts-amlogic-fix-format-for-s4-uart-node.patch
|
|
patches.kernel.org/6.6.16-139-wifi-rtl8xxxu-Add-additional-USB-IDs-for-RTL81.patch
|
|
patches.kernel.org/6.6.16-140-wifi-rtw89-coex-Fix-wrong-Wi-Fi-role-info-and-.patch
|
|
patches.kernel.org/6.6.16-141-libbpf-Fix-NULL-pointer-dereference-in-bpf_obj.patch
|
|
patches.kernel.org/6.6.16-142-wifi-rtlwifi-rtl8723-be-ae-using-calculate_bit.patch
|
|
patches.kernel.org/6.6.16-143-wifi-cfg80211-free-beacon_ies-when-overridden-.patch
|
|
patches.kernel.org/6.6.16-144-Bluetooth-qca-Set-both-WIDEBAND_SPEECH-and-LE_.patch
|
|
patches.kernel.org/6.6.16-145-Bluetooth-ISO-Avoid-creating-child-socket-if-P.patch
|
|
patches.kernel.org/6.6.16-146-Bluetooth-hci_sync-fix-BR-EDR-wakeup-bug.patch
|
|
patches.kernel.org/6.6.16-147-Bluetooth-L2CAP-Fix-possible-multiple-reject-s.patch
|
|
patches.kernel.org/6.6.16-148-net-smc-disable-SEID-on-non-s390-archs-where-v.patch
|
|
patches.kernel.org/6.6.16-149-bridge-cfm-fix-enum-typo-in-br_cc_ccm_tx_parse.patch
|
|
patches.kernel.org/6.6.16-150-arm64-dts-sprd-Add-clock-reference-for-pll2-on.patch
|
|
patches.kernel.org/6.6.16-151-arm64-dts-sprd-Change-UMS512-idle-state-nodena.patch
|
|
patches.kernel.org/6.6.16-152-i40e-Fix-VF-disable-behavior-to-block-all-traf.patch
|
|
patches.kernel.org/6.6.16-153-octeontx2-af-Fix-max-NPC-MCAM-entry-check-whil.patch
|
|
patches.kernel.org/6.6.16-154-net-kcm-fix-direct-access-to-bv_len.patch
|
|
patches.kernel.org/6.6.16-155-net-dsa-qca8k-put-MDIO-bus-OF-node-on-qca8k_md.patch
|
|
patches.kernel.org/6.6.16-156-f2fs-fix-to-check-return-value-of-f2fs_reserve.patch
|
|
patches.kernel.org/6.6.16-157-ALSA-hda-Refer-to-correct-stream-index-at-loop.patch
|
|
patches.kernel.org/6.6.16-158-ASoC-doc-Fix-undefined-SND_SOC_DAPM_NOPM-argum.patch
|
|
patches.kernel.org/6.6.16-159-fast_dput-handle-underflows-gracefully.patch
|
|
patches.kernel.org/6.6.16-160-reiserfs-Avoid-touching-renamed-directory-if-p.patch
|
|
patches.kernel.org/6.6.16-161-RDMA-IPoIB-Fix-error-code-return-in-ipoib_mcas.patch
|
|
patches.kernel.org/6.6.16-162-drm-panel-edp-Add-override_edid_mode-quirk-for.patch
|
|
patches.kernel.org/6.6.16-163-drm-bridge-anx7625-Fix-Set-HPD-irq-detect-wind.patch
|
|
patches.kernel.org/6.6.16-164-drm-amd-display-Fix-tiled-display-misalignment.patch
|
|
patches.kernel.org/6.6.16-165-f2fs-fix-write-pointers-on-zoned-device-after-.patch
|
|
patches.kernel.org/6.6.16-166-ASoC-amd-Add-new-dmi-entries-for-acp5x-platfor.patch
|
|
patches.kernel.org/6.6.16-167-drm-amd-display-Fix-MST-PBN-X.Y-value-calculat.patch
|
|
patches.kernel.org/6.6.16-168-drm-drm_file-fix-use-of-uninitialized-variable.patch
|
|
patches.kernel.org/6.6.16-169-drm-framebuffer-Fix-use-of-uninitialized-varia.patch
|
|
patches.kernel.org/6.6.16-170-drm-mipi-dsi-Fix-detach-call-without-attach.patch
|
|
patches.kernel.org/6.6.16-171-media-stk1160-Fixed-high-volume-of-stk1160_dbg.patch
|
|
patches.kernel.org/6.6.16-172-media-rockchip-rga-fix-swizzling-for-RGB-forma.patch
|
|
patches.kernel.org/6.6.16-173-PCI-add-INTEL_HDA_ARL-to-pci_ids.h.patch
|
|
patches.kernel.org/6.6.16-174-ALSA-hda-Intel-add-HDA_ARL-PCI-ID-support.patch
|
|
patches.kernel.org/6.6.16-175-ALSA-hda-intel-dspcfg-add-filters-for-ARL-S-an.patch
|
|
patches.kernel.org/6.6.16-176-drm-msm-dp-Add-DisplayPort-controller-for-SM86.patch
|
|
patches.kernel.org/6.6.16-177-media-uvcvideo-Fix-power-line-control-for-a-Ch.patch
|
|
patches.kernel.org/6.6.16-178-media-uvcvideo-Fix-power-line-control-for-Sunp.patch
|
|
patches.kernel.org/6.6.16-179-media-rkisp1-Drop-IRQF_SHARED.patch
|
|
patches.kernel.org/6.6.16-180-media-rkisp1-Fix-IRQ-handler-return-values.patch
|
|
patches.kernel.org/6.6.16-181-media-rkisp1-Store-IRQ-lines.patch
|
|
patches.kernel.org/6.6.16-182-media-rkisp1-Fix-IRQ-disable-race-issue.patch
|
|
patches.kernel.org/6.6.16-183-media-rkisp1-resizer-Stop-manual-allocation-of.patch
|
|
patches.kernel.org/6.6.16-184-hwmon-nct6775-Fix-fan-speed-set-failure-in-aut.patch
|
|
patches.kernel.org/6.6.16-185-hwmon-hp-wmi-sensors-Fix-failure-to-load-on-El.patch
|
|
patches.kernel.org/6.6.16-186-f2fs-fix-to-tag-gcing-flag-on-page-during-bloc.patch
|
|
patches.kernel.org/6.6.16-187-drm-exynos-Call-drm_atomic_helper_shutdown-at-.patch
|
|
patches.kernel.org/6.6.16-188-IB-ipoib-Fix-mcast-list-locking.patch
|
|
patches.kernel.org/6.6.16-189-media-amphion-remove-mutext-lock-in-condition-.patch
|
|
patches.kernel.org/6.6.16-190-media-ddbridge-fix-an-error-code-problem-in-dd.patch
|
|
patches.kernel.org/6.6.16-191-media-i2c-imx335-Fix-hblank-min-max-values.patch
|
|
patches.kernel.org/6.6.16-192-drm-amd-display-For-prefetch-mode-0-extend-pre.patch
|
|
patches.kernel.org/6.6.16-193-drm-amd-display-Force-p-state-disallow-if-leav.patch
|
|
patches.kernel.org/6.6.16-194-drm-amdkfd-fix-mes-set-shader-debugger-process.patch
|
|
patches.kernel.org/6.6.16-195-drm-msm-dpu-enable-writeback-on-SM8350.patch
|
|
patches.kernel.org/6.6.16-196-drm-msm-dpu-enable-writeback-on-SM8450.patch
|
|
patches.kernel.org/6.6.16-197-drm-msm-dpu-Ratelimit-framedone-timeout-msgs.patch
|
|
patches.kernel.org/6.6.16-198-drm-msm-dpu-fix-writeback-programming-for-YUV-.patch
|
|
patches.kernel.org/6.6.16-199-drm-amdgpu-fix-ftrace-event-amdgpu_bo_move-alw.patch
|
|
patches.kernel.org/6.6.16-200-clk-hi3620-Fix-memory-leak-in-hi3620_mmc_clk_i.patch
|
|
patches.kernel.org/6.6.16-201-clk-mmp-pxa168-Fix-memory-leak-in-pxa168_clk_i.patch
|
|
patches.kernel.org/6.6.16-202-watchdog-starfive-add-lock-annotations-to-fix-.patch
|
|
patches.kernel.org/6.6.16-203-watchdog-it87_wdt-Keep-WDTCTRL-bit-3-unmodifie.patch
|
|
patches.kernel.org/6.6.16-204-accel-habanalabs-add-support-for-Gaudi2C-devic.patch
|
|
patches.kernel.org/6.6.16-205-drm-amd-display-make-flip_timestamp_in_us-a-64.patch
|
|
patches.kernel.org/6.6.16-206-drm-amd-display-Only-clear-symclk-otg-flag-for.patch
|
|
patches.kernel.org/6.6.16-207-clk-imx-clk-imx8qxp-fix-LVDS-bypass-pixel-and-.patch
|
|
patches.kernel.org/6.6.16-208-drm-amdgpu-Fix-ecc-irq-enable-disable-unpaired.patch
|
|
patches.kernel.org/6.6.16-209-drm-amd-display-Fix-minor-issues-in-BW-Allocat.patch
|
|
patches.kernel.org/6.6.16-210-drm-amdgpu-Let-KFD-sync-with-VM-fences.patch
|
|
patches.kernel.org/6.6.16-211-Re-revert-drm-amd-display-Enable-Replay-for-st.patch
|
|
patches.kernel.org/6.6.16-212-drm-amdgpu-Fix-fw-from-request_firmware-not-re.patch
|
|
patches.kernel.org/6.6.16-213-drm-amdgpu-Drop-fence-check-in-to_amdgpu_amdkf.patch
|
|
patches.kernel.org/6.6.16-214-drm-amdkfd-Fix-iterator-used-outside-loop-in-k.patch
|
|
patches.kernel.org/6.6.16-215-drm-amdgpu-apply-the-RV2-system-aperture-fix-t.patch
|
|
patches.kernel.org/6.6.16-216-ALSA-hda-conexant-Fix-headset-auto-detect-fail.patch
|
|
patches.kernel.org/6.6.16-217-pinctrl-baytrail-Fix-types-of-config-value-in-.patch
|
|
patches.kernel.org/6.6.16-218-leds-trigger-panic-Don-t-register-panic-notifi.patch
|
|
patches.kernel.org/6.6.16-219-um-Fix-naming-clash-between-UML-and-scheduler.patch
|
|
patches.kernel.org/6.6.16-220-um-Don-t-use-vfprintf-for-os_info.patch
|
|
patches.kernel.org/6.6.16-221-um-net-Fix-return-type-of-uml_net_start_xmit.patch
|
|
patches.kernel.org/6.6.16-222-um-time-travel-fix-time-corruption.patch
|
|
patches.kernel.org/6.6.16-223-i3c-master-cdns-Update-maximum-prescaler-value.patch
|
|
patches.kernel.org/6.6.16-224-riscv-Make-XIP-bootable-again.patch
|
|
patches.kernel.org/6.6.16-225-xen-gntdev-Fix-the-abuse-of-underlying-struct-.patch
|
|
patches.kernel.org/6.6.16-226-mfd-ti_am335x_tscadc-Fix-TI-SoC-dependencies.patch
|
|
patches.kernel.org/6.6.16-227-mailbox-arm_mhuv2-Fix-a-bug-for-mhuv2_sender_i.patch
|
|
patches.kernel.org/6.6.16-228-PCI-Only-override-AMD-USB-controller-if-requir.patch
|
|
patches.kernel.org/6.6.16-229-PCI-switchtec-Fix-stdev_release-crash-after-su.patch
|
|
patches.kernel.org/6.6.16-230-perf-cs-etm-Bump-minimum-OpenCSD-version-to-en.patch
|
|
patches.kernel.org/6.6.16-231-extcon-fix-possible-name-leak-in-extcon_dev_re.patch
|
|
patches.kernel.org/6.6.16-232-usb-hub-Replace-hardcoded-quirk-value-with-BIT.patch
|
|
patches.kernel.org/6.6.16-233-usb-hub-Add-quirk-to-decrease-IN-ep-poll-inter.patch
|
|
patches.kernel.org/6.6.16-234-selftests-sgx-Fix-linker-script-asserts.patch
|
|
patches.kernel.org/6.6.16-235-tty-allow-TIOCSLCKTRMIOS-with-CAP_CHECKPOINT_R.patch
|
|
patches.kernel.org/6.6.16-236-fs-kernfs-dir-obey-S_ISGID.patch
|
|
patches.kernel.org/6.6.16-237-spmi-mediatek-Fix-UAF-on-device-remove.patch
|
|
patches.kernel.org/6.6.16-238-PCI-Fix-64GT-s-effective-data-rate-calculation.patch
|
|
patches.kernel.org/6.6.16-239-PCI-AER-Decode-Requester-ID-when-no-error-info.patch
|
|
patches.kernel.org/6.6.16-240-9p-Fix-initialisation-of-netfs_inode-for-9p.patch
|
|
patches.kernel.org/6.6.16-241-usb-xhci-plat-fix-usb-disconnect-issue-after-s.patch
|
|
patches.kernel.org/6.6.16-242-misc-lis3lv02d_i2c-Add-missing-setting-of-the-.patch
|
|
patches.kernel.org/6.6.16-243-libsubcmd-Fix-memory-leak-in-uniq.patch
|
|
patches.kernel.org/6.6.16-244-drm-amdkfd-Fix-lock-dependency-warning.patch
|
|
patches.kernel.org/6.6.16-245-drm-amdkfd-Fix-lock-dependency-warning-with-sr.patch
|
|
patches.kernel.org/6.6.16-246-virtio_net-Fix-d-directive-writing-between-1-a.patch
|
|
patches.kernel.org/6.6.16-247-blk-mq-fix-IO-hang-from-sbitmap-wakeup-race.patch
|
|
patches.kernel.org/6.6.16-248-ceph-reinitialize-mds-feature-bit-even-when-se.patch
|
|
patches.kernel.org/6.6.16-249-ceph-fix-deadlock-or-deadcode-of-misusing-dget.patch
|
|
patches.kernel.org/6.6.16-250-ceph-fix-invalid-pointer-access-if-get_quota_r.patch
|
|
patches.kernel.org/6.6.16-251-drm-amdgpu-fix-avg-vs-input-power-reporting-on.patch
|
|
patches.kernel.org/6.6.16-252-drm-amd-powerplay-Fix-kzalloc-parameter-ATOM_T.patch
|
|
patches.kernel.org/6.6.16-253-drm-amdgpu-Fix-with-right-return-code-EIO-in-a.patch
|
|
patches.kernel.org/6.6.16-254-drm-amdgpu-Release-adev-pm.fw-before-return-in.patch
|
|
patches.kernel.org/6.6.16-255-drm-amdkfd-Fix-node-NULL-check-in-svm_range_ge.patch
|
|
patches.kernel.org/6.6.16-256-i2c-rk3x-Adjust-mask-value-offset-for-i2c2-on-.patch
|
|
patches.kernel.org/6.6.16-257-perf-Fix-the-nr_addr_filters-fix.patch
|
|
patches.kernel.org/6.6.16-258-wifi-cfg80211-fix-RCU-dereference-in-__cfg8021.patch
|
|
patches.kernel.org/6.6.16-259-drm-using-mul_u32_u32-requires-linux-math64.h.patch
|
|
patches.kernel.org/6.6.16-260-drm-amdkfd-only-flush-mes-process-context-if-m.patch
|
|
patches.kernel.org/6.6.16-261-riscv-Fix-build-error-on-rv32-XIP.patch
|
|
patches.kernel.org/6.6.16-262-scsi-isci-Fix-an-error-code-problem-in-isci_io.patch
|
|
patches.kernel.org/6.6.16-263-kunit-run-test-suites-only-after-module-initia.patch
|
|
patches.kernel.org/6.6.16-264-regulator-ti-abb-don-t-use-devm_platform_iorem.patch
|
|
patches.kernel.org/6.6.16-265-scsi-core-Move-scsi_host_busy-out-of-host-lock.patch
|
|
patches.kernel.org/6.6.16-266-HID-hidraw-fix-a-problem-of-memory-leak-in-hid.patch
|
|
patches.kernel.org/6.6.16-267-selftests-net-remove-dependency-on-ebpf-tests.patch
|
|
patches.kernel.org/6.6.16-268-selftests-net-explicitly-wait-for-listener-rea.patch
|
|
patches.kernel.org/6.6.16-269-gve-Fix-skb-truesize-underestimation.patch
|
|
patches.kernel.org/6.6.16-270-net-ethernet-mtk_eth_soc-set-DMA-coherent-mask.patch
|
|
patches.kernel.org/6.6.16-271-net-phy-mediatek-ge-soc-sync-driver-with-Media.patch
|
|
patches.kernel.org/6.6.16-272-selftests-net-add-missing-config-for-big-tcp-t.patch
|
|
patches.kernel.org/6.6.16-273-selftests-net-add-missing-required-classifier.patch
|
|
patches.kernel.org/6.6.16-274-selftests-net-give-more-time-for-GRO-aggregati.patch
|
|
patches.kernel.org/6.6.16-275-ip6_tunnel-make-sure-to-pull-inner-header-in-_.patch
|
|
patches.kernel.org/6.6.16-276-net-dsa-mt7530-fix-10M-100M-speed-on-MT7988-sw.patch
|
|
patches.kernel.org/6.6.16-277-ipmr-fix-kernel-panic-when-forwarding-mcast-pa.patch
|
|
patches.kernel.org/6.6.16-278-net-lan966x-Fix-port-configuration-when-using-.patch
|
|
patches.kernel.org/6.6.16-279-tcp-add-sanity-checks-to-rx-zerocopy.patch
|
|
patches.kernel.org/6.6.16-280-e1000e-correct-maximum-frequency-adjustment-va.patch
|
|
patches.kernel.org/6.6.16-281-ixgbe-Refactor-returning-internal-error-codes.patch
|
|
patches.kernel.org/6.6.16-282-ixgbe-Refactor-overtemp-event-handling.patch
|
|
patches.kernel.org/6.6.16-283-ixgbe-Fix-an-error-handling-path-in-ixgbe_read.patch
|
|
patches.kernel.org/6.6.16-284-net-dsa-qca8k-fix-illegal-usage-of-GPIO.patch
|
|
patches.kernel.org/6.6.16-285-ipv6-Ensure-natural-alignment-of-const-ipv6-lo.patch
|
|
patches.kernel.org/6.6.16-286-llc-call-sock_orphan-at-release-time.patch
|
|
patches.kernel.org/6.6.16-287-selftests-net-Add-missing-matchall-classifier.patch
|
|
patches.kernel.org/6.6.16-288-bridge-mcast-fix-disabled-snooping-after-long-.patch
|
|
patches.kernel.org/6.6.16-289-devlink-Fix-referring-to-hw_addr-attribute-dur.patch
|
|
patches.kernel.org/6.6.16-290-selftests-net-add-missing-config-for-GENEVE.patch
|
|
patches.kernel.org/6.6.16-291-netfilter-conntrack-correct-window-scaling-wit.patch
|
|
patches.kernel.org/6.6.16-292-netfilter-nf_tables-restrict-tunnel-object-to-.patch
|
|
patches.kernel.org/6.6.16-293-netfilter-nf_log-replace-BUG_ON-by-WARN_ON_ONC.patch
|
|
patches.kernel.org/6.6.16-294-netfilter-nft_ct-sanitize-layer-3-and-4-protoc.patch
|
|
patches.kernel.org/6.6.16-295-net-ipv4-fix-a-memleak-in-ip_setup_cork.patch
|
|
patches.kernel.org/6.6.16-296-af_unix-fix-lockdep-positive-in-sk_diag_dump_i.patch
|
|
patches.kernel.org/6.6.16-297-pds_core-Cancel-AQ-work-on-teardown.patch
|
|
patches.kernel.org/6.6.16-298-pds_core-Use-struct-pdsc-for-the-pdsc_adminq_i.patch
|
|
patches.kernel.org/6.6.16-299-pds_core-implement-pci-reset-handlers.patch
|
|
patches.kernel.org/6.6.16-300-pds_core-Prevent-race-issues-involving-the-adm.patch
|
|
patches.kernel.org/6.6.16-301-pds_core-Clear-BARs-on-reset.patch
|
|
patches.kernel.org/6.6.16-302-pds_core-Rework-teardown-setup-flow-to-be-more.patch
|
|
patches.kernel.org/6.6.16-303-selftests-net-add-missing-config-for-nftables-.patch
|
|
patches.kernel.org/6.6.16-304-selftests-net-add-missing-config-for-pmtu.sh-t.patch
|
|
patches.kernel.org/6.6.16-305-selftests-net-fix-available-tunnels-detection.patch
|
|
patches.kernel.org/6.6.16-306-selftests-net-don-t-access-dev-stdout-in-pmtu..patch
|
|
patches.kernel.org/6.6.16-307-octeontx2-pf-Remove-xdp-queues-on-program-deta.patch
|
|
patches.kernel.org/6.6.16-308-net-sysfs-Fix-sys-class-net-iface-path.patch
|
|
patches.kernel.org/6.6.16-309-selftests-team-Add-missing-config-options.patch
|
|
patches.kernel.org/6.6.16-310-selftests-bonding-Check-initial-state.patch
|
|
patches.kernel.org/6.6.16-311-selftests-net-add-missing-config-for-NF_TARGET.patch
|
|
patches.kernel.org/6.6.16-312-selftests-net-enable-some-more-knobs.patch
|
|
patches.kernel.org/6.6.16-313-arm64-irq-set-the-correct-node-for-shadow-call.patch
|
|
patches.kernel.org/6.6.16-314-mm-kmsan-fix-infinite-recursion-due-to-RCU-cri.patch
|
|
patches.kernel.org/6.6.16-315-Revert-drm-amd-display-Disable-PSR-SU-on-Parad.patch
|
|
patches.kernel.org/6.6.16-316-drm-msm-dsi-Enable-runtime-PM.patch
|
|
patches.kernel.org/6.6.16-317-LoongArch-smp-Call-rcutree_report_cpu_starting.patch
|
|
patches.kernel.org/6.6.16-318-selftests-bpf-Remove-flaky-test_btf_id-test.patch
|
|
patches.kernel.org/6.6.16-319-bonding-remove-print-in-bond_verify_device_pat.patch
|
|
patches.kernel.org/6.6.16-320-ASoC-qcom-sc8280xp-limit-speaker-volumes.patch
|
|
patches.kernel.org/6.6.16-321-ASoC-codecs-wcd938x-fix-headphones-volume-cont.patch
|
|
patches.kernel.org/6.6.16-322-ASoC-codecs-lpass-wsa-macro-fix-compander-volu.patch
|
|
patches.kernel.org/6.6.16-323-ASoC-codecs-wsa883x-fix-PA-volume-control.patch
|
|
patches.kernel.org/6.6.16-324-drm-amdgpu-Fix-missing-error-code-in-gmc_v6-7-.patch
|
|
patches.kernel.org/6.6.16-325-pds_core-Prevent-health-thread-from-running-du.patch
|
|
patches.kernel.org/6.6.16-326-Linux-6.6.16.patch
|
|
patches.kernel.org/6.6.17-001-ext4-regenerate-buddy-after-block-freeing-fail.patch
|
|
patches.kernel.org/6.6.17-002-dmaengine-fsl-dpaa2-qdma-Fix-the-size-of-dma-p.patch
|
|
patches.kernel.org/6.6.17-003-dmaengine-ti-k3-udma-Report-short-packet-error.patch
|
|
patches.kernel.org/6.6.17-004-dmaengine-fsl-qdma-Fix-a-memory-leak-related-t.patch
|
|
patches.kernel.org/6.6.17-005-dmaengine-fsl-qdma-Fix-a-memory-leak-related-t.patch
|
|
patches.kernel.org/6.6.17-006-phy-renesas-rcar-gen3-usb2-Fix-returning-wrong.patch
|
|
patches.kernel.org/6.6.17-007-perf-evlist-Fix-evlist__new_default-for-1-core.patch
|
|
patches.kernel.org/6.6.17-008-dmaengine-fix-is_slave_direction-return-false-.patch
|
|
patches.kernel.org/6.6.17-009-phy-ti-phy-omap-usb2-Fix-NULL-pointer-derefere.patch
|
|
patches.kernel.org/6.6.17-010-cifs-avoid-redundant-calls-to-disable-multicha.patch
|
|
patches.kernel.org/6.6.17-011-cifs-failure-to-add-channel-on-iface-should-bu.patch
|
|
patches.kernel.org/6.6.17-012-rust-arc-add-explicit-drop-around-Box-from_raw.patch
|
|
patches.kernel.org/6.6.17-013-rust-upgrade-to-Rust-1.72.1.patch
|
|
patches.kernel.org/6.6.17-014-rust-task-remove-redundant-explicit-link.patch
|
|
patches.kernel.org/6.6.17-015-rust-print-use-explicit-link-in-documentation.patch
|
|
patches.kernel.org/6.6.17-016-rust-upgrade-to-Rust-1.73.0.patch
|
|
patches.kernel.org/6.6.17-017-MAINTAINERS-add-Catherine-as-xfs-maintainer-fo.patch
|
|
patches.kernel.org/6.6.17-018-xfs-bump-max-fsgeom-struct-version.patch
|
|
patches.kernel.org/6.6.17-019-xfs-hoist-freeing-of-rt-data-fork-extent-mappi.patch
|
|
patches.kernel.org/6.6.17-020-xfs-prevent-rt-growfs-when-quota-is-enabled.patch
|
|
patches.kernel.org/6.6.17-021-xfs-rt-stubs-should-return-negative-errnos-whe.patch
|
|
patches.kernel.org/6.6.17-022-xfs-fix-units-conversion-error-in-xfs_bmap_del.patch
|
|
patches.kernel.org/6.6.17-023-xfs-make-sure-maxlen-is-still-congruent-with-p.patch
|
|
patches.kernel.org/6.6.17-024-xfs-introduce-protection-for-drop-nlink.patch
|
|
patches.kernel.org/6.6.17-025-xfs-handle-nimaps-0-from-xfs_bmapi_write-in-xf.patch
|
|
patches.kernel.org/6.6.17-026-xfs-allow-read-IO-and-FICLONE-to-run-concurren.patch
|
|
patches.kernel.org/6.6.17-027-xfs-factor-out-xfs_defer_pending_abort.patch
|
|
patches.kernel.org/6.6.17-028-xfs-abort-intent-items-when-recovery-intents-f.patch
|
|
patches.kernel.org/6.6.17-029-xfs-only-remap-the-written-blocks-in-xfs_refli.patch
|
|
patches.kernel.org/6.6.17-030-xfs-up-ic_sema-if-flushing-data-device-fails.patch
|
|
patches.kernel.org/6.6.17-031-xfs-fix-internal-error-from-AGFL-exhaustion.patch
|
|
patches.kernel.org/6.6.17-032-xfs-fix-again-select-in-kconfig-XFS_ONLINE_SCR.patch
|
|
patches.kernel.org/6.6.17-033-xfs-inode-recovery-does-not-validate-the-recov.patch
|
|
patches.kernel.org/6.6.17-034-xfs-clean-up-dqblk-extraction.patch
|
|
patches.kernel.org/6.6.17-035-xfs-dquot-recovery-does-not-validate-the-recov.patch
|
|
patches.kernel.org/6.6.17-036-xfs-clean-up-FS_XFLAG_REALTIME-handling-in-xfs.patch
|
|
patches.kernel.org/6.6.17-037-xfs-respect-the-stable-writes-flag-on-the-RT-d.patch
|
|
patches.kernel.org/6.6.17-038-drm-msms-dp-fixed-link-clock-divider-bits-be-o.patch
|
|
patches.kernel.org/6.6.17-039-drm-msm-dp-return-correct-Colorimetry-for-DP_T.patch
|
|
patches.kernel.org/6.6.17-040-drm-msm-dpu-check-for-valid-hw_pp-in-dpu_encod.patch
|
|
patches.kernel.org/6.6.17-041-x86-efistub-Give-up-if-memory-attribute-protoc.patch
|
|
patches.kernel.org/6.6.17-042-x86-efistub-Avoid-placing-the-kernel-below-LOA.patch
|
|
patches.kernel.org/6.6.17-043-net-stmmac-xgmac-fix-handling-of-DPP-safety-er.patch
|
|
patches.kernel.org/6.6.17-044-wifi-mac80211-fix-RCU-use-in-TDLS-fast-xmit.patch
|
|
patches.kernel.org/6.6.17-045-wifi-mac80211-fix-waiting-for-beacons-logic.patch
|
|
patches.kernel.org/6.6.17-046-wifi-iwlwifi-exit-eSR-only-after-the-FW-does.patch
|
|
patches.kernel.org/6.6.17-047-wifi-brcmfmac-Adjust-n_channels-usage-for-__co.patch
|
|
patches.kernel.org/6.6.17-048-netdevsim-avoid-potential-loop-in-nsim_dev_tra.patch
|
|
patches.kernel.org/6.6.17-049-net-atlantic-Fix-DMA-mapping-for-PTP-hwts-ring.patch
|
|
patches.kernel.org/6.6.17-050-selftests-net-cut-more-slack-for-gro-fwd-tests.patch
|
|
patches.kernel.org/6.6.17-051-selftests-net-convert-unicast_extensions.sh-to.patch
|
|
patches.kernel.org/6.6.17-052-selftests-net-convert-pmtu.sh-to-run-it-in-uni.patch
|
|
patches.kernel.org/6.6.17-053-selftests-net-change-shebang-to-bash-to-suppor.patch
|
|
patches.kernel.org/6.6.17-054-selftests-net-fix-tcp-listener-handling-in-pmt.patch
|
|
patches.kernel.org/6.6.17-055-selftests-net-avoid-just-another-constant-wait.patch
|
|
patches.kernel.org/6.6.17-056-tsnep-Fix-mapping-for-zero-copy-XDP_TX-action.patch
|
|
patches.kernel.org/6.6.17-057-tunnels-fix-out-of-bounds-access-when-building.patch
|
|
patches.kernel.org/6.6.17-058-atm-idt77252-fix-a-memleak-in-open_card_ubr0.patch
|
|
patches.kernel.org/6.6.17-059-octeontx2-pf-Fix-a-memleak-otx2_sq_init.patch
|
|
patches.kernel.org/6.6.17-060-hwmon-aspeed-pwm-tacho-mutex-for-tach-reading.patch
|
|
patches.kernel.org/6.6.17-061-hwmon-coretemp-Fix-out-of-bounds-memory-access.patch
|
|
patches.kernel.org/6.6.17-062-hwmon-coretemp-Fix-bogus-core_id-to-attr-name-.patch
|
|
patches.kernel.org/6.6.17-063-inet-read-sk-sk_family-once-in-inet_recv_error.patch
|
|
patches.kernel.org/6.6.17-064-drm-i915-gvt-Fix-uninitialized-variable-in-han.patch
|
|
patches.kernel.org/6.6.17-065-rxrpc-Fix-generation-of-serial-numbers-to-skip.patch
|
|
patches.kernel.org/6.6.17-066-rxrpc-Fix-delayed-ACKs-to-not-set-the-referenc.patch
|
|
patches.kernel.org/6.6.17-067-rxrpc-Fix-response-to-PING-RESPONSE-ACKs-to-a-.patch
|
|
patches.kernel.org/6.6.17-068-rxrpc-Fix-counting-of-new-acks-and-nacks.patch
|
|
patches.kernel.org/6.6.17-069-selftests-net-let-big_tcp-test-cope-with-slow-.patch
|
|
patches.kernel.org/6.6.17-070-tipc-Check-the-bearer-type-before-calling-tipc.patch
|
|
patches.kernel.org/6.6.17-071-af_unix-Call-kfree_skb-for-dead-unix_-sk-oob_s.patch
|
|
patches.kernel.org/6.6.17-072-ppp_async-limit-MRU-to-64K.patch
|
|
patches.kernel.org/6.6.17-073-selftests-cmsg_ipv6-repeat-the-exact-packet.patch
|
|
patches.kernel.org/6.6.17-074-netfilter-nft_compat-narrow-down-revision-to-u.patch
|
|
patches.kernel.org/6.6.17-075-netfilter-nft_compat-reject-unused-compat-flag.patch
|
|
patches.kernel.org/6.6.17-076-netfilter-nft_compat-restrict-match-target-pro.patch
|
|
patches.kernel.org/6.6.17-077-drm-amd-display-Fix-panel_cntl-could-be-null-i.patch
|
|
patches.kernel.org/6.6.17-078-drm-amd-display-Add-NULL-test-for-timing-gener.patch
|
|
patches.kernel.org/6.6.17-079-drm-amd-display-Implement-bounds-check-for-str.patch
|
|
patches.kernel.org/6.6.17-080-netfilter-nft_ct-reject-direction-for-ct-id.patch
|
|
patches.kernel.org/6.6.17-081-netfilter-nft_set_pipapo-store-index-in-scratc.patch
|
|
patches.kernel.org/6.6.17-082-netfilter-nft_set_pipapo-add-helper-to-release.patch
|
|
patches.kernel.org/6.6.17-083-netfilter-nft_set_pipapo-remove-scratch_aligne.patch
|
|
patches.kernel.org/6.6.17-084-fs-ntfs3-Fix-an-NULL-dereference-bug.patch
|
|
patches.kernel.org/6.6.17-085-riscv-Improve-tlb_flush.patch
|
|
patches.kernel.org/6.6.17-086-riscv-Make-__flush_tlb_range-loop-over-pte-ins.patch
|
|
patches.kernel.org/6.6.17-087-riscv-Improve-flush_tlb_kernel_range.patch
|
|
patches.kernel.org/6.6.17-088-mm-Introduce-flush_cache_vmap_early.patch
|
|
patches.kernel.org/6.6.17-089-riscv-mm-execute-local-TLB-flush-after-populat.patch
|
|
patches.kernel.org/6.6.17-090-riscv-Fix-set_huge_pte_at-for-NAPOT-mapping.patch
|
|
patches.kernel.org/6.6.17-091-riscv-Fix-hugetlb_mask_last_page-when-NAPOT-is.patch
|
|
patches.kernel.org/6.6.17-092-scsi-core-Move-scsi_host_busy-out-of-host-lock.patch
|
|
patches.kernel.org/6.6.17-093-riscv-Flush-the-tlb-when-a-page-directory-is-f.patch
|
|
patches.kernel.org/6.6.17-094-libceph-rename-read_sparse_msg_-to-read_partia.patch
|
|
patches.kernel.org/6.6.17-095-libceph-just-wait-for-more-data-to-be-availabl.patch
|
|
patches.kernel.org/6.6.17-096-riscv-Fix-arch_hugetlb_migration_supported-for.patch
|
|
patches.kernel.org/6.6.17-097-riscv-declare-overflow_stack-as-exported-from-.patch
|
|
patches.kernel.org/6.6.17-098-blk-iocost-Fix-an-UBSAN-shift-out-of-bounds-wa.patch
|
|
patches.kernel.org/6.6.17-099-ALSA-usb-audio-Add-delay-quirk-for-MOTU-M-Seri.patch
|
|
patches.kernel.org/6.6.17-100-ALSA-usb-audio-Add-a-quirk-for-Yamaha-YIT-W12T.patch
|
|
patches.kernel.org/6.6.17-101-ALSA-usb-audio-add-quirk-for-RODE-NT-USB.patch
|
|
patches.kernel.org/6.6.17-102-USB-serial-qcserial-add-new-usb-id-for-Dell-Wi.patch
|
|
patches.kernel.org/6.6.17-103-USB-serial-option-add-Fibocom-FM101-GL-variant.patch
|
|
patches.kernel.org/6.6.17-104-USB-serial-cp210x-add-ID-for-IMST-iM871A-USB.patch
|
|
patches.kernel.org/6.6.17-105-Revert-usb-typec-tcpm-fix-cc-role-at-port-rese.patch
|
|
patches.kernel.org/6.6.17-106-x86-lib-Revert-to-_ASM_EXTABLE_UA-for-get-put-.patch
|
|
patches.kernel.org/6.6.17-107-usb-dwc3-host-Set-XHCI_SG_TRB_CACHE_SIZE_QUIRK.patch
|
|
patches.kernel.org/6.6.17-108-usb-host-xhci-plat-Add-support-for-XHCI_SG_TRB.patch
|
|
patches.kernel.org/6.6.17-109-xhci-process-isoc-TD-properly-when-there-was-a.patch
|
|
patches.kernel.org/6.6.17-110-xhci-handle-isoc-Babble-and-Buffer-Overrun-eve.patch
|
|
patches.kernel.org/6.6.17-111-usb-dwc3-pci-add-support-for-the-Intel-Arrow-L.patch
|
|
patches.kernel.org/6.6.17-112-hrtimer-Report-offline-hrtimer-enqueue.patch
|
|
patches.kernel.org/6.6.17-113-Input-i8042-fix-strange-behavior-of-touchpad-o.patch
|
|
patches.kernel.org/6.6.17-114-Input-atkbd-skip-ATKBD_CMD_SETLEDS-when-skippi.patch
|
|
patches.kernel.org/6.6.17-115-Revert-ASoC-amd-Add-new-dmi-entries-for-acp5x-.patch
|
|
patches.kernel.org/6.6.17-116-media-solo6x10-replace-max-a-min-b-c-by-clamp-.patch
|
|
patches.kernel.org/6.6.17-117-io_uring-net-fix-sr-len-for-IORING_OP_RECV-wit.patch
|
|
patches.kernel.org/6.6.17-118-io_uring-poll-move-poll-execution-helpers-high.patch
|
|
patches.kernel.org/6.6.17-119-io_uring-net-un-indent-mshot-retry-path-in-io_.patch
|
|
patches.kernel.org/6.6.17-120-io_uring-poll-add-requeue-return-code-from-pol.patch
|
|
patches.kernel.org/6.6.17-121-io_uring-net-limit-inline-multishot-retries.patch
|
|
patches.kernel.org/6.6.17-122-net-stmmac-xgmac-use-define-for-string-constan.patch
|
|
patches.kernel.org/6.6.17-123-ALSA-usb-audio-Sort-quirk-table-entries.patch
|
|
patches.kernel.org/6.6.17-124-net-stmmac-xgmac-fix-a-typo-of-register-name-i.patch
|
|
patches.kernel.org/6.6.17-125-netfilter-nft_set_rbtree-skip-end-interval-ele.patch
|
|
patches.kernel.org/6.6.17-126-Linux-6.6.17.patch
|
|
patches.kernel.org/af_unix-Fix-task-hung-while-purging-oob_skb-in-GC.patch
|
|
patches.kernel.org/6.6.18-001-work-around-gcc-bugs-with-asm-goto-with-output.patch
|
|
patches.kernel.org/6.6.18-002-update-workarounds-for-gcc-asm-goto-issue.patch
|
|
patches.kernel.org/6.6.18-003-btrfs-add-and-use-helper-to-check-if-block-gro.patch
|
|
patches.kernel.org/6.6.18-004-btrfs-do-not-delete-unused-block-group-if-it-m.patch
|
|
patches.kernel.org/6.6.18-005-btrfs-forbid-creating-subvol-qgroups.patch
|
|
patches.kernel.org/6.6.18-006-btrfs-do-not-ASSERT-if-the-newly-created-subvo.patch
|
|
patches.kernel.org/6.6.18-007-btrfs-forbid-deleting-live-subvol-qgroup.patch
|
|
patches.kernel.org/6.6.18-008-btrfs-send-return-EOPNOTSUPP-on-unknown-flags.patch
|
|
patches.kernel.org/6.6.18-009-btrfs-don-t-reserve-space-for-checksums-when-w.patch
|
|
patches.kernel.org/6.6.18-010-btrfs-reject-encoded-write-if-inode-has-nodata.patch
|
|
patches.kernel.org/6.6.18-011-btrfs-don-t-drop-extent_map-for-free-space-ino.patch
|
|
patches.kernel.org/6.6.18-012-driver-core-Fix-device_link_flag_is_sync_state.patch
|
|
patches.kernel.org/6.6.18-013-selftests-landlock-Fix-fs_test-build-with-old-.patch
|
|
patches.kernel.org/6.6.18-014-KVM-selftests-Delete-superfluous-unused-stage-.patch
|
|
patches.kernel.org/6.6.18-015-KVM-selftests-Avoid-infinite-loop-in-hyperv_fe.patch
|
|
patches.kernel.org/6.6.18-016-of-unittest-Fix-compile-in-the-non-dynamic-cas.patch
|
|
patches.kernel.org/6.6.18-017-drm-msm-gem-Fix-double-resv-lock-aquire.patch
|
|
patches.kernel.org/6.6.18-018-spi-imx-fix-the-burst-length-at-DMA-mode-and-C.patch
|
|
patches.kernel.org/6.6.18-019-KVM-selftests-Fix-a-semaphore-imbalance-in-the.patch
|
|
patches.kernel.org/6.6.18-020-wifi-iwlwifi-Fix-some-error-codes.patch
|
|
patches.kernel.org/6.6.18-021-wifi-iwlwifi-uninitialized-variable-in-iwl_acp.patch
|
|
patches.kernel.org/6.6.18-022-ASoC-SOF-ipc3-topology-Fix-pipeline-tear-down-.patch
|
|
patches.kernel.org/6.6.18-023-net-handshake-Fix-handshake_req_destroy_test1.patch
|
|
patches.kernel.org/6.6.18-024-bonding-do-not-report-NETDEV_XDP_ACT_XSK_ZEROC.patch
|
|
patches.kernel.org/6.6.18-025-devlink-Fix-command-annotation-documentation.patch
|
|
patches.kernel.org/6.6.18-026-of-property-Improve-finding-the-consumer-of-a-.patch
|
|
patches.kernel.org/6.6.18-027-of-property-Improve-finding-the-supplier-of-a-.patch
|
|
patches.kernel.org/6.6.18-028-ALSA-hda-cs35l56-select-intended-config-FW_CS_.patch
|
|
patches.kernel.org/6.6.18-029-perf-CXL-fix-mismatched-cpmu-event-opcode.patch
|
|
patches.kernel.org/6.6.18-030-selftests-net-convert-test_bridge_backup_port..patch
|
|
patches.kernel.org/6.6.18-031-selftests-net-Fix-bridge-backup-port-test-flak.patch
|
|
patches.kernel.org/6.6.18-032-selftests-forwarding-Fix-layer-2-miss-test-fla.patch
|
|
patches.kernel.org/6.6.18-033-selftests-forwarding-Fix-bridge-MDB-test-flaki.patch
|
|
patches.kernel.org/6.6.18-034-selftests-bridge_mdb-Use-MDB-get-instead-of-du.patch
|
|
patches.kernel.org/6.6.18-035-selftests-forwarding-Suppress-grep-warnings.patch
|
|
patches.kernel.org/6.6.18-036-selftests-forwarding-Fix-bridge-locked-port-te.patch
|
|
patches.kernel.org/6.6.18-037-net-openvswitch-limit-the-number-of-recursions.patch
|
|
patches.kernel.org/6.6.18-038-lan966x-Fix-crash-when-adding-interface-under-.patch
|
|
patches.kernel.org/6.6.18-039-tls-extract-context-alloc-initialization-out-o.patch
|
|
patches.kernel.org/6.6.18-040-net-tls-factor-out-tls_-crypt_async_wait.patch
|
|
patches.kernel.org/6.6.18-041-tls-fix-race-between-async-notify-and-socket-c.patch
|
|
patches.kernel.org/6.6.18-042-tls-fix-race-between-tx-work-scheduling-and-so.patch
|
|
patches.kernel.org/6.6.18-043-net-tls-handle-backlogging-of-crypto-requests.patch
|
|
patches.kernel.org/6.6.18-044-net-tls-fix-use-after-free-with-partial-reads-.patch
|
|
patches.kernel.org/6.6.18-045-net-tls-fix-returned-read-length-with-async-de.patch
|
|
patches.kernel.org/6.6.18-046-spi-ppc4xx-Drop-write-only-variable.patch
|
|
patches.kernel.org/6.6.18-047-ASoC-rt5645-Fix-deadlock-in-rt5645_jack_detect.patch
|
|
patches.kernel.org/6.6.18-048-net-sysfs-Fix-sys-class-net-iface-path-for-sta.patch
|
|
patches.kernel.org/6.6.18-049-nouveau-svm-fix-kvcalloc-argument-order.patch
|
|
patches.kernel.org/6.6.18-050-MIPS-Add-memory-clobber-to-csum_ipv6_magic-inl.patch
|
|
patches.kernel.org/6.6.18-051-ptrace-Introduce-exception_ip-arch-hook.patch
|
|
patches.kernel.org/6.6.18-052-mm-memory-Use-exception-ip-to-search-exception.patch
|
|
patches.kernel.org/6.6.18-053-i40e-Do-not-allow-untrusted-VF-to-remove-admin.patch
|
|
patches.kernel.org/6.6.18-054-i40e-Fix-waiting-for-queues-of-all-VSIs-to-be-.patch
|
|
patches.kernel.org/6.6.18-055-userfaultfd-fix-mmap_changing-checking-in-mfil.patch
|
|
patches.kernel.org/6.6.18-056-selftests-mm-ksm_tests-should-only-MADV_HUGEPA.patch
|
|
patches.kernel.org/6.6.18-057-scs-add-CONFIG_MMU-dependency-for-vfree_atomic.patch
|
|
patches.kernel.org/6.6.18-058-tracing-trigger-Fix-to-return-error-if-failed-.patch
|
|
patches.kernel.org/6.6.18-059-selftests-mm-switch-to-bash-from-sh.patch
|
|
patches.kernel.org/6.6.18-060-mm-writeback-fix-possible-divide-by-zero-in-wb.patch
|
|
patches.kernel.org/6.6.18-061-selftests-mm-Update-va_high_addr_switch.sh-to-.patch
|
|
patches.kernel.org/6.6.18-062-selftests-mm-fix-map_hugetlb-failure-on-64K-pa.patch
|
|
patches.kernel.org/6.6.18-063-scsi-storvsc-Fix-ring-buffer-size-calculation.patch
|
|
patches.kernel.org/6.6.18-064-nouveau-offload-fence-uevents-work-to-workqueu.patch
|
|
patches.kernel.org/6.6.18-065-dm-crypt-dm-verity-disable-tasklets.patch
|
|
patches.kernel.org/6.6.18-066-ASoC-amd-yc-Add-DMI-quirk-for-MSI-Bravo-15-C7V.patch
|
|
patches.kernel.org/6.6.18-067-parisc-Prevent-hung-tasks-when-printing-invent.patch
|
|
patches.kernel.org/6.6.18-068-ALSA-hda-realtek-Fix-the-external-mic-not-bein.patch
|
|
patches.kernel.org/6.6.18-069-ALSA-hda-realtek-Enable-Mute-LED-on-HP-Laptop-.patch
|
|
patches.kernel.org/6.6.18-070-HID-bpf-remove-double-fdget.patch
|
|
patches.kernel.org/6.6.18-071-HID-bpf-actually-free-hdev-memory-after-attach.patch
|
|
patches.kernel.org/6.6.18-072-HID-i2c-hid-of-fix-NULL-deref-on-failed-power-.patch
|
|
patches.kernel.org/6.6.18-073-HID-wacom-generic-Avoid-reporting-a-serial-of-.patch
|
|
patches.kernel.org/6.6.18-074-HID-wacom-Do-not-register-input-devices-until-.patch
|
|
patches.kernel.org/6.6.18-075-iio-hid-sensor-als-Return-0-for-HID_USAGE_SENS.patch
|
|
patches.kernel.org/6.6.18-076-usb-ucsi-Add-missing-ppm_lock.patch
|
|
patches.kernel.org/6.6.18-077-usb-ulpi-Fix-debugfs-directory-leak.patch
|
|
patches.kernel.org/6.6.18-078-usb-ucsi_acpi-Fix-command-completion-handling.patch
|
|
patches.kernel.org/6.6.18-079-USB-hub-check-for-alternate-port-before-enabli.patch
|
|
patches.kernel.org/6.6.18-080-usb-f_mass_storage-forbid-async-queue-when-shu.patch
|
|
patches.kernel.org/6.6.18-081-usb-chipidea-core-handle-power-lost-in-workque.patch
|
|
patches.kernel.org/6.6.18-082-usb-core-Prevent-null-pointer-dereference-in-u.patch
|
|
patches.kernel.org/6.6.18-083-usb-dwc3-gadget-Fix-NULL-pointer-dereference-i.patch
|
|
patches.kernel.org/6.6.18-084-interconnect-qcom-sc8180x-Mark-CO0-BCM-keepali.patch
|
|
patches.kernel.org/6.6.18-085-interconnect-qcom-sm8550-Enable-sync_state.patch
|
|
patches.kernel.org/6.6.18-086-media-ir_toy-fix-a-memleak-in-irtoy_tx.patch
|
|
patches.kernel.org/6.6.18-087-driver-core-fw_devlink-Improve-detection-of-ov.patch
|
|
patches.kernel.org/6.6.18-088-powerpc-pseries-iommu-Fix-iommu-initialisation.patch
|
|
patches.kernel.org/6.6.18-089-powerpc-6xx-set-High-BAT-Enable-flag-on-G2_LE-.patch
|
|
patches.kernel.org/6.6.18-090-powerpc-kasan-Fix-addr-error-caused-by-page-al.patch
|
|
patches.kernel.org/6.6.18-091-Revert-kobject-Remove-redundant-checks-for-whe.patch
|
|
patches.kernel.org/6.6.18-092-PCI-Fix-active-state-requirement-in-PME-pollin.patch
|
|
patches.kernel.org/6.6.18-093-iio-adc-ad4130-zero-initialize-clock-init-data.patch
|
|
patches.kernel.org/6.6.18-094-iio-adc-ad4130-only-set-GPIO_CTRL-if-pin-is-un.patch
|
|
patches.kernel.org/6.6.18-095-cifs-fix-underflow-in-parse_server_interfaces.patch
|
|
patches.kernel.org/6.6.18-096-i2c-qcom-geni-Correct-I2C-TRE-sequence.patch
|
|
patches.kernel.org/6.6.18-097-irqchip-loongson-eiointc-Use-correct-struct-ty.patch
|
|
patches.kernel.org/6.6.18-098-irqchip-gic-v3-its-Handle-non-coherent-GICv4-r.patch
|
|
patches.kernel.org/6.6.18-099-powerpc-kasan-Limit-KASAN-thread-size-increase.patch
|
|
patches.kernel.org/6.6.18-100-i2c-pasemi-split-driver-into-two-separate-modu.patch
|
|
patches.kernel.org/6.6.18-101-i2c-i801-Fix-block-process-call-transactions.patch
|
|
patches.kernel.org/6.6.18-102-modpost-trim-leading-spaces-when-processing-so.patch
|
|
patches.kernel.org/6.6.18-103-kallsyms-ignore-ARMv4-thunks-along-with-others.patch
|
|
patches.kernel.org/6.6.18-104-mptcp-fix-data-re-injection-from-stale-subflow.patch
|
|
patches.kernel.org/6.6.18-105-selftests-mptcp-add-missing-kconfig-for-NF-Fil.patch
|
|
patches.kernel.org/6.6.18-106-selftests-mptcp-add-missing-kconfig-for-NF-Fil.patch
|
|
patches.kernel.org/6.6.18-107-selftests-mptcp-add-missing-kconfig-for-NF-Man.patch
|
|
patches.kernel.org/6.6.18-108-selftests-mptcp-increase-timeout-to-30-min.patch
|
|
patches.kernel.org/6.6.18-109-selftests-mptcp-allow-changing-subtests-prefix.patch
|
|
patches.kernel.org/6.6.18-110-selftests-mptcp-add-mptcp_lib_kill_wait.patch
|
|
patches.kernel.org/6.6.18-111-mptcp-drop-the-push_pending-field.patch
|
|
patches.kernel.org/6.6.18-112-mptcp-fix-rcv-space-initialization.patch
|
|
patches.kernel.org/6.6.18-113-mptcp-check-addrs-list-in-userspace_pm_get_loc.patch
|
|
patches.kernel.org/6.6.18-114-mptcp-really-cope-with-fastopen-race.patch
|
|
patches.kernel.org/6.6.18-115-Revert-powerpc-pseries-iommu-Fix-iommu-initial.patch
|
|
patches.kernel.org/6.6.18-116-media-Revert-media-rkisp1-Drop-IRQF_SHARED.patch
|
|
patches.kernel.org/6.6.18-117-scsi-Revert-scsi-fcoe-Fix-potential-deadlock-o.patch
|
|
patches.kernel.org/6.6.18-118-Revert-drm-amd-flush-any-delayed-gfxoff-on-sus.patch
|
|
patches.kernel.org/6.6.18-119-Revert-drm-msm-gpu-Push-gpu-lock-down-past-run.patch
|
|
patches.kernel.org/6.6.18-120-connector-cn_proc-revert-connector-Fix-proc_ev.patch
|
|
patches.kernel.org/6.6.18-121-drm-virtio-Set-segment-size-for-virtio_gpu-dev.patch
|
|
patches.kernel.org/6.6.18-122-drm-amdgpu-Reset-IH-OVERFLOW_CLEAR-bit.patch
|
|
patches.kernel.org/6.6.18-123-drm-amd-Don-t-init-MEC2-firmware-when-it-fails.patch
|
|
patches.kernel.org/6.6.18-124-lsm-fix-default-return-value-of-the-socket_get.patch
|
|
patches.kernel.org/6.6.18-125-lsm-fix-the-logic-in-security_inode_getsecctx.patch
|
|
patches.kernel.org/6.6.18-126-firewire-core-correct-documentation-of-fw_csr_.patch
|
|
patches.kernel.org/6.6.18-127-ALSA-hda-realtek-Apply-headset-jack-quirk-for-.patch
|
|
patches.kernel.org/6.6.18-128-kbuild-Fix-changing-ELF-file-type-for-output-o.patch
|
|
patches.kernel.org/6.6.18-129-nfc-nci-free-rx_data_reassembly-skb-on-NCI-dev.patch
|
|
patches.kernel.org/6.6.18-130-net-hsr-remove-WARN_ONCE-in-send_hsr_supervisi.patch
|
|
patches.kernel.org/6.6.18-131-net-stmmac-do-not-clear-TBS-enable-bit-on-link.patch
|
|
patches.kernel.org/6.6.18-132-parisc-BTLB-Fix-crash-when-setting-up-BTLB-at-.patch
|
|
patches.kernel.org/6.6.18-133-xen-netback-properly-sync-TX-responses.patch
|
|
patches.kernel.org/6.6.18-134-um-Fix-adding-no-pie-for-clang.patch
|
|
patches.kernel.org/6.6.18-135-linux-init-remove-__memexit-annotations.patch
|
|
patches.kernel.org/6.6.18-136-modpost-Add-.ltext-and-.ltext.-to-TEXT_SECTION.patch
|
|
patches.kernel.org/6.6.18-137-usb-typec-tpcm-Fix-issues-with-power-being-rem.patch
|
|
patches.kernel.org/6.6.18-138-ALSA-hda-realtek-Enable-headset-mic-on-Vaio-VJ.patch
|
|
patches.kernel.org/6.6.18-139-ALSA-hda-realtek-Add-speaker-pin-verbtable-for.patch
|
|
patches.kernel.org/6.6.18-140-ASoC-codecs-wcd938x-handle-deferred-probe.patch
|
|
patches.kernel.org/6.6.18-141-ALSA-hda-cs8409-Suppress-vmaster-control-for-D.patch
|
|
patches.kernel.org/6.6.18-142-ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-.patch
|
|
patches.kernel.org/6.6.18-143-binder-signal-epoll-threads-of-self-work.patch
|
|
patches.kernel.org/6.6.18-144-misc-fastrpc-Mark-all-sessions-as-invalid-in-c.patch
|
|
patches.kernel.org/6.6.18-145-ext4-fix-double-free-of-blocks-due-to-wrong-ex.patch
|
|
patches.kernel.org/6.6.18-146-ext4-avoid-bb_free-and-bb_fragments-inconsiste.patch
|
|
patches.kernel.org/6.6.18-147-tracing-timerlat-Move-hrtimer_init-to-timerlat.patch
|
|
patches.kernel.org/6.6.18-148-tracing-Fix-wasted-memory-in-saved_cmdlines-lo.patch
|
|
patches.kernel.org/6.6.18-149-tracing-synthetic-Fix-trace_string-return-valu.patch
|
|
patches.kernel.org/6.6.18-150-tracing-probes-Fix-to-show-a-parse-error-for-b.patch
|
|
patches.kernel.org/6.6.18-151-tracing-probes-Fix-to-set-arg-size-and-fmt-aft.patch
|
|
patches.kernel.org/6.6.18-152-tracing-probes-Fix-to-search-structure-fields-.patch
|
|
patches.kernel.org/6.6.18-153-Revert-workqueue-Override-implicit-ordered-att.patch
|
|
patches.kernel.org/6.6.18-154-staging-iio-ad5933-fix-type-mismatch-regressio.patch
|
|
patches.kernel.org/6.6.18-155-iio-magnetometer-rm3100-add-boundary-check-for.patch
|
|
patches.kernel.org/6.6.18-156-iio-core-fix-memleak-in-iio_device_register_sy.patch
|
|
patches.kernel.org/6.6.18-157-iio-commom-st_sensors-ensure-proper-DMA-alignm.patch
|
|
patches.kernel.org/6.6.18-158-iio-accel-bma400-Fix-a-compilation-problem.patch
|
|
patches.kernel.org/6.6.18-159-iio-adc-ad_sigma_delta-ensure-proper-DMA-align.patch
|
|
patches.kernel.org/6.6.18-160-iio-imu-adis-ensure-proper-DMA-alignment.patch
|
|
patches.kernel.org/6.6.18-161-iio-imu-bno055-serdev-requires-REGMAP.patch
|
|
patches.kernel.org/6.6.18-162-iio-pressure-bmp280-Add-missing-bmp085-to-SPI-.patch
|
|
patches.kernel.org/6.6.18-163-pmdomain-mediatek-fix-race-conditions-with-gen.patch
|
|
patches.kernel.org/6.6.18-164-media-rc-bpf-attach-detach-requires-write-perm.patch
|
|
patches.kernel.org/6.6.18-165-ksmbd-free-aux-buffer-if-ksmbd_iov_pin_rsp_rea.patch
|
|
patches.kernel.org/6.6.18-166-drm-msm-Wire-up-tlb-ops.patch
|
|
patches.kernel.org/6.6.18-167-drm-amd-display-Add-align-done-check.patch
|
|
patches.kernel.org/6.6.18-168-drm-prime-Support-page-array-4GB.patch
|
|
patches.kernel.org/6.6.18-169-drm-amdgpu-soc21-update-VCN-4-max-HEVC-encodin.patch
|
|
patches.kernel.org/6.6.18-170-drm-amd-display-Fix-MST-Null-Ptr-for-RV.patch
|
|
patches.kernel.org/6.6.18-171-drm-amd-display-Increase-frame-larger-than-for.patch
|
|
patches.kernel.org/6.6.18-172-drm-amd-display-Preserve-original-aspect-ratio.patch
|
|
patches.kernel.org/6.6.18-173-hv_netvsc-Fix-race-condition-between-netvsc_pr.patch
|
|
patches.kernel.org/6.6.18-174-ring-buffer-Clean-ring_buffer_poll_wait-error-.patch
|
|
patches.kernel.org/6.6.18-175-net-dsa-mv88e6xxx-Fix-failed-probe-due-to-unsu.patch
|
|
patches.kernel.org/6.6.18-176-nfp-flower-add-hardware-offload-check-for-post.patch
|
|
patches.kernel.org/6.6.18-177-nfp-flower-fix-hardware-offload-for-the-transf.patch
|
|
patches.kernel.org/6.6.18-178-serial-max310x-set-default-value-when-reading-.patch
|
|
patches.kernel.org/6.6.18-179-serial-max310x-improve-crystal-stable-clock-de.patch
|
|
patches.kernel.org/6.6.18-180-serial-max310x-fail-probe-if-clock-crystal-is-.patch
|
|
patches.kernel.org/6.6.18-181-serial-max310x-prevent-infinite-while-loop-in-.patch
|
|
patches.kernel.org/6.6.18-182-ftrace-Fix-DIRECT_CALLS-to-use-SAVE_REGS-by-de.patch
|
|
patches.kernel.org/6.6.18-183-powerpc-64-Set-task-pt_regs-link-to-the-LR-val.patch
|
|
patches.kernel.org/6.6.18-184-powerpc-cputable-Add-missing-PPC_FEATURE_BOOKE.patch
|
|
patches.kernel.org/6.6.18-185-powerpc-pseries-fix-accuracy-of-stolen-time.patch
|
|
patches.kernel.org/6.6.18-186-serial-core-introduce-uart_port_tx_flags.patch
|
|
patches.kernel.org/6.6.18-187-serial-mxs-auart-fix-tx.patch
|
|
patches.kernel.org/6.6.18-188-x86-Kconfig-Transmeta-Crusoe-is-CPU-family-5-n.patch
|
|
patches.kernel.org/6.6.18-189-x86-fpu-Stop-relying-on-userspace-for-info-to-.patch
|
|
patches.kernel.org/6.6.18-190-KVM-x86-make-KVM_REQ_NMI-request-iff-NMI-pendi.patch
|
|
patches.kernel.org/6.6.18-191-KVM-x86-pmu-Fix-type-length-error-when-reading.patch
|
|
patches.kernel.org/6.6.18-192-x86-mm-ident_map-Use-gbpages-only-where-full-G.patch
|
|
patches.kernel.org/6.6.18-193-io_uring-net-fix-multishot-accept-overflow-han.patch
|
|
patches.kernel.org/6.6.18-194-mmc-slot-gpio-Allow-non-sleeping-GPIO-ro.patch
|
|
patches.kernel.org/6.6.18-195-ALSA-hda-realtek-fix-mute-micmute-LED-For-HP-m.patch
|
|
patches.kernel.org/6.6.18-196-ALSA-hda-conexant-Add-quirk-for-SWS-JS201D.patch
|
|
patches.kernel.org/6.6.18-197-ALSA-hda-realtek-add-IDs-for-Dell-dual-spk-pla.patch
|
|
patches.kernel.org/6.6.18-198-nilfs2-fix-data-corruption-in-dsync-block-reco.patch
|
|
patches.kernel.org/6.6.18-199-nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buf.patch
|
|
patches.kernel.org/6.6.18-200-crypto-ccp-Fix-null-pointer-dereference-in-__s.patch
|
|
patches.kernel.org/6.6.18-201-crypto-algif_hash-Remove-bogus-SGL-free-on-zer.patch
|
|
patches.kernel.org/6.6.18-202-nfp-use-correct-macro-for-LengthSelect-in-BAR-.patch
|
|
patches.kernel.org/6.6.18-203-nfp-enable-NETDEV_XDP_ACT_REDIRECT-feature-fla.patch
|
|
patches.kernel.org/6.6.18-204-nfp-flower-prevent-re-adding-mac-index-for-bon.patch
|
|
patches.kernel.org/6.6.18-205-wifi-iwlwifi-fix-double-free-bug.patch
|
|
patches.kernel.org/6.6.18-206-wifi-cfg80211-fix-wiphy-delayed-work-queueing.patch
|
|
patches.kernel.org/6.6.18-207-wifi-mac80211-reload-info-pointer-in-ieee80211.patch
|
|
patches.kernel.org/6.6.18-208-wifi-iwlwifi-mvm-fix-a-crash-when-we-run-out-o.patch
|
|
patches.kernel.org/6.6.18-209-irqchip-irq-brcmstb-l2-Add-write-memory-barrie.patch
|
|
patches.kernel.org/6.6.18-210-irqchip-gic-v3-its-Restore-quirk-probing-for-A.patch
|
|
patches.kernel.org/6.6.18-211-irqchip-gic-v3-its-Fix-GICv4.1-VPE-affinity-up.patch
|
|
patches.kernel.org/6.6.18-212-thunderbolt-Fix-setting-the-CNS-bit-in-ROUTER_.patch
|
|
patches.kernel.org/6.6.18-213-smb-client-set-correct-id-uid-and-cruid-for-mu.patch
|
|
patches.kernel.org/6.6.18-214-smb-Fix-regression-in-writes-when-non-standard.patch
|
|
patches.kernel.org/6.6.18-215-KVM-arm64-Fix-circular-locking-dependency.patch
|
|
patches.kernel.org/6.6.18-216-zonefs-Improve-error-handling.patch
|
|
patches.kernel.org/6.6.18-217-mmc-sdhci-pci-o2micro-Fix-a-warm-reboot-issue-.patch
|
|
patches.kernel.org/6.6.18-218-arm64-signal-Don-t-assume-that-TIF_SVE-means-w.patch
|
|
patches.kernel.org/6.6.18-219-arm64-Subscribe-Microsoft-Azure-Cobalt-100-to-.patch
|
|
patches.kernel.org/6.6.18-220-ASoC-SOF-IPC3-fix-message-bounds-on-ipc-ops.patch
|
|
patches.kernel.org/6.6.18-221-ASoC-tas2781-add-module-parameter-to-tascodec_.patch
|
|
patches.kernel.org/6.6.18-222-ASoC-amd-yc-Add-DMI-quirk-for-Lenovo-Ideapad-P.patch
|
|
patches.kernel.org/6.6.18-223-tools-rv-Fix-curr_reactor-uninitialized-variab.patch
|
|
patches.kernel.org/6.6.18-224-tools-rv-Fix-Makefile-compiler-options-for-cla.patch
|
|
patches.kernel.org/6.6.18-225-tools-rtla-Remove-unused-sched_getattr-functio.patch
|
|
patches.kernel.org/6.6.18-226-tools-rtla-Replace-setting-prio-with-nice-for-.patch
|
|
patches.kernel.org/6.6.18-227-tools-rtla-Fix-clang-warning-about-mount_point.patch
|
|
patches.kernel.org/6.6.18-228-tools-rtla-Exit-with-EXIT_SUCCESS-when-help-is.patch
|
|
patches.kernel.org/6.6.18-229-tools-rtla-Fix-uninitialized-bucket-data-bucke.patch
|
|
patches.kernel.org/6.6.18-230-tools-rtla-Fix-Makefile-compiler-options-for-c.patch
|
|
patches.kernel.org/6.6.18-231-fs-relax-mount_setattr-permission-checks.patch
|
|
patches.kernel.org/6.6.18-232-net-ethernet-ti-cpsw-enable-mac_managed_pm-to-.patch
|
|
patches.kernel.org/6.6.18-233-s390-qeth-Fix-potential-loss-of-L3-IP-in-case-.patch
|
|
patches.kernel.org/6.6.18-234-net-ethernet-ti-cpsw_new-enable-mac_managed_pm.patch
|
|
patches.kernel.org/6.6.18-235-pmdomain-renesas-r8a77980-sysc-CR7-must-be-alw.patch
|
|
patches.kernel.org/6.6.18-236-net-stmmac-protect-updates-of-64-bit-statistic.patch
|
|
patches.kernel.org/6.6.18-237-hv_netvsc-Register-VF-in-netvsc_probe-if-NET_D.patch
|
|
patches.kernel.org/6.6.18-238-ceph-prevent-use-after-free-in-encode_cap_msg.patch
|
|
patches.kernel.org/6.6.18-239-fs-hugetlb-fix-NULL-pointer-dereference-in-hug.patch
|
|
patches.kernel.org/6.6.18-240-mm-hugetlb-pages-should-not-be-reserved-by-shm.patch
|
|
patches.kernel.org/6.6.18-241-LoongArch-Fix-earlycon-parameter-if-KASAN-enab.patch
|
|
patches.kernel.org/6.6.18-242-blk-wbt-Fix-detection-of-dirty-throttled-tasks.patch
|
|
patches.kernel.org/6.6.18-243-docs-kernel_feat.py-fix-build-error-for-missin.patch
|
|
patches.kernel.org/6.6.18-244-of-property-fix-typo-in-io-channels.patch
|
|
patches.kernel.org/6.6.18-245-can-netlink-Fix-TDCO-calculation-using-the-old.patch
|
|
patches.kernel.org/6.6.18-246-can-j1939-prevent-deadlock-by-changing-j1939_s.patch
|
|
patches.kernel.org/6.6.18-247-can-j1939-Fix-UAF-in-j1939_sk_match_filter-dur.patch
|
|
patches.kernel.org/6.6.18-248-pmdomain-core-Move-the-unused-cleanup-to-a-_sy.patch
|
|
patches.kernel.org/6.6.18-249-fs-proc-do_task_stat-move-thread_group_cputime.patch
|
|
patches.kernel.org/6.6.18-250-tracing-Fix-HAVE_DYNAMIC_FTRACE_WITH_REGS-ifde.patch
|
|
patches.kernel.org/6.6.18-251-tracing-Inform-kmemleak-of-saved_cmdlines-allo.patch
|
|
patches.kernel.org/6.6.18-252-md-bypass-block-throttle-for-superblock-update.patch
|
|
patches.kernel.org/6.6.18-253-block-fix-partial-zone-append-completion-handl.patch
|
|
patches.kernel.org/6.6.18-254-netfilter-ipset-fix-performance-regression-in-.patch
|
|
patches.kernel.org/6.6.18-255-netfilter-ipset-Missing-gc-cancellations-fixed.patch
|
|
patches.kernel.org/6.6.18-256-parisc-Fix-random-data-corruption-from-excepti.patch
|
|
patches.kernel.org/6.6.18-257-Revert-eventfs-Do-not-allow-NULL-parent-to-eve.patch
|
|
patches.kernel.org/6.6.18-258-Revert-eventfs-Check-for-NULL-ef-in-eventfs_se.patch
|
|
patches.kernel.org/6.6.18-259-Revert-eventfs-Use-simple_recursive_removal-to.patch
|
|
patches.kernel.org/6.6.18-260-Revert-eventfs-Delete-eventfs_inode-when-the-l.patch
|
|
patches.kernel.org/6.6.18-261-Revert-eventfs-Save-ownership-and-mode.patch
|
|
patches.kernel.org/6.6.18-262-Revert-eventfs-Remove-is_freed-union-with-rcu-.patch
|
|
patches.kernel.org/6.6.18-263-eventfs-Remove-eventfs_file-and-just-use-event.patch
|
|
patches.kernel.org/6.6.18-264-eventfs-Use-eventfs_remove_events_dir.patch
|
|
patches.kernel.org/6.6.18-265-eventfs-Use-ERR_CAST-in-eventfs_create_events_.patch
|
|
patches.kernel.org/6.6.18-266-eventfs-Fix-failure-path-in-eventfs_create_eve.patch
|
|
patches.kernel.org/6.6.18-267-tracefs-eventfs-Modify-mismatched-function-nam.patch
|
|
patches.kernel.org/6.6.18-268-eventfs-Fix-WARN_ON-in-create_file_dentry.patch
|
|
patches.kernel.org/6.6.18-269-eventfs-Fix-typo-in-eventfs_inode-union-commen.patch
|
|
patches.kernel.org/6.6.18-270-eventfs-Remove-extra-dget-in-eventfs_create_ev.patch
|
|
patches.kernel.org/6.6.18-271-eventfs-Fix-kerneldoc-of-eventfs_remove_rec.patch
|
|
patches.kernel.org/6.6.18-272-eventfs-Remove-is_freed-union-with-rcu-head.patch
|
|
patches.kernel.org/6.6.18-273-eventfs-Have-a-free_ei-that-just-frees-the-eve.patch
|
|
patches.kernel.org/6.6.18-274-eventfs-Test-for-ei-is_freed-when-accessing-ei.patch
|
|
patches.kernel.org/6.6.18-275-eventfs-Save-ownership-and-mode.patch
|
|
patches.kernel.org/6.6.18-276-eventfs-Hold-eventfs_mutex-when-calling-callba.patch
|
|
patches.kernel.org/6.6.18-277-eventfs-Delete-eventfs_inode-when-the-last-den.patch
|
|
patches.kernel.org/6.6.18-278-eventfs-Remove-special-processing-of-dput-of-e.patch
|
|
patches.kernel.org/6.6.18-279-eventfs-Use-simple_recursive_removal-to-clean-.patch
|
|
patches.kernel.org/6.6.18-280-eventfs-Remove-expectation-that-ei-is_freed-me.patch
|
|
patches.kernel.org/6.6.18-281-eventfs-Do-not-invalidate-dentry-in-create_fil.patch
|
|
patches.kernel.org/6.6.18-282-eventfs-Use-GFP_NOFS-for-allocation-when-event.patch
|
|
patches.kernel.org/6.6.18-283-eventfs-Move-taking-of-inode_lock-into-dcache_.patch
|
|
patches.kernel.org/6.6.18-284-eventfs-Do-not-allow-NULL-parent-to-eventfs_st.patch
|
|
patches.kernel.org/6.6.18-285-eventfs-Make-sure-that-parent-d_inode-is-locke.patch
|
|
patches.kernel.org/6.6.18-286-eventfs-Fix-events-beyond-NAME_MAX-blocking-ta.patch
|
|
patches.kernel.org/6.6.18-287-eventfs-Have-event-files-and-directories-defau.patch
|
|
patches.kernel.org/6.6.18-288-eventfs-Fix-file-and-directory-uid-and-gid-own.patch
|
|
patches.kernel.org/6.6.18-289-tracefs-Check-for-dentry-d_inode-exists-in-set.patch
|
|
patches.kernel.org/6.6.18-290-eventfs-Fix-bitwise-fields-for-is_events.patch
|
|
patches.kernel.org/6.6.18-291-eventfs-Remove-lookup-parameter-from-create_di.patch
|
|
patches.kernel.org/6.6.18-292-eventfs-Stop-using-dcache_readdir-for-getdents.patch
|
|
patches.kernel.org/6.6.18-293-tracefs-eventfs-Use-root-and-instance-inodes-a.patch
|
|
patches.kernel.org/6.6.18-294-eventfs-Have-eventfs_iterate-stop-immediately-.patch
|
|
patches.kernel.org/6.6.18-295-eventfs-Do-ctx-pos-update-for-all-iterations-i.patch
|
|
patches.kernel.org/6.6.18-296-eventfs-Read-ei-entries-before-ei-children-in-.patch
|
|
patches.kernel.org/6.6.18-297-eventfs-Shortcut-eventfs_iterate-by-skipping-e.patch
|
|
patches.kernel.org/6.6.18-298-eventfs-Have-the-inodes-all-for-files-and-dire.patch
|
|
patches.kernel.org/6.6.18-299-eventfs-Do-not-create-dentries-nor-inodes-in-i.patch
|
|
patches.kernel.org/6.6.18-300-eventfs-Use-kcalloc-instead-of-kzalloc.patch
|
|
patches.kernel.org/6.6.18-301-eventfs-Save-directory-inodes-in-the-eventfs_i.patch
|
|
patches.kernel.org/6.6.18-302-tracefs-remove-stale-update_gid-code.patch
|
|
patches.kernel.org/6.6.18-303-tracefs-Zero-out-the-tracefs_inode-when-alloca.patch
|
|
patches.kernel.org/6.6.18-304-eventfs-Initialize-the-tracefs-inode-properly.patch
|
|
patches.kernel.org/6.6.18-305-tracefs-Avoid-using-the-ei-dentry-pointer-unne.patch
|
|
patches.kernel.org/6.6.18-306-tracefs-dentry-lookup-crapectomy.patch
|
|
patches.kernel.org/6.6.18-307-eventfs-Remove-unused-d_parent-pointer-field.patch
|
|
patches.kernel.org/6.6.18-308-eventfs-Clean-up-dentry-ops-and-add-revalidate.patch
|
|
patches.kernel.org/6.6.18-309-eventfs-Get-rid-of-dentry-pointers-without-ref.patch
|
|
patches.kernel.org/6.6.18-310-eventfs-Warn-if-an-eventfs_inode-is-freed-with.patch
|
|
patches.kernel.org/6.6.18-311-eventfs-Restructure-eventfs_inode-structure-to.patch
|
|
patches.kernel.org/6.6.18-312-eventfs-Remove-fsnotify-functions-from-lookup.patch
|
|
patches.kernel.org/6.6.18-313-eventfs-Keep-all-directory-links-at-1.patch
|
|
patches.kernel.org/6.6.18-314-nfsd-don-t-take-fi_lock-in-nfsd_break_deleg_cb.patch
|
|
patches.kernel.org/6.6.18-315-x86-efi-Drop-EFI-stub-.bss-from-.data-section.patch
|
|
patches.kernel.org/6.6.18-316-x86-efi-Disregard-setup-header-of-loaded-image.patch
|
|
patches.kernel.org/6.6.18-317-x86-efi-Drop-alignment-flags-from-PE-section-h.patch
|
|
patches.kernel.org/6.6.18-318-x86-boot-Remove-the-bugger-off-message.patch
|
|
patches.kernel.org/6.6.18-319-x86-boot-Omit-compression-buffer-from-PE-COFF-.patch
|
|
patches.kernel.org/6.6.18-320-x86-boot-Drop-redundant-code-setting-the-root-.patch
|
|
patches.kernel.org/6.6.18-321-x86-boot-Drop-references-to-startup_64.patch
|
|
patches.kernel.org/6.6.18-322-x86-boot-Grab-kernel_info-offset-from-zoffset-.patch
|
|
patches.kernel.org/6.6.18-323-x86-boot-Set-EFI-handover-offset-directly-in-h.patch
|
|
patches.kernel.org/6.6.18-324-x86-boot-Define-setup-size-in-linker-script.patch
|
|
patches.kernel.org/6.6.18-325-x86-boot-Derive-file-size-from-_edata-symbol.patch
|
|
patches.kernel.org/6.6.18-326-x86-boot-Construct-PE-COFF-.text-section-from-.patch
|
|
patches.kernel.org/6.6.18-327-x86-boot-Drop-PE-COFF-.reloc-section.patch
|
|
patches.kernel.org/6.6.18-328-x86-boot-Split-off-PE-COFF-.data-section.patch
|
|
patches.kernel.org/6.6.18-329-x86-boot-Increase-section-and-file-alignment-t.patch
|
|
patches.kernel.org/6.6.18-330-x86-efistub-Use-1-1-file-memory-mapping-for-PE.patch
|
|
patches.kernel.org/6.6.18-331-sched-membarrier-reduce-the-ability-to-hammer-.patch
|
|
patches.kernel.org/6.6.18-332-of-property-Add-in-ports-out-ports-support-to-.patch
|
|
patches.kernel.org/6.6.18-333-nilfs2-fix-potential-bug-in-end_buffer_async_w.patch
|
|
patches.kernel.org/6.6.18-334-dm-limit-the-number-of-targets-and-parameter-s.patch
|
|
patches.kernel.org/6.6.18-335-x86-barrier-Do-not-serialize-MSR-accesses-on-A.patch
|
|
patches.kernel.org/6.6.18-336-Documentation-arch-ia64-features.rst-fix-kerne.patch
|
|
patches.kernel.org/6.6.18-337-tracing-Make-system_callback-function-static.patch
|
|
patches.kernel.org/6.6.18-338-tracing-Fix-a-NULL-vs-IS_ERR-bug-in-event_subs.patch
|
|
patches.kernel.org/6.6.18-339-Linux-6.6.18.patch
|
|
|
|
########################################################
|
|
# Build fixes that apply to the vanilla kernel too.
|
|
# Patches in patches.rpmify are applied to both -vanilla
|
|
# and patched flavors.
|
|
########################################################
|
|
patches.rpmify/Add-ksym-provides-tool.patch
|
|
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
|
|
patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch
|
|
patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch
|
|
patches.rpmify/kbuild-dummy-tools-pretend-we-understand-fpatchable-.patch
|
|
|
|
########################################################
|
|
# The sorted section should contain all patches that are
|
|
# either mainline backports or are already in a known
|
|
# subystem maintainer repository so that they can be
|
|
# sorted by git-sort scripts. Out-of-tree patches (which
|
|
# includes any patch without Git-commit tag) belong
|
|
# either into the "on the way to mainline" section below
|
|
# or into one of the subsystem sections.
|
|
#
|
|
# The sorted section should be small or empty on the
|
|
# stable or master branches.
|
|
########################################################
|
|
|
|
########################################################
|
|
# sorted patches
|
|
########################################################
|
|
patches.suse/wifi-ath11k-rename-the-sc-naming-convention-to-ab.patch
|
|
patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch
|
|
patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch
|
|
patches.suse/firmware-qcom-qseecom-Add-missing-AUXILIARY_BUS-dependency.patch
|
|
patches.suse/firmware-qcom-qseecom-add-missing-include-guards.patch
|
|
patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch
|
|
patches.suse/ALSA-hda-cs35l41-Add-notification-support-into-compo.patch
|
|
patches.suse/ALSA-hda-realtek-Support-ACPI-Notification-framework.patch
|
|
patches.suse/ALSA-hda-cs35l41-Support-mute-notifications-for-CS35.patch
|
|
patches.suse/ALSA-hda-cs35l41-Add-read-only-ALSA-control-for-forc.patch
|
|
patches.suse/ASoC-cs35l41-Make-use-of-dev_err_probe.patch
|
|
patches.suse/ASoC-cs35l41-Use-modern-pm_ops.patch
|
|
patches.suse/ALSA-hda-cs35l41-Consistently-use-dev_err_probe.patch
|
|
patches.suse/ALSA-hda-cs35l41-Use-reset-label-to-get-GPIO-for-HP-.patch
|
|
patches.suse/ALSA-hda-cs35l41-Assert-reset-before-system-suspend.patch
|
|
patches.suse/ALSA-hda-cs35l41-Assert-Reset-prior-to-de-asserting-.patch
|
|
patches.suse/ALSA-hda-cs35l41-Run-boot-process-during-resume-call.patch
|
|
patches.suse/ALSA-hda-cs35l41-Force-a-software-reset-after-hardwa.patch
|
|
patches.suse/ALSA-hda-cs35l41-Do-not-unload-firmware-before-reset.patch
|
|
patches.suse/ALSA-hda-cs35l41-Check-CSPL-state-after-loading-firm.patch
|
|
patches.suse/ASoC-cs35l41-Detect-CSPL-errors-when-sending-CSPL-co.patch
|
|
patches.suse/ALSA-hda-cs35l41-mark-cs35l41_verify_id-static.patch
|
|
patches.suse/ALSA-hda-cs35l41-Fix-missing-error-code-in-cs35l41_s.patch
|
|
########################################################
|
|
# end of sorted patches
|
|
########################################################
|
|
|
|
########################################################
|
|
# Unsorted patches on their way to mainline
|
|
#
|
|
# (SLE/Leap: this section is only for patches which
|
|
# cannot go into the sorted section yet.
|
|
#
|
|
# Patches which are already in subsystem maintainer
|
|
# repository or otherwise expected to get into mainline
|
|
# within 1-2 releases belong here. Patches not expected
|
|
# to get into mainline any time soon (or ever) belong
|
|
# to area specific sections below.
|
|
########################################################
|
|
patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
|
|
|
|
########################################################
|
|
# kbuild/module infrastructure fixes
|
|
########################################################
|
|
|
|
# SUSE specific build tweaks
|
|
patches.suse/rpm-kernel-config
|
|
patches.suse/add-suse-supported-flag.patch
|
|
patches.suse/genksyms-add-override-flag.diff
|
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
|
patches.suse/kernel-add-release-status-to-kernel-build.patch
|
|
patches.suse/panic-do-not-print-uninitialized-taint_flags.patch
|
|
|
|
# build tweaks for external KMPs
|
|
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
|
|
|
########################################################
|
|
# Performance-related tuning of defaults
|
|
########################################################
|
|
patches.suse/readahead-request-tunables.patch
|
|
|
|
########################################################
|
|
# Architecture specific patches
|
|
########################################################
|
|
|
|
# x86
|
|
|
|
# s390x
|
|
|
|
# ppc64
|
|
|
|
# ARM
|
|
patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch
|
|
patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch
|
|
patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch
|
|
|
|
########################################################
|
|
# Scheduler
|
|
########################################################
|
|
|
|
########################################################
|
|
# Memory management
|
|
########################################################
|
|
|
|
########################################################
|
|
# Filesystems
|
|
########################################################
|
|
|
|
# generic
|
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
|
|
|
# btrfs
|
|
patches.suse/btrfs-provide-super_operations-get_inode_dev
|
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
|
|
|
# ext[2-4]
|
|
|
|
# XFS
|
|
|
|
########################################################
|
|
# Block layer
|
|
########################################################
|
|
|
|
########################################################
|
|
# Networking core
|
|
########################################################
|
|
|
|
########################################################
|
|
# Security
|
|
########################################################
|
|
|
|
# Module signing / secure boot
|
|
patches.suse/KEYS-Make-use-of-platform-keyring-for-module-signatu.patch
|
|
|
|
# Bug 1198101 - VUL-0: shim: openSUSE tumbleweed not fully locked down? Add opensuse-cert-prompt back to openSUSE shim
|
|
# Lock down functions for secure boot
|
|
patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch
|
|
patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
|
|
patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch
|
|
patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch
|
|
patches.suse/arm64-lock-down-kernel-in-secure-boot-mode.patch
|
|
|
|
# crypto
|
|
|
|
########################################################
|
|
# Virtualization
|
|
########################################################
|
|
|
|
########################################################
|
|
# Other core patches
|
|
########################################################
|
|
|
|
########################################################
|
|
# PM
|
|
########################################################
|
|
|
|
########################################################
|
|
# DRM / Graphics
|
|
########################################################
|
|
patches.suse/drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
|
|
patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch
|
|
patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch
|
|
|
|
########################################################
|
|
# Storage
|
|
########################################################
|
|
patches.suse/scsi-retry-alua-transition-in-progress
|
|
|
|
########################################################
|
|
# Networking drivers (wired)
|
|
########################################################
|
|
|
|
########################################################
|
|
# Wireless networking drivers
|
|
########################################################
|
|
patches.suse/b43-missing-firmware-info.patch
|
|
patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch
|
|
|
|
patches.suse/bus-mhi-host-add-mhi_power_down_no_destroy.patch
|
|
patches.suse/bus-mhi-host-add-new-interfaces-to-handle-MHI-channe.patch
|
|
patches.suse/wifi-ath11k-handle-irq-enable-disable-in-several-cod.patch
|
|
patches.suse/wifi-ath11k-remove-MHI-LOOPBACK-channels.patch
|
|
patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch
|
|
patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch
|
|
patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch
|
|
patches.suse/wifi-ath11k-support-hibernation.patch
|
|
|
|
########################################################
|
|
# USB
|
|
########################################################
|
|
|
|
########################################################
|
|
# Input
|
|
########################################################
|
|
patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
|
|
|
########################################################
|
|
# Other drivers
|
|
########################################################
|
|
patches.suse/Restore-kABI-for-NVidia-vGPU-driver.patch
|
|
|
|
########################################################
|
|
# Debugging
|
|
########################################################
|
|
patches.suse/crasher.patch
|
|
patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
|
|
|
########################################################
|
|
# You'd better have a good reason for adding a patch
|
|
# below here.
|
|
########################################################
|