2024-02-10 20:22:20 +01:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# 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/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch
|
|
|
|
patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.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.
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# sorted patches
|
|
|
|
########################################################
|
|
|
|
patches.suse/x86-cpu-Add-several-Intel-server-CPU-model-numbers.patch
|
|
|
|
patches.suse/s390-kasan-fix-insecure-W-X-mapping-warning.patch
|
|
|
|
patches.suse/s390-kasan-avoid-short-by-one-page-shadow-memory.patch
|
|
|
|
patches.suse/rust-arc-fix-intra-doc-link-in-Arc-T-init.patch
|
|
|
|
patches.suse/jffs2-reduce-stack-usage-in-jffs2_build_xattr_s.patch
|
|
|
|
patches.suse/fs-pipe-reveal-missing-function-protoypes.patch
|
|
|
|
patches.suse/fs-sysv-Null-check-to-prevent-null-ptr-deref-b.patch
|
|
|
|
patches.suse/watch_queue-prevent-dangling-pipe-pointer.patch
|
|
|
|
patches.suse/fs-avoid-empty-option-when-generating-legacy-mo.patch
|
|
|
|
patches.suse/fs-Protect-reconfiguration-of-sb-read-write-fr.patch
|
|
|
|
patches.suse/ext4-Remove-ext4-locking-of-moved-directory.patch
|
|
|
|
patches.suse/Revert-udf-Protect-rename-against-modification-.patch
|
|
|
|
patches.suse/Revert-f2fs-fix-potential-corruption-when-movin.patch
|
|
|
|
patches.suse/fs-Establish-locking-order-for-unrelated-direct.patch
|
|
|
|
patches.suse/fs-Lock-moved-directories.patch
|
2024-03-26 16:18:47 +01:00
|
|
|
patches.suse/fs-Restrict-lock_two_nondirectories-to-non-directory.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/nfsd-use-vfs-setgid-helper.patch
|
|
|
|
patches.suse/SUNRPC-Fix-UAF-in-svc_tcp_listen_data_ready.patch
|
|
|
|
patches.suse/lockd-drop-inappropriate-svc_get-from-locked_ge.patch
|
|
|
|
patches.suse/NFSD-add-encoding-of-op_recall-flag-for-write-d.patch
|
|
|
|
patches.suse/svcrdma-Prevent-page-release-when-nothing-was-r.patch
|
|
|
|
patches.suse/nfsd-move-init-of-percpu-reply_cache_stats-coun.patch
|
|
|
|
patches.suse/fsverity-use-shash-API-instead-of-ahash-API.patch
|
|
|
|
patches.suse/fsverity-don-t-use-bio_first_page_all-in-fsveri.patch
|
|
|
|
patches.suse/erofs-kill-hooked-chains-to-avoid-loops-on-dedu.patch
|
|
|
|
patches.suse/erofs-fix-compact-4B-support-for-16k-block-size.patch
|
|
|
|
patches.suse/erofs-Fix-detection-of-atomic-context.patch
|
2024-03-26 16:18:47 +01:00
|
|
|
patches.suse/erofs-clean-up-zmap.c.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/btrfs-export-bitmap_test_range_all_-set-zero.patch
|
|
|
|
patches.suse/btrfs-use-SECTOR_SHIFT-to-convert-LBA-to-physical-of.patch
|
2024-11-04 12:53:17 +01:00
|
|
|
patches.suse/btrfs-remove-level-argument-from-btrfs_set_block_fla.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/btrfs-fix-dirty_metadata_bytes-for-redirtied-bu.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/btrfs-don-t-hold-an-extra-reference-for-redirtied-bu.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/btrfs-always-read-the-entire-extent_buffer.patch
|
|
|
|
patches.suse/btrfs-don-t-use-btrfs_bio_ctrl-for-extent-buffe.patch
|
|
|
|
patches.suse/btrfs-return-bool-from-lock_extent_buffer_for_i.patch
|
|
|
|
patches.suse/btrfs-submit-a-writeback-bio-per-extent_buffer.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/btrfs-open-code-set_extent_defrag.patch
|
|
|
|
patches.suse/btrfs-open-code-set_extent_delalloc.patch
|
|
|
|
patches.suse/btrfs-open-code-set_extent_new.patch
|
|
|
|
patches.suse/btrfs-open-code-set_extent_dirty.patch
|
|
|
|
patches.suse/btrfs-open-code-set_extent_bits_nowait.patch
|
|
|
|
patches.suse/btrfs-open-code-set_extent_bits.patch
|
|
|
|
patches.suse/btrfs-drop-NOFAIL-from-set_extent_bit-allocation-mas.patch
|
|
|
|
patches.suse/btrfs-pass-NOWAIT-for-set-clear-extent-bits-as-anoth.patch
|
|
|
|
patches.suse/btrfs-drop-gfp-from-parameter-extent-state-helpers.patch
|
|
|
|
patches.suse/btrfs-reorder-some-members-of-struct-btrfs_delayed_r.patch
|
|
|
|
patches.suse/btrfs-remove-unused-is_head-field-from-struct-btrfs_.patch
|
|
|
|
patches.suse/btrfs-remove-pointless-in_tree-field-from-struct-btr.patch
|
|
|
|
patches.suse/btrfs-use-a-bool-to-track-qgroup-record-insertion-wh.patch
|
|
|
|
patches.suse/btrfs-make-insert_delayed_ref-return-a-bool-instead-.patch
|
|
|
|
patches.suse/btrfs-get-rid-of-label-and-goto-at-insert_delayed_re.patch
|
|
|
|
patches.suse/btrfs-assert-correct-lock-is-held-at-btrfs_select_re.patch
|
|
|
|
patches.suse/btrfs-use-bool-type-for-delayed-ref-head-fields-that.patch
|
|
|
|
patches.suse/btrfs-use-a-single-switch-statement-when-initializin.patch
|
|
|
|
patches.suse/btrfs-remove-unnecessary-prototype-declarations-at-d.patch
|
|
|
|
patches.suse/btrfs-make-btrfs_destroy_delayed_refs-return-void.patch
|
|
|
|
patches.suse/btrfs-optimize-out-btrfs_is_zoned-for-CONFIG_BLK_DEV.patch
|
|
|
|
patches.suse/btrfs-don-t-call-btrfs_record_physical_zoned-for-fai.patch
|
|
|
|
patches.suse/btrfs-mark-the-len-field-in-struct-btrfs_ordered_sum.patch
|
|
|
|
patches.suse/btrfs-rename-the-bytenr-field-in-struct-btrfs_ordere.patch
|
|
|
|
patches.suse/btrfs-optimize-the-logical-to-physical-mapping-for-z.patch
|
|
|
|
patches.suse/btrfs-record-orig_physical-only-for-the-original-bio.patch
|
|
|
|
patches.suse/btrfs-move-split_extent_map-to-extent_map.c.patch
|
|
|
|
patches.suse/btrfs-reorder-conditions-in-btrfs_extract_ordered_ex.patch
|
|
|
|
patches.suse/btrfs-return-the-new-ordered_extent-from-btrfs_split.patch
|
|
|
|
patches.suse/btrfs-split-btrfs_alloc_ordered_extent-to-allocation.patch
|
|
|
|
patches.suse/btrfs-atomically-insert-the-new-extent-in-btrfs_spli.patch
|
|
|
|
patches.suse/btrfs-handle-completed-ordered-extents-in-btrfs_spli.patch
|
|
|
|
patches.suse/btrfs-defer-splitting-of-ordered-extents-until-I-O-c.patch
|
|
|
|
patches.suse/btrfs-pass-the-new-logical-address-to-split_extent_m.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/btrfs-add-xxhash-to-fast-checksum-implementatio.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/btrfs-remove-unused-BTRFS_MAP_DISCARD.patch
|
|
|
|
patches.suse/btrfs-optimize-simple-reads-in-btrfsic_map_block.patch
|
|
|
|
patches.suse/btrfs-remove-unused-btrfs_map_block.patch
|
|
|
|
patches.suse/btrfs-rename-__btrfs_map_block-to-btrfs_map_block.patch
|
|
|
|
patches.suse/btrfs-open-code-btrfs_map_sblock.patch
|
|
|
|
patches.suse/btrfs-open-code-need_full_stripe-conditions.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/btrfs-warn-on-invalid-slot-in-tree-mod-log-rewi.patch
|
|
|
|
patches.suse/btrfs-insert-tree-mod-log-move-in-push_node_lef.patch
|
|
|
|
patches.suse/btrfs-fix-range_end-calculation-in-extent_write.patch
|
|
|
|
patches.suse/btrfs-factor-out-a-btrfs_verify_page-helper.patch
|
|
|
|
patches.suse/btrfs-fix-fsverify-read-error-handling-in-end_p.patch
|
|
|
|
patches.suse/btrfs-don-t-fail-writeback-when-allocating-the-.patch
|
|
|
|
patches.suse/btrfs-don-t-check-PageError-in-__extent_writepa.patch
|
|
|
|
patches.suse/btrfs-only-call-__extent_writepage_io-from-exte.patch
|
|
|
|
patches.suse/btrfs-don-t-treat-zoned-writeback-as-being-from.patch
|
|
|
|
patches.suse/btrfs-add-block-group-tree-to-lockdep-classes.patch
|
|
|
|
patches.suse/btrfs-fix-file_offset-for-REQ_BTRFS_ONE_ORDERED.patch
|
2024-10-14 15:18:11 +02:00
|
|
|
patches.suse/btrfs-limit-write-bios-to-a-single-ordered-extent.patch
|
|
|
|
patches.suse/btrfs-merge-the-two-calls-to-btrfs_add_ordered_exten.patch
|
|
|
|
patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_reloc_clone_cs.patch
|
|
|
|
patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_submit_compres.patch
|
|
|
|
patches.suse/btrfs-remove-btrfs_add_ordered_extent.patch
|
|
|
|
patches.suse/btrfs-add-a-is_data_bbio-helper.patch
|
|
|
|
patches.suse/btrfs-open-code-btrfs_bio_end_io-in-btrfs_dio_submit.patch
|
|
|
|
patches.suse/btrfs-add-an-ordered_extent-pointer-to-struct-btrfs_.patch
|
|
|
|
patches.suse/btrfs-use-bbio-ordered-in-btrfs_csum_one_bio.patch
|
|
|
|
patches.suse/btrfs-factor-out-a-can_finish_ordered_extent-helper.patch
|
|
|
|
patches.suse/btrfs-factor-out-a-btrfs_queue_ordered_fn-helper.patch
|
|
|
|
patches.suse/btrfs-add-a-btrfs_finish_ordered_extent-helper.patch
|
|
|
|
patches.suse/btrfs-open-code-end_extent_writepage-in-end_bio_exte.patch
|
|
|
|
patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-co.patch
|
|
|
|
patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-di.patch
|
|
|
|
patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-bu.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/btrfs-delete-unused-BGs-while-reclaiming-BGs.patch
|
|
|
|
patches.suse/btrfs-move-out-now-unused-BG-from-the-reclaim-.patch
|
|
|
|
patches.suse/btrfs-bail-out-reclaim-process-if-filesystem-is.patch
|
|
|
|
patches.suse/btrfs-reinsert-BGs-failed-to-reclaim.patch
|
|
|
|
patches.suse/btrfs-add-missing-error-handling-when-logging-o.patch
|
|
|
|
patches.suse/btrfs-fix-extent-buffer-leak-after-tree-mod-log.patch
|
|
|
|
patches.suse/btrfs-do-not-BUG_ON-on-tree-mod-log-failure-at-40b0a74.patch
|
|
|
|
patches.suse/btrfs-do-not-BUG_ON-on-tree-mod-log-failure-at-.patch
|
|
|
|
patches.suse/btrfs-abort-transaction-at-update_ref_for_cow-w.patch
|
|
|
|
patches.suse/btrfs-add-handling-for-RAID1C23-DUP-to-btrfs_re.patch
|
|
|
|
patches.suse/btrfs-fix-race-when-deleting-quota-root-from-th.patch
|
|
|
|
patches.suse/btrfs-fix-race-when-deleting-free-space-root-fr.patch
|
|
|
|
patches.suse/btrfs-fix-race-between-quota-disable-and-reloca.patch
|
|
|
|
patches.suse/splice-Fix-filemap_splice_read-to-use-the-corre.patch
|
|
|
|
patches.suse/splice-Make-filemap_splice_read-check-s_maxbytes.patch
|
|
|
|
patches.suse/splice-Rename-direct_splice_read-to-copy_splice_read.patch
|
|
|
|
patches.suse/splice-Clean-up-copy_splice_read-a-bit.patch
|
|
|
|
patches.suse/splice-Make-do_splice_to-generic-and-export-it.patch
|
|
|
|
patches.suse/splice-Check-for-zero-count-in-vfs_splice_read.patch
|
|
|
|
patches.suse/splice-Make-splice-from-an-O_DIRECT-fd-use-copy_spli.patch
|
|
|
|
patches.suse/splice-Make-splice-from-a-DAX-file-use-copy_splice_r.patch
|
|
|
|
patches.suse/shmem-Implement-splice-read.patch
|
|
|
|
patches.suse/overlayfs-Implement-splice-read.patch
|
|
|
|
patches.suse/coda-Implement-splice-read.patch
|
|
|
|
patches.suse/tty-proc-kernfs-random-Use-copy_splice_read.patch
|
|
|
|
patches.suse/net-Make-sock_splice_read-use-copy_splice_read-by-de.patch
|
|
|
|
patches.suse/9p-Add-splice_read-wrapper.patch
|
|
|
|
patches.suse/afs-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/ceph-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/ecryptfs-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/ext4-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/f2fs-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/nfs-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/ntfs3-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/ocfs2-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/orangefs-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/xfs-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/zonefs-Provide-a-splice-read-wrapper.patch
|
|
|
|
patches.suse/trace-Convert-trace-seq-to-use-copy_splice_read.patch
|
|
|
|
patches.suse/cifs-Use-filemap_splice_read.patch
|
|
|
|
patches.suse/splice-Use-filemap_splice_read-instead-of-generic_fi.patch
|
|
|
|
patches.suse/splice-Remove-generic_file_splice_read.patch
|
|
|
|
patches.suse/iov_iter-Kill-ITER_PIPE.patch
|
|
|
|
patches.suse/splice-kdoc-for-filemap_splice_read-and-copy_splice_.patch
|
|
|
|
patches.suse/net-set-FMODE_NOWAIT-for-sockets.patch
|
|
|
|
patches.suse/block-mark-bdev-files-as-FMODE_NOWAIT-if-underlying-.patch
|
|
|
|
patches.suse/io_uring-rely-solely-on-FMODE_NOWAIT.patch
|
|
|
|
patches.suse/io_uring-remove-sq-cq_off-memset.patch
|
|
|
|
patches.suse/io_uring-return-error-pointer-from-io_mem_alloc.patch
|
|
|
|
patches.suse/io_uring-add-ring-freeing-helper.patch
|
|
|
|
patches.suse/io_uring-support-for-user-allocated-memory-for-rings.patch
|
|
|
|
patches.suse/io_uring-Add-io_uring_setup-flag-to-pre-register-rin.patch
|
|
|
|
patches.suse/io_uring-net-initialize-struct-msghdr-more-sanely-fo.patch
|
|
|
|
patches.suse/io_uring-net-initalize-msghdr-msg_inq-to-known-value.patch
|
|
|
|
patches.suse/io_uring-net-push-IORING_CQE_F_SOCK_NONEMPTY-into-io.patch
|
|
|
|
patches.suse/io_uring-net-don-t-retry-recvmsg-unnecessarily.patch
|
|
|
|
patches.suse/io_uring-maintain-ordering-for-DEFER_TASKRUN-tw-list.patch
|
|
|
|
patches.suse/io_uring-annotate-offset-timeout-races.patch
|
|
|
|
patches.suse/io_uring-cmd-add-cmd-lazy-tw-wake-helper.patch
|
|
|
|
patches.suse/nvme-optimise-io_uring-passthrough-completion.patch
|
|
|
|
patches.suse/io_uring-avoid-indirect-function-calls-for-the-hotte.patch
|
|
|
|
patches.suse/io_uring-cleanup-io_aux_cqe-API.patch
|
|
|
|
patches.suse/io_uring-get-rid-of-unnecessary-length-variable.patch
|
|
|
|
patches.suse/io_uring-wait-interruptibly-for-request-complet.patch
|
|
|
|
patches.suse/io_uring-remove-__io_file_supports_nowait.patch
|
|
|
|
patches.suse/io_uring-remove-the-mode-variable-in-io_file_get_fla.patch
|
|
|
|
patches.suse/io_uring-remove-a-confusing-comment-above-io_file_ge.patch
|
|
|
|
patches.suse/io_uring-remove-io_req_ffs_set.patch
|
|
|
|
patches.suse/io_uring-return-REQ_F_-flags-from-io_file_get_flags.patch
|
|
|
|
patches.suse/io_uring-use-io_file_from_index-in-__io_sync_cancel.patch
|
|
|
|
patches.suse/io_uring-use-io_file_from_index-in-io_msg_grab_file.patch
|
|
|
|
patches.suse/io_uring-add-helpers-to-decode-the-fixed-file-file_p.patch
|
|
|
|
patches.suse/io_uring-open-code-io_put_req_find_next.patch
|
|
|
|
patches.suse/io_uring-remove-io_free_req_tw.patch
|
|
|
|
patches.suse/io_uring-inline-io_dismantle_req.patch
|
|
|
|
patches.suse/io_uring-move-io_clean_op.patch
|
|
|
|
patches.suse/io_uring-don-t-batch-task-put-on-reqs-free.patch
|
|
|
|
patches.suse/io_uring-remove-IOU_F_TWQ_FORCE_NORMAL.patch
|
|
|
|
patches.suse/io_uring-kill-io_cq_unlock.patch
|
|
|
|
patches.suse/io_uring-fix-acquire-release-annotations.patch
|
|
|
|
patches.suse/io_uring-inline-__io_cq_unlock.patch
|
|
|
|
patches.suse/io_uring-make-io_cq_unlock_post-static.patch
|
|
|
|
patches.suse/io_uring-merge-conditional-unlock-flush-helpers.patch
|
|
|
|
patches.suse/brd-use-XArray-instead-of-radix-tree-to-index-backing-pages.patch
|
|
|
|
patches.suse/blk-mq-don-t-queue-plugged-passthrough-requests.patch
|
|
|
|
patches.suse/blk-mq-remove-RQF_ELVPRIV.patch
|
|
|
|
patches.suse/blk-mq-make-sure-elevator-callbacks-aren-t-called-fo.patch
|
|
|
|
patches.suse/block-mq-deadline-Add-a-word-in-a-source-code-commen.patch
|
|
|
|
patches.suse/block-Simplify-blk_req_needs_zone_write_lock.patch
|
|
|
|
patches.suse/block-Fix-the-type-of-the-second-bdev_op_is_zon.patch
|
|
|
|
patches.suse/block-Introduce-op_needs_zoned_write_locking.patch
|
|
|
|
patches.suse/block-Introduce-blk_rq_is_seq_zoned_write.patch
|
|
|
|
patches.suse/block-mq-deadline-Clean-up-deadline_check_fifo.patch
|
|
|
|
patches.suse/block-mq-deadline-Simplify-deadline_skip_seq_writes.patch
|
|
|
|
patches.suse/block-mq-deadline-Reduce-lock-contention.patch
|
|
|
|
patches.suse/block-mq-deadline-Track-the-dispatch-position.patch
|
|
|
|
patches.suse/block-mq-deadline-Handle-requeued-requests-correctly.patch
|
|
|
|
patches.suse/block-mq-deadline-Fix-handling-of-at-head-zoned-writ.patch
|
|
|
|
patches.suse/block-BFQ-Add-several-invariant-checks.patch
|
|
|
|
patches.suse/fs-remove-the-special-CONFIG_BLOCK-def_blk_fops.patch
|
|
|
|
patches.suse/blk-mq-factor-out-a-blk_rq_init_flush-helper.patch
|
|
|
|
patches.suse/blk-mq-reflow-blk_insert_flush.patch
|
|
|
|
patches.suse/blk-mq-defer-to-the-normal-submission-path-for-non-f.patch
|
|
|
|
patches.suse/blk-mq-use-the-I-O-scheduler-for-writes-from-the-flu.patch
|
|
|
|
patches.suse/blk-mq-defer-to-the-normal-submission-path-for-post-.patch
|
|
|
|
patches.suse/blk-mq-do-not-do-head-insertions-post-pre-flush-comm.patch
|
|
|
|
patches.suse/blk-mq-don-t-use-the-requeue-list-to-queue-flush-com.patch
|
|
|
|
patches.suse/ublk-kill-queuing-request-by-task_work_add.patch
|
|
|
|
patches.suse/ublk-cleanup-io-cmd-code-path-by-adding-ublk_fill_io_cmd.patch
|
|
|
|
patches.suse/ublk-cleanup-ublk_copy_user_pages.patch
|
|
|
|
patches.suse/ublk-grab-request-reference-when-the-request-is-handled-by-userspace.patch
|
|
|
|
patches.suse/ublk-support-to-copy-any-part-of-request-pages.patch
|
|
|
|
patches.suse/ublk-add-read-write-support-for-ublk-char-device.patch
|
|
|
|
patches.suse/ublk-support-user-copy.patch
|
|
|
|
patches.suse/block-BFQ-Move-an-invariant-check.patch
|
|
|
|
patches.suse/block-don-t-plug-in-blkdev_write_iter.patch
|
|
|
|
patches.suse/ublk-fix-build-warning-on-iov_iter_get_pages2.patch
|
|
|
|
patches.suse/block-remove-redundant-req_op-in-blk_rq_is_passthrou.patch
|
|
|
|
patches.suse/block-rq_qos-protect-rq_qos-apis-with-a-new-loc.patch
|
|
|
|
patches.suse/block-introduce-block_io_start-block_io_done-tracepo.patch
|
|
|
|
patches.suse/iomap-Don-t-get-an-reference-on-ZERO_PAGE-for-direct.patch
|
|
|
|
patches.suse/block-Fix-bio_flagged-so-that-gcc-can-better-optimis.patch
|
|
|
|
patches.suse/block-Replace-BIO_NO_PAGE_REF-with-BIO_PAGE_REFFED-w.patch
|
|
|
|
patches.suse/block-Add-BIO_PAGE_PINNED-and-associated-infrastruct.patch
|
|
|
|
patches.suse/block-Convert-bio_iov_iter_get_pages-to-use-iov_iter.patch
|
|
|
|
patches.suse/block-convert-bio_map_user_iov-to-use-iov_iter_extra.patch
|
|
|
|
patches.suse/block-constify-partition-prober-array.patch
|
|
|
|
patches.suse/block-constify-struct-part_type-part_type.patch
|
|
|
|
patches.suse/block-constify-struct-part_attr_group.patch
|
|
|
|
patches.suse/block-constify-the-whole_disk-device_attribute.patch
|
|
|
|
patches.suse/mm-Don-t-pin-ZERO_PAGE-in-pin_user_pages.patch
|
|
|
|
patches.suse/mm-Provide-a-function-to-get-an-additional-pin-on-a-.patch
|
|
|
|
patches.suse/block-Use-iov_iter_extract_pages-and-page-pinning-in.patch
|
|
|
|
patches.suse/swap-use-__bio_add_page-to-add-page-to-bio.patch
|
|
|
|
patches.suse/drbd-use-__bio_add_page-to-add-page-to-bio.patch
|
|
|
|
patches.suse/dm-dm-zoned-use-__bio_add_page-for-adding-single-met.patch
|
|
|
|
patches.suse/fs-buffer-use-__bio_add_page-to-add-single-page-to-b.patch
|
|
|
|
patches.suse/md-use-__bio_add_page-to-add-single-page.patch
|
|
|
|
patches.suse/md-raid5-log-use-__bio_add_page-to-add-single-page.patch
|
|
|
|
patches.suse/md-raid5-use-__bio_add_page-to-add-single-page-to-ne.patch
|
|
|
|
patches.suse/jfs-logmgr-use-__bio_add_page-to-add-single-page-to-.patch
|
|
|
|
patches.suse/gfs2-use-__bio_add_page-for-adding-single-page-to-bi.patch
|
|
|
|
patches.suse/zonefs-use-__bio_add_page-for-adding-single-page-to-.patch
|
|
|
|
patches.suse/zram-use-__bio_add_page-for-adding-single-page-to-bi.patch
|
|
|
|
patches.suse/floppy-use-__bio_add_page-for-adding-single-page-to-.patch
|
|
|
|
patches.suse/md-check-for-failure-when-adding-pages-in-alloc_behi.patch
|
|
|
|
patches.suse/md-raid1-use-__bio_add_page-for-adding-single-page-t.patch
|
|
|
|
patches.suse/md-raid1-check-if-adding-pages-to-resync-bio-fails.patch
|
|
|
|
patches.suse/dm-crypt-use-__bio_add_page-to-add-single-page-to-cl.patch
|
|
|
|
patches.suse/block-mark-bio_add_page-as-__must_check.patch
|
|
|
|
patches.suse/block-add-bio_add_folio_nofail.patch
|
|
|
|
patches.suse/fs-iomap-use-bio_add_folio_nofail-where-possible.patch
|
|
|
|
patches.suse/block-mark-bio_add_folio-as-__must_check.patch
|
|
|
|
patches.suse/blk-ioc-protect-ioc_destroy_icq-by-queue_lock.patch
|
|
|
|
patches.suse/block-Replace-all-non-returning-strlcpy-with-strscpy.patch
|
|
|
|
patches.suse/ublk-add-control-command-of-UBLK_U_CMD_GET_FEATURES.patch
|
|
|
|
patches.suse/drbd-stop-defining-__KERNEL_SYSCALLS__.patch
|
|
|
|
patches.suse/block-factor-out-a-bd_end_claim-helper-from-blkdev_p.patch
|
|
|
|
patches.suse/block-refactor-bd_may_claim.patch
|
|
|
|
patches.suse/block-turn-bdev_lock-into-a-mutex.patch
|
|
|
|
patches.suse/block-consolidate-the-shutdown-logic-in-blk_mark_dis.patch
|
|
|
|
patches.suse/block-avoid-repeated-work-in-blk_mark_disk_dead.patch
|
|
|
|
patches.suse/block-unhash-the-inode-earlier-in-delete_partition.patch
|
|
|
|
patches.suse/block-delete-partitions-later-in-del_gendisk.patch
|
|
|
|
patches.suse/block-remove-blk_drop_partitions.patch
|
|
|
|
patches.suse/block-introduce-holder-ops.patch
|
|
|
|
patches.suse/block-add-a-mark_dead-holder-operation.patch
|
|
|
|
patches.suse/fs-add-a-method-to-shut-down-the-file-system.patch
|
|
|
|
patches.suse/xfs-wire-up-sops-shutdown.patch
|
|
|
|
patches.suse/xfs-wire-up-the-mark_dead-holder-operation-for-log-a.patch
|
|
|
|
patches.suse/ext4-split-ext4_shutdown.patch
|
|
|
|
patches.suse/ext4-wire-up-sops-shutdown.patch
|
|
|
|
patches.suse/ext4-wire-up-the-mark_dead-holder-operation-for-log-.patch
|
|
|
|
patches.suse/driver-core-return-bool-from-driver_probe_done.patch
|
|
|
|
patches.suse/PM-hibernate-factor-out-a-helper-to-find-the-resume-.patch
|
|
|
|
patches.suse/PM-hibernate-remove-the-global-snapshot_test-variabl.patch
|
|
|
|
patches.suse/PM-hibernate-move-finding-the-resume-device-out-of-s.patch
|
|
|
|
patches.suse/init-remove-pointless-Root_-values.patch
|
|
|
|
patches.suse/init-rename-mount_block_root-to-mount_root_generic.patch
|
|
|
|
patches.suse/init-refactor-mount_root.patch
|
|
|
|
patches.suse/init-pass-root_device_name-explicitly.patch
|
|
|
|
patches.suse/init-don-t-remove-the-dev-prefix-from-error-messages.patch
|
|
|
|
patches.suse/init-handle-ubi-mtd-root-mounting-like-all-other-roo.patch
|
|
|
|
patches.suse/init-factor-the-root_wait-logic-in-prepare_namespace.patch
|
|
|
|
patches.suse/init-move-the-nfs-cifs-ram-special-cases-out-of-name.patch
|
|
|
|
patches.suse/init-improve-the-name_to_dev_t-interface.patch
|
|
|
|
patches.suse/init-clear-root_wait-on-all-invalid-root-strings.patch
|
|
|
|
patches.suse/block-move-the-code-to-do-early-boot-lookup-of-block.patch
|
|
|
|
patches.suse/block-move-more-code-to-early-lookup.c.patch
|
|
|
|
patches.suse/dm-snap-simplify-the-origin_dev-cow_dev-check-in-sna.patch
|
|
|
|
patches.suse/dm-open-code-dm_get_dev_t-in-dm_init_init.patch
|
|
|
|
patches.suse/dm-remove-dm_get_dev_t.patch
|
|
|
|
patches.suse/dm-only-call-early_lookup_bdev-from-early-boot-conte.patch
|
|
|
|
patches.suse/PM-hibernate-don-t-use-early_lookup_bdev-in-resume_s.patch
|
|
|
|
patches.suse/mtd-block2mtd-factor-the-early-block-device-open-log.patch
|
|
|
|
patches.suse/mtd-block2mtd-don-t-call-early_lookup_bdev-after-the.patch
|
|
|
|
patches.suse/blk-iocost-use-spin_lock_irqsave-in-adjust_inus.patch
|
|
|
|
patches.suse/nbd-Add-the-maximum-limit-of-allocated-index-in-nbd_dev_add.patch
|
|
|
|
patches.suse/blk-ioc-fix-recursive-spin_lock-unlock_irq-in-ioc_cl.patch
|
|
|
|
patches.suse/blk-cgroup-Reinit-blkg_iostat_set-after-clearin.patch
|
|
|
|
patches.suse/block-fix-rootwait.patch
|
|
|
|
patches.suse/pktcdvd-Get-rid-of-custom-printing-macros.patch
|
|
|
|
patches.suse/pktcdvd-replace-sscanf-by-kstrtoul.patch
|
|
|
|
patches.suse/pktcdvd-use-sysfs_emit-to-instead-of-scnprintf.patch
|
|
|
|
patches.suse/pktcdvd-Get-rid-of-pkt_seq_show-forward-declaration.patch
|
|
|
|
patches.suse/pktcdvd-Drop-redundant-castings-for-sector_t.patch
|
|
|
|
patches.suse/pktcdvd-Use-DEFINE_SHOW_ATTRIBUTE-to-simplify-code.patch
|
|
|
|
patches.suse/pktcdvd-Use-put_unaligned_be16-and-get_unaligned_be16.patch
|
|
|
|
patches.suse/pktcdvd-Get-rid-of-redundant-else.patch
|
|
|
|
patches.suse/pktcdvd-Sort-headers.patch
|
|
|
|
patches.suse/block-fix-rootwait-again.patch
|
|
|
|
patches.suse/block-rnbd-kill-rnbd_flags_supported.patch
|
|
|
|
patches.suse/block-rnbd-srv-remove-unused-header.patch
|
|
|
|
patches.suse/block-rnbd-introduce-rnbd_access_modes.patch
|
|
|
|
patches.suse/block-rnbd-srv-no-need-to-check-sess_dev.patch
|
|
|
|
patches.suse/block-rnbd-srv-rename-one-member-in-rnbd_srv_dev.patch
|
|
|
|
patches.suse/block-rnbd-srv-init-ret-with-0-instead-of-EPERM.patch
|
|
|
|
patches.suse/block-rnbd-srv-init-err-earlier-in-rnbd_srv_init_module.patch
|
|
|
|
patches.suse/block-rnbd-srv-make-process_msg_sess_info-returns-void.patch
|
|
|
|
patches.suse/block-also-call-open-for-incremental-partition-opens.patch
|
|
|
|
patches.suse/cdrom-remove-the-unused-bdev-argument-to-cdrom_open.patch
|
|
|
|
patches.suse/cdrom-remove-the-unused-mode-argument-to-cdrom_ioctl.patch
|
|
|
|
patches.suse/cdrom-remove-the-unused-cdrom_close_write-release-co.patch
|
|
|
|
patches.suse/cdrom-track-if-a-cdrom_device_info-was-opened-for-data.patch
|
|
|
|
patches.suse/cdrom-remove-the-unused-mode-argument-to-cdrom_release.patch
|
|
|
|
patches.suse/block-pass-a-gendisk-on-bdev_check_media_change.patch
|
|
|
|
patches.suse/block-pass-a-gendisk-to-open.patch
|
|
|
|
patches.suse/block-remove-the-unused-mode-argument-to-release.patch
|
|
|
|
patches.suse/block-rename-blkdev_close-to-blkdev_release.patch
|
|
|
|
patches.suse/swsusp-don-t-pass-a-stack-address-to-blkdev_get_by_path.patch
|
|
|
|
patches.suse/bcache-don-t-pass-a-stack-address-to-blkdev_get_by_p.patch
|
|
|
|
patches.suse/rnbd-srv-don-t-pass-a-holder-for-non-exclusive-blkdev_get_by_path.patch
|
|
|
|
patches.suse/btrfs-don-t-pass-a-holder-for-non-exclusive-blkdev_g.patch
|
|
|
|
patches.suse/block-use-the-holder-as-indication-for-exclusive-opens.patch
|
|
|
|
patches.suse/block-add-a-sb_open_mode-helper.patch
|
|
|
|
patches.suse/fs-remove-sb-s_mode.patch
|
|
|
|
patches.suse/scsi-replace-the-fmode_t-argument-to-scsi_cmd_allowe.patch
|
|
|
|
patches.suse/scsi-replace-the-fmode_t-argument-to-scsi_ioctl-with.patch
|
|
|
|
patches.suse/scsi-replace-the-fmode_t-argument-to-sg_io_fn-with-a.patch
|
|
|
|
patches.suse/nvme-replace-the-fmode_t-argument-to-the-nvme-ioctl-.patch
|
|
|
|
patches.suse/mtd-block-use-a-simple-bool-to-track-open-for-write.patch
|
|
|
|
patches.suse/rnbd-srv-replace-sess-open_flags-with-a-bool-readonly.patch
|
|
|
|
patches.suse/ubd-remove-commented-out-code-in-ubd_open.patch
|
|
|
|
patches.suse/block-move-a-few-internal-definitions-out-of-blkdev.h.patch
|
|
|
|
patches.suse/block-remove-unused-fmode_t-arguments-from-ioctl-han.patch
|
|
|
|
patches.suse/block-replace-fmode_t-with-a-block-specific-type-for.patch
|
|
|
|
patches.suse/block-always-use-I_BDEV-on-file-f_mapping-host-to-fi.patch
|
|
|
|
patches.suse/block-store-the-holder-in-file-private_data.patch
|
|
|
|
patches.suse/fs-remove-the-now-unused-FMODE_-flags.patch
|
|
|
|
patches.suse/blk-mq-fix-potential-io-hang-by-wrong-wake_batc.patch
|
|
|
|
patches.suse/block-Fix-dio_cleanup-to-advance-the-head-index.patch
|
|
|
|
patches.suse/raid6-neon-add-missing-prototypes-3de1.patch
|
|
|
|
patches.suse/md-raid10-check-slab-out-of-bounds-in-md_bitmap.patch
|
|
|
|
patches.suse/md-raid5-don-t-allow-replacement-while-reshape-is-in-4603.patch
|
|
|
|
patches.suse/md-fix-data-corruption-for-raid456-when-reshape.patch
|
|
|
|
patches.suse/md-export-md_is_rdwr-and-is_md_suspended-431e.patch
|
|
|
|
patches.suse/md-add-a-new-api-prepare_suspend-in-md_personality-3e00.patch
|
|
|
|
patches.suse/md-raid5-fix-a-deadlock-in-the-case-that-reshape-is--868b.patch
|
|
|
|
patches.suse/md-raid10-fix-overflow-of-md-safe_mode_delay.patch
|
|
|
|
patches.suse/md-raid10-fix-wrong-setting-of-max_corr_read_er.patch
|
|
|
|
patches.suse/md-fix-duplicate-filename-for-rdev-3ce9.patch
|
|
|
|
patches.suse/md-factor-out-a-helper-to-wake-up-md_thread-directly-e5e9.patch
|
|
|
|
patches.suse/dm-raid-remove-useless-checking-in-raid_message-955a.patch
|
|
|
|
patches.suse/md-bitmap-always-wake-up-md_thread-in-timeout_store-c333.patch
|
|
|
|
patches.suse/md-bitmap-factor-out-a-helper-to-set-timeout-4eeb.patch
|
|
|
|
patches.suse/md-protect-md_thread-with-rcu-4469.patch
|
|
|
|
patches.suse/md-raid5-don-t-start-reshape-when-recovery-or-replac-75aa.patch
|
|
|
|
patches.suse/md-raid10-fix-null-ptr-deref-of-mreplace-in-rai.patch
|
|
|
|
patches.suse/md-raid10-improve-code-of-mrdev-in-raid10_sync_reque-59f8.patch
|
|
|
|
patches.suse/md-raid10-prioritize-adding-disk-to-removed-mirror-6090.patch
|
|
|
|
patches.suse/md-raid10-clean-up-md_add_new_disk-4d8a.patch
|
|
|
|
patches.suse/md-raid10-Do-not-add-spare-disk-when-recovery-fails-8d35.patch
|
|
|
|
patches.suse/md-raid10-fix-io-loss-while-replacement-replace.patch
|
|
|
|
patches.suse/md-raid10-prevent-soft-lockup-while-flush-write.patch
|
|
|
|
patches.suse/md-raid1-10-factor-out-a-helper-to-add-bio-to-p.patch
|
|
|
|
patches.suse/md-raid1-10-factor-out-a-helper-to-submit-norma.patch
|
|
|
|
patches.suse/md-raid1-10-submit-write-io-directly-if-bitmap-.patch
|
|
|
|
patches.suse/md-md-bitmap-add-a-new-helper-to-unplug-bitmap-async-a022.patch
|
|
|
|
patches.suse/md-raid1-10-don-t-handle-pluged-bio-by-daemon-thread-9efc.patch
|
|
|
|
patches.suse/md-raid1-10-limit-the-number-of-plugged-bio-460a.patch
|
|
|
|
patches.suse/blk-mq-check-on-cpu-id-when-there-is-only-one-ctx-ma.patch
|
|
|
|
patches.suse/brd-use-cond_resched-instead-of-cond_resched_rcu.patch
|
|
|
|
patches.suse/blktrace-use-inline-function-for-blk_trace_remo.patch
|
|
|
|
patches.suse/scsi-sg-fix-blktrace-debugfs-entries-leakage.patch
|
|
|
|
patches.suse/block-fix-blktrace-debugfs-entries-leakage.patch
|
|
|
|
patches.suse/bcache-make-kobj_type-structures-constant-b98d.patch
|
|
|
|
patches.suse/bcache-Remove-dead-references-to-cache_readaheads-ccb8.patch
|
|
|
|
patches.suse/bcache-Remove-unnecessary-NULL-point-check-in-n.patch
|
|
|
|
patches.suse/bcache-Fix-__bch_btree_node_alloc-to-make-the-f.patch
|
|
|
|
patches.suse/bcache-fixup-btree_cache_wait-list-damage.patch
|
|
|
|
patches.suse/nvme-core-fix-memory-leak-in-dhchap_secret_stor.patch
|
|
|
|
patches.suse/nvme-core-fix-memory-leak-in-dhchap_ctrl_secret.patch
|
|
|
|
patches.suse/nvme-core-add-missing-fault-injection-cleanup.patch
|
|
|
|
patches.suse/nvme-core-fix-dev_pm_qos-memleak.patch
|
|
|
|
patches.suse/nvme-rdma-fix-typo-in-comment.patch
|
|
|
|
patches.suse/nvme-pci-cleaning-up-nvme_pci_init_request.patch
|
|
|
|
patches.suse/nvme-fabrics-add-queue-setup-helpers.patch
|
|
|
|
patches.suse/nvmet-reorder-fields-in-struct-nvmet_sq.patch
|
|
|
|
patches.suse/nvme-reorder-fields-in-struct-nvme_ctrl.patch
|
|
|
|
patches.suse/nvmet-reorder-fields-in-struct-nvmf_ctrl_options.patch
|
|
|
|
patches.suse/nvmet-reorder-fields-in-struct-nvme_dhchap_queue_con.patch
|
|
|
|
patches.suse/nvmet-reorder-fields-in-struct-nvmefc_fcp_req.patch
|
|
|
|
patches.suse/nvme-fabrics-unify-common-code-in-admin-and-io-queue.patch
|
|
|
|
patches.suse/nvme-fabrics-check-hostid-using-uuid_equal.patch
|
|
|
|
patches.suse/nvme-fabrics-prevent-overriding-of-existing-host.patch
|
|
|
|
patches.suse/nvme-move-sysfs-code-to-a-dedicated-sysfs.c-file.patch
|
|
|
|
patches.suse/nvme-core-remove-redundant-check-from-nvme_init_ns_h.patch
|
|
|
|
patches.suse/nvmet-auth-remove-some-dead-code.patch
|
|
|
|
patches.suse/nvmet-auth-remove-unnecessary-break-after-goto.patch
|
|
|
|
patches.suse/nvme-fcloop-no-need-to-return-from-void-function.patch
|
|
|
|
patches.suse/nvme-Increase-block-size-variable-size-to-32-bit.patch
|
|
|
|
patches.suse/nvme-fabrics-error-out-to-unlock-the-mutex.patch
|
|
|
|
patches.suse/nvme-fabrics-open-code-__nvmf_host_find.patch
|
|
|
|
patches.suse/nvmet-fcloop-Do-not-wait-on-completion-when-unregist.patch
|
|
|
|
patches.suse/nvme-core-use-nvme_ns_head_multipath-instead-of-ns-h.patch
|
|
|
|
patches.suse/nvme-skip-optional-id-ctrl-csi-if-it-failed.patch
|
|
|
|
patches.suse/nvme-forward-port-sysfs-delete-fix.patch
|
|
|
|
patches.suse/splice-don-t-call-file_accessed-in-copy_splice_.patch
|
|
|
|
patches.suse/blk-mq-fix-NULL-dereference-on-q-elevator-in-bl.patch
|
|
|
|
patches.suse/swim-fix-a-missing-FMODE_-BLK_OPEN_-conversion-in-fl.patch
|
|
|
|
patches.suse/block-increment-diskseq-on-all-media-change-eve.patch
|
|
|
|
patches.suse/block-document-the-holder-argument-to-blkdev_get_by_.patch
|
|
|
|
patches.suse/block-fix-wrong-mode-for-blkdev_get_by_dev-from-disk_scan_partitions.patch
|
|
|
|
patches.suse/reiserfs-fix-blkdev_put-warning-from-release_journal_dev.patch
|
|
|
|
patches.suse/block-disallow-Persistent-Reservation-on-partitions.patch
|
|
|
|
patches.suse/block-fine-granular-CAP_SYS_ADMIN-for-Persistent-Res.patch
|
|
|
|
patches.suse/block-add-capacity-validation-in-bdev_add_partition.patch
|
|
|
|
patches.suse/block-fix-signed-int-overflow-in-Amiga-partitio.patch
|
|
|
|
patches.suse/block-change-all-__u32-annotations-to-__be32-in.patch
|
|
|
|
patches.suse/block-add-overflow-checks-for-Amiga-partition-s.patch
|
|
|
|
patches.suse/block-fix-the-exclusive-open-mask-in-disk_scan_partitions.patch
|
|
|
|
patches.suse/block-rnbd-make-all-class-structures-const.patch
|
|
|
|
patches.suse/aoe-make-aoe_class-a-static-const-structure.patch
|
|
|
|
patches.suse/ublk-make-ublk_chr_class-a-static-const-structure.patch
|
|
|
|
patches.suse/bsg-make-bsg_class-a-static-const-structure.patch
|
|
|
|
patches.suse/blk-mq-don-t-insert-passthrough-request-into-sw.patch
|
|
|
|
patches.suse/block-don-t-return-EINVAL-for-not-found-names-in-dev.patch
|
|
|
|
patches.suse/ext4-Fix-warning-in-blkdev_put.patch
|
|
|
|
patches.suse/scsi-sg-don-t-grab-scsi-host-module-reference.patch
|
|
|
|
patches.suse/debugobjects-Recheck-debug_objects_enabled-bef.patch
|
|
|
|
patches.suse/genirq-Use-hlist-for-managing-resend-handlers.patch
|
|
|
|
patches.suse/genirq-Encapsulate-sparse-bitmap-handling.patch
|
|
|
|
patches.suse/genirq-Use-a-maple-tree-for-interrupt-descriptor-management.patch
|
|
|
|
patches.suse/irqchip-loongson-pch-pic-Fix-initialization-of-.patch
|
|
|
|
patches.suse/irqchip-loongson-pch-pic-Fix-potential-incorrec.patch
|
|
|
|
patches.suse/irqchip-loongson-liointc-Fix-IRQ-trigger-polari.patch
|
|
|
|
patches.suse/irqchip-loongson-eiointc-Fix-irq-affinity-setti.patch
|
|
|
|
patches.suse/irqchip-ftintc010-Mark-all-function-static.patch
|
|
|
|
patches.suse/irqchip-mmp-Remove-non-DT-codepath.patch
|
|
|
|
patches.suse/irqchip-clps711x-Remove-unused-clps711x_intc_init-fu.patch
|
|
|
|
patches.suse/irqchip-stm32-exti-Fix-warning-on-initialized-f.patch
|
|
|
|
patches.suse/irqchip-jcore-aic-Fix-missing-allocation-of-IRQ.patch
|
|
|
|
patches.suse/init-Provide-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/x86-cpu-Switch-to-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/ARM-cpu-Switch-to-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/ia64-cpu-Switch-to-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/loongarch-cpu-Switch-to-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/m68k-cpu-Switch-to-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/mips-cpu-Switch-to-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/sh-cpu-Switch-to-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/sparc-cpu-Switch-to-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/um-cpu-Switch-to-arch_cpu_finalize_init.patch
|
|
|
|
patches.suse/init-Remove-check_bugs-leftovers.patch
|
|
|
|
patches.suse/init-Invoke-arch_cpu_finalize_init-earlier.patch
|
|
|
|
patches.suse/init-x86-Move-mem_encrypt_init-into-arch_cpu_fi.patch
|
|
|
|
patches.suse/x86-init-Initialize-signal-frame-size-late.patch
|
|
|
|
patches.suse/x86-fpu-Remove-cpuinfo-argument-from-init-funct.patch
|
|
|
|
patches.suse/x86-fpu-Mark-init-functions-__init.patch
|
|
|
|
patches.suse/x86-fpu-Move-FPU-initialization-into-arch_cpu_f.patch
|
|
|
|
patches.suse/x86-mem_encrypt-Unbreak-the-AMD_MEM_ENCRYPT-n-b.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/x86-smpboot-Avoid-pointless-delay-calibration-if-TSC.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/posix-timers-Prevent-RT-livelock-in-itimer_dele.patch
|
|
|
|
patches.suse/posix-timers-Ensure-timer-ID-search-loop-limit-.patch
|
|
|
|
patches.suse/tick-rcu-Fix-bogus-ratelimit-condition.patch
|
|
|
|
patches.suse/tracing-timer-Add-missing-hrtimer-modes-to-deco.patch
|
|
|
|
patches.suse/msft-hv-2829-clocksource-drivers-hyper-v-Rework-clocksource-and-s.patch
|
|
|
|
patches.suse/clocksource-drivers-cadence-ttc-Fix-memory-leak.patch
|
|
|
|
patches.suse/x86-smp-Make-stop_other_cpus-more-robust.patch
|
|
|
|
patches.suse/x86-smp-Dont-access-non-existing-CPUID-leaf.patch
|
|
|
|
patches.suse/x86-smp-Remove-pointless-wmb-s-from-native_stop.patch
|
|
|
|
patches.suse/x86-smp-Use-dedicated-cache-line-for-mwait_play.patch
|
|
|
|
patches.suse/x86-smp-Cure-kexec-vs.-mwait_play_dead-breakage.patch
|
|
|
|
patches.suse/EDAC-amd64-Remove-module-version-string.patch
|
|
|
|
patches.suse/EDAC-amd64-Add-support-for-ECC-on-family-19h-model-6.patch
|
|
|
|
patches.suse/EDAC-thunderx-Check-debugfs-file-creation-retval-pro.patch
|
|
|
|
patches.suse/EDAC-npcm-Add-NPCM-memory-controller-driver.patch
|
|
|
|
patches.suse/x86-amd_nb-add-mi200-pci-ids.patch
|
|
|
|
patches.suse/x86-amd_nb-re-sort-and-re-indent-pci-defines.patch
|
|
|
|
patches.suse/x86-mce-amd-edac-mce_amd-decode-umc_v2-ecc-errors.patch
|
|
|
|
patches.suse/edac-amd64-document-heterogeneous-system-enumeration.patch
|
|
|
|
patches.suse/edac-amd64-add-support-for-amd-heterogeneous-family-19h-model-30h-3fh.patch
|
|
|
|
patches.suse/edac-amd64-cache-and-use-gpu-node-map.patch
|
|
|
|
patches.suse/x86-alternative-Make-debug-alternative-selective.patch
|
|
|
|
patches.suse/x86-alternative-Support-relocations-in-alternatives.patch
|
|
|
|
patches.suse/x86-lib-memmove-Decouple-ERMS-from-FSRM.patch
|
|
|
|
patches.suse/x86-build-Avoid-relocation-information-in-final-vmlinux.patch
|
|
|
|
patches.suse/x86-resctrl-Only-show-tasks-pid-in-current-pid-.patch
|
|
|
|
patches.suse/mm-add-support-for-unaccepted-memory.patch
|
|
|
|
patches.suse/efi-x86-Get-full-memory-map-in-allocate_e820.patch
|
|
|
|
patches.suse/efi-libstub-Implement-support-for-unaccepted-memory.patch
|
|
|
|
patches.suse/x86-boot-compressed-handle-unaccepted-memory.patch
|
|
|
|
patches.suse/efi-Add-unaccepted-memory-support.patch
|
|
|
|
patches.suse/efi-unaccepted-Avoid-load_unaligned_zeropad-stepping.patch
|
|
|
|
patches.suse/x86-tdx-make-tdx_hypercall-and-_tdx_module_call-available-in-boot-stub.patch
|
|
|
|
patches.suse/x86-tdx-refactor-try_accept_one.patch
|
|
|
|
patches.suse/x86-tdx-add-unaccepted-memory-support.patch
|
|
|
|
patches.suse/x86-sev-Fix-calculation-of-end-address-based-on.patch
|
|
|
|
patches.suse/x86-sev-put-psc-struct-on-the-stack-in-prep-for-unaccepted-memory-support.patch
|
|
|
|
patches.suse/x86-sev-allow-for-use-of-the-early-boot-ghcb-for-psc-requests.patch
|
|
|
|
patches.suse/x86-sev-use-large-psc-requests-if-applicable.patch
|
|
|
|
patches.suse/x86-sev-add-snp-specific-unaccepted-memory-support.patch
|
|
|
|
patches.suse/x86-efi-Safely-enable-unaccepted-memory-in-UEFI.patch
|
|
|
|
patches.suse/virt-sevguest-Add-CONFIG_CRYPTO-dependency.patch
|
|
|
|
patches.suse/x86-platform-uv-Add-platform-resolving-defines-for-m.patch
|
|
|
|
patches.suse/x86-platform-uv-Introduce-helper-function-uv_pnode_t.patch
|
|
|
|
patches.suse/x86-platform-uv-Fix-printed-information-in-calc_mmio.patch
|
|
|
|
patches.suse/x86-platform-uv-When-searching-for-minimums-start-at.patch
|
|
|
|
patches.suse/x86-platform-uv-Helper-functions-for-allocating-and-.patch
|
|
|
|
patches.suse/x86-platform-uv-UV-support-for-sub-NUMA-clustering.patch
|
|
|
|
patches.suse/x86-platform-uv-Remove-remaining-BUG_ON-and-BUG-call.patch
|
|
|
|
patches.suse/x86-platform-uv-Update-UV-23-platform-code-for-SNC.patch
|
|
|
|
patches.suse/x86-tdx-Wrap-exit-reason-with-hcall_func.patch
|
|
|
|
patches.suse/x86-mm-Allow-guest.enc_status_change_prepare-to.patch
|
|
|
|
patches.suse/x86-tdx-Fix-race-between-set_memory_encrypted-a.patch
|
|
|
|
patches.suse/x86-mm-Add-early_memremap_pgprot_adjust-prototype.patch
|
|
|
|
patches.suse/x86-lib-msr-clean-up-kernel-doc-notation.patch
|
|
|
|
patches.suse/x86-acpi-Remove-unused-extern-declaration-acpi_copy_.patch
|
|
|
|
patches.suse/nubus-Partially-revert-proc_create_single_data-.patch
|
|
|
|
patches.suse/ARM-9303-1-kprobes-avoid-missing-declaration-wa.patch
|
|
|
|
patches.suse/ARM-9314-1-tcm-move-tcm_init-prototype-to-asm-tcm.h.patch
|
|
|
|
patches.suse/perf-arm-cmn-Fix-DTC-reset.patch
|
|
|
|
patches.suse/drivers-perf-apple_m1-Force-63bit-counters-for-.patch
|
|
|
|
patches.suse/drivers-perf-hisi-Don-t-migrate-perf-to-the-CPU.patch
|
|
|
|
patches.suse/perf-arm_cspmu-Set-irq-affinitiy-only-if-overfl.patch
|
|
|
|
patches.suse/perf-arm_cspmu-Fix-event-attribute-type.patch
|
|
|
|
patches.suse/ACPI-APMT-Don-t-register-invalid-resource.patch
|
|
|
|
patches.suse/perf-arm_cspmu-Clean-up-ACPI-dependency.patch
|
|
|
|
patches.suse/perf-arm_cspmu-Decouple-APMT-dependency.patch
|
|
|
|
patches.suse/perf-arm_cspmu-Add-missing-MODULE_DEVICE_TABLE.patch
|
|
|
|
patches.suse/arm64-entry-Preserve-restore-X29-even-for-compat-tasks.patch
|
|
|
|
patches.suse/arm64-entry-Simplify-tramp_alias-macro-and-tramp_exit-routine.patch
|
|
|
|
patches.suse/arm64-xor-neon-mark-xor_arm64_neon_-static.patch
|
|
|
|
patches.suse/arm64-efi-add-efi_handle_corrupted_x18-prototype.patch
|
|
|
|
patches.suse/arm64-module-plts-inline-linux-moduleloader.h.patch
|
|
|
|
patches.suse/arm64-set-__exception_irq_entry-with-__irq_entr.patch
|
|
|
|
patches.suse/arm64-mm-fix-VA-range-sanity-check.patch
|
|
|
|
patches.suse/arm64-fpsimd-Exit-streaming-mode-when-flushing-tasks.patch
|
|
|
|
patches.suse/arm64-module-remove-old-KASAN_VMALLOC-logic.patch
|
|
|
|
patches.suse/arm64-kasan-remove-KASAN_VMALLOC-remnants.patch
|
|
|
|
patches.suse/arm64-kaslr-split-kaslr-module-initialization.patch
|
|
|
|
patches.suse/arm64-module-move-module-randomization-to-module.c.patch
|
|
|
|
patches.suse/arm64-module-mandate-MODULE_PLTS.patch
|
|
|
|
patches.suse/arm64-module-rework-module-VA-range-selection.patch
|
|
|
|
patches.suse/ACPI-bus-Consolidate-all-arm-specific-initialisation.patch
|
2024-04-08 15:30:04 +02:00
|
|
|
patches.suse/arm64-kdump-simplify-the-reservation-behaviour-of-crashkernel-high.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/arm64-signal-Restore-TPIDR2-register-rather-tha.patch
|
|
|
|
patches.suse/ACPI-scan-Reduce-overhead-related-to-devices-with-de.patch
|
|
|
|
patches.suse/ACPI-PM-s2idle-fix-section-mismatch-warning.patch
|
|
|
|
patches.suse/ACPI-x86-s2idle-Adjust-Microsoft-LPS0-_DSM-handling-.patch
|
|
|
|
patches.suse/ACPI-resource-Remove-Zen-specific-match-and-qui.patch
|
|
|
|
patches.suse/ACPI-EC-Clear-GPE-on-interrupt-handling-only.patch
|
|
|
|
patches.suse/ACPI-x86-Add-skip-i2c-clients-quirk-for-Nextboo.patch
|
|
|
|
patches.suse/ACPI-button-Add-lid-disable-DMI-quirk-for-Nextb.patch
|
|
|
|
patches.suse/ACPI-x86-Add-ACPI_QUIRK_UART1_SKIP-for-Lenovo-Y.patch
|
|
|
|
patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-A.patch
|
|
|
|
patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-L.patch
|
|
|
|
patches.suse/ACPI-video-Stop-trying-to-use-vendor-backlight-contr.patch
|
|
|
|
patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-D.patch
|
|
|
|
patches.suse/ACPI-LPSS-Add-pwm_lookup_table-entry-for-second-PWM-.patch
|
|
|
|
patches.suse/ACPI-NFIT-Add-declaration-in-a-local-header.patch
|
|
|
|
patches.suse/ACPI-thermal-Use-BIT-macro-for-defining-flags.patch
|
|
|
|
patches.suse/ACPI-thermal-Drop-redundant-ACPI_TRIPS_REFRESH_DEVIC.patch
|
|
|
|
patches.suse/ACPI-thermal-Move-symbol-definitions-to-one-place.patch
|
|
|
|
patches.suse/ACPI-thermal-Move-acpi_thermal_driver-definition.patch
|
|
|
|
patches.suse/ACPI-thermal-Eliminate-struct-acpi_thermal_state_fla.patch
|
|
|
|
patches.suse/ACPI-thermal-Drop-struct-acpi_thermal_state.patch
|
|
|
|
patches.suse/ACPI-thermal-Drop-struct-acpi_thermal_flags.patch
|
|
|
|
patches.suse/ACPI-button-Eliminate-the-driver-notify-callback.patch
|
|
|
|
patches.suse/ACPI-button-Use-different-notify-handlers-for-lid-an.patch
|
|
|
|
patches.suse/ACPI-tiny-power-button-Eliminate-the-driver-notify-c.patch
|
|
|
|
patches.suse/ACPI-bus-Simplify-installation-and-removal-of-notify.patch
|
|
|
|
patches.suse/ACPI-APEI-GHES-Remove-unused-ghes_estatus_pool_size_.patch
|
|
|
|
patches.suse/ACPI-APEI-mark-bert_disable-as-__initdata.patch
|
|
|
|
patches.suse/APEI-GHES-correctly-return-NULL-for-ghes_get_de.patch
|
|
|
|
patches.suse/ACPI-PAD-mark-Zhaoxin-CPUs-NONSTOP-TSC-correctly.patch
|
|
|
|
patches.suse/ACPI-FFH-Drop-the-inclusion-of-linux-arm-smccc.h.patch
|
|
|
|
patches.suse/cpufreq-amd-pstate-Write-CPPC-enable-bit-per-socket.patch
|
|
|
|
patches.suse/cpufreq-amd-pstate-Make-amd-pstate-EPP-driver-n.patch
|
|
|
|
patches.suse/ACPI-CPPC-Add-definition-for-undefined-FADT-preferre.patch
|
|
|
|
patches.suse/cpufreq-amd-pstate-Set-a-fallback-policy-based-on-pr.patch
|
|
|
|
patches.suse/cpufreq-intel_pstate-Fix-energy_performance_pre.patch
|
|
|
|
patches.suse/include-linux-suspend.h-Only-show-pm_pr_dbg-messages.patch
|
|
|
|
patches.suse/ACPI-x86-Add-pm_debug_messages-for-LPS0-_DSM-state-t.patch
|
|
|
|
patches.suse/pinctrl-amd-Use-pm_pr_dbg-to-show-debugging-messages.patch
|
|
|
|
patches.suse/platform-x86-amd-pmc-Use-pm_pr_dbg-for-suspend-relat.patch
|
|
|
|
patches.suse/PM-domains-fix-integer-overflow-issues-in-genpd.patch
|
|
|
|
patches.suse/PM-domains-Move-the-verification-of-in-params-f.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Remove-unused-field-in-struct-ra.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Allow-probing-without-CPUID-match.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Support-per-Interface-rapl_defaults.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Support-per-Interface-primitive-information.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Support-per-domain-energy-power-time-unit.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Use-index-to-initialize-primitive-information.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Change-primitive-order.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Use-bitmap-for-Power-Limits.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Cleanup-Power-Limits-support.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Add-support-for-lock-bit-per-Power-Limit.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Remove-redundant-cpu-parameter.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Make-cpu-optional-for-rapl_package.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Introduce-RAPL-I-F-type.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Introduce-core-support-for-TPMI-interface.patch
|
|
|
|
patches.suse/powercap-intel_rapl-Introduce-RAPL-TPMI-interface-driver.patch
|
|
|
|
patches.suse/powercap-RAPL-fix-invalid-initialization-for-pl.patch
|
|
|
|
patches.suse/powercap-RAPL-Fix-CONFIG_IOSF_MBI-dependency.patch
|
|
|
|
patches.suse/powercap-RAPL-Fix-a-NULL-vs-IS_ERR-bug.patch
|
|
|
|
patches.suse/thermal-drivers-qcom-tsens-v0_1-Add-support-for.patch
|
|
|
|
patches.suse/thermal-drivers-qcom-tsens-Drop-unused-legacy-struct.patch
|
|
|
|
patches.suse/thermal-drivers-qcom-tsens-v0_1-Fix-mdm9607-slo.patch
|
|
|
|
patches.suse/thermal-drivers-qcom-tsens-v0_1-Add-mdm9607-cor.patch
|
|
|
|
patches.suse/Revert-thermal-drivers-mediatek-Use-devm_of_iom.patch
|
|
|
|
patches.suse/thermal-drivers-sun8i-Fix-some-error-handling-p.patch
|
|
|
|
patches.suse/thermal-drivers-qoriq-Only-enable-supported-sen.patch
|
|
|
|
patches.suse/net-mlx5-Update-the-driver-with-the-recent-thermal-c.patch
|
2024-03-18 15:53:58 +01:00
|
|
|
patches.suse/srcu-Remove-extraneous-parentheses-from-srcu_read_lock-etc.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/rcu-Mark-additional-concurrent-load-from-cpu_no.patch
|
|
|
|
patches.suse/rcu-Make-rcu_cpu_starting-rely-on-interrupts-be.patch
|
|
|
|
patches.suse/rcu-tasks-Stop-rcu_tasks_invoke_cbs-from-using-.patch
|
|
|
|
patches.suse/rcu-tasks-Avoid-pr_info-with-spin-lock-in-cblis.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/locktorture-Add-long_hold-to-adjust-lock-hold-delays.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/rcutorture-Correct-name-of-use_softirq-module-p.patch
|
|
|
|
patches.suse/rcu-rcuscale-Move-rcu_scale_-after-kfree_scale_.patch
|
|
|
|
patches.suse/rcu-rcuscale-Stop-kfree_scale_thread-thread-s-a.patch
|
|
|
|
patches.suse/tools-nolibc-x86_64-disable-stack-protector-for.patch
|
|
|
|
patches.suse/tools-nolibc-ensure-stack-protector-guard-is-ne.patch
|
|
|
|
patches.suse/tools-nolibc-ensure-fast64-integer-types-have-6.patch
|
|
|
|
patches.suse/kunit-tool-undo-type-subscripts-for-subprocess..patch
|
|
|
|
patches.suse/Documentation-kunit-Modular-tests-should-not-depend-.patch
|
|
|
|
patches.suse/0001-kunit-Add-kunit_add_action-to-defer-a-call-until-tes.patch
|
|
|
|
patches.suse/kunit-Fix-obsolete-name-in-documentation-headers-fun.patch
|
|
|
|
patches.suse/kselftest-vDSO-Fix-accumulation-of-uninitialize.patch
|
|
|
|
patches.suse/selftests-ftace-Fix-KTAP-output-ordering.patch
|
|
|
|
patches.suse/x86-microcode-AMD-Load-late-on-both-threads-too.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/x86-csum-Improve-performance-of-csum_partial.patch
|
|
|
|
patches.suse/x86-csum-Fix-clang-Wuninitialized-in-csum_partial.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/x86-mtrr-Remove-physical-address-size-calculati.patch
|
|
|
|
patches.suse/x86-mtrr-Replace-size_or_mask-and-size_and_mask.patch
|
|
|
|
patches.suse/x86-mtrr-Support-setting-MTRR-state-for-softwar.patch
|
|
|
|
patches.suse/x86-hyperv-Set-MTRR-state-when-running-as-SEV-S.patch
|
|
|
|
patches.suse/x86-xen-Set-MTRR-state-when-running-as-Xen-PV-i.patch
|
|
|
|
patches.suse/x86-mtrr-Replace-vendor-tests-in-MTRR-code.patch
|
|
|
|
patches.suse/x86-mtrr-Have-only-one-set_mtrr-variant.patch
|
|
|
|
patches.suse/x86-mtrr-Move-32-bit-code-from-mtrr.c-to-legacy.c.patch
|
|
|
|
patches.suse/x86-mtrr-Allocate-mtrr_value-array-dynamically.patch
|
|
|
|
patches.suse/x86-mtrr-Add-get_effective_type-service-function.patch
|
|
|
|
patches.suse/x86-mtrr-Construct-a-memory-map-with-cache-modes.patch
|
|
|
|
patches.suse/x86-mtrr-Add-mtrr-debug-command-line-option.patch
|
|
|
|
patches.suse/x86-mtrr-Use-new-cache_map-in-mtrr_type_lookup.patch
|
|
|
|
patches.suse/x86-mtrr-Don-t-let-mtrr_type_lookup-return-MTRR_TYPE.patch
|
|
|
|
patches.suse/x86-mm-Only-check-uniform-after-calling-mtrr_type_lo.patch
|
|
|
|
patches.suse/x86-mtrr-Remove-unused-code.patch
|
|
|
|
patches.suse/x86-xen-Set-default-memory-type-for-PV-guests-to-WB.patch
|
|
|
|
patches.suse/x86-coco-Mark-cc_platform_has-and-descendants-noinst.patch
|
|
|
|
patches.suse/x86-sev-Get-rid-of-special-sev_es_enable_key.patch
|
|
|
|
patches.suse/msft-hv-2822-x86-coco-Get-rid-of-accessor-functions.patch
|
|
|
|
patches.suse/sched-fair-Move-is_core_idle-out-of-CONFIG_NUMA.patch
|
|
|
|
patches.suse/sched-fair-Only-do-asym_packing-load-balancing-from-fully-idle-SMT-cores.patch
|
|
|
|
patches.suse/sched-fair-Simplify-asym_packing-logic-for-SMT-cores.patch
|
|
|
|
patches.suse/sched-fair-Let-low-priority-cores-help-high-priority-busy-SMT-cores.patch
|
|
|
|
patches.suse/sched-fair-Keep-a-fully_busy-SMT-sched-group-as-busiest.patch
|
|
|
|
patches.suse/sched-fair-Use-the-busiest-group-to-set-prefer_sibling.patch
|
|
|
|
patches.suse/sched-fair-Do-not-even-the-number-of-busy-CPUs-via-asym_packing.patch
|
|
|
|
patches.suse/sched-topology-Check-SDF_SHARED_CHILD-in-highest_flag_domain.patch
|
|
|
|
patches.suse/sched-topology-Remove-SHARED_CHILD-from-ASYM_PACKING.patch
|
|
|
|
patches.suse/x86-sched-Remove-SD_ASYM_PACKING-from-the-SMT-domain-flags.patch
|
|
|
|
patches.suse/x86-sched-itmt-Give-all-SMT-siblings-of-a-core-the-same-priority.patch
|
|
|
|
patches.suse/psi-remove-500ms-min-window-size-limitation-for-triggers.patch
|
|
|
|
patches.suse/sched-topology-Propagate-SMT-flags-when-removing-degenerate-domain.patch
|
|
|
|
patches.suse/sched-debug-Correct-printing-for-rq-nr_uninterruptible.patch
|
|
|
|
patches.suse/sched-psi-Avoid-resetting-the-min-update-period-when-it-is-unnecessary.patch
|
|
|
|
patches.suse/sched-Hide-unused-sched_update_scaling.patch
|
|
|
|
patches.suse/sched-Add-schedule_user-declaration.patch
|
|
|
|
patches.suse/sched-fair-Hide-unused-init_cfs_bandwidth-stub.patch
|
|
|
|
patches.suse/sched-Make-task_vruntime_update-prototype-visible.patch
|
|
|
|
patches.suse/sched-fair-Move-unused-stub-functions-to-header.patch
|
|
|
|
patches.suse/sched-deadline-remove-unused-dl_bandwidth.patch
|
|
|
|
patches.suse/sched-fair-Don-t-balance-task-to-its-current-ru.patch
|
|
|
|
patches.suse/sched-Unconditionally-use-full-fat-wait_task_inactive.patch
|
|
|
|
patches.suse/sched-Consider-task_struct-saved_state-in-wait_task_inactive.patch
|
|
|
|
patches.suse/x86-vdso-Fix-gettimeofday-masking.patch
|
|
|
|
patches.suse/msft-hv-2825-clocksource-hyper-v-Adjust-hv_read_tsc_page_tsc-to-a.patch
|
|
|
|
patches.suse/sched-fair-Refactor-CPU-utilization-functions.patch
|
|
|
|
patches.suse/sched-fair-cpufreq-Introduce-runnable-boosting.patch
|
|
|
|
patches.suse/sched-fair-Rename-variable-cpu_util-eff_util.patch
|
|
|
|
patches.suse/sched-topology-Mark-set_sched_topology-__init.patch
|
|
|
|
patches.suse/sched-wait-Fix-a-kthread_park-race-with-wait_woken.patch
|
|
|
|
patches.suse/sched-deadline-Fix-bandwidth-reclaim-equation-in-GRUB.patch
|
|
|
|
patches.suse/sched-core-Fixed-missing-rq-clock-update-before-calling-set_rq_offline.patch
|
|
|
|
patches.suse/sched-core-Avoid-double-calling-update_rq_clock-in-__balance_push_cpu_stop.patch
|
|
|
|
patches.suse/sched-core-Avoid-multiple-calling-update_rq_clo.patch
|
|
|
|
patches.suse/locking-atomic-arm-fix-sync-ops.patch
|
|
|
|
patches.suse/perf-ibs-Fix-interface-via-core-pmu-events.patch
|
|
|
|
patches.suse/perf-test-Add-selftest-to-test-IBS-invocation-via-core-pmu-events.patch
|
|
|
|
patches.suse/perf-x86-intel-Define-bit-macros-for-FixCntrCtl-MSR.patch
|
|
|
|
patches.suse/x86-mm-Fix-__swp_entry_to_pte-for-Xen-PV-guests.patch
|
|
|
|
patches.suse/start_kernel-Add-__no_stack_protector-function-.patch
|
|
|
|
patches.suse/drm-vmwgfx-Add-unwind-hints-around-RBP-clobber.patch
|
|
|
|
patches.suse/s390-pkey-introduce-reverse-x-mas-trees.patch
|
|
|
|
patches.suse/s390-pkey-do-not-use-struct-pkey_protkey.patch
|
|
|
|
patches.suse/s390-pkey-add-support-for-ecc-clear-key.patch
|
|
|
|
patches.suse/s390-vfio-ap-realize-the-VFIO_DEVICE_GET_IRQ_INFO-ioctl.patch
|
|
|
|
patches.suse/s390-vfio-ap-realize-the-VFIO_DEVICE_SET_IRQS-ioctl.patch
|
2024-03-18 15:53:58 +01:00
|
|
|
patches.suse/s390-vfio-ap-wire-in-the-vfio_device_ops-request-callback
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/Further-upgrade-queue_work_on-comment.patch
|
|
|
|
patches.suse/net-octeontx2-Use-alloc_ordered_workqueue-to-create-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Use-default-max_active-for-trans_pcie-r.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-mwifiex-Use-default-max_active-for-workqueues.patch
|
|
|
|
patches.suse/wifi-ath10-11-12k-Use-alloc_ordered_workqueue-to-cre.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/dm-integrity-Use-alloc_ordered_workqueue-to-create-o-57bb.patch
|
|
|
|
patches.suse/cgroup-cpuset-Rename-functions-dealing-with-DE.patch
|
|
|
|
patches.suse/sched-cpuset-Bring-back-cpuset_mutex.patch
|
|
|
|
patches.suse/sched-cpuset-Keep-track-of-SCHED_DEADLINE-task.patch
|
|
|
|
patches.suse/cgroup-cpuset-Iterate-only-if-DEADLINE-tasks-a.patch
|
|
|
|
patches.suse/sched-deadline-Create-DL-BW-alloc-free-check-o.patch
|
|
|
|
patches.suse/cgroup-cpuset-Free-DL-BW-in-case-can_attach-fa.patch
|
|
|
|
patches.suse/selinux-do-not-leave-dangling-pointer-behind.patch
|
|
|
|
patches.suse/selinux-keep-context-struct-members-in-sync.patch
|
|
|
|
patches.suse/selinux-make-labeled-NFS-work-when-mounted-before-po.patch
|
|
|
|
patches.suse/reiserfs-Initialize-sec-length-in-reiserfs_secu.patch
|
|
|
|
patches.suse/integrity-Fix-possible-multiple-allocation-in-i.patch
|
|
|
|
patches.suse/evm-Complete-description-of-evm_inode_setattr.patch
|
|
|
|
patches.suse/evm-Fix-build-warnings.patch
|
|
|
|
patches.suse/ima-Fix-build-warnings.patch
|
|
|
|
patches.suse/elf-correct-note-name-comment.patch
|
|
|
|
patches.suse/pstore-ram-Add-check-for-kstrdup.patch
|
|
|
|
patches.suse/scsi-bnx2i-Replace-all-non-returning-strlcpy-with-strscpy.patch
|
|
|
|
patches.suse/scsi-aacraid-Replace-all-non-returning-strlcpy-with-strscpy.patch
|
|
|
|
patches.suse/0017-drm-radeon-Replace-all-non-returning-strlcpy-with-st.patch
|
|
|
|
patches.suse/0018-drm-amd-pm-Replace-all-non-returning-strlcpy-with-st.patch
|
|
|
|
patches.suse/overflow-Add-struct_size_t-helper.patch
|
|
|
|
patches.suse/md-raid5-Convert-stripe_head-s-dev-to-flexible-array-2f08.patch
|
|
|
|
patches.suse/autofs-use-flexible-array-in-ioctl-structure.patch
|
|
|
|
patches.suse/Compiler-Attributes-Add-__counted_by-macro.patch
|
|
|
|
patches.suse/0019-drm-display-dp_mst-Replace-all-non-returning-strlcpy.patch
|
|
|
|
patches.suse/0020-drm-rockchip-Replace-all-non-returning-strlcpy-with-.patch
|
|
|
|
patches.suse/0021-drm-mediatek-Replace-all-non-returning-strlcpy-with-.patch
|
|
|
|
patches.suse/0022-drm-sun4i-hdmi-Replace-all-non-returning-strlcpy-wit.patch
|
|
|
|
patches.suse/0023-drm-i2c-tda998x-Replace-all-non-returning-strlcpy-wi.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/clocksource-Replace-all-non-returning-strlcpy-with-s.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/acpi-Replace-struct-acpi_table_slit-1-element-array-.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/jbd2-Avoid-printing-outside-the-boundary-of-the-buff.patch
|
|
|
|
patches.suse/lib-string_helpers-Change-returned-value-of-the-strr.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/um-Use-HOST_DIR-for-mrproper.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/netfilter-ipset-Replace-strlcpy-with-strscpy.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/docs-arm64-Move-arm64-documentation-under-Documentat.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/arm64-Fix-dangling-references-to-Documentation-arm64.patch
|
|
|
|
patches.suse/perf-arm-spe-Fix-a-dangling-Documentation-arm64-reference.patch
|
|
|
|
patches.suse/mm-kmem-fix-a-NULL-pointer-dereference-in-obj_.patch
|
|
|
|
patches.suse/mm-memcg-use-READ_ONCE-WRITE_ONCE-to-access-stock-cached.patch
|
|
|
|
patches.suse/migrate_pages-avoid-blocking-for-IO-in-MIGRATE_SYNC_LIGHT.patch
|
|
|
|
patches.suse/mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide.patch
|
|
|
|
patches.suse/mm-page_alloc-drop-the-unnecessary-pfn_valid-for-start-pfn.patch
|
|
|
|
patches.suse/writeback-move-wb_over_bg_thresh-call-outside-lock-section.patch
|
|
|
|
patches.suse/memcg-flush-stats-non-atomically-in-mem_cgroup_wb_stats.patch
|
|
|
|
patches.suse/memcg-calculate-root-usage-from-global-state.patch
|
|
|
|
patches.suse/memcg-remove-mem_cgroup_flush_stats_atomic.patch
|
|
|
|
patches.suse/memcg-oom-remove-unnecessary-check-in-mem_cgroup_oom_synchronize.patch
|
|
|
|
patches.suse/memcg-oom-remove-explicit-wakeup-in-mem_cgroup_oom_synchronize.patch
|
|
|
|
patches.suse/fs-hugetlbfs-set-vma-policy-only-when-needed-for-allocating-folio.patch
|
|
|
|
patches.suse/mm-gup-add-missing-gup_must_unshare-check-to-gup_huge_pgd.patch
|
|
|
|
patches.suse/maple_tree-fix-potential-out-of-bounds-access-i.patch
|
|
|
|
patches.suse/migrate_pages_batch-simplify-retrying-and-failure-counting-of-large-folios.patch
|
|
|
|
patches.suse/kasan-add-kasan_tag_mismatch-prototype.patch
|
|
|
|
patches.suse/kasan-use-internal-prototypes-matching-gcc-13-b.patch
|
|
|
|
patches.suse/mm-hugetlb_vmemmap-provide-stronger-vmemmap-allocation-guarantees.patch
|
|
|
|
patches.suse/mm-memory-failure-move-sysctl-register-in-memory_failure_init.patch
|
|
|
|
patches.suse/mm-oom-do-not-check-0-mask-in-out_of_memory.patch
|
|
|
|
patches.suse/mm-compaction-ensure-rescanning-only-happens-on-partially-scanned-pageblocks.patch
|
|
|
|
patches.suse/mm-compaction-only-force-pageblock-scan-completion-when-skip-hints-are-obeyed.patch
|
|
|
|
patches.suse/mm-compaction-update-pageblock-skip-when-first-migration-candidate-is-not-at-the-start.patch
|
|
|
|
patches.suse/Revert-Revert-mm-compaction-fix-set-skip-in-fast_find_migrateblock.patch
|
|
|
|
patches.suse/mm-page_alloc-move-mirrored_kernelcore-into-mm_init.c.patch
|
|
|
|
patches.suse/mm-page_alloc-move-init_on_alloc-free-into-mm_init.c.patch
|
|
|
|
patches.suse/mm-page_alloc-move-set_zone_contiguous-into-mm_init.c.patch
|
|
|
|
patches.suse/mm-page_alloc-collect-mem-statistic-into-show_mem.c.patch
|
|
|
|
patches.suse/mm-page_alloc-squash-page_is_consistent.patch
|
|
|
|
patches.suse/mm-page_alloc-remove-alloc_contig_dump_pages-stub.patch
|
|
|
|
patches.suse/mm-page_alloc-split-out-FAIL_PAGE_ALLOC.patch
|
|
|
|
patches.suse/mm-page_alloc-split-out-DEBUG_PAGEALLOC.patch
|
|
|
|
patches.suse/mm-page_alloc-move-mark_free_page-into-snapshot.c.patch
|
|
|
|
patches.suse/mm-page_alloc-move-pm_-function-into-power.patch
|
|
|
|
patches.suse/mm-page_alloc-move-sysctls-into-it-own-fils.patch
|
|
|
|
patches.suse/0024-mm-gup-remove-unused-vmas-parameter-from-get_user_pa.patch
|
|
|
|
patches.suse/mm-convert-migrate_pages-to-work-on-folios.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/maple_tree-fix-static-analyser-cppcheck-issue.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/maple_tree-clean-up-mas_parent_enum-and-rename-to-ma.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/maple_tree-avoid-unnecessary-ascending.patch
|
|
|
|
patches.suse/maple_tree-clean-up-mas_dfs_postorder.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/maple_tree-add-format-option-to-mt_dump.patch
|
|
|
|
patches.suse/maple_tree-add-debug-BUG_ON-and-WARN_ON-variants.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/maple_tree-convert-BUG_ON-to-MT_BUG_ON.patch
|
|
|
|
patches.suse/maple_tree-change-RCU-checks-to-WARN_ON-instead-of-B.patch
|
|
|
|
patches.suse/maple_tree-convert-debug-code-to-use-MT_WARN_ON-and-.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/maple_tree-use-MAS_BUG_ON-when-setting-a-leaf-node-a.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/maple_tree-use-MAS_BUG_ON-in-mas_set_height.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/maple_tree-use-MAS_BUG_ON-from-mas_topiary_range.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/maple_tree-use-MAS_WR_BUG_ON-in-mas_store_prealloc.patch
|
|
|
|
patches.suse/maple_tree-use-MAS_BUG_ON-prior-to-calling-mas_meta_.patch
|
|
|
|
patches.suse/maple_tree-return-error-on-mte_pivots-out-of-range.patch
|
|
|
|
patches.suse/maple_tree-make-test-code-work-without-debug-enabled.patch
|
|
|
|
patches.suse/mm-update-validate_mm-to-use-vma-iterator.patch
|
|
|
|
patches.suse/mm-update-vma_iter_store-to-use-MAS_WARN_ON.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/maple_tree-add-__init-and-__exit-to-test-module.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/maple_tree-remove-unnecessary-check-from-mas_destroy.patch
|
|
|
|
patches.suse/maple_tree-mas_start-reset-depth-on-dead-node.patch
|
|
|
|
patches.suse/mm-mmap-change-do_vmi_align_munmap-for-maple-tree-it.patch
|
|
|
|
patches.suse/maple_tree-try-harder-to-keep-active-node-after-mas_.patch
|
|
|
|
patches.suse/maple_tree-try-harder-to-keep-active-node-with-mas_p.patch
|
|
|
|
patches.suse/maple_tree-revise-limit-checks-in-mas_empty_area-_re.patch
|
|
|
|
patches.suse/maple_tree-fix-testing-mas_empty_area.patch
|
|
|
|
patches.suse/maple_tree-introduce-mas_next_slot-interface.patch
|
|
|
|
patches.suse/maple_tree-add-mas_next_range-and-mas_find_range-int.patch
|
|
|
|
patches.suse/maple_tree-relocate-mas_rewalk-and-mas_rewalk_if_dea.patch
|
|
|
|
patches.suse/maple_tree-introduce-mas_prev_slot-interface.patch
|
|
|
|
patches.suse/maple_tree-add-mas_prev_range-and-mas_find_range_rev.patch
|
|
|
|
patches.suse/maple_tree-clear-up-index-and-last-setting-in-single.patch
|
|
|
|
patches.suse/maple_tree-update-testing-code-for-mas_-next-prev-wa.patch
|
|
|
|
patches.suse/mm-add-vma_iter_-next-prev-_range-to-vma-iterator.patch
|
|
|
|
patches.suse/mm-avoid-rewalk-in-mmap_region.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/mm-page_alloc-set-sysctl_lowmem_reserve_ratio-storage-class-specifier-to-static.patch
|
|
|
|
patches.suse/mm-compaction-remove-compaction-result-helpers.patch
|
|
|
|
patches.suse/mm-compaction-simplify-should_compact_retry.patch
|
|
|
|
patches.suse/mm-compaction-refactor-__compaction_suitable.patch
|
|
|
|
patches.suse/mm-compaction-remove-unnecessary-is_via_compact_memory-checks.patch
|
|
|
|
patches.suse/mm-compaction-drop-redundant-watermark-check-in-compaction_zonelist_suitable.patch
|
|
|
|
patches.suse/mm-compaction-have-compaction_suitable-return-bool.patch
|
|
|
|
patches.suse/mm-compaction-avoid-GFP_NOFS-ABBA-deadlock.patch
|
|
|
|
patches.suse/mm-mmap-refactor-mlock_future_check.patch
|
|
|
|
patches.suse/mm-mlock-rename-mlock_future_check-to-mlock_future_ok.patch
|
|
|
|
patches.suse/mm-memcontrol-fix-typo-in-comment.patch
|
|
|
|
patches.suse/selftests-cgroup-fix-unexpected-failure-on-test.patch
|
|
|
|
patches.suse/mm-vmalloc-prevent-stale-TLBs-in-fully-utilized-blocks.patch
|
|
|
|
patches.suse/mm-vmalloc-avoid-iterating-over-per-CPU-vmap-blocks-twice.patch
|
|
|
|
patches.suse/mm-vmalloc-prevent-flushing-dirty-space-over-and-over.patch
|
|
|
|
patches.suse/mm-vmalloc-check-free-space-in-vmap_block-lockless.patch
|
|
|
|
patches.suse/mm-vmalloc-add-missing-READ-WRITE_ONCE-annotations.patch
|
|
|
|
patches.suse/mm-vmalloc-dont-purge-usable-blocks-unnecessarily.patch
|
|
|
|
patches.suse/mm-compaction-drop-the-redundant-page-validation-in-update_pageblock_skip.patch
|
|
|
|
patches.suse/mm-compaction-change-fast_isolate_freepages-to-void-type.patch
|
|
|
|
patches.suse/mm-compaction-skip-more-fully-scanned-pageblock.patch
|
|
|
|
patches.suse/mm-compaction-only-set-skip-flag-if-cc-no_set_skip_hint-is-false.patch
|
|
|
|
patches.suse/mm-compaction-add-trace-event-for-fast-freepages-isolation.patch
|
|
|
|
patches.suse/mm-compaction-skip-fast-freepages-isolation-if-enough-freepages-are-isolated.patch
|
|
|
|
patches.suse/mm-shmem-fix-UAF-bug-in-shmem_show_options.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/maple_tree-rework-mtree_alloc_-range-rrange.patch
|
|
|
|
patches.suse/maple_tree-drop-mas_-rev_-alloc-and-mas_fill_gap.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/maple_tree-fix-the-arguments-to-__must_hold.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/maple_tree-simplify-mas_is_span_wr.patch
|
|
|
|
patches.suse/maple_tree-make-the-code-symmetrical-in-mas_wr_exten.patch
|
|
|
|
patches.suse/maple_tree-add-mas_wr_new_end-to-calculate-new_end-a.patch
|
|
|
|
patches.suse/maple_tree-add-comments-and-some-minor-cleanups-to-m.patch
|
|
|
|
patches.suse/maple_tree-rework-mas_wr_slot_store-to-be-cleaner-an.patch
|
|
|
|
patches.suse/maple_tree-simplify-and-clean-up-mas_wr_node_store.patch
|
|
|
|
patches.suse/maple_tree-relocate-the-declaration-of-mas_empty_are.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/mm-mm_init.c-introduce-reset_memoryless_node_totalpages.patch
|
|
|
|
patches.suse/mm-mm_init.c-do-not-calculate-zone_start_pfn-zone_end_pfn-in-zone_absent_pages_in_node.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/swap-comments-get_swap_device-with-usage-rule.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/THP-avoid-lock-when-check-whether-THP-is-in-deferred-list.patch
|
|
|
|
patches.suse/mm-mm_init.c-remove-free_area_init_memoryless_node.patch
|
|
|
|
patches.suse/mm-page_alloc-don-t-wake-kswapd-from-rmqueue-unless-__GFP_KSWAPD_RECLAIM-is-specified.patch
|
|
|
|
patches.suse/mm-khugepaged-avoid-pointless-allocation-for-struct-mm_slot.patch
|
|
|
|
patches.suse/mm-mm_init.c-move-set_pageblock_order-to-free_area_init.patch
|
|
|
|
patches.suse/mm-zswap-shrink-until-can-accept.patch
|
|
|
|
patches.suse/backing_dev-remove-current-backing_dev_info.patch
|
|
|
|
patches.suse/iomap-update-ki_pos-a-little-later-in-iomap_dio_comp.patch
|
|
|
|
patches.suse/filemap-update-ki_pos-in-generic_perform_write.patch
|
|
|
|
patches.suse/filemap-add-a-kiocb_write_and_wait-helper.patch
|
|
|
|
patches.suse/filemap-add-a-kiocb_invalidate_pages-helper.patch
|
|
|
|
patches.suse/filemap-add-a-kiocb_invalidate_post_direct_write-hel.patch
|
|
|
|
patches.suse/iomap-update-ki_pos-in-iomap_file_buffered_write.patch
|
|
|
|
patches.suse/iomap-use-kiocb_write_and_wait-and-kiocb_invalidate_.patch
|
|
|
|
patches.suse/fs-factor-out-a-direct_write_fallback-helper.patch
|
|
|
|
patches.suse/fuse-update-ki_pos-in-fuse_perform_write.patch
|
|
|
|
patches.suse/fuse-drop-redundant-arguments-to-fuse_perform_write.patch
|
|
|
|
patches.suse/fuse-use-direct_write_fallback.patch
|
|
|
|
patches.suse/vmstat-allow_direct_reclaim-should-use-zone_page_state_snapshot.patch
|
|
|
|
patches.suse/mm-vmalloc-must-set-pte-via-arch-code.patch
|
|
|
|
patches.suse/mm-damon-ops-common-atomically-test-and-clear-y.patch
|
|
|
|
patches.suse/mm-damon-ops-common-refactor-to-use-pte-pmd-p_clear_young_notify.patch
|
|
|
|
patches.suse/mm-fix-failure-to-unmap-pte-on-highmem-systems.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/mm-mmap-separate-writenotify-and-dirty-tracking-logi.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/mm-page_isolation-write-proper-kerneldoc.patch
|
|
|
|
patches.suse/mm-skip-CMA-pages-when-they-are-not-available.patch
|
|
|
|
patches.suse/mm-vmscan-mark-kswapd_run-and-kswapd_stop-__meminit.patch
|
|
|
|
patches.suse/mm-hugetlb-use-a-folio-in-copy_hugetlb_page_range.patch
|
|
|
|
patches.suse/mm-hugetlb-use-a-folio-in-hugetlb_wp.patch
|
|
|
|
patches.suse/mm-hugetlb-use-a-folio-in-hugetlb_fault.patch
|
|
|
|
patches.suse/mm-mm_init.c-drop-nid-parameter-from-check_for_memory.patch
|
|
|
|
patches.suse/shmem-use-ramfs_kill_sb-for-kill_sb-method-of-r.patch
|
2024-11-04 12:53:17 +01:00
|
|
|
patches.suse/s390-allow-pte_offset_map_lock-to-fail.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/vmstat-skip-periodic-vmstat-update-for-isolated-CPUs.patch
|
|
|
|
patches.suse/mm-vmalloc-replace-the-ternary-conditional-operator-with-min.patch
|
|
|
|
patches.suse/selftests-damon-add-config-file.patch
|
|
|
|
patches.suse/mm-various-give-up-if-pte_offset_map-_lock-fails.patch
|
|
|
|
patches.suse/mm-hugetlb-fix-pgtable-lock-on-pmd-sharing.patch
|
|
|
|
patches.suse/selftests-mm-remove-wrong-kernel-header-inclusion.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/userfaultfd-fix-regression-in-userfaultfd_unmap_prep.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/mm-compaction-mark-kcompactd_run-and-kcompactd_stop-__meminit.patch
|
|
|
|
patches.suse/percpu-internal-pcpu_chunk-re-layout-pcpu_chunk-structure-to-reduce-false-sharing.patch
|
|
|
|
patches.suse/gfs2-use-a-folio-inside-gfs2_jdata_writepage.patch
|
|
|
|
patches.suse/gfs2-pass-a-folio-to-__gfs2_jdata_write_folio.patch
|
|
|
|
patches.suse/gfs2-convert-gfs2_write_jdata_page-to-gfs2_write_jda.patch
|
|
|
|
patches.suse/buffer-convert-__block_write_full_page-to-__block_wr.patch
|
|
|
|
patches.suse/gfs2-support-ludicrously-large-folios-in-gfs2_trans_.patch
|
|
|
|
patches.suse/buffer-make-block_write_full_page-handle-large-folio.patch
|
|
|
|
patches.suse/buffer-convert-block_page_mkwrite-to-use-a-folio.patch
|
|
|
|
patches.suse/buffer-convert-__block_commit_write-to-take-a-folio.patch
|
|
|
|
patches.suse/buffer-convert-page_zero_new_buffers-to-folio_zero_n.patch
|
|
|
|
patches.suse/buffer-convert-grow_dev_page-to-use-a-folio.patch
|
|
|
|
patches.suse/buffer-convert-init_page_buffers-to-folio_init_buffe.patch
|
|
|
|
patches.suse/buffer-convert-link_dev_buffers-to-take-a-folio.patch
|
|
|
|
patches.suse/buffer-use-a-folio-in-__find_get_block_slow.patch
|
|
|
|
patches.suse/buffer-convert-block_truncate_page-to-use-a-folio.patch
|
|
|
|
patches.suse/zram-further-limit-recompression-threshold.patch
|
|
|
|
patches.suse/mm-move-mm_count-into-its-own-cache-line.patch
|
|
|
|
patches.suse/mm-mglru-make-memcg_lru-lock-irq-safe.patch
|
|
|
|
patches.suse/mm-compaction-skip-memory-hole-rapidly-when-isolating-migratable-pages.patch
|
|
|
|
patches.suse/kasan-kmsan-remove-__GFP_KSWAPD_RECLAIM-usage-.patch
|
|
|
|
patches.suse/mm-fix-shmem-THP-counters-on-migration.patch
|
|
|
|
patches.suse/mm-gup-do-not-return-0-from-pin_user_pages_fas.patch
|
|
|
|
patches.suse/mm-page_alloc-use-the-correct-type-of-list-for-free-pages.patch
|
|
|
|
patches.suse/mm-compaction-convert-to-use-a-folio-in-isolate_migratepages_block.patch
|
|
|
|
patches.suse/Revert-page-cache-fix-page_cache_next-prev_mis.patch
|
|
|
|
patches.suse/hugetlb-revert-use-of-page_cache_next_miss.patch
|
|
|
|
patches.suse/watchdog-perf-define-dummy-watchdog_update_hrti.patch
|
|
|
|
patches.suse/watchdog-perf-more-properly-prevent-false-posit.patch
|
|
|
|
patches.suse/watchdog-remove-WATCHDOG_DEFAULT.patch
|
|
|
|
patches.suse/watchdog-hardlockup-change-watchdog_nmi_enable-.patch
|
|
|
|
patches.suse/watchdog-hardlockup-move-perf-hardlockup-checki.patch
|
|
|
|
patches.suse/watchdog-hardlockup-rename-some-NMI-watchdog-co.patch
|
|
|
|
patches.suse/watchdog-perf-adapt-the-watchdog_perf-interface.patch
|
|
|
|
patches.suse/kexec-fix-a-memory-leak-in-crash_shrink_memory.patch
|
|
|
|
patches.suse/watchdog-hardlockup-keep-kernel.nmi_watchdog-sy.patch
|
|
|
|
patches.suse/regmap-mmio-Allow-passing-an-empty-config-reg_stride.patch
|
|
|
|
patches.suse/regmap-Load-register-defaults-in-blocks-rather-than-.patch
|
|
|
|
patches.suse/regmap-Add-missing-cache_only-checks.patch
|
|
|
|
patches.suse/regmap-maple-Implement-block-sync-for-the-maple-tree.patch
|
|
|
|
patches.suse/regmap-Don-t-check-for-changes-in-regcache_set_val.patch
|
|
|
|
patches.suse/regmap-Provide-a-ram-backed-regmap-with-raw-support.patch
|
|
|
|
patches.suse/regmap-Provide-basic-KUnit-coverage-for-the-raw-regi.patch
|
|
|
|
patches.suse/regmap-Add-debugfs-file-for-forcing-field-writes.patch
|
|
|
|
patches.suse/regmap-Check-for-register-readability-before-checkin.patch
|
|
|
|
patches.suse/regmap-Add-test-that-writes-to-write-only-registers-.patch
|
|
|
|
patches.suse/regmap-Add-a-test-case-for-write-only-registers.patch
|
|
|
|
patches.suse/regmap-Add-test-to-make-sure-we-don-t-sync-to-read-o.patch
|
|
|
|
patches.suse/regmap-Drop-early-readability-check.patch
|
|
|
|
patches.suse/regmap-Allow-reads-from-write-only-registers-with-th.patch
|
|
|
|
patches.suse/regulator-tps65219-Fix-matching-interrupts-for-.patch
|
|
|
|
patches.suse/regulator-rk808-fix-asynchronous-probing.patch
|
|
|
|
patches.suse/regulator-core-Fix-more-error-checking-for-debu.patch
|
|
|
|
patches.suse/regulator-core-Streamline-debugfs-operations.patch
|
|
|
|
patches.suse/regulator-axp20x-Add-AXP15060-support.patch
|
|
|
|
patches.suse/soc-qcom-geni-se-Add-interfaces-geni_se_tx_init.patch
|
|
|
|
patches.suse/spi-spi-geni-qcom-Do-not-do-DMA-map-unmap-insid.patch
|
|
|
|
patches.suse/regulator-helper-Document-ramp_delay-parameter-of-re.patch
|
|
|
|
patches.suse/spi-spi-geni-qcom-Correct-CS_TOGGLE-bit-in-SPI_.patch
|
|
|
|
patches.suse/spi-dw-Round-of-n_bytes-to-power-of-2.patch
|
|
|
|
patches.suse/spi-cadence-quadspi-Add-compatible-for-AMD-Pens.patch
|
|
|
|
patches.suse/spi-dw-Add-compatible-for-Intel-Mount-Evans-SoC.patch
|
|
|
|
patches.suse/spi-dw-Remove-misleading-comment-for-Mount-Evan.patch
|
|
|
|
patches.suse/Revert-mtd-rawnand-arasan-Prevent-an-unsupported-con.patch
|
|
|
|
patches.suse/dt-bindings-nand-meson-Fix-nand-rb-property.patch
|
|
|
|
patches.suse/mtd-rawnand-meson-fix-unaligned-DMA-buffers-han.patch
|
|
|
|
patches.suse/dt-bindings-mtd-qcom-Fix-a-property-position.patch
|
|
|
|
patches.suse/mmc-mediatek-Avoid-ugly-error-message-when-SDIO.patch
|
|
|
|
patches.suse/memstick-r592-make-memstick_debug_get_tpc_name-.patch
|
|
|
|
patches.suse/mmc-sdhci-fix-DMA-configure-compatibility-issue.patch
|
|
|
|
patches.suse/mmc-block-ioctl-do-write-error-check-for-spi.patch
|
|
|
|
patches.suse/mmc-mmci-Set-PROBE_PREFER_ASYNCHRONOUS.patch
|
|
|
|
patches.suse/mmc-core-disable-TRIM-on-Micron-MTFC4GACAJCN-1M.patch
|
|
|
|
patches.suse/mmc-core-disable-TRIM-on-Kingston-EMMC04G-M627.patch
|
|
|
|
patches.suse/mmc-Add-MMC_QUIRK_BROKEN_SD_CACHE-for-Kingston-.patch
|
|
|
|
patches.suse/module-Remove-preempt_disable-from-module-reference-counting.patch
|
|
|
|
patches.suse/kallsyms-remove-unused-arch_get_kallsym-helper.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/net-veth-rely-on-napi_build_skb-in-veth_convert_skb_.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/macsec-Use-helper-macsec_netdev_priv-for-offload-dri.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/sctp-fix-a-potential-OOB-access-in-sctp_sched_set_sc.patch
|
|
|
|
patches.suse/tcp-make-the-first-N-SYN-RTO-backoffs-linear.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/octeontx2-pf-mcs-Offload-extended-packet-number-XPN-.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/ipvlan-Remove-NULL-check-before-dev_-put-hold.patch
|
|
|
|
patches.suse/net-handshake-Unpin-sock-file-if-a-handshake-is-canc.patch
|
|
|
|
patches.suse/bonding-Always-assign-be16-value-to-vlan_proto.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/sctp-add-bpf_bypass_getsockopt-proto-callback.patch
|
|
|
|
patches.suse/sfc-release-encap-match-in-efx_tc_flow_free.patch
|
|
|
|
patches.suse/sfc-populate-enc_ip_tos-matches-in-MAE-outer-rules.patch
|
|
|
|
patches.suse/sfc-support-TC-decap-rules-matching-on-enc_ip_tos.patch
|
|
|
|
patches.suse/sfc-support-TC-decap-rules-matching-on-enc_src_port.patch
|
|
|
|
patches.suse/net-introduce-and-use-skb_frag_fill_page_desc.patch
|
|
|
|
patches.suse/net-remove-__skb_frag_set_page.patch
|
|
|
|
patches.suse/sfc-fix-use-after-free-in-efx_tc_flower_record_encap.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rtl8xxxu-Add-start_ap-callback.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Select-correct-queue-for-beacon-frames.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Add-beacon-functions.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Add-set_tim-callback.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Allow-setting-rts-threshold-to-1.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Allow-creating-interface-in-AP-mode.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Actually-use-macid-in-rtl8xxxu_gen2_re.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Add-parameter-role-to-report_connect.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Add-parameter-force-to-rtl8xxxu_refres.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Add-sta_add-and-sta_remove-callbacks.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Put-the-macid-in-txdesc.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Add-parameter-macid-to-update_rate_mas.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Enable-hw-seq-for-mgmt-non-QoS-data-fr.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Clean-up-filter-configuration.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Remove-usage-of-ieee80211_get_tx_rate.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Remove-usage-of-tx_info-control.rates-.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Declare-AP-mode-support-for-8188f.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Set-maximum-number-of-supported-statio.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Support-USB-RX-aggregation-for-the-new.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-rtl8xxxu_rx_complete-remove-unnecessar.patch
|
|
|
|
patches.suse/wifi-rtw88-fix-incorrect-error-codes-in-rtw_debugfs_.patch
|
|
|
|
patches.suse/wifi-rtw88-fix-incorrect-error-codes-in-rtw_debugfs_-7700553.patch
|
|
|
|
patches.suse/wifi-rtw89-use-struct-rtw89_phy_sts_ie0-instead-of-m.patch
|
|
|
|
patches.suse/wifi-rtw89-set-capability-of-TX-antenna-diversity.patch
|
|
|
|
patches.suse/wifi-rtw89-add-RSSI-statistics-for-the-case-of-anten.patch
|
|
|
|
patches.suse/wifi-rtw89-add-EVM-and-SNR-statistics-to-debugfs.patch
|
|
|
|
patches.suse/wifi-rtw89-initialize-antenna-for-antenna-diversity.patch
|
|
|
|
patches.suse/wifi-rtw89-add-RSSI-based-antenna-diversity.patch
|
|
|
|
patches.suse/wifi-rtw89-add-EVM-for-antenna-diversity.patch
|
|
|
|
patches.suse/wifi-rtw89-release-bit-in-rtw89_fw_h2c_del_pkt_offlo.patch
|
|
|
|
patches.suse/wifi-rtw89-refine-packet-offload-delete-flow-of-6-GH.patch
|
|
|
|
patches.suse/wifi-rtw89-packet-offload-wait-for-FW-response.patch
|
|
|
|
patches.suse/wifi-rtw89-mac-handle-C2H-receive-done-ACK-in-interr.patch
|
|
|
|
patches.suse/wifi-rtw89-scan-offload-wait-for-FW-done-ACK.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-8851B-basic-chip_info.patch
|
|
|
|
patches.suse/wifi-rtw89-8851be-add-8851BE-PCI-entry-and-fill-PCI-.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-NCTL-post-table.patch
|
|
|
|
patches.suse/wifi-rtw89-add-CFO-XTAL-registers-field-to-support-8.patch
|
|
|
|
patches.suse/wifi-rtw89-use-chip_info-small_fifo_size-to-choose-d.patch
|
|
|
|
patches.suse/wifi-rtw89-change-naming-of-BA-CAM-from-V1-to-V0_EXT.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-support-WoWLAN-to-8851B.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-DLE-mem-and-HFC-quota.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-set_channel_rf.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-add-AACK.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-add-RCK.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-add-DACK.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-add-IQK.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-rtw89-fix-rtw89_read_chip_ver-for-RTL8852B.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-mwifiex-Use-list_count_nodes.patch
|
|
|
|
patches.suse/wifi-mt7601u-delete-dead-code-checking-debugfs-retur.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-wilc1000-fix-for-absent-RSN-capabilities-W.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-wilc1000-Increase-ASSOC-response-buffer.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-rtw88-unlock-on-error-path-in-rtw_ops_add_.patch
|
|
|
|
patches.suse/wifi-mwifiex-Fix-the-size-of-a-memory-allocatio.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rtw89-introduce-realtek-ACPI-DSM-method.patch
|
|
|
|
patches.suse/wifi-rtw89-regd-judge-UNII-4-according-to-BIOS-and-c.patch
|
|
|
|
patches.suse/wifi-rtw89-support-U-NII-4-channels-on-5GHz-band.patch
|
|
|
|
patches.suse/wifi-rtw89-pci-fix-interrupt-enable-mask-for-HALT-C2.patch
|
|
|
|
patches.suse/wifi-rtw89-ser-L1-add-pre-M0-and-post-M0-states.patch
|
|
|
|
patches.suse/wifi-rtw89-suppress-the-log-for-specific-SER-called-.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/sch_htb-Allow-HTB-priority-parameter-in-offload-mode.patch
|
|
|
|
patches.suse/octeontx2-pf-Rename-tot_tx_queues-to-non_qos_queues.patch
|
|
|
|
patches.suse/octeontx2-pf-qos-send-queues-management.patch
|
|
|
|
patches.suse/octeontx2-pf-Refactor-schedular-queue-alloc-free-cal.patch
|
|
|
|
patches.suse/octeontx2-pf-Prepare-for-QOS-offload.patch
|
|
|
|
patches.suse/octeontx2-pf-Add-support-for-HTB-offload.patch
|
|
|
|
patches.suse/octeontx2-pf-ethtool-expose-qos-stats.patch
|
|
|
|
patches.suse/octeontx2-pf-mcs-Remove-unneeded-semicolon.patch
|
|
|
|
patches.suse/nfc-llcp-fix-possible-use-of-uninitialized-vari.patch
|
|
|
|
patches.suse/bpf-Add-bpf_dynptr_adjust.patch
|
|
|
|
patches.suse/bpf-Add-bpf_dynptr_is_null-and-bpf_dynptr_is_rdonly.patch
|
|
|
|
patches.suse/bpf-Add-bpf_dynptr_size.patch
|
|
|
|
patches.suse/bpf-Add-bpf_dynptr_clone.patch
|
|
|
|
patches.suse/selftests-bpf-Add-tests-for-dynptr-convenience-helpe.patch
|
|
|
|
patches.suse/selftests-bpf-Add-test-case-to-assert-precise-scalar.patch
|
|
|
|
patches.suse/docs-bpf-Add-table-to-describe-LRU-properties.patch
|
|
|
|
patches.suse/docs-bpf-Add-LRU-internals-description-and-graph.patch
|
|
|
|
patches.suse/bpftool-Show-map-IDs-along-with-struct_ops-links.patch
|
|
|
|
patches.suse/igc-Enable-and-fix-RX-hash-usage-by-netstack.patch
|
|
|
|
patches.suse/igc-Add-igc_xdp_buff-wrapper-for-xdp_buff-in-dr.patch
|
|
|
|
patches.suse/igc-Add-XDP-hints-kfuncs-for-RX-hash.patch
|
|
|
|
patches.suse/igc-Add-XDP-hints-kfuncs-for-RX-timestamp.patch
|
|
|
|
patches.suse/selftests-bpf-Update-the-aarch64-tests-deny-list.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/xsk-Use-pool-dma_pages-to-check-for-DMA.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/bpftool-Dump-map-id-instead-of-value-for-map_of_maps.patch
|
|
|
|
patches.suse/selftests-bpf-Fix-selftest-test_global_funcs-global_.patch
|
|
|
|
patches.suse/selftests-bpf-Add-fexit_sleep-to-DENYLIST.aarch64.patch
|
|
|
|
patches.suse/libbpf-btf_dump_type_data_check_overflow-needs-.patch
|
|
|
|
patches.suse/selftests-bpf-Extract-insert_test-from-parse_test_li.patch
|
|
|
|
patches.suse/selftests-bpf-Test_progs-can-read-test-lists-from-fi.patch
|
|
|
|
patches.suse/bpf-Emit-struct-bpf_tcp_sock-type-in-vmlinux-BTF.patch
|
|
|
|
patches.suse/bpf-Print-a-warning-only-if-writing-to-unprivil.patch
|
|
|
|
patches.suse/libbpf-Fix-comment-about-arc-and-riscv-arch-in-bpf_t.patch
|
|
|
|
patches.suse/veristat-add-t-flag-for-adding-BPF_F_TEST_STATE_FREQ.patch
|
|
|
|
patches.suse/bpf-mark-relevant-stack-slots-scratched-for-register.patch
|
|
|
|
patches.suse/bpf-encapsulate-precision-backtracking-bookkeep.patch
|
|
|
|
patches.suse/bpf-improve-precision-backtrack-logging.patch
|
|
|
|
patches.suse/bpf-maintain-bitmasks-across-all-active-frames-.patch
|
|
|
|
patches.suse/bpf-fix-propagate_precision-logic-for-inner-fra.patch
|
|
|
|
patches.suse/bpf-fix-mark_all_scalars_precise-use-in-mark_chain_p.patch
|
|
|
|
patches.suse/bpf-support-precision-propagation-in-the-presence-of.patch
|
|
|
|
patches.suse/selftests-bpf-add-precision-propagation-tests-in-the.patch
|
|
|
|
patches.suse/selftests-bpf-revert-iter-test-subprog-precision-wor.patch
|
|
|
|
patches.suse/bpf-docs-Update-llvm_relocs.rst-with-typo-fixes.patch
|
|
|
|
patches.suse/samples-bpf-Fix-buffer-overflow-in-tcp_basertt.patch
|
|
|
|
patches.suse/bpf-Add-bpf_task_under_cgroup-kfunc.patch
|
|
|
|
patches.suse/selftests-bpf-Add-testcase-for-bpf_task_under_cgroup.patch
|
|
|
|
patches.suse/bpf-Allow-NULL-buffers-in-bpf_dynptr_slice-_rw.patch
|
|
|
|
patches.suse/selftests-bpf-Test-allowing-NULL-buffer-in-dynptr-sl.patch
|
|
|
|
patches.suse/selftests-bpf-Check-overflow-in-optional-buffer.patch
|
|
|
|
patches.suse/bpf-verifier-Accept-dynptr-mem-as-mem-in-helpers.patch
|
|
|
|
patches.suse/selftests-bpf-Accept-mem-from-dynptr-in-helper-funcs.patch
|
|
|
|
patches.suse/bpf-Add-skip_encoding_btf_inconsistent_proto-btf_gen.patch
|
|
|
|
patches.suse/bpf-Address-KCSAN-report-on-bpf_lru_list.patch
|
|
|
|
patches.suse/libbpf-fix-offsetof-and-container_of-to-work-wi.patch
|
|
|
|
patches.suse/bpf-Don-t-EFAULT-for-g-s-setsockopt-with-wrong-.patch
|
|
|
|
patches.suse/selftests-bpf-Update-EFAULT-g-s-etsockopt-selftests.patch
|
|
|
|
patches.suse/selftests-bpf-Correctly-handle-optlen-4096.patch
|
|
|
|
patches.suse/bpf-Document-EFAULT-changes-for-sockopt.patch
|
|
|
|
patches.suse/bpf-Remove-anonymous-union-in-bpf_kfunc_call_ar.patch
|
|
|
|
patches.suse/bpf-fix-calculation-of-subseq_idx-during-precision-b.patch
|
|
|
|
patches.suse/bpftool-JIT-limited-misreported-as-negative-val.patch
|
|
|
|
patches.suse/bpf-arm64-Support-struct-arguments-in-the-BPF-trampo.patch
|
|
|
|
patches.suse/bpf-Remove-bpf-trampoline-selector.patch
|
|
|
|
patches.suse/bpf-Fix-memleak-due-to-fentry-attach-failure.patch
|
|
|
|
patches.suse/can-length-make-header-self-contained.patch
|
|
|
|
patches.suse/net-tcp-don-t-peek-at-tail-for-io_uring-zc.patch
|
|
|
|
patches.suse/net-tcp-optimise-io_uring-zc-ubuf-refcounting.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/seg6-Cleanup-duplicates-of-skb_dst_drop-calls.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/octeontx2-pf-mcs-Support-VLAN-in-clear-text.patch
|
|
|
|
patches.suse/ice-move-interrupt-related-code-to-separate-file.patch
|
|
|
|
patches.suse/ice-use-pci_irq_vector-helper-function.patch
|
|
|
|
patches.suse/ice-use-preferred-MSIX-allocation-api.patch
|
|
|
|
patches.suse/ice-refactor-VF-control-VSI-interrupt-handling.patch
|
|
|
|
patches.suse/ice-remove-redundant-SRIOV-code.patch
|
|
|
|
patches.suse/ice-add-individual-interrupt-allocation.patch
|
|
|
|
patches.suse/ice-track-interrupt-vectors-with-xarray.patch
|
|
|
|
patches.suse/ice-add-dynamic-interrupt-allocation.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/netfilter-Reorder-fields-in-struct-nf_conntrack_expe.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/ice-update-ICE_PHY_TYPE_HIGH_MAX_INDEX.patch
|
|
|
|
patches.suse/ice-refactor-PHY-type-to-ethtool-link-mode.patch
|
|
|
|
patches.suse/ice-update-PHY-type-to-ethtool-link-mode-mapping.patch
|
|
|
|
patches.suse/ice-Remove-LAG-SRIOV-mutual-exclusion.patch
|
|
|
|
patches.suse/igc-Avoid-transmit-queue-timeout-for-XDP.patch
|
|
|
|
patches.suse/igb-Define-igb_pm_ops-conditionally-on-CONFIG_PM.patch
|
|
|
|
patches.suse/e1000e-Add-adapter-description-to-kdoc.patch
|
|
|
|
patches.suse/net-fec-remove-useless-fec_enet_reset_skb.patch
|
|
|
|
patches.suse/net-altera-tse-remove-mac_an_restart-function.patch
|
|
|
|
patches.suse/ice-define-meta-data-to-match-in-switch.patch
|
|
|
|
patches.suse/ice-remove-redundant-Rx-field-from-rule-info.patch
|
|
|
|
patches.suse/ice-specify-field-names-in-ice_prot_ext-init.patch
|
|
|
|
patches.suse/ice-allow-matching-on-meta-data.patch
|
|
|
|
patches.suse/ice-use-src-VSI-instead-of-src-MAC-in-slow-path.patch
|
|
|
|
patches.suse/net-mlx5-Remove-redundant-esw-multiport-validate-fun.patch
|
|
|
|
patches.suse/net-mlx5-E-Switch-Remove-redundant-check.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Remove-flow_source-check-for-meta.patch
|
|
|
|
patches.suse/net-mlx5e-Remove-redundant-__func__-arg-from-fs_err-.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Update-when-to-set-other-vport-co.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Allow-get-vport-api-if-esw-exists.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Use-metadata-for-vport-matching-i.patch
|
|
|
|
patches.suse/net-mlx5-Remove-redundant-vport_group_manager-cap-ch.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Check-device-is-PF-when-stopping-.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-move-debug-print-of-adding-mac-to.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Add-a-check-that-log_max_l2_table.patch
|
|
|
|
patches.suse/net-mlx5-E-Switch-Use-RoCE-version-2-for-loopback-tr.patch
|
|
|
|
patches.suse/net-mlx5-E-Switch-Use-metadata-matching-for-RoCE-loo.patch
|
|
|
|
patches.suse/net-mlx5-devlink-Only-show-PF-related-devlink-warnin.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Initialize-E-Switch-for-eswitch-m.patch
|
|
|
|
patches.suse/octeontx2-pf-Add-support-for-page-pool.patch
|
|
|
|
patches.suse/net-Declare-MSG_SPLICE_PAGES-internal-sendmsg-flag.patch
|
|
|
|
patches.suse/net-Pass-max-frags-into-skb_append_pagefrags.patch
|
|
|
|
patches.suse/net-Add-a-function-to-splice-pages-into-an-skbuff-fo.patch
|
|
|
|
patches.suse/tcp-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/tcp-Convert-do_tcp_sendpages-to-use-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/tcp_bpf-Inline-do_tcp_sendpages-as-it-s-now-a-wrappe.patch
|
|
|
|
patches.suse/espintcp-Inline-do_tcp_sendpages.patch
|
|
|
|
patches.suse/tls-Inline-do_tcp_sendpages.patch
|
|
|
|
patches.suse/siw-Inline-do_tcp_sendpages.patch
|
|
|
|
patches.suse/tcp-Fold-do_tcp_sendpages-into-tcp_sendpage_locked.patch
|
|
|
|
patches.suse/ip-udp-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/ip6-udp6-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/udp-Convert-udp_sendpage-to-use-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/ip-Remove-ip_append_page.patch
|
|
|
|
patches.suse/af_unix-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/unix-Convert-unix_stream_sendpage-to-use-MSG_SPLICE_.patch
|
|
|
|
patches.suse/gve-Support-IPv6-Big-TCP-on-DQ.patch
|
|
|
|
patches.suse/net-phy-avoid-kernel-warning-dump-when-stopping-an-e.patch
|
|
|
|
patches.suse/tools-ynl-Use-dict-of-predefined-Structs-to-decode-s.patch
|
|
|
|
patches.suse/tools-ynl-Handle-byte-order-in-struct-members.patch
|
|
|
|
patches.suse/devlink-remove-duplicate-port-notification.patch
|
|
|
|
patches.suse/devlink-remove-no-longer-true-locking-comment-from-p.patch
|
|
|
|
patches.suse/devlink-pass-devlink_port-pointer-to-ops-port_del-in.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/net-tcp-make-the-txhash-available-in-TIME_WAIT-socke.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/net-ipv4-use-consistent-txhash-in-TIME_WAIT-and.patch
|
|
|
|
patches.suse/net-mlx4-Use-bitmap_weight_and.patch
|
|
|
|
patches.suse/s390-ism-Set-DMA-coherent-mask.patch
|
|
|
|
patches.suse/leds-trigger-netdev-Recheck-NETDEV_LED_MODE_LIN.patch
|
|
|
|
patches.suse/sfc-handle-VI-shortage-on-ef100-by-readjusting-the-c.patch
|
|
|
|
patches.suse/net-ynl-prefix-uAPI-header-include-with-uapi.patch
|
|
|
|
patches.suse/selftests-bpf-improve-netcnt-test-robustness.patch
|
|
|
|
patches.suse/selftests-bpf-Fix-s390-sock_field-test-failure.patch
|
|
|
|
patches.suse/libbpf-Store-zero-fd-to-fd_array-for-loader-kfunc-re.patch
|
|
|
|
patches.suse/selftests-bpf-Move-kfunc-exports-to-bpf_testmod-bpf_.patch
|
|
|
|
patches.suse/selftests-bpf-Move-test_progs-helpers-to-testing_hel.patch
|
|
|
|
patches.suse/selftests-bpf-Use-only-stdout-in-un-load_bpf_testmod.patch
|
|
|
|
patches.suse/selftests-bpf-Do-not-unload-bpf_testmod-in-load_bpf_.patch
|
|
|
|
patches.suse/selftests-bpf-Use-un-load_bpf_testmod-functions-in-t.patch
|
|
|
|
patches.suse/selftests-bpf-Load-bpf_testmod-for-verifier-test.patch
|
|
|
|
patches.suse/selftests-bpf-Allow-to-use-kfunc-from-testmod.ko-in-.patch
|
|
|
|
patches.suse/selftests-bpf-Remove-extern-from-kfuncs-declarations.patch
|
|
|
|
patches.suse/bpf-Move-kernel-test-kfuncs-to-bpf_testmod.patch
|
|
|
|
patches.suse/selftests-xsk-do-not-change-XDP-program-when-not-nec.patch
|
|
|
|
patches.suse/selftests-xsk-generate-simpler-packets-with-variable.patch
|
|
|
|
patches.suse/selftests-xsk-add-varying-payload-pattern-within-pac.patch
|
|
|
|
patches.suse/selftests-xsk-dump-packet-at-error.patch
|
|
|
|
patches.suse/selftests-xsk-add-packet-iterator-for-tx-to-packet-s.patch
|
|
|
|
patches.suse/selftests-xsk-store-offset-in-pkt-instead-of-addr.patch
|
|
|
|
patches.suse/selftests-xsx-test-for-huge-pages-only-once.patch
|
|
|
|
patches.suse/selftests-xsk-populate-fill-ring-based-on-frags-need.patch
|
|
|
|
patches.suse/selftests-xsk-generate-data-for-multi-buffer-packets.patch
|
|
|
|
patches.suse/selftests-xsk-adjust-packet-pacing-for-multi-buffer-.patch
|
|
|
|
patches.suse/bpf-drop-unnecessary-user-triggerable-WARN_ONCE.patch
|
|
|
|
patches.suse/selftests-bpf-Do-not-use-sign-file-as-testcase.patch
|
|
|
|
patches.suse/bpftool-Support-bpffs-mountpoint-as-pin-path-for-pro.patch
|
|
|
|
patches.suse/bpf-docs-Shift-operations-are-defined-to-use-a-mask.patch
|
|
|
|
patches.suse/selftests-bpf-Fix-dynptr-test_dynptr_is_null.patch
|
|
|
|
patches.suse/selftests-bpf-Make-bpf_dynptr_is_rdonly-prototyype-c.patch
|
|
|
|
patches.suse/bpf-Show-target_-obj-btf-_id-in-tracing-link-fdinfo.patch
|
|
|
|
patches.suse/bpftool-Show-target_-obj-btf-_id-in-tracing-link-inf.patch
|
|
|
|
patches.suse/bpf-tcp-Avoid-taking-fast-sock-lock-in-iterator.patch
|
|
|
|
patches.suse/udp-seq_file-Helper-function-to-match-socket-attribu.patch
|
|
|
|
patches.suse/bpf-udp-Encapsulate-logic-to-get-udp-table.patch
|
|
|
|
patches.suse/udp-seq_file-Remove-bpf_seq_afinfo-from-udp_iter_sta.patch
|
|
|
|
patches.suse/bpf-udp-Implement-batching-for-sockets-iterator.patch
|
|
|
|
patches.suse/bpf-Add-kfunc-filter-function-to-struct-btf_kfunc_id.patch
|
|
|
|
patches.suse/bpf-Add-bpf_sock_destroy-kfunc.patch
|
|
|
|
patches.suse/selftests-bpf-Add-helper-to-get-port-using-getsockna.patch
|
|
|
|
patches.suse/selftests-bpf-Test-bpf_sock_destroy.patch
|
|
|
|
patches.suse/selftests-bpf-Add-xdp_feature-selftest-for-bond-devi.patch
|
|
|
|
patches.suse/bpftool-Specify-XDP-Hints-ifname-when-loading-progra.patch
|
|
|
|
patches.suse/bpf-Validate-BPF-object-in-BPF_OBJ_PIN-before-callin.patch
|
|
|
|
patches.suse/libbpf-Start-v1.3-development-cycle.patch
|
|
|
|
patches.suse/bpf-Support-O_PATH-FDs-in-BPF_OBJ_PIN-and-BPF_OBJ_GE.patch
|
|
|
|
patches.suse/libbpf-Add-opts-based-bpf_obj_pin-API-and-add-suppor.patch
|
|
|
|
patches.suse/selftests-bpf-Add-path_fd-based-BPF_OBJ_PIN-and-BPF_.patch
|
|
|
|
patches.suse/libbpf-Add-capability-for-resizing-datasec-maps.patch
|
|
|
|
patches.suse/libbpf-Selftests-for-resizing-datasec-maps.patch
|
|
|
|
patches.suse/bpf-drop-unnecessary-bpf_capable-check-in-BPF_MAP_FR.patch
|
|
|
|
patches.suse/libbpf-Change-var-type-in-datasec-resize-func.patch
|
|
|
|
patches.suse/selftests-bpf-Check-whether-to-run-selftest.patch
|
|
|
|
patches.suse/libbpf-Ensure-libbpf-always-opens-files-with-O_CLOEX.patch
|
|
|
|
patches.suse/libbpf-Ensure-FD-3-during-bpf_map__reuse_fd.patch
|
|
|
|
patches.suse/bpf-Fix-bad-unlock-balance-on-freeze_mutex.patch
|
|
|
|
patches.suse/net-fix-signedness-bug-in-skb_splice_from_iter.patch
|
|
|
|
patches.suse/devlink-Spelling-corrections.patch
|
|
|
|
patches.suse/doc-ynl-Add-doc-attr-to-struct-members-in-genetlink-.patch
|
|
|
|
patches.suse/tools-ynl-Initialise-fixed-headers-to-0-in-genetlink.patch
|
|
|
|
patches.suse/tools-ynl-Support-enums-in-struct-members-in-genetli.patch
|
|
|
|
patches.suse/net-fec-remove-last_bdp-from-fec_enet_txq_xmit_.patch
|
|
|
|
patches.suse/devlink-introduce-port-ops-placeholder.patch
|
|
|
|
patches.suse/ice-register-devlink-port-for-PF-with-ops.patch
|
|
|
|
patches.suse/mlxsw_core-register-devlink-port-with-ops.patch
|
|
|
|
patches.suse/nfp-devlink-register-devlink-port-with-ops.patch
|
|
|
|
patches.suse/devlink-move-port_split-unsplit-ops-into-devlink_por.patch
|
|
|
|
patches.suse/mlx4-register-devlink-port-with-ops.patch
|
|
|
|
patches.suse/devlink-move-port_type_set-op-into-devlink_port_ops.patch
|
|
|
|
patches.suse/sfc-register-devlink-port-with-ops.patch
|
|
|
|
patches.suse/mlx5-register-devlink-ports-with-ops.patch
|
|
|
|
patches.suse/devlink-move-port_fn_hw_addr_get-set-to-devlink_port.patch
|
|
|
|
patches.suse/devlink-move-port_fn_roce_get-set-to-devlink_port_op.patch
|
|
|
|
patches.suse/devlink-move-port_fn_migratable_get-set-to-devlink_p.patch
|
|
|
|
patches.suse/devlink-move-port_fn_state_get-set-to-devlink_port_o.patch
|
|
|
|
patches.suse/devlink-move-port_del-to-devlink_port_ops.patch
|
|
|
|
patches.suse/devlink-save-devlink_port_ops-into-a-variable-in-dev.patch
|
|
|
|
patches.suse/skbuff-bridge-Add-layer-2-miss-indication.patch
|
|
|
|
patches.suse/flow_dissector-Dissect-layer-2-miss-from-tc-skb-exte.patch
|
|
|
|
patches.suse/flow_offload-Reject-matching-on-layer-2-miss.patch
|
|
|
|
patches.suse/mlxsw-spectrum_flower-Split-iif-parsing-to-a-separat.patch
|
|
|
|
patches.suse/mlxsw-spectrum_flower-Do-not-force-matching-on-iif.patch
|
|
|
|
patches.suse/mlxsw-spectrum_flower-Add-ability-to-match-on-layer-.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/net-Make-gro-complete-function-to-return-void.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/net-sched-taprio-don-t-overwrite-sch-variable-in-tap.patch
|
|
|
|
patches.suse/net-sched-taprio-replace-tc_taprio_qopt_offload.patch
|
|
|
|
patches.suse/net-sched-taprio-add-netlink-reporting-for-offload-s.patch
|
|
|
|
patches.suse/net-enetc-refactor-enetc_setup_tc_taprio-to-have-a-s.patch
|
|
|
|
patches.suse/net-enetc-report-statistics-counters-for-taprio.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/net-don-t-set-sw-irq-coalescing-defaults-in-case-of-.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/devlink-make-health-report-on-unregistered-inst.patch
|
|
|
|
patches.suse/chelsio-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/chelsio-Convert-chtls_sendpage-to-use-MSG_SPLICE_PAG.patch
|
|
|
|
patches.suse/devlink-bring-port-new-reply-back.patch
|
|
|
|
patches.suse/tls-suppress-wakeups-unless-we-have-a-full-record.patch
|
|
|
|
patches.suse/tools-ynl-gen-add-extra-headers-for-user-space.patch
|
|
|
|
patches.suse/tools-ynl-gen-fix-unused-pad-attribute-handling.patch
|
|
|
|
patches.suse/tools-ynl-gen-don-t-override-pure-nested-struct.patch
|
|
|
|
patches.suse/tools-ynl-gen-loosen-type-consistency-check-for-even.patch
|
|
|
|
patches.suse/tools-ynl-gen-add-error-checking-for-nested-structs.patch
|
|
|
|
patches.suse/tools-ynl-gen-generate-enum-to-string-helpers.patch
|
|
|
|
patches.suse/tools-ynl-gen-move-the-response-reading-logic-into-Y.patch
|
|
|
|
patches.suse/tools-ynl-gen-generate-alloc-and-free-helpers-for-re.patch
|
|
|
|
patches.suse/tools-ynl-gen-switch-to-family-struct.patch
|
|
|
|
patches.suse/tools-ynl-gen-generate-static-descriptions-of-notifi.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/ipv6-lower-link-become-ready-s-level-message.patch
|
|
|
|
patches.suse/lib-ref_tracker-add-unlocked-leak-print-helper.patch
|
|
|
|
patches.suse/lib-ref_tracker-improve-printing-stats.patch
|
|
|
|
patches.suse/lib-ref_tracker-add-printing-to-memory-buffer.patch
|
|
|
|
patches.suse/lib-ref_tracker-remove-warnings-in-case-of-allocatio.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/net-mlx5e-en_tc-Extend-peer-flows-to-a-list.patch
|
|
|
|
patches.suse/net-mlx5e-tc-Refactor-peer-add-del-flow.patch
|
|
|
|
patches.suse/net-mlx5e-rep-store-send-to-vport-rules-per-peer.patch
|
|
|
|
patches.suse/net-mlx5e-en_tc-re-factor-query-route-port.patch
|
|
|
|
patches.suse/net-mlx5e-Handle-offloads-flows-per-peer.patch
|
|
|
|
patches.suse/net-mlx5-E-switch-enlarge-peer-miss-group-table.patch
|
|
|
|
patches.suse/net-mlx5-E-switch-refactor-FDB-miss-rule-add-remove.patch
|
|
|
|
patches.suse/net-mlx5-E-switch-Handle-multiple-master-egress-rule.patch
|
|
|
|
patches.suse/net-mlx5-E-switch-generalize-shared-FDB-creation.patch
|
|
|
|
patches.suse/net-mlx5-DR-handle-more-than-one-peer-domain.patch
|
|
|
|
patches.suse/net-mlx5-Devcom-Rename-paired-to-ready.patch
|
|
|
|
patches.suse/net-mlx5-E-switch-mark-devcom-as-not-ready-when-all-.patch
|
|
|
|
patches.suse/net-mlx5-Devcom-introduce-devcom_for_each_peer_entry.patch
|
|
|
|
patches.suse/net-mlx5-Devcom-extend-mlx5_devcom_send_event-to-wor.patch
|
|
|
|
patches.suse/kcm-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/kcm-Convert-kcm_sendpage-to-use-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/tools-ynl-gen-clean-up-stray-new-lines-at-the-end-of.patch
|
|
|
|
patches.suse/tools-ynl-user-space-helpers.patch
|
|
|
|
patches.suse/tools-ynl-support-fou-and-netdev-in-C.patch
|
|
|
|
patches.suse/tools-ynl-add-sample-for-netdev.patch
|
|
|
|
patches.suse/net-phy-micrel-Move-KSZ9477-errata-fixes-to-PHY-driv.patch
|
|
|
|
patches.suse/msft-hv-2827-hv_netvsc-Allocate-rx-indirection-table-size-dynamic.patch
|
|
|
|
patches.suse/net-dsa-ocelot-unlock-on-error-in-vsc9959_qos_p.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/tcp-fix-formatting-in-sysctl_net_ipv4.c.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/tools-ynl-gen-fill-in-support-for-MultiAttr-scalars.patch
|
|
|
|
patches.suse/tools-ynl-gen-improve-unwind-on-parsing-errors.patch
|
|
|
|
patches.suse/tools-ynl-generate-code-for-the-handshake-family.patch
|
|
|
|
patches.suse/Drop-the-netfs_-prefix-from-netfs_extract_iter_to_sg.patch
|
|
|
|
patches.suse/Fix-a-couple-of-spelling-mistakes.patch
|
|
|
|
patches.suse/Wrap-lines-at-80.patch
|
|
|
|
patches.suse/Move-netfs_extract_iter_to_sg-to-lib-scatterlist.c.patch
|
|
|
|
patches.suse/crypto-af_alg-Pin-pages-rather-than-ref-ing-if-appro.patch
|
|
|
|
patches.suse/crypto-af_alg-Use-extract_iter_to_sg-to-create-scatt.patch
|
|
|
|
patches.suse/crypto-af_alg-Indent-the-loop-in-af_alg_sendmsg.patch
|
|
|
|
patches.suse/crypto-af_alg-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/crypto-af_alg-Convert-af_alg_sendpage-to-use-MSG_SPL.patch
|
|
|
|
patches.suse/crypto-af_alg-hash-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/netlink-specs-devlink-fill-in-some-details-important.patch
|
|
|
|
patches.suse/tools-ynl-gen-use-enum-names-in-op-strmap-more-caref.patch
|
|
|
|
patches.suse/tools-ynl-gen-refactor-strmap-helper-generation.patch
|
|
|
|
patches.suse/tools-ynl-gen-enable-code-gen-for-directional-specs.patch
|
|
|
|
patches.suse/tools-ynl-gen-try-to-sort-the-types-more-intelligent.patch
|
|
|
|
patches.suse/tools-ynl-gen-inherit-struct-use-info.patch
|
|
|
|
patches.suse/tools-ynl-gen-walk-nested-types-in-depth.patch
|
|
|
|
patches.suse/tools-ynl-gen-don-t-generate-forward-declarations-fo.patch
|
|
|
|
patches.suse/tools-ynl-gen-don-t-generate-forward-declarations-fo-0a947121.patch
|
|
|
|
patches.suse/tools-ynl-generate-code-for-the-devlink-family.patch
|
|
|
|
patches.suse/tools-ynl-add-sample-for-devlink.patch
|
|
|
|
patches.suse/ethtool-ioctl-improve-error-checking-for-set_wol.patch
|
|
|
|
patches.suse/RDMA-mlx5-Free-second-uplink-ib-port.patch
|
|
|
|
patches.suse/net-RDMA-mlx5-introduce-lag_for_each_peer.patch
|
|
|
|
patches.suse/net-mlx5-LAG-check-if-all-eswitches-are-paired-for-s.patch
|
|
|
|
patches.suse/net-mlx5-LAG-generalize-handling-of-shared-FDB.patch
|
|
|
|
patches.suse/net-mlx5-LAG-change-mlx5_shared_fdb_supported-to-sta.patch
|
|
|
|
patches.suse/net-mlx5-LAG-block-multipath-LAG-in-case-ldev-have-m.patch
|
|
|
|
patches.suse/net-mlx5-LAG-block-multiport-eswitch-LAG-in-case-lde.patch
|
|
|
|
patches.suse/net-mlx5-Enable-4-ports-VF-LAG.patch
|
|
|
|
patches.suse/net-mlx5e-Expose-catastrophic-steering-error-counter.patch
|
|
|
|
patches.suse/net-mlx5e-Remove-RX-page-cache-leftovers.patch
|
|
|
|
patches.suse/net-mlx5e-TC-refactor-access-to-hash-key.patch
|
|
|
|
patches.suse/net-mlx5-Skip-inline-mode-check-after-mlx5_eswitch_e.patch
|
|
|
|
patches.suse/mlx5-core-E-Switch-Allocate-ECPF-vport-if-it-s-an-es.patch
|
|
|
|
patches.suse/net-mlx5e-simplify-condition-after-napi-budget-handl.patch
|
|
|
|
patches.suse/net-Block-MSG_SENDPAGE_-from-being-passed-to-sendmsg.patch
|
|
|
|
patches.suse/tls-Allow-MSG_SPLICE_PAGES-but-treat-it-as-normal-se.patch
|
|
|
|
patches.suse/splice-net-Use-sendmsg-MSG_SPLICE_PAGES-rather-than-.patch
|
|
|
|
patches.suse/splice-net-Add-a-splice_eof-op-to-file-ops-and-socke.patch
|
|
|
|
patches.suse/tls-sw-Use-splice_eof-to-flush.patch
|
|
|
|
patches.suse/tls-device-Use-splice_eof-to-flush.patch
|
|
|
|
patches.suse/ipv4-ipv6-Use-splice_eof-to-flush.patch
|
|
|
|
patches.suse/chelsio-chtls-Use-splice_eof-to-flush.patch
|
|
|
|
patches.suse/kcm-Use-splice_eof-to-flush.patch
|
|
|
|
patches.suse/splice-net-Fix-SPLICE_F_MORE-signalling-in-splice_di.patch
|
|
|
|
patches.suse/tls-sw-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/tls-sw-Convert-tls_sw_sendpage-to-use-MSG_SPLICE_PAG.patch
|
|
|
|
patches.suse/tls-device-Support-MSG_SPLICE_PAGES.patch
|
|
|
|
patches.suse/tls-device-Convert-tls_device_sendpage-to-use-MSG_SP.patch
|
2024-11-04 12:53:17 +01:00
|
|
|
patches.suse/usbnet-ipheth-fix-risk-of-NULL-pointer-deallocation.patch
|
|
|
|
patches.suse/usbnet-ipheth-transmit-URBs-without-trailing-padding.patch
|
|
|
|
patches.suse/usbnet-ipheth-add-CDC-NCM-support.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/net-ncsi-make-one-oem_gma-function-for-all-mfr-.patch
|
|
|
|
patches.suse/net-ncsi-change-from-ndo_set_mac_address-to-dev.patch
|
|
|
|
patches.suse/tools-ynl-Remove-duplicated-include-in-handshake-use.patch
|
|
|
|
patches.suse/Revert-tools-ynl-Remove-duplicated-include-in-handsh.patch
|
|
|
|
patches.suse/tools-ynl-gen-cleanup-user-space-header-includes.patch
|
|
|
|
patches.suse/tools-ynl-regen-cleanup-user-space-header-includes.patch
|
|
|
|
patches.suse/tools-ynl-gen-complete-the-C-keyword-list.patch
|
|
|
|
patches.suse/tools-ynl-gen-combine-else-with-closing-bracket.patch
|
|
|
|
patches.suse/tools-ynl-gen-get-attr-type-outside-of-if.patch
|
|
|
|
patches.suse/tools-ynl-regen-regenerate-the-if-ladders.patch
|
|
|
|
patches.suse/tools-ynl-gen-stop-generating-common-notification-ha.patch
|
|
|
|
patches.suse/tools-ynl-regen-stop-generating-common-notification-.patch
|
|
|
|
patches.suse/tools-ynl-gen-sanitize-notification-tracking.patch
|
|
|
|
patches.suse/tools-ynl-gen-support-code-gen-for-events.patch
|
|
|
|
patches.suse/tools-ynl-gen-don-t-pass-op_name-to-RenderInfo.patch
|
|
|
|
patches.suse/tools-ynl-gen-support-skip-pads-on-the-way-to-kernel.patch
|
|
|
|
patches.suse/wifi-brcmfmac-wcc-Add-debug-messages.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rtl8xxxu-Support-new-chip-RTL8192FU.patch
|
|
|
|
patches.suse/wifi-rtl8xxxu-Rename-some-registers.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-to-read-efuse-version-to-recogn.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-configure-GPIO-according-to-RFE-typ.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-BT-coexistence-support-function.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-basic-power-on-function.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-set-channel-function.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-to-parse-efuse-content.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-add-RX-DCK.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-add-DPK.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-add-TSSI.patch
|
|
|
|
patches.suse/wifi-ath12k-add-qmi_cnss_feature_bitmap-field-to-har.patch
|
|
|
|
patches.suse/wifi-ath12k-set-PERST-pin-no-pull-request-for-WCN785.patch
|
|
|
|
patches.suse/wifi-ath12k-send-WMI_PEER_REORDER_QUEUE_SETUP_CMDID-.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath9k-fix-AR9003-mac-hardware-hang-check-r.patch
|
|
|
|
patches.suse/wifi-ath9k-avoid-referencing-uninit-memory-in-a.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath12k-Remove-some-dead-code.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath11k-fix-registration-of-6Ghz-only-phy-w.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath12k-add-wait-operation-for-tx-management-pac.patch
|
|
|
|
patches.suse/wifi-ath12k-fix-potential-wmi_mgmt_tx_queue-race-con.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath10k-Serialize-wake_tx_queue-ops.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath10k-Use-list_count_nodes.patch
|
|
|
|
patches.suse/wifi-ath11k-Use-list_count_nodes.patch
|
|
|
|
patches.suse/wifi-ath-work-around-false-positive-stringop-overrea.patch
|
|
|
|
patches.suse/wifi-ath11k-driver-settings-for-MBSSID-and-EMA.patch
|
|
|
|
patches.suse/wifi-ath11k-MBSSID-configuration-during-vdev-create-.patch
|
|
|
|
patches.suse/wifi-ath11k-rename-MBSSID-fields-in-wmi_vdev_up_cmd.patch
|
|
|
|
patches.suse/wifi-ath11k-MBSSID-parameter-configuration-in-AP-mod.patch
|
|
|
|
patches.suse/wifi-ath11k-refactor-vif-parameter-configurations.patch
|
|
|
|
patches.suse/wifi-ath11k-MBSSID-beacon-support.patch
|
|
|
|
patches.suse/wifi-ath11k-EMA-beacon-support.patch
|
|
|
|
patches.suse/wifi-ath12k-increase-vdev-setup-timeout.patch
|
|
|
|
patches.suse/wifi-ath11k-Relocate-the-func-ath11k_mac_bitrate_mas.patch
|
|
|
|
patches.suse/wifi-ath11k-Send-HT-fixed-rate-in-WMI-peer-fixed-par.patch
|
|
|
|
patches.suse/wifi-add-HAS_IOPORT-dependencies.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-rtw88-sdio-Check-the-HISR-RX_REQUEST-bit-i.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rtw88-rtw8723d-Implement-RTL8723DS-SDIO-efuse-p.patch
|
|
|
|
patches.suse/wifi-rtw88-Add-support-for-the-SDIO-based-RTL8723DS-.patch
|
|
|
|
patches.suse/wifi-rtw89-ser-reset-total_sta_assoc-and-tdls_peer-w.patch
|
|
|
|
patches.suse/wifi-rtw89-tweak-H2C-TX-waiting-function-for-SER.patch
|
|
|
|
patches.suse/wifi-rtw89-refine-packet-offload-handling-under-SER.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-TX-power-related-functions.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-fill-BB-related-capabilities-to-chi.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-MAC-configurations-to-chip_info.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-RF-configurations.patch
|
|
|
|
patches.suse/wifi-rtw89-enlarge-supported-length-of-read_reg-debu.patch
|
|
|
|
patches.suse/wifi-rtw89-add-tx_wake-notify-for-8851B.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-add-8851be-to-Makefile-and-Kconfig.patch
|
|
|
|
patches.suse/wifi-rtw89-add-chip_ops-query_rxdesc-and-rxd_len-as-.patch
|
|
|
|
patches.suse/wifi-rtw89-use-struct-and-le32_get_bits-to-access-RX.patch
|
|
|
|
patches.suse/wifi-rtw89-use-struct-and-le32_get_bits-to-access-re.patch
|
|
|
|
patches.suse/wifi-rtw89-use-struct-and-le32_get_bits-to-access-RX-c26700d.patch
|
|
|
|
patches.suse/wifi-rtw89-use-struct-to-access-register-based-H2C-C.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-Fix-spelling-mistake-KIP_RESOTR.patch
|
|
|
|
patches.suse/wifi-rtw89-use-flexible-array-member-in-rtw89_btc_bt.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-orinoco-Fix-an-error-handling-path-in-spec.patch
|
|
|
|
patches.suse/wifi-orinoco-Fix-an-error-handling-path-in-orin.patch
|
|
|
|
patches.suse/wifi-atmel-Fix-an-error-handling-path-in-atmel_.patch
|
|
|
|
patches.suse/wifi-wl3501_cs-Fix-an-error-handling-path-in-wl.patch
|
|
|
|
patches.suse/wifi-ray_cs-Fix-an-error-handling-path-in-ray_p.patch
|
|
|
|
patches.suse/wifi-rtw88-usb-silence-log-flooding-error-messa.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rtlwifi-use-helper-function-rtl_get_hdr.patch
|
|
|
|
patches.suse/wifi-brcmutil-use-helper-function-pktq_empty-instead.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-iwlwifi-cfg-freeze-22500-devices-FW-API.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-use-link-ID-in-missed-beacon-notifi.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-make-internal-callback-structs-cons.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-dissolve-iwl_mvm_mac_add_interface_.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-support-PASN-for-MLO.patch
|
|
|
|
patches.suse/wifi-iwlwifi-don-t-silently-ignore-missing-suspend-o.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Make-iwl_mvm_diversity_iter-MLO-awa.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-update-the-FW-apis-for-LINK-and-MAC.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-adjust-csa-notifications-and-comman.patch
|
|
|
|
patches.suse/wifi-iwlwifi-fw-Add-new-ODM-vendor-to-ppag-approved-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-disable-RX-STBC-when-a-device-doesn-t-s.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-remove-useless-code.patch
|
|
|
|
patches.suse/wifi-iwlwifi-support-PPAG-in-China-for-older-FW-cmd-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-iwlmei-fix-compilation-error.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Add-vendors-to-TAS-approved-list.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-support-injection-rate-control.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-clarify-EHT-RU-allocation-bits.patch
|
|
|
|
patches.suse/wifi-iwlwifi-acpi-add-other-Google-OEMs-to-the-ppag-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-do-not-log-undefined-DRAM-buffers-unnec.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-offload-BTM-response-during-D3.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pcie-adjust-Bz-device-timings.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Add-Dell-to-ppag-approved-list.patch
|
|
|
|
patches.suse/wifi-iwlwifi-remove-dead-code-in-iwl_dump_ini_imr_ge.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-remove-warning-for-beacon-filtering.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-send-time-sync-only-if-needed.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-tell-firmware-about-per-STA-MFP-ena.patch
|
|
|
|
patches.suse/wifi-iwlwifi-api-link-context-action-in-kernel-doc.patch
|
|
|
|
patches.suse/wifi-iwlwifi-api-use-__le16-instead-of-u16.patch
|
|
|
|
patches.suse/wifi-iwlwifi-api-remove-unused-commands.patch
|
|
|
|
patches.suse/wifi-iwlwifi-api-fix-kernel-doc-links.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Generalize-the-parsing-of-the-pnvm-imag.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Separate-loading-and-setting-of-pnvm-im.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Take-loading-and-setting-of-pnvm-image-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Allow-trans_pcie-track-more-than-1-pnvm.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Add-support-for-fragmented-pnvm-images.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Implement-loading-and-setting-of-fragme.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Separate-loading-and-setting-of-power-r.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Use-iwl_pnvm_image-in-reduce-power-tabl.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Enable-loading-of-reduce-power-tables-i.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Separate-reading-and-parsing-of-reduce-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-fw-clean-up-PNVM-loading-code.patch
|
|
|
|
patches.suse/wifi-iwlwifi-fw-don-t-use-constant-size-with-efi.get.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pnvm-handle-memory-descriptor-tlv.patch
|
|
|
|
patches.suse/wifi-mac80211-HW-restart-for-MLO.patch
|
|
|
|
patches.suse/wifi-mac80211-remove-element-scratch_len.patch
|
|
|
|
patches.suse/wifi-mac80211-skip-EHT-BSS-membership-selector.patch
|
|
|
|
patches.suse/wifi-mac80211-fetch-and-store-the-EML-capability-inf.patch
|
|
|
|
patches.suse/wifi-mac80211-implement-proper-AP-MLD-HW-restart.patch
|
|
|
|
patches.suse/wifi-mac80211-use-u64-to-hold-enum-ieee80211_bss_cha.patch
|
|
|
|
patches.suse/wifi-mac80211-refactor-ieee80211_select_link_key.patch
|
|
|
|
patches.suse/wifi-mac80211-provide-a-helper-to-fetch-the-medium-s.patch
|
|
|
|
patches.suse/wifi-mac80211-recalc-min-chandef-for-new-STA-li.patch
|
|
|
|
patches.suse/wifi-mac80211-move-sta_info_move_state-up.patch
|
|
|
|
patches.suse/wifi-mac80211-batch-recalc-during-STA-flush.patch
|
|
|
|
patches.suse/wifi-mac80211-consistently-use-u64-for-BSS-changes.patch
|
|
|
|
patches.suse/wifi-mac80211_hwsim-Fix-possible-NULL-dereferen.patch
|
|
|
|
patches.suse/wifi-mac80211-stop-warning-after-reconfig-failures.patch
|
|
|
|
patches.suse/wifi-cfg80211-hold-wiphy-lock-in-auto-disconnect.patch
|
|
|
|
patches.suse/wifi-cfg80211-hold-wiphy-lock-in-pmsr-work.patch
|
|
|
|
patches.suse/wifi-cfg80211-move-wowlan-disable-under-locks.patch
|
|
|
|
patches.suse/wifi-cfg80211-wext-hold-wiphy-lock-in-siwgenie.patch
|
|
|
|
patches.suse/wifi-cfg80211-hold-wiphy-lock-when-sending-wiphy.patch
|
|
|
|
patches.suse/wifi-cfg80211-add-a-work-abstraction-with-special-se.patch
|
|
|
|
patches.suse/wifi-mac80211-use-wiphy-work-for-sdata-work.patch
|
|
|
|
patches.suse/wifi-mac80211-unregister-netdevs-through-cfg80211.patch
|
|
|
|
patches.suse/wifi-mac80211-use-wiphy-work-for-SMPS.patch
|
|
|
|
patches.suse/wifi-mac80211-use-wiphy-work-for-channel-switch.patch
|
|
|
|
patches.suse/wifi-mac80211-ibss-move-disconnect-to-wiphy-work.patch
|
|
|
|
patches.suse/wifi-mac80211-mlme-move-disconnects-to-wiphy-work.patch
|
|
|
|
patches.suse/wifi-cfg80211-move-sched-scan-stop-to-wiphy-work.patch
|
|
|
|
patches.suse/wifi-cfg80211-move-scan-done-work-to-wiphy-work.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rtw89-8851b-enable-hw_scan-support.patch
|
|
|
|
patches.suse/wifi-rtw89-debug-txpwr-table-access-only-valid-page-.patch
|
|
|
|
patches.suse/wifi-rtw89-set-TX-power-without-precondition-during-.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-configure-CRASH_TRIGGER-feature-for.patch
|
|
|
|
patches.suse/wifi-rtw89-refine-clearing-supported-bands-to-check-.patch
|
|
|
|
patches.suse/wifi-rtw89-regd-judge-6-GHz-according-to-chip-and-BI.patch
|
|
|
|
patches.suse/wifi-rtw89-regd-update-regulatory-map-to-R64-R40.patch
|
|
|
|
patches.suse/wifi-rtw89-process-regulatory-for-6-GHz-power-type.patch
|
|
|
|
patches.suse/wifi-rtw89-8852c-update-TX-power-tables-to-R63-with-.patch
|
|
|
|
patches.suse/wifi-rtw89-8852c-update-TX-power-tables-to-R63-with--2a8ec45.patch
|
|
|
|
patches.suse/wifi-rtw89-8852c-update-TX-power-tables-to-R63-with--dad142c.patch
|
|
|
|
patches.suse/wifi-rtw89-8852c-update-RF-radio-A-B-parameters-to-R.patch
|
|
|
|
patches.suse/wifi-brcmfmac-Detect-corner-error-case-earlier-with-.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-rsi-Do-not-configure-WoWlan-in-shutdown-ho.patch
|
|
|
|
patches.suse/wifi-rsi-Do-not-set-MMC_PM_KEEP_POWER-in-shutdo.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rtlwifi-remove-unused-timer-and-related-code.patch
|
|
|
|
patches.suse/wifi-rtlwifi-remove-unused-dualmac-control-leftovers.patch
|
|
|
|
patches.suse/wifi-rtlwifi-remove-misused-flag-from-HAL-data.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/net-move-gso-declarations-and-functions-to-the.patch
|
|
|
|
patches.suse/sfc-add-fallback-action-set-lists-for-TC-offlo.patch
|
|
|
|
patches.suse/sfc-some-plumbing-towards-TC-encap-action-offload.patch
|
|
|
|
patches.suse/sfc-add-function-to-atomically-update-a-rule-in-the-.patch
|
|
|
|
patches.suse/sfc-MAE-functions-to-create-update-delete-encap-head.patch
|
|
|
|
patches.suse/sfc-neighbour-lookup-for-TC-encap-action-offload.patch
|
|
|
|
patches.suse/sfc-generate-encap-headers-for-TC-offload.patch
|
|
|
|
patches.suse/ice-handle-extts-in-the-miscellaneous-interrupt.patch
|
|
|
|
patches.suse/ice-always-return-IRQ_WAKE_THREAD-in-ice_misc_intr.patch
|
|
|
|
patches.suse/ice-introduce-ICE_TX_TSTAMP_WORK-enumeration.patch
|
|
|
|
patches.suse/ice-trigger-PFINT_OICR_TSYN_TX-interrupt-instead-of-.patch
|
|
|
|
patches.suse/ice-do-not-re-enable-miscellaneous-interrupt-until-t.patch
|
|
|
|
patches.suse/ionic-add-support-for-ethtool-extended-stat-link_dow.patch
|
|
|
|
patches.suse/sfc-Add-devlink-dev-info-support-for-EF10.patch
|
|
|
|
patches.suse/net-mana-Add-support-for-vlan-tagging.patch
|
|
|
|
patches.suse/net-sched-taprio-report-class-offload-stats-per-TXQ-.patch
|
|
|
|
patches.suse/net-enetc-reset-taprio-stats-when-taprio-is-deleted.patch
|
|
|
|
patches.suse/tools-ynl-gen-support-excluding-tricky-ops.patch
|
|
|
|
patches.suse/tools-ynl-gen-record-extra-args-for-regen.patch
|
|
|
|
patches.suse/netlink-specs-support-setting-prefix-name-per-attrib.patch
|
|
|
|
patches.suse/tools-ynl-gen-don-t-generate-enum-types-if-unnamed.patch
|
|
|
|
patches.suse/tools-ynl-gen-resolve-enum-vs-struct-name-conflicts.patch
|
|
|
|
patches.suse/tools-ynl-generate-code-for-the-ethtool-family.patch
|
|
|
|
patches.suse/tools-ynl-add-sample-for-ethtool.patch
|
|
|
|
patches.suse/netlink-support-extack-in-dump-start.patch
|
|
|
|
patches.suse/net-mlx5-Simplify-unload-all-rep-code.patch
|
|
|
|
patches.suse/net-mlx5-mlx5_ifc-updates-for-embedded-CPU-SRIOV.patch
|
|
|
|
patches.suse/net-mlx5-Enable-devlink-port-for-embedded-cpu-VF-vpo.patch
|
|
|
|
patches.suse/net-mlx5-Update-vport-caps-query-set-for-EC-VFs.patch
|
|
|
|
patches.suse/net-mlx5-Add-management-of-EC-VF-vports.patch
|
|
|
|
patches.suse/net-mlx5-Add-remove-peer-miss-rules-for-EC-VFs.patch
|
|
|
|
patches.suse/net-mlx5-Add-new-page-type-for-EC-VF-pages.patch
|
|
|
|
patches.suse/net-mlx5-Use-correct-vport-when-restoring-GUIDs.patch
|
|
|
|
patches.suse/net-mlx5-Query-correct-caps-for-min-msix-vectors.patch
|
|
|
|
patches.suse/net-mlx5-Update-SRIOV-enable-disable-to-handle-EC-VF.patch
|
|
|
|
patches.suse/net-mlx5-Set-max-number-of-embedded-CPU-VFs.patch
|
|
|
|
patches.suse/net-mlx5-Split-function_setup-to-enable-and-open-fun.patch
|
|
|
|
patches.suse/net-mlx5-Move-esw-multiport-devlink-param-to-eswitch.patch
|
|
|
|
patches.suse/net-mlx5-Light-probe-local-SFs.patch
|
|
|
|
patches.suse/net-mlx5e-Remove-a-useless-function-call.patch
|
|
|
|
patches.suse/net-flow_dissector-add-support-for-cfm-packets.patch
|
|
|
|
patches.suse/Remove-file-f_op-sendpage.patch
|
|
|
|
patches.suse/algif-Remove-hash_sendpage.patch
|
|
|
|
patches.suse/sunrpc-Use-sendmsg-MSG_SPLICE_PAGES-rather-then-send.patch
|
|
|
|
patches.suse/tcp_bpf-Make-tcp_bpf_sendpage-go-through-tcp_bpf_sen.patch
|
|
|
|
patches.suse/kcm-Use-sendmsg-MSG_SPLICE_PAGES-rather-then-sendpag.patch
|
|
|
|
patches.suse/kcm-Send-multiple-frags-in-one-sendmsg.patch
|
|
|
|
patches.suse/octeontx2-af-Add-devlink-option-to-adjust-mcam-high-.patch
|
|
|
|
patches.suse/octeontx2-af-extend-RSS-supported-offload-types.patch
|
|
|
|
patches.suse/octeontx2-af-cn10k-Set-NIX-DWRR-MTU-for-CN10KB-silic.patch
|
|
|
|
patches.suse/octeontx2-af-Enable-LBK-links-only-when-switch-mode-.patch
|
|
|
|
patches.suse/octeontx2-af-add-option-to-toggle-DROP_RE-enable-in-.patch
|
|
|
|
patches.suse/octeontx2-af-Set-XOFF-on-other-child-transmit-schedu.patch
|
|
|
|
patches.suse/tools-ynl-gen-correct-enum-policies.patch
|
|
|
|
patches.suse/tools-ynl-gen-inherit-policy-in-multi-attr.patch
|
|
|
|
patches.suse/ethtool-ioctl-account-for-sopass-diff-in-set_wol.patch
|
|
|
|
patches.suse/rtnetlink-extend-RTEXT_FILTER_SKIP_STATS-to-IFL.patch
|
|
|
|
patches.suse/net-create-device-lookup-API-with-reference-tracking.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/netpoll-allocate-netdev-tracker-right-away.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/net-tls-make-the-offload-check-helper-take-skb-not-s.patch
|
|
|
|
patches.suse/tools-ynl-work-around-stale-system-headers.patch
|
|
|
|
patches.suse/net-ena-Add-dynamic-recycling-mechanism-for-rx-buffe.patch
|
|
|
|
patches.suse/sunvnet-fix-sparc64-build-error-after-gso-code.patch
|
|
|
|
patches.suse/splice-net-Fix-splice_to_socket-to-handle-pipe-bufs-.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/net-add-check-for-current-MAC-address-in-dev_set_mac.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/i40e-remove-unnecessary-check-for-old-MAC-new-MAC.patch
|
|
|
|
patches.suse/ice-remove-unnecessary-check-for-old-MAC-new-MAC.patch
|
|
|
|
patches.suse/net-ethernet-litex-add-support-for-64-bit-stats.patch
|
|
|
|
patches.suse/sfc-do-not-try-to-call-tc-functions-when-CONFIG_SFC_.patch
|
|
|
|
patches.suse/ip-ip6-Fix-splice-to-raw-and-ping-sockets.patch
|
|
|
|
patches.suse/kcm-Fix-unnecessary-psock-unreservation.patch
|
|
|
|
patches.suse/devlink-report-devlink_port_type_warn-source-de.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/tcp-enforce-receive-buffer-memory-limits-by-allowing.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/crypto-Fix-af_alg_sendmsg-MSG_SPLICE_PAGES-sglist-li.patch
|
|
|
|
patches.suse/ipv6-also-use-netdev_hold-in-ip6_route_check_nh.patch
|
|
|
|
patches.suse/net-phy-at803x-Use-devm_regulator_get_enable_o.patch
|
|
|
|
patches.suse/net-mlx5-Ack-on-sync_reset_request-only-if-PF-can-do.patch
|
|
|
|
patches.suse/net-mlx5-Expose-timeout-for-sync-reset-unload-stage.patch
|
|
|
|
patches.suse/net-mlx5-Check-DTOR-entry-value-is-not-zero.patch
|
|
|
|
patches.suse/net-mlx5-Handle-sync-reset-unload-event.patch
|
|
|
|
patches.suse/net-mlx5-Create-eswitch-debugfs-root-directory.patch
|
|
|
|
patches.suse/net-mlx5-Bridge-pass-net-device-when-linking-vport-t.patch
|
|
|
|
patches.suse/net-mlx5-Bridge-expose-FDB-state-via-debugfs.patch
|
|
|
|
patches.suse/net-mlx5-E-Switch-remove-redundant-else-statements.patch
|
|
|
|
patches.suse/net-mlx5e-Remove-mlx5e_dbg-and-msglvl-support.patch
|
|
|
|
patches.suse/net-mlx5-Expose-bits-for-local-loopback-counter.patch
|
|
|
|
patches.suse/net-mlx5e-Add-local-loopback-counter-to-vport-stats.patch
|
|
|
|
patches.suse/net-mlx5-Fix-the-macro-for-accessing-EC-VF-vports.patch
|
|
|
|
patches.suse/net-mlx5-DR-update-query-of-HCA-caps-for-EC-VFs.patch
|
|
|
|
patches.suse/net-mlx5-Add-header-file-for-events.patch
|
|
|
|
patches.suse/net-mlx5-Remove-unused-ecpu-field-from-struct-mlx5_s.patch
|
|
|
|
patches.suse/ptp-Clarify-ptp_clock_info-.adjphase-expects-an-inte.patch
|
|
|
|
patches.suse/ptp-Add-.getmaxphase-callback-to-ptp_clock_info.patch
|
|
|
|
patches.suse/net-mlx5-Add-.getmaxphase-ptp_clock_info-callback.patch
|
|
|
|
patches.suse/ptp-ocp-Add-.getmaxphase-ptp_clock_info-callback.patch
|
|
|
|
patches.suse/crypto-af_alg-hash-Fix-recvmsg-after-sendmsg-MSG_MOR.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/mctp-Reorder-fields-in-struct-mctp_route.patch
|
|
|
|
patches.suse/mptcp-Reorder-fields-in-struct-mptcp_pm_add_entry.patch
|
|
|
|
patches.suse/netlabel-Reorder-fields-in-struct-netlbl_domaddr6_ma.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/octeontx2-pf-TC-flower-offload-support-for-rxqueue-m.patch
|
|
|
|
patches.suse/sfc-add-CONFIG_INET-dependency-for-TC-offload.patch
|
|
|
|
patches.suse/sfc-fix-uninitialized-variable-use.patch
|
|
|
|
patches.suse/bnxt_en-Link-representors-to-PCI-device.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/inet-Cleanup-on-charging-memory-for-newly-accepted-s.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/i40e-xsk-fix-comment-typo.patch
|
|
|
|
patches.suse/net-tls-fix-comment-typo.patch
|
|
|
|
patches.suse/tools-ynl-improve-the-direct-include-header-guard-lo.patch
|
|
|
|
patches.suse/igb-Fix-igb_down-hung-on-surprise-removal.patch
|
|
|
|
patches.suse/sfc-keep-alive-neighbour-entries-while-a-TC-encap-ac.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/net-fix-net-device-address-assign-type.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/can-m_can-fix-coding-style.patch
|
|
|
|
patches.suse/can-length-fix-bitstuffing-count.patch
|
|
|
|
patches.suse/can-length-fix-description-of-the-RRS-field.patch
|
|
|
|
patches.suse/can-kvaser_pciefd-Remove-useless-write-to-interrupt-.patch
|
|
|
|
patches.suse/can-kvaser_pciefd-Remove-handler-for-unused-KVASER_P.patch
|
|
|
|
patches.suse/can-kvaser_pciefd-Add-function-to-set-skb-hwtst.patch
|
|
|
|
patches.suse/can-kvaser_pciefd-Set-hardware-timestamp-on-tra.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rtw88-add-missing-unwind-goto-for-__rtw_downloa.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-cfg80211-S1G-rate-information-and-calculations.patch
|
|
|
|
patches.suse/wifi-mac80211-add-helpers-to-access-sband-iftyp.patch
|
|
|
|
patches.suse/wifi-mac80211-include-key-action-command-in-tracing.patch
|
|
|
|
patches.suse/wifi-mac80211-pass-roc-sdata-to-drv_cancel_remain_on.patch
|
|
|
|
patches.suse/wifi-mac80211-mlme-clarify-WMM-messages.patch
|
|
|
|
patches.suse/wifi-mac80211-fix-CSA-processing-while-scanning.patch
|
|
|
|
patches.suse/wifi-mac80211-don-t-update-rx_stats.last_rate-for-ND.patch
|
|
|
|
patches.suse/wifi-mac80211-allow-disabling-SMPS-debugfs-controls.patch
|
|
|
|
patches.suse/wifi-mac80211-Add-getter-functions-for-vif-MLD-state.patch
|
|
|
|
patches.suse/wifi-cfg80211-Support-association-to-AP-MLD-with-dis.patch
|
|
|
|
patches.suse/wifi-mac80211-Do-not-use-non-MLD-AP-syntax.patch
|
|
|
|
patches.suse/wifi-mac80211-Fix-permissions-for-valid_links-d.patch
|
|
|
|
patches.suse/wifi-iwlwifi-make-debugfs-entries-link-specific.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Handle-return-value-for-iwl_mv.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-FTM-initiator-MLO-support.patch
|
|
|
|
patches.suse/wifi-iwlwifi-update-response-for-mcc_update-command.patch
|
|
|
|
patches.suse/wifi-iwlwifi-bump-FW-API-to-79-for-AX-devices.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-fix-getting-LDPC-STBC-support.patch
|
|
|
|
patches.suse/wifi-iwlwifi-unify-checks-for-HW-error-values.patch
|
|
|
|
patches.suse/wifi-iwlwifi-fw-print-PC-register-value-instead.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-always-set-MH-len-in-offload_assist.patch
|
|
|
|
patches.suse/wifi-iwlwifi-debugfs-add-ppag-capa-to-fw-info-file.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pass-ESR-parameters-to-the-firmware.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-FTM-responder-MLO-support.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Propagate-ERP-slot-changes-to-FW.patch
|
|
|
|
patches.suse/wifi-cfg80211-replace-strlcpy-with-strscpy.patch
|
|
|
|
patches.suse/wifi-mac80211-Replace-strlcpy-with-strscpy.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-support-U-SIG-EHT-validate-checks.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-rename-BTM-support-flag-and-its-TLV.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-initialize-the-rx_vec-before-using-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-improve-debug-prints-in-iwl_read_ppag_t.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Refactor-iwl_mvm_get_lmac_id.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-add-support-for-Extra-EHT-LTF.patch
|
|
|
|
patches.suse/wifi-iwlwifi-support-version-C0-of-BZ-and-GL-devices.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-fix-potential-array-out-of-bou.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-put-only-a-single-IGTK-into-FW.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-allow-ADD_STA-not-to-be-advertised-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-dbg-tlv-fix-DRAM-data-init.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pcie-clear-FW-debug-memory-on-init.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pcie-remove-redundant-argument.patch
|
|
|
|
patches.suse/wifi-iwlwifi-dbg-tlv-clear-FW-debug-memory-on-init.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rt2x00-fix-the-typo-in-comments.patch
|
|
|
|
patches.suse/wifi-mt7601u-replace-strlcpy-with-strscpy.patch
|
|
|
|
patches.suse/wifi-rtw89-cleanup-private-data-structures.patch
|
|
|
|
patches.suse/wifi-rtw89-cleanup-rtw89_iqk_info-and-related-code.patch
|
|
|
|
patches.suse/wifi-rtw89-fix-spelling-typo-of-IQK-debug-messages.patch
|
|
|
|
patches.suse/wifi-brcmfmac-fix-gnu_printf-warnings.patch
|
|
|
|
patches.suse/wifi-brcmsmac-fix-gnu_printf-warnings.patch
|
|
|
|
patches.suse/wifi-hostap-fix-stringop-truncations-GCC-warning.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-mac80211-Support-disabled-links-during-associat.patch
|
|
|
|
patches.suse/wifi-mac80211-Add-debugfs-entry-to-report-dormant-li.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-remove-new-checksum-code.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Add-NULL-check-before-derefere.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-correctly-access-HE-EHT-sband-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Correctly-indicate-support-for-VHT-TX-S.patch
|
|
|
|
patches.suse/wifi-iwlwifi-fw-make-some-ACPI-functions-static.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-use-iwl_mvm_is_vendor_in_approved_l.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pull-from-TXQs-with-softirqs-disab.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pcie-double-check-ACK-interrupt-after-t.patch
|
|
|
|
patches.suse/wifi-iwlwifi-fw-Add-new-FSEQ-defines-to-fw-dump.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-add-a-NULL-pointer-check.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-check-link-during-TX.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-store-WMM-params-per-link.patch
|
|
|
|
patches.suse/wifi-iwlwifi-use-array-as-array-argument.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-always-send-spec-link-ID-in-link-co.patch
|
|
|
|
patches.suse/wifi-iwlwifi-add-some-FW-misbehaviour-check-infrastr.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pcie-fix-NULL-pointer-dereference-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-implement-WPFC-ACPI-table-loading.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-track-u-APSD-misbehaving-AP-by-AP-a.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Validate-tid-is-in-valid-range-befo.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Validate-slots_num-before-allocating-me.patch
|
|
|
|
patches.suse/wifi-iwlwifi-add-a-few-rate-index-validity-checks.patch
|
|
|
|
patches.suse/wifi-mac80211-Remove-Missing-iftype-sband-data-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-fix-max-number-of-fw-active-links.patch
|
|
|
|
patches.suse/wifi-iwlwifi-handle-eSR-transitions.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Don-t-access-vif-valid-links-direct.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Add-support-for-SCAN-API-version-16.patch
|
|
|
|
patches.suse/wifi-iwlwifi-bump-FW-API-to-81-for-AX-devices.patch
|
|
|
|
patches.suse/wifi-wext-core-Fix-Wstringop-overflow-warning-i.patch
|
|
|
|
patches.suse/wifi-cfg80211-make-TDLS-management-link-aware.patch
|
|
|
|
patches.suse/wifi-mac80211-handle-TDLS-negotiation-with-MLO.patch
|
|
|
|
patches.suse/wifi-mac80211-handle-TDLS-data-frames-with-MLO.patch
|
|
|
|
patches.suse/wifi-mac80211-Add-HE-and-EHT-capa-elements-in-TDLS-f.patch
|
|
|
|
patches.suse/wifi-mac80211-Extend-AID-element-addition-for-TDLS-f.patch
|
|
|
|
patches.suse/wifi-mac80211-stop-passing-cbss-to-parser.patch
|
|
|
|
patches.suse/wifi-mac80211-add-consistency-check-for-compat-chand.patch
|
|
|
|
patches.suse/wifi-mac80211-feed-the-link_id-to-cfg80211_ch_switch.patch
|
|
|
|
patches.suse/wifi-cfg80211-move-regulatory_hint_found_beacon-to-b.patch
|
|
|
|
patches.suse/wifi-cfg80211-keep-bss_lock-held-when-informing.patch
|
|
|
|
patches.suse/wifi-cfg80211-add-inform_bss-op-to-update-BSS.patch
|
|
|
|
patches.suse/wifi-mac80211-use-new-inform_bss-callback.patch
|
|
|
|
patches.suse/wifi-cfg80211-ignore-invalid-TBTT-info-field-types.patch
|
|
|
|
patches.suse/wifi-cfg80211-rewrite-merging-of-inherited-elem.patch
|
|
|
|
patches.suse/wifi-cfg80211-drop-incorrect-nontransmitted-BSS.patch
|
|
|
|
patches.suse/wifi-cfg80211-add-element-defragmentation-helper.patch
|
|
|
|
patches.suse/wifi-mac80211-use-cfg80211-defragmentation-helper.patch
|
|
|
|
patches.suse/wifi-mac80211-Rename-multi_link.patch
|
|
|
|
patches.suse/wifi-mac80211-Add-support-for-parsing-Reconfiguratio.patch
|
|
|
|
patches.suse/wifi-mac80211-Rename-ieee80211_mle_sta_prof_size_ok.patch
|
|
|
|
patches.suse/wifi-cfg80211-fix-regulatory-disconnect-for-non.patch
|
|
|
|
patches.suse/wifi-cfg80211-fix-regulatory-disconnect-with-OC.patch
|
|
|
|
patches.suse/wifi-mac80211-Include-Multi-Link-in-CRC-calculation.patch
|
|
|
|
patches.suse/wifi-ieee80211-Fix-the-common-size-calculation-.patch
|
|
|
|
patches.suse/wifi-ieee80211-add-helper-to-validate-ML-element-typ.patch
|
|
|
|
patches.suse/wifi-ieee80211-use-default-for-medium-synchronizatio.patch
|
|
|
|
patches.suse/wifi-cfg80211-Always-ignore-ML-element.patch
|
|
|
|
patches.suse/wifi-ieee80211-add-definitions-for-RNR-MLD-params.patch
|
|
|
|
patches.suse/wifi-cfg80211-use-a-struct-for-inform_single_bss-dat.patch
|
|
|
|
patches.suse/wifi-ieee80211-add-structs-for-TBTT-information-acce.patch
|
|
|
|
patches.suse/wifi-cfg80211-use-structs-for-TBTT-information-acces.patch
|
|
|
|
patches.suse/wifi-cfg80211-handle-BSS-data-contained-in-ML-probe-.patch
|
|
|
|
patches.suse/wifi-cfg80211-do-not-scan-disabled-links-on-6GHz.patch
|
|
|
|
patches.suse/wifi-cfg80211-nl80211-Add-support-to-indicate-STA-ML.patch
|
|
|
|
patches.suse/wifi-mac80211-add-___ieee80211_disconnect-variant-no.patch
|
|
|
|
patches.suse/wifi-mac80211-add-set_active_links-variant-not-locki.patch
|
|
|
|
patches.suse/wifi-mac80211-Support-link-removal-using-Reconfigura.patch
|
|
|
|
patches.suse/wifi-ieee80211-reorder-presence-checks-in-MLE-per-ST.patch
|
|
|
|
patches.suse/wifi-mac80211-agg-tx-add-a-few-locking-assertions.patch
|
|
|
|
patches.suse/wifi-mac80211-agg-tx-prevent-start-stop-race.patch
|
|
|
|
patches.suse/wifi-update-multi-link-element-STA-reconfig.patch
|
|
|
|
patches.suse/wifi-cfg80211-stop-parsing-after-allocation-failure.patch
|
|
|
|
patches.suse/wifi-cfg80211-search-all-RNR-elements-for-colocated-.patch
|
|
|
|
patches.suse/wifi-mac80211-check-EHT-basic-MCS-NSS-set.patch
|
|
|
|
patches.suse/wifi-iwlwifi-dvm-fix-Wunused-const-variable-gcc-warn.patch
|
|
|
|
patches.suse/wifi-mac80211-add-eht_capa-debugfs-field.patch
|
|
|
|
patches.suse/wifi-mac80211-fix-documentation-config-reference.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-rtw88-Fix-action-frame-transmission-fail-before.patch
|
|
|
|
patches.suse/wifi-rtw88-process-VO-packets-without-workqueue-to-a.patch
|
|
|
|
patches.suse/wifi-rtw88-use-struct-instead-of-macros-to-set-TX-de.patch
|
|
|
|
patches.suse/wifi-rtw88-Fix-AP-mode-incorrect-DTIM-behavior.patch
|
|
|
|
patches.suse/wifi-rtw88-Skip-high-queue-in-hci_flush.patch
|
|
|
|
patches.suse/wifi-rtw88-Stop-high-queue-during-scan.patch
|
|
|
|
patches.suse/wifi-rtw88-refine-register-based-H2C-command.patch
|
|
|
|
patches.suse/wifi-rtw88-fix-not-entering-PS-mode-after-AP-stops.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-update-RF-radio-A-parameters-to-R28.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-update-TX-power-tables-to-R28.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-add-LCK-track.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-rfk-update-IQK-to-version-0x8.patch
|
|
|
|
patches.suse/wifi-rtw89-8851b-configure-to-force-1-TX-power-value.patch
|
|
|
|
patches.suse/wifi-rtw89-TX-power-stuffs-replace-confusing-naming-.patch
|
|
|
|
patches.suse/wifi-rtw89-use-struct-to-parse-firmware-header.patch
|
|
|
|
patches.suse/wifi-p54-Add-missing-MODULE_FIRMWARE-macro.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-mac80211-drop-unprotected-robust-mgmt-before-4-.patch
|
|
|
|
patches.suse/wifi-mac80211-move-action-length-check-up.patch
|
|
|
|
patches.suse/wifi-mac80211-drop-some-unprotected-action-frames.patch
|
|
|
|
patches.suse/wifi-mac80211-store-BSS-param-change-count-from-asso.patch
|
|
|
|
patches.suse/wifi-mac80211-always-hold-sdata-lock-in-chanctx-assi.patch
|
|
|
|
patches.suse/wifi-mac80211-avoid-lockdep-checking-when-removing-d.patch
|
|
|
|
patches.suse/wifi-mac80211-fix-CRC-calculation-for-extended-elems.patch
|
|
|
|
patches.suse/wifi-cfg80211-Retrieve-PSD-information-from-RNR-AP-i.patch
|
|
|
|
patches.suse/wifi-nl80211-reg-add-no-EHT-regulatory-flag.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pcie-refactor-RB-status-size-calculatio.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pcie-add-size-assertions.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-check-the-right-csa_active.patch
|
|
|
|
patches.suse/wifi-iwlwifi-fw-send-marker-cmd-before-suspend-cmd.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-make-iwl_mvm_set_fw_mu_edca_params-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-nvm-handle-EHT-320-MHz-regulatory-flag.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-use-EHT-maximum-MPDU-length-on-2.4-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-use-min_t-for-agg_size.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-add-EHT-A-MPDU-size-exponent-suppor.patch
|
|
|
|
patches.suse/wifi-iwlwifi-limit-EHT-capabilities-based-on-PCIe-li.patch
|
|
|
|
patches.suse/wifi-iwlwifi-remove-disable_dummy_notification.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-send-LARI-configuration-earlier.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Add-support-for-new-PCI-Id.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-support-new-flush_sta-method.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-indicate-HW-decrypt-for-beacon.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-avoid-baid-size-integer-overfl.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-check-only-affected-links.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-adjust-skip-over-dtim-in-D3.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Add-support-for-scan-version-17.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Add-support-for-new-Bz-version.patch
|
|
|
|
patches.suse/wifi-iwlwifi-Add-support-for-new-CNVi-SC.patch
|
|
|
|
patches.suse/wifi-iwlwifi-split-22000.c-into-multiple-files.patch
|
|
|
|
patches.suse/wifi-iwlwifi-give-Sc-devices-their-own-family.patch
|
|
|
|
patches.suse/wifi-iwlwifi-don-t-load-old-firmware-for-Sc.patch
|
|
|
|
patches.suse/wifi-iwlwifi-don-t-load-old-firmware-for-Bz.patch
|
|
|
|
patches.suse/wifi-iwlwifi-don-t-load-old-firmware-for-ax210.patch
|
|
|
|
patches.suse/wifi-iwlwifi-don-t-load-old-firmware-for-22000.patch
|
|
|
|
patches.suse/wifi-iwlwifi-remove-support-for-nJ-devices.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pcie-also-drop-jacket-from-info-macro.patch
|
|
|
|
patches.suse/wifi-iwlwifi-unify-Bz-Gl-device-configurations.patch
|
|
|
|
patches.suse/wifi-iwlwifi-also-unify-Sc-device-configurations.patch
|
|
|
|
patches.suse/wifi-iwlwifi-also-unify-Ma-device-configurations.patch
|
|
|
|
patches.suse/wifi-iwlwifi-cfg-remove-trailing-dash-from-FW_PRE-co.patch
|
|
|
|
patches.suse/wifi-iwlwifi-bump-FW-API-to-83-for-AX-BZ-SC-devices.patch
|
|
|
|
patches.suse/wifi-iwlwifi-pcie-add-device-id-51F1-for-killer.patch
|
|
|
|
patches.suse/wifi-iwlwifi-cfg-clean-up-Bz-module-firmware-lines.patch
|
|
|
|
patches.suse/wifi-iwlwifi-remove-support-of-A0-version-of-FM-RF.patch
|
|
|
|
patches.suse/wifi-mac80211-mark-keys-as-uploaded-when-added-by-th.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Refactor-security-key-update-after-.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-update-two-most-recent-GTKs-on-D3-r.patch
|
|
|
|
patches.suse/wifi-iwlwifi-mvm-Add-support-for-IGTK-in-D3-resume-f.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-wil6210-fw-Replace-zero-length-arrays-with-DECL.patch
|
|
|
|
patches.suse/wifi-wil6210-wmi-Replace-zero-length-array-with-DECL.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath9k-don-t-allow-to-overwrite-ENDPOINT0-a.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath12k-Add-support-to-parse-new-WMI-event-for-6.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath11k-add-support-default-regdb-while-sea.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath11k-remove-unused-function-ath11k_tm_event_w.patch
|
|
|
|
patches.suse/wifi-ath11k-factory-test-mode-support.patch
|
|
|
|
patches.suse/wifi-ath11k-Allow-ath11k-to-boot-without-caldata-in-.patch
|
|
|
|
patches.suse/wifi-ath11k-Add-HTT-stats-for-PHY-reset-case.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath10k-Trigger-STA-disconnect-after-reconf.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath10k-Drop-cleaning-of-driver-data-from-probe-.patch
|
|
|
|
patches.suse/wifi-ath10k-Drop-checks-that-are-always-false.patch
|
|
|
|
patches.suse/wifi-ath10k-Convert-to-platform-remove-callback-retu.patch
|
|
|
|
patches.suse/wifi-atk10k-Don-t-opencode-ath10k_pci_priv-in-ath10k.patch
|
|
|
|
patches.suse/wifi-ath11k-update-proper-pdev-vdev-id-for-testmode-.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath12k-Avoid-NULL-pointer-access-during-ma.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath12k-check-hardware-major-version-for-WCN7850.patch
|
|
|
|
patches.suse/wifi-ath12k-Use-msdu_end-to-check-MCBC.patch
|
|
|
|
patches.suse/wifi-ath12k-delete-the-timer-rx_replenish_retry-duri.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath9k-Fix-possible-stall-on-ath9k_txq_list.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath11k-debug-remove-unused-ATH11K_DBG_ANY.patch
|
|
|
|
patches.suse/wifi-ath11k-print-debug-level-in-debug-messages.patch
|
|
|
|
patches.suse/wifi-ath11k-remove-manual-mask-names-from-debug-mess.patch
|
|
|
|
patches.suse/wifi-ath11k-add-WMI-event-debug-messages.patch
|
|
|
|
patches.suse/wifi-ath11k-remove-unsupported-event-handlers.patch
|
|
|
|
patches.suse/wifi-ath11k-wmi-cleanup-error-handling-in-ath11k_wmi.patch
|
|
|
|
patches.suse/wifi-ath11k-wmi-use-common-error-handling-style.patch
|
|
|
|
patches.suse/wifi-ath11k-wmi-add-unified-command-debug-messages.patch
|
|
|
|
patches.suse/wifi-ath11k-pci-cleanup-debug-logging.patch
|
|
|
|
patches.suse/wifi-ath11k-dp-cleanup-debug-message.patch
|
|
|
|
patches.suse/wifi-ath11k-debug-use-all-upper-case-in-ATH11k_DBG_H.patch
|
|
|
|
patches.suse/wifi-ath11k-hal-cleanup-debug-message.patch
|
|
|
|
patches.suse/wifi-ath11k-don-t-use-pK.patch
|
|
|
|
patches.suse/wifi-ath11k-htc-cleanup-debug-messages.patch
|
|
|
|
patches.suse/wifi-ath11k-debug-add-ATH11K_DBG_CE.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath11k-fix-memory-leak-in-WMI-firmware-sta.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath12k-fix-conf_mutex-in-ath12k_mac_op_unassign.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ath11k-Add-missing-check-for-ioremap.patch
|
|
|
|
patches.suse/wifi-ath11k-Add-missing-ops-config-for-IPQ5018-.patch
|
|
|
|
patches.suse/wifi-ath11k-Restart-firmware-after-cold-boot-ca.patch
|
|
|
|
patches.suse/wifi-ath11k-Add-missing-hw_ops-get_ring_selecto.patch
|
|
|
|
patches.suse/wifi-ath9k-convert-msecs-to-jiffies-where-neede.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/wifi-ath10k-improve-structure-padding.patch
|
|
|
|
patches.suse/wifi-rtlwifi-simplify-LED-management.patch
|
|
|
|
patches.suse/wifi-rtlwifi-cleanup-USB-interface.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/wifi-ieee80211-fix-erroneous-NSTR-bitmap-size-checks.patch
|
|
|
|
patches.suse/net-hns3-fix-strncpy-not-using-dest-buf-length-.patch
|
|
|
|
patches.suse/s390-lcs-Convert-sysfs-sprintf-to-sysfs_emit.patch
|
|
|
|
patches.suse/s390-lcs-Convert-sprintf-to-scnprintf.patch
|
|
|
|
patches.suse/s390-ctcm-Convert-sysfs-sprintf-to-sysfs_emit.patch
|
|
|
|
patches.suse/s390-ctcm-Convert-sprintf-snprintf-to-scnprintf.patch
|
|
|
|
patches.suse/bpf-Silence-a-warning-in-btf_type_id_size.patch
|
|
|
|
patches.suse/selftests-bpf-Add-a-test-where-map-key_type_id-with-.patch
|
|
|
|
patches.suse/bpf-tests-Use-struct_size.patch
|
|
|
|
patches.suse/bpf-Replace-all-non-returning-strlcpy-with-strscpy.patch
|
|
|
|
patches.suse/net-Use-umd_cleanup_helper.patch
|
|
|
|
patches.suse/samples-bpf-xdp1-and-xdp2-reduce-XDPBUFSIZE-to-.patch
|
|
|
|
patches.suse/bpf-Add-table-ID-to-bpf_fib_lookup-BPF-helper.patch
|
|
|
|
patches.suse/selftests-bpf-Test-table-ID-fib-lookup-BPF-helper.patch
|
|
|
|
patches.suse/bpf-Set-kptr_struct_meta-for-node-param-to-list.patch
|
|
|
|
patches.suse/bpf-Fix-__bpf_-list-rbtree-_add-s-beginning-of-.patch
|
|
|
|
patches.suse/bpf-Make-bpf_refcount_acquire-fallible-for-non-.patch
|
|
|
|
patches.suse/bpf-xdp-optimize-bpf_xdp_pointer-to-avoid-reading-si.patch
|
|
|
|
patches.suse/bpf-Replace-open-code-with-for-allocated-object-chec.patch
|
|
|
|
patches.suse/bpf-Teach-verifier-that-trusted-PTR_TO_BTF_ID-pointe.patch
|
|
|
|
patches.suse/selftests-bpf-Add-test-for-non-NULLable-PTR_TO_BTF_I.patch
|
|
|
|
patches.suse/tools-resolve_btfids-Fix-setting-HOSTCFLAGS.patch
|
|
|
|
patches.suse/selftests-bpf-Add-missing-selftests-kconfig-options.patch
|
|
|
|
patches.suse/bpf-Cleanup-unused-function-declaration.patch
|
|
|
|
patches.suse/selftests-bpf-Fix-check_mtu-using-wrong-variabl.patch
|
|
|
|
patches.suse/bpf-Factor-out-a-common-helper-free_all.patch
|
|
|
|
patches.suse/selftests-bpf-Add-missing-prototypes-for-several-tes.patch
|
|
|
|
patches.suse/selftests-bpf-Fix-invalid-pointer-check-in-get_.patch
|
|
|
|
patches.suse/bpf-Hide-unused-bpf_patch_call_args.patch
|
|
|
|
patches.suse/bpf-Add-bpf_cpumask_first_and-kfunc.patch
|
|
|
|
patches.suse/selftests-bpf-Add-test-for-new-bpf_cpumask_first_and.patch
|
|
|
|
patches.suse/bpf-Replace-bpf_cpumask_any-with-bpf_cpumask_any_dis.patch
|
|
|
|
patches.suse/selftests-bpf-Update-bpf_cpumask_any-tests-to-use-bp.patch
|
|
|
|
patches.suse/bpf-docs-Update-documentation-for-new-cpumask-kfuncs.patch
|
|
|
|
patches.suse/bpf-Use-scalar-ids-in-mark_chain_precision.patch
|
|
|
|
patches.suse/selftests-bpf-Check-if-mark_chain_precision-follows-.patch
|
|
|
|
patches.suse/bpf-Verify-scalar-ids-mapping-in-regsafe-using-.patch
|
|
|
|
patches.suse/selftests-bpf-Verify-that-check_ids-is-used-for-scal.patch
|
|
|
|
patches.suse/bpf-Remove-in_atomic-from-bpf_link_put.patch
|
|
|
|
patches.suse/bpf-Move-unprivileged-checks-into-map_create-a.patch
|
|
|
|
patches.suse/bpf-Inline-map-creation-logic-in-map_create-fu.patch
|
|
|
|
patches.suse/bpf-Centralize-permissions-checks-for-all-BPF-.patch
|
|
|
|
patches.suse/bpf-Keep-BPF_PROG_LOAD-permission-checks-clear-of-va.patch
|
|
|
|
patches.suse/selftests-bpf-Use-producer_cnt-to-allocate-local-cou.patch
|
|
|
|
patches.suse/selftests-bpf-Output-the-correct-error-code-for-pthr.patch
|
|
|
|
patches.suse/selftests-bpf-Ensure-that-next_cpu-returns-a-valid-C.patch
|
|
|
|
patches.suse/selftests-bpf-Set-the-default-value-of-consumer_cnt-.patch
|
|
|
|
patches.suse/bpf-Factor-out-socket-lookup-functions-for-the-.patch
|
|
|
|
patches.suse/bpf-Call-__bpf_sk_lookup-__bpf_skc_lookup-direc.patch
|
|
|
|
patches.suse/bpf-Fix-bpf-socket-lookup-from-tc-xdp-to-respec.patch
|
|
|
|
patches.suse/selftests-bpf-Add-vrf_socket_lookup-tests.patch
|
|
|
|
patches.suse/selftests-bpf-Fix-compilation-failure-for-prog-vrf_s.patch
|
|
|
|
patches.suse/bpf-docs-BPF-Iterator-Document.patch
|
|
|
|
patches.suse/bpf-docs-Document-existing-macros-instead-of-depreca.patch
|
|
|
|
patches.suse/iavf-fix-err-handling-for-MAC-replace.patch
|
|
|
|
patches.suse/iavf-remove-some-unused-functions-and-pointless-wrap.patch
|
|
|
|
patches.suse/iavf-make-functions-static-where-possible.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/net-tcp-optimise-locking-for-blocking-splice.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/ice-reduce-initial-wait-for-control-queue-messages.patch
|
|
|
|
patches.suse/ice-allow-hot-swapping-XDP-programs.patch
|
|
|
|
patches.suse/ice-clean-up-freeing-SR-IOV-VFs.patch
|
|
|
|
patches.suse/ice-remove-null-checks-before-devm_kfree-calls.patch
|
|
|
|
patches.suse/ice-Remove-managed-memory-usage-in-ice_get_fw_log_cf.patch
|
|
|
|
patches.suse/ice-use-ice_down_up-where-applicable.patch
|
|
|
|
patches.suse/netlink-specs-add-display-hint-to-schema-definitions.patch
|
|
|
|
patches.suse/tools-ynl-add-display-hint-support-to-ynl.patch
|
|
|
|
patches.suse/net-mlx5-Fix-UAF-in-mlx5_eswitch_cleanup.patch
|
|
|
|
patches.suse/net-mlx5-Fix-SFs-kernel-documentation-error.patch
|
|
|
|
patches.suse/net-mlx5-Fix-reserved-at-offset-in-hca_cap-register.patch
|
|
|
|
patches.suse/net-mlx5-Fix-error-code-in-mlx5_is_reset_now_capable.patch
|
|
|
|
patches.suse/net-mlx5-Lag-Remove-duplicate-code-checking-lag-is-s.patch
|
|
|
|
patches.suse/net-mlx5e-Use-vhca_id-for-device-index-in-vport-rx-r.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Add-peer-fdb-miss-rules-for-vport.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Use-xarray-for-devcom-paired-devi.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Pass-other_vport-flag-if-vport-is.patch
|
|
|
|
patches.suse/net-mlx5e-Remove-redundant-comment.patch
|
|
|
|
patches.suse/net-mlx5e-E-Switch-Fix-shared-fdb-error-flow.patch
|
|
|
|
patches.suse/net-mlx5-Remove-redundant-MLX5_ESWITCH_MANAGER-check.patch
|
|
|
|
patches.suse/net-mlx5-Remove-redundant-is_mdev_switchdev_mode-che.patch
|
|
|
|
patches.suse/net-mlx5-Remove-redundant-check-from-mlx5_esw_query_.patch
|
|
|
|
patches.suse/net-mlx5-Remove-pointless-vport-lookup-from-mlx5_esw.patch
|
|
|
|
patches.suse/tcp_bpf-smc-tls-espintcp-siw-Reduce-MSG_SENDPAGE_NOT.patch
|
|
|
|
patches.suse/net-Use-sendmsg-MSG_SPLICE_PAGES-not-sendpage-in-skb.patch
|
|
|
|
patches.suse/ceph-Use-sendmsg-MSG_SPLICE_PAGES-rather-than-sendpa.patch
|
|
|
|
patches.suse/ceph-Use-sendmsg-MSG_SPLICE_PAGES-rather-than-sendpage.patch
|
|
|
|
patches.suse/rds-Use-sendmsg-MSG_SPLICE_PAGES-rather-than-sendpag.patch
|
|
|
|
patches.suse/dlm-Use-sendmsg-MSG_SPLICE_PAGES-rather-than-sendpag.patch
|
|
|
|
patches.suse/nvme-tcp-Use-sendmsg-MSG_SPLICE_PAGES-rather-then-se.patch
|
|
|
|
patches.suse/nvmet-tcp-Use-sendmsg-MSG_SPLICE_PAGES-rather-then-s.patch
|
|
|
|
patches.suse/smc-Drop-smc_sendpage-in-favour-of-smc_sendmsg-MSG_S.patch
|
|
|
|
patches.suse/drbd-Use-sendmsg-MSG_SPLICE_PAGES-rather-than-sendpa.patch
|
|
|
|
patches.suse/scsi-iscsi_tcp-Use-sendmsg-MSG_SPLICE_PAGES-rather-t.patch
|
|
|
|
patches.suse/scsi-target-iscsi-Use-sendmsg-MSG_SPLICE_PAGES-rathe.patch
|
|
|
|
patches.suse/ocfs2-Fix-use-of-slab-data-with-sendpage.patch
|
|
|
|
patches.suse/ocfs2-Use-sendmsg-MSG_SPLICE_PAGES-rather-than-sendp.patch
|
|
|
|
patches.suse/sock-Remove-sendpage-in-favour-of-sendmsg-MSG_SPLICE.patch
|
|
|
|
patches.suse/net-Kill-MSG_SENDPAGE_NOTLAST.patch
|
|
|
|
patches.suse/sfc-use-padding-to-fix-alignment-in-loopback-test.patch
|
|
|
|
patches.suse/sfc-siena-use-padding-to-fix-alignment-in-loopback-t.patch
|
|
|
|
patches.suse/sfc-falcon-use-padding-to-fix-alignment-in-loopback-.patch
|
|
|
|
patches.suse/ipvs-increase-ip_vs_conn_tab_bits-range-for-64B.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/ipvs-dynamically-limit-the-connection-hash-table.patch
|
|
|
|
patches.suse/netfilter-nf_tables-limit-allowed-range-via-nla_poli.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/perf-trace-fix-MSG_SPLICE_PAGES-build-error.patch
|
|
|
|
patches.suse/octeon_ep-use-vmalloc_array-and-vcalloc.patch
|
|
|
|
patches.suse/gve-use-vmalloc_array-and-vcalloc.patch
|
|
|
|
patches.suse/ionic-use-vmalloc_array-and-vcalloc.patch
|
|
|
|
patches.suse/msft-hv-2830-net-mana-use-vmalloc_array-and-vcalloc.patch
|
|
|
|
patches.suse/libceph-Partially-revert-changes-to-support-MSG_SPLI.patch
|
|
|
|
patches.suse/net-stmmac-fix-double-serdes-powerdown.patch
|
|
|
|
patches.suse/netlink-fix-potential-deadlock-in-netlink_set_e.patch
|
|
|
|
patches.suse/netlink-do-not-hard-code-device-address-lenth-i.patch
|
|
|
|
patches.suse/net-phy-dp83td510-fix-kernel-stall-during-netbo.patch
|
|
|
|
patches.suse/can-isotp-isotp_sendmsg-fix-return-error-fix-on.patch
|
|
|
|
patches.suse/net-bcmgenet-Ensure-MDIO-unregistration-has-clo.patch
|
|
|
|
patches.suse/bonding-do-not-assume-skb-mac_header-is-set.patch
|
|
|
|
patches.suse/igc-Fix-race-condition-in-PTP-tx-code.patch
|
|
|
|
patches.suse/igc-Check-if-hardware-TX-timestamping-is-enable.patch
|
|
|
|
patches.suse/igc-Retrieve-TX-timestamp-during-interrupt-hand.patch
|
|
|
|
patches.suse/igc-Work-around-HW-bug-causing-missing-timestam.patch
|
|
|
|
patches.suse/sch_netem-fix-issues-in-netem_change-vs-get_dis.patch
|
|
|
|
patches.suse/selftests-rtnetlink-remove-netdevsim-device-aft.patch
|
|
|
|
patches.suse/gtp-Fix-use-after-free-in-__gtp_encap_destroy.patch
|
|
|
|
patches.suse/net-axienet-Move-reset-before-64-bit-DMA-detect.patch
|
|
|
|
patches.suse/sfc-fix-crash-when-reading-stats-while-NIC-is-r.patch
|
|
|
|
patches.suse/net-nfc-Fix-use-after-free-caused-by-nfc_llcp_f.patch
|
|
|
|
patches.suse/ipvlan-Fix-return-value-of-ipvlan_queue_xmit.patch
|
|
|
|
patches.suse/lib-ts_bm-reset-initial-match-offset-for-every-.patch
|
|
|
|
patches.suse/netfilter-conntrack-dccp-copy-entire-header-to-.patch
|
|
|
|
patches.suse/linux-netfilter.h-fix-kernel-doc-warnings.patch
|
|
|
|
patches.suse/netfilter-nf_conntrack_sip-fix-the-ct_sip_parse.patch
|
|
|
|
patches.suse/netfilter-nf_tables-unbind-non-anonymous-set-if.patch
|
|
|
|
patches.suse/netfilter-nf_tables-fix-underflow-in-chain-refe.patch
|
|
|
|
patches.suse/net-dsa-avoid-suspicious-RCU-usage-for-synced-V.patch
|
|
|
|
patches.suse/netlink-Add-__sock_i_ino-for-__netlink_diag_dum.patch
|
|
|
|
patches.suse/mm-introduce-new-lock_mm_and_find_vma-page-faul.patch
|
|
|
|
patches.suse/mm-make-the-page-fault-mmap-locking-killable.patch
|
|
|
|
patches.suse/arm64-mm-Convert-to-using-lock_mm_and_find_vma.patch
|
|
|
|
patches.suse/powerpc-mm-Convert-to-using-lock_mm_and_find_vm.patch
|
|
|
|
patches.suse/mips-mm-Convert-to-using-lock_mm_and_find_vma.patch
|
|
|
|
patches.suse/riscv-mm-Convert-to-using-lock_mm_and_find_vma.patch
|
|
|
|
patches.suse/arm-mm-Convert-to-using-lock_mm_and_find_vma.patch
|
|
|
|
patches.suse/mm-fault-convert-remaining-simple-cases-to-lock.patch
|
|
|
|
patches.suse/powerpc-mm-convert-coprocessor-fault-to-lock_mm.patch
|
|
|
|
patches.suse/mm-make-find_extend_vma-fail-if-write-lock-not-.patch
|
|
|
|
patches.suse/execve-expand-new-process-stack-manually-ahead-.patch
|
|
|
|
patches.suse/mm-always-expand-the-stack-with-the-mmap-write-.patch
|
|
|
|
patches.suse/gup-add-warning-if-some-caller-would-seem-to-wa.patch
|
|
|
|
patches.suse/mm-khugepaged-fix-regression-in-collapse_file.patch
|
|
|
|
patches.suse/hwmon-f71882fg-prevent-possible-division-by-zer.patch
|
|
|
|
patches.suse/hwmon-gsc-hwmon-fix-fan-pwm-temperature-scaling.patch
|
|
|
|
patches.suse/hwmon-pmbus-adm1275-Fix-problems-with-temperatu.patch
|
|
|
|
patches.suse/hwmon-nct6755-Add-support-for-NCT6799D.patch
|
|
|
|
patches.suse/clk-mediatek-fix-of_iomap-memory-leak.patch
|
|
|
|
patches.suse/clk-mediatek-clk-mtk-Grab-iomem-pointer-for-div.patch
|
|
|
|
patches.suse/clk-mediatek-clk-mt8173-apmixedsys-Fix-return-v.patch
|
|
|
|
patches.suse/clk-mediatek-clk-mt8173-apmixedsys-Fix-iomap-no.patch
|
|
|
|
patches.suse/clk-vc5-Fix-.driver_data-content-in-i2c_device_.patch
|
|
|
|
patches.suse/clk-vc7-Fix-.driver_data-content-in-i2c_device_.patch
|
|
|
|
patches.suse/clk-rs9-Fix-.driver_data-content-in-i2c_device_.patch
|
|
|
|
patches.suse/clk-renesas-rzg2l-Fix-CPG_SIPLL5_CLK1-register-.patch
|
|
|
|
patches.suse/iopoll-Call-cpu_relax-in-busy-loops.patch
|
|
|
|
patches.suse/clk-Export-clk_hw_forward_rate_request.patch
|
|
|
|
patches.suse/ASoC-tlv320aic32x4-pll-Switch-to-determine_rate.patch
|
|
|
|
patches.suse/ASoC-tlv320aic32x4-div-Switch-to-determine_rate.patch
|
|
|
|
patches.suse/ASoC-tlv320aic32x4-pll-Remove-impossible-condition-i.patch
|
|
|
|
patches.suse/clk-samsung-Add-Exynos4212-compatible-to-CLKOUT-driv.patch
|
|
|
|
patches.suse/clk-samsung-Re-add-support-for-Exynos4212-CPU-clock.patch
|
|
|
|
patches.suse/clk-imx-scu-use-_safe-list-iterator-to-avoid-a-.patch
|
|
|
|
patches.suse/clk-imx-composite-8m-Add-imx8m_divider_determin.patch
|
|
|
|
patches.suse/clk-imx-clk-imxrt1050-fix-memory-leak-in-imxrt1.patch
|
|
|
|
patches.suse/clk-imx-clk-imx8mn-fix-memory-leak-in-imx8mn_cl.patch
|
|
|
|
patches.suse/clk-imx93-fix-memory-leak-and-missing-unwind-go.patch
|
|
|
|
patches.suse/clk-imx-clk-imx8mp-improve-error-handling-in-im.patch
|
|
|
|
patches.suse/clk-bcm-rpi-Fix-off-by-one-in-raspberrypi_disco.patch
|
|
|
|
patches.suse/clk-clocking-wizard-Fix-Oops-in-clk_wzrd_regist.patch
|
|
|
|
patches.suse/clk-tegra-tegra124-emc-Fix-potential-memory-lea.patch
|
|
|
|
patches.suse/clk-Fix-memory-leak-in-devm_clk_notifier_regist.patch
|
|
|
|
patches.suse/clk-vc5-check-memory-returned-by-kasprintf.patch
|
|
|
|
patches.suse/clk-cdce925-check-return-value-of-kasprintf.patch
|
|
|
|
patches.suse/clk-si5341-return-error-if-one-synth-clock-regi.patch
|
|
|
|
patches.suse/clk-si5341-check-return-value-of-devm_-kasprint.patch
|
|
|
|
patches.suse/clk-si5341-free-unused-memory-on-probe-failure.patch
|
|
|
|
patches.suse/clk-keystone-sci-clk-check-return-value-of-kasp.patch
|
|
|
|
patches.suse/clk-ti-clkctrl-check-return-value-of-kasprintf.patch
|
|
|
|
patches.suse/clk-clocking-wizard-check-return-value-of-devm_.patch
|
|
|
|
patches.suse/gpio-tegra186-Check-GPIO-pin-permission-before-access.patch
|
|
|
|
patches.suse/ARM-mfd-gpio-Fixup-TPS65010-regression-on-OMAP1.patch
|
|
|
|
patches.suse/ARM-omap1-Drop-header-on-AMS-Delta.patch
|
|
|
|
patches.suse/ARM-omap1-Remove-reliance-on-GPIO-numbers-from-.patch
|
|
|
|
patches.suse/ARM-omap1-Remove-reliance-on-GPIO-numbers-from-480c82d.patch
|
|
|
|
patches.suse/Input-ads7846-Convert-to-use-software-nodes.patch
|
|
|
|
patches.suse/ARM-mmc-Convert-old-mmci-omap-to-GPIO-descripto.patch
|
|
|
|
patches.suse/ARM-omap1-Fix-up-the-Nokia-770-board-device-IRQ.patch
|
|
|
|
patches.suse/ARM-omap1-Make-serial-wakeup-GPIOs-use-descript.patch
|
|
|
|
patches.suse/ARM-omap1-Exorcise-the-legacy-GPIO-header.patch
|
|
|
|
patches.suse/ARM-gpio-Push-OMAP2-quirk-down-into-TWL4030-dri.patch
|
|
|
|
patches.suse/ARM-omap2-Get-USB-hub-reset-GPIO-from-descripto.patch
|
|
|
|
patches.suse/ARM-omap2-Rewrite-WLAN-quirk-to-use-GPIO-descri.patch
|
|
|
|
patches.suse/ARM-musb-omap2-Remove-global-GPIO-numbers-from-.patch
|
2024-03-26 16:18:47 +01:00
|
|
|
patches.suse/gpio-mlxbf3-Add-gpio-driver-support.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/fbdev-omapfb-lcd_mipid-Fix-an-error-handling-pa.patch
|
|
|
|
patches.suse/0027-fbdev-hitfb-Declare-hitfb_blank-as-static.patch
|
|
|
|
patches.suse/0028-fbdev-metronomefb-Add-MODULE_FIRMWARE-macro.patch
|
|
|
|
patches.suse/0029-fbdev-broadsheetfb-Add-MODULE_FIRMWARE-macro.patch
|
|
|
|
patches.suse/0030-video-hdmi-Reorder-fields-in-struct-hdmi_avi_infofra.patch
|
|
|
|
patches.suse/0031-fbdev-media-Use-GPIO-descriptors-for-VIA-GPIO.patch
|
|
|
|
patches.suse/0032-fbdev-hitfb-Fix-integer-to-pointer-cast.patch
|
|
|
|
patches.suse/0033-fbdev-hitfb-Use-NULL-for-pointers.patch
|
|
|
|
patches.suse/0034-fbdev-sh_mobile_lcdcfb-Fix-ARGB32-overlay-format-typ.patch
|
|
|
|
patches.suse/0035-fbdev-sh7760fb-Fix-Wimplicit-fallthrough-warnings.patch
|
|
|
|
patches.suse/fbdev-fix-potential-OOB-read-in-fast_imageblit.patch
|
|
|
|
patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch
|
|
|
|
patches.suse/HID-logitech-hidpp-Add-USB-and-Bluetooth-IDs-f.patch
|
|
|
|
patches.suse/HID-add-quirk-for-03f0-464a-HP-Elite-Presenter-.patch
|
|
|
|
patches.suse/HID-logitech-hidpp-add-HIDPP_QUIRK_DELAYED_INIT.patch
|
|
|
|
patches.suse/HID-intel-ish-hid-ipc-Add-Arrow-Lake-PCI-devic.patch
|
|
|
|
patches.suse/HID-hidraw-fix-data-race-on-device-refcount.patch
|
|
|
|
patches.suse/HID-uclogic-Modular-KUnit-tests-should-not-depe.patch
|
|
|
|
patches.suse/dt-bindings-input-goodix-Add-goodix-no-reset-d.patch
|
|
|
|
patches.suse/HID-i2c-hid-goodix-Add-support-for-goodix-no-r.patch
|
|
|
|
patches.suse/HID-wacom-Use-ktime_t-rather-than-int-when-deal.patch
|
|
|
|
patches.suse/Input-drv260x-fix-typo-in-register-value-define.patch
|
|
|
|
patches.suse/Input-drv260x-sleep-between-polling-GO-bit.patch
|
|
|
|
patches.suse/Input-drv260x-remove-unused-.reg_defaults.patch
|
|
|
|
patches.suse/Input-cyttsp4_core-change-del_timer_sync-to-tim.patch
|
|
|
|
patches.suse/Input-tests-fix-use-after-free-and-refcount-und.patch
|
|
|
|
patches.suse/Input-tests-modular-KUnit-tests-should-not-depe.patch
|
|
|
|
patches.suse/Input-tests-fix-input_test_match_device_id-test.patch
|
|
|
|
patches.suse/Input-adxl34x-do-not-hardcode-interrupt-trigger.patch
|
|
|
|
patches.suse/Input-pm8941-powerkey-fix-debounce-on-gen2-PMIC.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-l.patch
|
|
|
|
patches.suse/ALSA-core-update-comment-on-snd_card.controls_rwsem.patch
|
|
|
|
patches.suse/ALSA-uapi-pcm-control-the-filling-of-the-silence-sam.patch
|
|
|
|
patches.suse/ALSA-emu10k1-roll-up-loops-in-DSP-setup-code-fo.patch
|
|
|
|
patches.suse/ALSA-compat_ioctl-use-correct-snd_ctl_elem_type_t-ty.patch
|
|
|
|
patches.suse/ALSA-mixart-Replace-one-element-arrays-with-simple-o.patch
|
|
|
|
patches.suse/ALSA-add-HAS_IOPORT-dependencies.patch
|
|
|
|
patches.suse/ALSA-rawmidi-Pass-rawmidi-directly-to-snd_rawmidi_ke.patch
|
|
|
|
patches.suse/ALSA-rawmidi-Add-ioctl-callback-to-snd_rawmidi_globa.patch
|
|
|
|
patches.suse/ALSA-rawmidi-UMP-support.patch
|
|
|
|
patches.suse/ALSA-rawmidi-Skip-UMP-devices-at-SNDRV_CTL_IOCTL_RAW.patch
|
|
|
|
patches.suse/ALSA-ump-Add-ioctls-to-inquiry-UMP-EP-and-Block-info.patch
|
|
|
|
patches.suse/ALSA-ump-Additional-proc-output.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Manage-number-of-rawmidis-globally.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Define-USB-MIDI-2.0-specs.patch
|
|
|
|
patches.suse/ALSA-usb-audio-USB-MIDI-2.0-UMP-support.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Get-UMP-EP-name-string-from-USB-inter.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Trim-superfluous-MIDI-suffix-from-UMP.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Create-UMP-blocks-from-USB-MIDI-GTBs.patch
|
|
|
|
patches.suse/ALSA-ump-Redirect-rawmidi-substream-access-via-own-h.patch
|
|
|
|
patches.suse/ALSA-ump-Add-legacy-raw-MIDI-support.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Enable-the-legacy-raw-MIDI-support.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Inform-inconsistent-protocols-in-GTBs.patch
|
|
|
|
patches.suse/ALSA-seq-Clear-padded-bytes-at-expanding-events.patch
|
|
|
|
patches.suse/ALSA-seq-Add-snd_seq_expand_var_event_at-helper.patch
|
|
|
|
patches.suse/ALSA-seq-Treat-snd_seq_client-object-directly-in-cli.patch
|
|
|
|
patches.suse/ALSA-seq-Drop-dead-code-for-the-old-broadcast-suppor.patch
|
|
|
|
patches.suse/ALSA-seq-Check-the-conflicting-port-at-port-creation.patch
|
|
|
|
patches.suse/ALSA-seq-Check-validity-before-creating-a-port-objec.patch
|
|
|
|
patches.suse/ALSA-seq-Prohibit-creating-ports-with-special-number.patch
|
|
|
|
patches.suse/ALSA-seq-Introduce-SNDRV_SEQ_IOCTL_USER_PVERSION-ioc.patch
|
|
|
|
patches.suse/ALSA-seq-Add-UMP-support.patch
|
|
|
|
patches.suse/ALSA-seq-Add-port-inactive-flag.patch
|
|
|
|
patches.suse/ALSA-seq-Support-MIDI-2.0-UMP-Endpoint-port.patch
|
|
|
|
patches.suse/ALSA-seq-Add-port-direction-to-snd_seq_port_info.patch
|
|
|
|
patches.suse/ALSA-seq-Add-UMP-group-number-to-snd_seq_port_info.patch
|
|
|
|
patches.suse/ALSA-seq-Automatic-conversion-of-UMP-events.patch
|
|
|
|
patches.suse/ALSA-seq-Allow-suppressing-UMP-conversions.patch
|
|
|
|
patches.suse/ALSA-seq-Bind-UMP-device.patch
|
|
|
|
patches.suse/ALSA-seq-ump-Create-UMP-Endpoint-port-for-broadcast.patch
|
|
|
|
patches.suse/ALSA-seq-Add-ioctls-for-client-UMP-info-query-and-se.patch
|
|
|
|
patches.suse/ALSA-seq-Print-UMP-Endpoint-and-Block-information-in.patch
|
|
|
|
patches.suse/ALSA-seq-Add-UMP-group-filter.patch
|
|
|
|
patches.suse/ALSA-docs-Add-MIDI-2.0-documentation.patch
|
|
|
|
patches.suse/ALSA-ump-Correct-snd_ump_midi1_msg_program-definitio.patch
|
|
|
|
patches.suse/ALSA-ump-Drop-redundant-check-of-note-on-with-zero-v.patch
|
|
|
|
patches.suse/ALSA-ump-Fix-parsing-of-0xFx-command.patch
|
|
|
|
patches.suse/ALSA-Switch-i2c-drivers-back-to-use-.probe.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Use-__le16-for-16bit-USB-descriptor-f.patch
|
|
|
|
patches.suse/ALSA-seq-Avoid-confusion-of-aligned-read-size.patch
|
|
|
|
patches.suse/ALSA-hda-cs35l41-Clean-up-Firmware-Load-Controls.patch
|
|
|
|
patches.suse/ALSA-hda-cs35l41-Fix-endian-conversions.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Delete-cs35l41-component-master-dur.patch
|
|
|
|
patches.suse/ALSA-control-Keep-the-previous-numid-at-snd_ctl_rena.patch
|
|
|
|
patches.suse/ALSA-hda-Add-Loongson-LS7A-HD-Audio-support.patch
|
|
|
|
patches.suse/ALSA-hda-Using-polling-mode-for-loongson-controller-.patch
|
|
|
|
patches.suse/ALSA-hda-Workaround-for-SDnCTL-register-on-loongson.patch
|
|
|
|
patches.suse/ALSA-hda-intel-Workaround-for-WALLCLK-register-for-l.patch
|
|
|
|
patches.suse/ALSA-hda-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ALSA-firewire-use-GPL-string-for-module-license-cont.patch
|
|
|
|
patches.suse/ALSA-firewire-use-GPL-string-for-module-license-cont-9b44694.patch
|
|
|
|
patches.suse/ALSA-ump-Add-more-attributes-to-UMP-EP-and-FB-info.patch
|
|
|
|
patches.suse/ALSA-ump-Support-UMP-Endpoint-and-Function-Block-par.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Parse-UMP-Endpoint-and-Function-Block.patch
|
|
|
|
patches.suse/ALSA-usb-audio-Add-midi2_ump_probe-option.patch
|
|
|
|
patches.suse/ALSA-seq-ump-Handle-groupless-messages.patch
|
|
|
|
patches.suse/ALSA-seq-ump-Handle-FB-info-update.patch
|
|
|
|
patches.suse/ALSA-seq-ump-Notify-port-changes-to-system-port.patch
|
|
|
|
patches.suse/ALSA-seq-ump-Notify-UMP-protocol-change-to-sequencer.patch
|
|
|
|
patches.suse/ALSA-ump-Add-info-flag-bit-for-static-blocks.patch
|
|
|
|
patches.suse/ALSA-docs-Update-MIDI-2.0-documentation-for-UMP-1.1-.patch
|
|
|
|
patches.suse/ALSA-timer-minimize-open-coded-access-to-hw.resoluti.patch
|
|
|
|
patches.suse/ALSA-ac97-Fix-possible-NULL-dereference-in-snd_.patch
|
|
|
|
patches.suse/ALSA-compress-allow-setting-codec-params-after-next-.patch
|
|
|
|
patches.suse/sound-make-all-class-structures-const.patch
|
|
|
|
patches.suse/ALSA-ump-Add-helper-to-change-MIDI-protocol.patch
|
|
|
|
patches.suse/ALSA-ump-Add-no_process_stream-flag.patch
|
|
|
|
patches.suse/ALSA-ump-Export-snd_ump_receive_ump_val.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Add-quirks-for-ROG-ALLY-CS35l4.patch
|
|
|
|
patches.suse/ALSA-ump-Export-MIDI1-UMP-conversion-helpers.patch
|
|
|
|
patches.suse/ALSA-pcm-fix-ELD-constraints-for-E-AC3-DTS-HD-and-ML.patch
|
|
|
|
patches.suse/ASoC-hdmi-codec-fix-channel-info-for-compressed-form.patch
|
|
|
|
patches.suse/ASoC-dwc-add-optional-reset-support.patch
|
|
|
|
patches.suse/ASoC-rt715-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5682-Use-a-maple-tree-based-register-cache.patch
|
|
|
|
patches.suse/ASoC-dwc-extend-supported-formats.patch
|
|
|
|
patches.suse/ASoC-amd-ps-Update-copyright-notice.patch
|
|
|
|
patches.suse/ASoC-Switch-i2c-drivers-back-to-use-.probe.patch
|
|
|
|
patches.suse/ASoC-amd-ps-remove-the-register-read-and-write-wrapp.patch
|
|
|
|
patches.suse/ASoC-amd-ps-refactor-acp-power-on-and-reset-function.patch
|
|
|
|
patches.suse/ASoC-codecs-wcd938x-Remove-unneeded-semicolon.patch
|
|
|
|
patches.suse/ASoC-fsl_sai-MCLK-bind-with-TX-RX-enable-bit.patch
|
|
|
|
patches.suse/ASoC-SOF-mediatek-mt8195-Use-snd_sof_ipc_process_rep.patch
|
|
|
|
patches.suse/ASoC-SOF-mediatek-mt8186-Use-snd_sof_ipc_process_rep.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8195-afe-pcm-Clean-up-unnecessary-fu.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8195-afe-pcm-Simplify-runtime-PM-dur.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8195-afe-pcm-Simplify-with-dev_err_p.patch
|
|
|
|
patches.suse/ASoC-rt722-sdca-Add-RT722-SDCA-driver.patch
|
|
|
|
patches.suse/ASoC-soc-utils.c-add-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-ti-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-sof-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-amd-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-fsl-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-qcom-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-atmel-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-meson-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-intel-avs-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-intel-sof-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-intel-skylake-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-simple_card_utils.c-use-asoc_dummy_dlc.patch
|
|
|
|
patches.suse/ASoC-soc-topology.c-add-comment-for-Platform-Codec.patch
|
|
|
|
patches.suse/ASoC-jz4740-i2s-Add-support-for-X1000-SoC.patch
|
|
|
|
patches.suse/ASoC-qcom-q6dsp-common-move-channel-allocation-to-co.patch
|
|
|
|
patches.suse/ASoC-qcom-audioreach-add-support-for-DISPLAY-PORT-SI.patch
|
|
|
|
patches.suse/ASoC-qcom-q6dsp-add-support-to-more-display-ports.patch
|
|
|
|
patches.suse/ASoC-qcom-q6apm-add-support-to-display-ports-in-lpas.patch
|
|
|
|
patches.suse/ASoC-amd-yc-Add-MECHREVO-Jiaolong-Series-MRID6-into-.patch
|
|
|
|
patches.suse/ASoC-ssm3515-Add-new-amp-driver.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Use-set_get_data-to-send-LARG.patch
|
|
|
|
patches.suse/ASoC-SOF-Simplify-the-calculation-of-variables.patch
|
|
|
|
patches.suse/ASoC-Intel-Add-rpl_max98373_8825-driver.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-remove-SOF_SDW_TGL_HDMI-for-.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-quirk-for-MTL-RVP.patch
|
|
|
|
patches.suse/ASoC-Intel-soc-acpi-add-support-for-MTL-SDCA-boards.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-start-set-codec-init-functio.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-new-mapping-for-HP-Spectre-x3.patch
|
|
|
|
patches.suse/ASoC-Intel-soc-acpi-add-tables-for-LunarLake.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-quirk-for-LNL-RVP.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-simplify-.prepare-callback.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-remove-use-of-cpu_dai-compone.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-fix-DAI-number-mismatch.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-clarify-initialization-when-HDA_AUDIO.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-Kconfig-move-selection-of-PROBE_WORK_.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-move-hda_dai_prepare-code.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-mark-functions-as-__maybe_unu.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-use-HDA_LINK-instead-of-HDA_A.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-remove-mutual-exclusion-between-NOCOD.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-ops-Split-the-get_hext_stream.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-pcm-reset-all-pipelines-during-FE-DAI-.patch
|
|
|
|
patches.suse/ASoC-soc-component-Add-notify-control-helper-functio.patch
|
|
|
|
patches.suse/ASoC-ak4118-Update-to-use-new-component-control-noti.patch
|
|
|
|
patches.suse/ASoC-wm_adsp-Update-to-use-new-component-control-not.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-remove-supply-AUDIO_HIRES.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-complete-set_tdm_slot-function.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-revise-ETDM-control-flow.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-refine-APLL-control.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-combine-afe-component-registrat.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-add-bus-protection.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-add-required-clocks.patch
|
|
|
|
patches.suse/ASoC-dt-bindings-mediatek-mt8188-afe-correct-cl.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Handle-input-output-audio-for.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Add-a-helper-function-for-out.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Move-the-call-to-init-output-.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Rename-sof_ipc4_init_audio_fm.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Handle-output-format-special-.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Add-a-new-helper-function-to-.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Modify-the-output-format-sele.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-New-helper-to-check-if-all-ou.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Modify-input-audio-format-sel.patch
|
|
|
|
patches.suse/ASoC-tegra-tegra210_adx-fix-snd_pcm_format_t-type.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8192-mt6359-Remove-Jack-from-Headpho.patch
|
|
|
|
patches.suse/ASoC-codecs-rt1308-do-not-store-status-in-state-cont.patch
|
|
|
|
patches.suse/ASoC-codecs-rt1316-do-not-store-status-in-state-cont.patch
|
|
|
|
patches.suse/ASoC-codecs-rt1318-do-not-store-status-in-state-cont.patch
|
|
|
|
patches.suse/ASoC-codecs-rt5682-do-not-store-status-in-state-cont.patch
|
|
|
|
patches.suse/ASoC-codecs-rt700-do-not-store-status-in-state-conta.patch
|
|
|
|
patches.suse/ASoC-codecs-rt711-sdca-do-not-store-status-in-state-.patch
|
|
|
|
patches.suse/ASoC-codecs-rt711-do-not-store-status-in-state-conta.patch
|
|
|
|
patches.suse/ASoC-codecs-rt712-sdca-dmic-do-not-store-status-in-s.patch
|
|
|
|
patches.suse/ASoC-codecs-rt712-sdca-do-not-store-status-in-state-.patch
|
|
|
|
patches.suse/ASoC-codecs-rt715-sdca-do-not-store-status-in-state-.patch
|
|
|
|
patches.suse/ASoC-codecs-rt715-do-not-store-status-in-state-conta.patch
|
|
|
|
patches.suse/ASoC-codecs-rt722-sdca-do-not-store-status-in-state-.patch
|
|
|
|
patches.suse/ASoC-cs35l56-Move-DSP-part-string-generation-s.patch
|
|
|
|
patches.suse/ASoC-cs35l56-sdw_write_no_pm-should-be-performed-und.patch
|
|
|
|
patches.suse/ASoC-cs35l56-In-secure-mode-skip-SHUTDOWN-and-RESET-.patch
|
|
|
|
patches.suse/ASoC-adau1761-Use-the-devm_clk_get_optional-helper.patch
|
|
|
|
patches.suse/ASoC-atmel-sam9g20_wm8731-Remove-the-unneeded-includ.patch
|
|
|
|
patches.suse/ASoC-cs42l51-Use-the-devm_clk_get_optional-helper.patch
|
|
|
|
patches.suse/ASoC-rt5659-Use-the-devm_clk_get_optional-helper.patch
|
|
|
|
patches.suse/ASoC-stm32-sai-Use-the-devm_clk_get_optional-helper.patch
|
|
|
|
patches.suse/ASoC-cs53l30-Use-the-devm_clk_get_optional-helper.patch
|
|
|
|
patches.suse/ASoC-rt5682s-Use-the-devm_clk_get_optional-helper.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-loader-Drop-unused-bss_size-from-struc.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-loader-Save-a-pointer-to-fm_config-in-.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Rename-sof_ipc4_update_pipeli.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Do-not-use-the-CPC-value-from.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-loader-topology-Query-the-CPC-value-fr.patch
|
|
|
|
patches.suse/ASoC-topology-Log-control-load-errors-in-soc_tplg_co.patch
|
|
|
|
patches.suse/ASoC-topology-Remove-redundant-logs.patch
|
|
|
|
patches.suse/ASoC-topology-Do-not-split-message-string-on-multipl.patch
|
|
|
|
patches.suse/ASoC-topology-Remove-redundant-log.patch
|
|
|
|
patches.suse/ASoC-topology-Remove-redundant-log-f9d1fe7.patch
|
|
|
|
patches.suse/ASoC-SOF-amd-Add-pci-revision-id-check.patch
|
|
|
|
patches.suse/ASoC-nau8825-Add-pre-charge-actions-for-input.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-Fix-an-unsigned-comparison-wh.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-Fix-locking-in-hda_ipc4_pre_t.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-mtl-add-core_get-put-support-on-Meter.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-tgl-unify-core_put-on-IPC3-IPC4-path.patch
|
|
|
|
patches.suse/ASoC-do-not-include-pm_runtime.h-if-not-used.patch
|
|
|
|
patches.suse/ASoC-use-pm.h-instead-of-runtime_pm.h.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt6359-add-supply-for-MTKAIF.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt6359-fix-kselftest-error-of-playback.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt6359-add-mtkaif-gpio-setting.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt6359-update-route-for-lineout-mux.patch
|
|
|
|
patches.suse/ASoC-sof-Improve-sof_ipc3_bytes_ext_put-function.patch
|
|
|
|
patches.suse/ASoC-sof-Improve-sof_ipc4_bytes_ext_put-function.patch
|
|
|
|
patches.suse/ASoC-da7219-Add-Jack-insertion-detection-polarity.patch
|
|
|
|
patches.suse/ASoC-cs35l45-Relicense-to-GPL-only.patch
|
|
|
|
patches.suse/ASoC-cs42l42-Add-PLL-ratio-table-values.patch
|
|
|
|
patches.suse/ASoC-amd-vangogh-Add-check-for-acp-config-flag.patch
|
|
|
|
patches.suse/ASoC-ti-davinci-mcasp-Use-pcm_for_each_format-macro.patch
|
|
|
|
patches.suse/ASoC-SOF-mediatek-add-mt8188-audio-support.patch
|
|
|
|
patches.suse/ASoC-topology-Allow-partial-matching-when-finding-DA.patch
|
|
|
|
patches.suse/ASoC-SOF-topology-Use-partial-match-for-connecting-D.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-HDA-Limit-the-number-of-dai-drivers-f.patch
|
|
|
|
patches.suse/ASoC-es8316-Increment-max-value-for-ALC-Capture.patch
|
|
|
|
patches.suse/ASoC-es8316-Do-not-set-rate-constraints-for-uns.patch
|
|
|
|
patches.suse/ASoC-nau8825-Add-the-management-of-headset-detection.patch
|
|
|
|
patches.suse/ASoC-soc-pcm.c-indicate-error-if-stream-has-no-playb.patch
|
|
|
|
patches.suse/ASoC-soc-pcm.c-use-dai_link-on-soc_get_playback_capt.patch
|
|
|
|
patches.suse/ASoC-soc-pcm.c-cleanup-soc_get_playback_capture-erro.patch
|
|
|
|
patches.suse/ASoC-soc-pcm.c-use-temporary-variable-at-soc_get_pla.patch
|
|
|
|
patches.suse/ASoC-soc-pcm.c-tidyup-playback-capture_only-at-soc_g.patch
|
|
|
|
patches.suse/ASoC-SOF-mediatek-add-adsp-debug-dump.patch
|
|
|
|
patches.suse/ASoC-amd-vangogh-select-CONFIG_SND_AMD_ACP_CON.patch
|
|
|
|
patches.suse/ASoC-nau8825-Add-registers-patch-for-NAU8825C.patch
|
|
|
|
patches.suse/ASoC-nau8825-Update-the-calculation-of-FLL-for-NAU88.patch
|
|
|
|
patches.suse/ASoC-nau8825-Update-output-control-for-NAU8825C.patch
|
|
|
|
patches.suse/ASoC-amd-vangogh-select-CONFIG_SND_AMD_ACP_CON-fd0a7ec.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-add-error-checks-to-prevent-s.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-add-codec_dai_set_stream-call.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-add-calc_stream_format-callba.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-dai-add-get_hlink-callback.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-extend-ALH-specific-data-stru.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-introduce-DMA-config-TLV.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-topology-add-DMA-config-TLV-to-IPC-dat.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-mtl-prepare-for-code-reuse.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-add-helper-to-extract-SoundWire-l.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-separate-ADDA-playback-dai-from.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-mt6359-register-hdmi-dp-jack-pi.patch
|
|
|
|
patches.suse/ASoC-mediatek-common-soundcard-driver-add-dai_fmt-su.patch
|
|
|
|
patches.suse/ASoC-soc-dapm.c-clean-up-debugfs-for-freed-widget.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-mt6359-support-new-board-with-n.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-missing-exit-callback.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-dai-info.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-use-predefine-dailink-id.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-codec_info-pointer.patch
|
|
|
|
patches.suse/ASoC-Intel-sdw_sof-append-dai_type-and-remove-codec_.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-multi-dailink-support-for-a-c.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw_rt_sdca_jack_common-test-SO.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-rename-SOF_RT711_JDSRC-to-SOF_JAC.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-make-rt711_sdca-be-generic.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-rt712-support.patch
|
|
|
|
patches.suse/ASoC-Intel-soc-acpi-intel-tgl-match-add-rt712-ID.patch
|
|
|
|
patches.suse/ASoC-Intel-soc-acpi-intel-mtl-match-add-rt712-ID.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-rt713-support.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-increase-sdw-pin-index-for-each-s.patch
|
|
|
|
patches.suse/ASoC-Intel-soc-acpi-add-table-for-RPL-Dell-SKU-0BDA.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-quick-for-Dell-SKU-0BDA.patch
|
|
|
|
patches.suse/ASoC-Intel-soc-acpi-add-tables-for-Dell-SKU-0B34.patch
|
|
|
|
patches.suse/ASoC-Intel-sof-sdw-add-Dell-SKU-0B34.patch
|
|
|
|
patches.suse/ASoC-Intel-ADL-Enable-HDMI-In-capture-feature-suppor.patch
|
|
|
|
patches.suse/ASoC-Intel-ADL-Moving-amp-only-boards-into-end-of-th.patch
|
|
|
|
patches.suse/ASoC-Intel-Sof_ssp_amp-Correcting-author-name.patch
|
|
|
|
patches.suse/ASoC-Intel-Add-rpl_rt1019_rt5682-driver.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-Add-helper-function-for-cs42l42-c.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-Rename-sof_sdw_max98373.c-file-to.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-Modify-maxim-helper-functions-and.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-Add-support-for-MAX98363-codec.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-Add-support-for-Rex-soundwi.patch
|
|
|
|
patches.suse/ASoC-Intel-soc-acpi-add-Rex-CS42l42-and-MAX98363-Sou.patch
|
|
|
|
patches.suse/ASoC-soc.h-remove-snd_soc_compr_ops-trigger.patch
|
|
|
|
patches.suse/ASoC-add-snd_soc_get_stream_cpu.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-mt6359-add-i2c-dependency.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-fix-SoundWire-HDaudio-mutual-ex.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-pcm-remove-kernel-parameter-init.patch
|
|
|
|
patches.suse/ASoC-codecs-wsa883x-use-existing-define-instead-of-r.patch
|
|
|
|
patches.suse/ASoC-max98088-clean-up-some-inconsistent-indenting.patch
|
|
|
|
patches.suse/ASoC-tegra-Simplify-code-around-clk_get_rate-handlin.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-mt6359-Compress-of_device_id-en.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-mt6359-clean-up-a-return-in-cod.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-mt6359-Cleanup-return-0-disguis.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-mt6359-Clean-up-log-levels.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8188-mt6359-Use-bitfield-macros-for-.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8192-mt6359-Go-back-to-old-headphone.patch
|
|
|
|
patches.suse/ASoC-SOF-Refactor-rx-function-for-fuzzing.patch
|
|
|
|
patches.suse/ASoC-SOF-Add-IPC3-Kernel-Injector.patch
|
|
|
|
patches.suse/ASoC-audio-graph-card2-custom-sample-add-missing-CPU.patch
|
|
|
|
patches.suse/ASoC-Switch-two-more-i2c-drivers-back-to-use-.probe.patch
|
|
|
|
patches.suse/ASoC-audio-graph-card2-custom-sample.dtsi-remove-DT-.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8173-Fix-snd_soc_component_init.patch
|
|
|
|
patches.suse/ASoC-mediatek-mt8173-Fix-irq-error-path.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-da7219-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-dmic-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-hdaudio-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-max98357a-remove-redundant-dapm-route.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-max98373-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-max98927-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-nau8825-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-rt274-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-rt286-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-rt298-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-rt5682-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-Intel-avs-ssm4567-remove-redundant-dapm-routes.patch
|
|
|
|
patches.suse/ASoC-siu-Add-MODULE_FIRMWARE-macro.patch
|
|
|
|
patches.suse/ASoC-cs35l32-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-cs35l33-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-cs35l34-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-cs35l35-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-cs4234-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-cs42l42-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-cs42l73-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-cs42l83-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-cs43130-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-cs35l30-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-add-N-cpus-to-M-codecs-dai-link-support.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_sdw-add-dai_link_codec_ch_map.patch
|
|
|
|
patches.suse/ASoC-add-new-trigger-ordering-method.patch
|
|
|
|
patches.suse/ASoC-amd-use-use-new-trigger-ordering-method.patch
|
|
|
|
patches.suse/ASoC-atmel-use-use-new-trigger-ordering-method.patch
|
|
|
|
patches.suse/ASoC-remove-old-trigger-ordering-method.patch
|
|
|
|
patches.suse/ASoC-SOF-amd-Add-support-for-IPC-with-a-reply_size-s.patch
|
|
|
|
patches.suse/ASoC-simple-card-utils.c-share-asoc_graph_parse_dai.patch
|
|
|
|
patches.suse/ASoC-simple_card_utils-remove-unused-cpus-codecs-pla.patch
|
|
|
|
patches.suse/ASoC-rt700-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt711-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt712-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt715-Use-maple-tree-register-cache-dd08b6d.patch
|
|
|
|
patches.suse/ASoC-rt722-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt1308-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt1316-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt1318-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-max98388-add-amplifier-driver.patch
|
|
|
|
patches.suse/ASoC-max98388-fix-unused-function-warnings.patch
|
|
|
|
patches.suse/ASoC-rt5677-Add-MODULE_FIRMWARE-macro.patch
|
|
|
|
patches.suse/ASoC-codecs-wm0010-Add-MODULE_FIRMWARE-macros.patch
|
|
|
|
patches.suse/ASoC-SOF-sof-audio-add-is_virtual_widget-helper.patch
|
|
|
|
patches.suse/ASoC-SOF-sof-audio-test-virtual-widget-in-sof_walk_w.patch
|
|
|
|
patches.suse/ASoC-SOF-core-Free-the-firmware-trace-before-c.patch
|
|
|
|
patches.suse/ASoC-SOF-Add-new-sof_debug-flag-to-request-message-p.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc3-Dump-IPC-message-payload.patch
|
|
|
|
patches.suse/ASoC-SOF-ipc4-Switch-to-use-the-sof_debug-bit11-to-d.patch
|
|
|
|
patches.suse/ASoC-SOF-pm-Remove-duplicated-code-in-sof_suspend.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-mtl-setup-primary-core-info-on-Meteor.patch
|
|
|
|
patches.suse/ASoC-max98388-set-variable-soc_codec_dev_max98388-st.patch
|
|
|
|
patches.suse/ASoC-fsl-asoc-card-add-nau8822-support.patch
|
|
|
|
patches.suse/ASoC-max98363-Remove-cache-defaults-for-volatile-reg.patch
|
|
|
|
patches.suse/ASoC-imx-audmix-check-return-value-of-devm_kasp.patch
|
|
|
|
patches.suse/ASoC-tas2781-Add-Header-file-for-tas2781-driver.patch
|
|
|
|
patches.suse/ASoC-tas2781-firmware-lib.patch
|
|
|
|
patches.suse/ASoC-tas2781-Add-tas2781-driver.patch
|
|
|
|
patches.suse/ASoC-max98388-fix-error-code-in-probe.patch
|
|
|
|
patches.suse/ASoC-dwc-add-DMA-handshake-control.patch
|
|
|
|
patches.suse/ASoC-dwc-don-t-assign-addr_width-for-dt-configs.patch
|
|
|
|
patches.suse/ASoC-rt1011-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt1019-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt1305-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt1308-Use-maple-tree-register-cache-5bd8a56.patch
|
|
|
|
patches.suse/ASoC-rt5514-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5616-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5631-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5640-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5645-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5651-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5660-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5665-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5665-Use-maple-tree-register-cache-487c912.patch
|
|
|
|
patches.suse/ASoC-rt5668-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5670-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-rt5682-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-es8316-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-es8328-Use-maple-tree-register-cache.patch
|
|
|
|
patches.suse/ASoC-qcom-SC7280-audioreach-Add-sc7280-hardware-para.patch
|
|
|
|
patches.suse/ASoC-q6dsp-q6apm-add-end-of-stream-events.patch
|
|
|
|
patches.suse/ASoC-q6dsp-audioreach-add-helper-function-to-set-u32.patch
|
|
|
|
patches.suse/ASoC-q6dsp-audioreach-Add-placeholder-decoder-for-co.patch
|
|
|
|
patches.suse/ASoC-q6dsp-audioreach-Add-support-to-set-compress-fo.patch
|
|
|
|
patches.suse/ASoC-q6dsp-audioreach-Add-gapless-feature-support.patch
|
|
|
|
patches.suse/ASoC-q6dsp-q6apm-dai-Add-open-free-compress-DAI-call.patch
|
|
|
|
patches.suse/ASoC-q6dsp-q6apm-dai-Add-compress-DAI-and-codec-caps.patch
|
|
|
|
patches.suse/ASoC-q6dsp-q6apm-dai-Add-trigger-pointer-compress-DA.patch
|
|
|
|
patches.suse/ASoC-q6dsp-q6apm-dai-Add-compress-set-params-and-met.patch
|
|
|
|
patches.suse/ASoC-q6dsp-q6apm-dai-Add-mmap-and-copy-compress-DAI-.patch
|
|
|
|
patches.suse/ASoC-tas2781-Fix-spelling-mistake-calibraiton-calibr.patch
|
|
|
|
patches.suse/ASoC-soc-core.c-add-snd_soc_-of_-get_dlc.patch
|
|
|
|
patches.suse/ASoC-soc-core.c-add-index-on-snd_soc_of_get_dai_name.patch
|
|
|
|
patches.suse/ASoC-fsl-use-snd_soc_-of_-get_dlc.patch
|
|
|
|
patches.suse/ASoC-qcom-use-snd_soc_-of_-get_dlc.patch
|
|
|
|
patches.suse/ASoC-meson-use-snd_soc_-of_-get_dlc.patch
|
|
|
|
patches.suse/ASoC-samsung-use-snd_soc_-of_-get_dlc.patch
|
|
|
|
patches.suse/ASoC-soc-core.c-use-snd_soc_-of_-get_dlc.patch
|
|
|
|
patches.suse/ASoC-simple-card.c-use-snd_soc_-of_-get_dlc.patch
|
|
|
|
patches.suse/ASoC-amd-ps-create-platform-devices-based-on-acp-con.patch
|
|
|
|
patches.suse/ASoC-amd-ps-handle-SoundWire-interrupts-in-acp-pci-d.patch
|
|
|
|
patches.suse/ASoC-amd-ps-add-SoundWire-dma-driver.patch
|
|
|
|
patches.suse/ASoC-amd-ps-add-SoundWire-dma-driver-dma-ops.patch
|
|
|
|
patches.suse/ASoC-amd-ps-add-support-for-SoundWire-DMA-interrupts.patch
|
|
|
|
patches.suse/ASoC-amd-ps-add-pm-ops-support-for-SoundWire-dma-dri.patch
|
|
|
|
patches.suse/ASoC-amd-ps-enable-SoundWire-dma-driver-build.patch
|
|
|
|
patches.suse/ASoC-amd-update-comments-in-Kconfig-file.patch
|
|
|
|
patches.suse/ASoC-amd-ps-add-acp_reset-flag-check-in-acp-pci-driv.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_rt5682-reorder-quirk-table.patch
|
|
|
|
patches.suse/ASoC-Intel-sof_rt5682-Add-mtl-support-RT1019P-speake.patch
|
|
|
|
patches.suse/ASoC-codecs-wsa884x-Add-WSA884x-family-of-speakers.patch
|
|
|
|
patches.suse/ASoC-fsl-asoc-card-Allow-passing-the-number-of-slots.patch
|
|
|
|
patches.suse/ASoC-tegra-Use-normal-system-sleep-for-ASRC.patch
|
|
|
|
patches.suse/ASoC-tegra-Remove-stale-comments-in-AHUB.patch
|
|
|
|
patches.suse/ASoC-qcom-common-add-default-jack-dapm-pins.patch
|
|
|
|
patches.suse/ASoC-codecs-max98090-Allow-dsp_a-mode.patch
|
|
|
|
patches.suse/ASoC-amd-acp-clear-pdm-dma-interrupt-mask.patch
|
|
|
|
patches.suse/ASoC-amd-acp-remove-acp-poweroff-function.patch
|
|
|
|
patches.suse/ASoC-tas2781-fix-Kconfig-dependencies.patch
|
|
|
|
patches.suse/ASoC-amd-update-pm_runtime-enable-sequence.patch
|
|
|
|
patches.suse/ASoC-tas2781-Fix-error-code-in-tas2781_load_calibrat.patch
|
|
|
|
patches.suse/ASoC-core-Always-store-of_node-when-getting-DAI-link.patch
|
|
|
|
patches.suse/0037-drm-vkms-Use-drmm_crtc_init_with_planes.patch
|
|
|
|
patches.suse/0038-drm-vkms-Use-drmm_mode_config_init.patch
|
|
|
|
patches.suse/0039-drm-bridge-fsl-ldb-Add-i.MX6SX-support.patch
|
|
|
|
patches.suse/drm-imx-lcdc-fix-a-NULL-vs-IS_ERR-bug-in-probe.patch
|
|
|
|
patches.suse/0041-drm-gma500-Use-drm_aperture_remove_conflicting_pci_f.patch
|
|
|
|
patches.suse/0042-video-aperture-use-generic-code-to-figure-out-the-vg.patch
|
|
|
|
patches.suse/0043-drm-aperture-Remove-primary-argument.patch
|
|
|
|
patches.suse/0044-video-aperture-Only-kick-vgacon-when-the-pdev-is-dec.patch
|
|
|
|
patches.suse/0045-video-aperture-Move-vga-handling-to-pci-function.patch
|
|
|
|
patches.suse/0046-video-aperture-Drop-primary-argument.patch
|
|
|
|
patches.suse/0047-video-aperture-Only-remove-sysfb-on-the-default-vga-.patch
|
|
|
|
patches.suse/0002-fbdev-Simplify-fb_is_primary_device-for-x86.patch
|
|
|
|
patches.suse/0048-video-aperture-Provide-a-VGA-helper-for-gma500-and-i.patch
|
|
|
|
patches.suse/0049-dma-buf-dma-resv.c-fix-a-typo.patch
|
|
|
|
patches.suse/0050-drm-panel-nt36523-Add-DCS-backlight-support.patch
|
|
|
|
patches.suse/0051-drm-panel-nt36523-Get-orientation-from-OF.patch
|
|
|
|
patches.suse/0052-drm-panel-nt36523-Add-Lenovo-J606F-panel.patch
|
|
|
|
patches.suse/0053-drm-nouveau-debugfs-Move-an-expression-into-a-functi.patch
|
|
|
|
patches.suse/0054-drm-nouveau-debugfs-Move-a-variable-assignment-behin.patch
|
|
|
|
patches.suse/0055-drm-nouveau-debugfs-Use-seq_putc-in-nouveau_debugfs_.patch
|
|
|
|
patches.suse/0056-drm-nouveau-debugfs-Replace-five-seq_printf-calls-by.patch
|
|
|
|
patches.suse/0057-drm-nouveau-bios-power_budget-Move-an-expression-int.patch
|
|
|
|
patches.suse/0058-drm-nouveau-clk-Move-a-variable-assignment-behind-a-.patch
|
|
|
|
patches.suse/0059-drm-nouveau-pci-Move-a-variable-assignment-behind-co.patch
|
|
|
|
patches.suse/0060-drm-nouveau-pci-Move-an-expression-into-a-function-c.patch
|
|
|
|
patches.suse/0061-drm-nouveau-therm-Move-an-assignment-statement-behin.patch
|
|
|
|
patches.suse/drm-scheduler-set-entity-to-NULL-in-drm_sched_.patch
|
|
|
|
patches.suse/0063-drm-gem-Check-for-valid-formats.patch
|
|
|
|
patches.suse/0003-fbdev-Prepare-generic-architecture-helpers.patch
|
|
|
|
patches.suse/arch-arm-Implement-asm-fb.h-with-generic-helpers.patch
|
|
|
|
patches.suse/0006-arch-arm64-Implement-asm-fb.h-with-generic-helpers.patch
|
|
|
|
patches.suse/0008-arch-ia64-Implement-asm-fb.h-with-generic-helpers.patch
|
|
|
|
patches.suse/0009-arch-loongarch-Implement-asm-fb.h-with-generic-helpe.patch
|
|
|
|
patches.suse/0010-arch-mips-Implement-asm-fb.h-with-generic-helpers.patch
|
|
|
|
patches.suse/0064-video-Remove-trailing-whitespaces.patch
|
|
|
|
patches.suse/0065-video-Move-HP-PARISC-STI-core-code-to-shared-locatio.patch
|
|
|
|
patches.suse/0066-arch-parisc-Implement-fb_is_primary_device-under-arc.patch
|
|
|
|
patches.suse/0005-arch-powerpc-Implement-asm-fb.h-with-generic-helpers.patch
|
|
|
|
patches.suse/0007-arch-sparc-Implement-fb_is_primary_device-in-source-.patch
|
|
|
|
patches.suse/0011-arch-sparc-Implement-asm-fb.h-with-generic-helpers.patch
|
|
|
|
patches.suse/0004-arch-x86-Implement-asm-fb.h-with-generic-helpers.patch
|
|
|
|
patches.suse/0067-drm-bridge-ti-sn65dsi86-Implement-wait_hpd_asserted.patch
|
|
|
|
patches.suse/0068-drm-armada-Include-linux-of.h.patch
|
|
|
|
patches.suse/0069-drm-armada-Hide-fbdev-support-behind-config-option.patch
|
|
|
|
patches.suse/0070-drm-armada-Initialize-fbdev-DRM-client.patch
|
|
|
|
patches.suse/0071-drm-armada-Implement-fbdev-emulation-as-in-kernel-cl.patch
|
|
|
|
patches.suse/0072-drm-panel-simple-Add-InnoLux-G070ACE-L01.patch
|
|
|
|
patches.suse/0073-drm-display-Add-missing-OLED-Vesa-brightnesses-defin.patch
|
|
|
|
patches.suse/0074-drm-bridge-anx7625-Drop-of_gpio-header.patch
|
|
|
|
patches.suse/0075-drm-sti-Drop-of_gpio-header.patch
|
|
|
|
patches.suse/0076-drm-tve200-Use-devm_platform_ioremap_resource.patch
|
|
|
|
patches.suse/0077-drm-scheduler-properly-forward-fence-errors.patch
|
|
|
|
patches.suse/0078-drm-scheduler-add-drm_sched_entity_error-and-use-rcu.patch
|
|
|
|
patches.suse/0079-drm-tests-Add-test-cases-for-drm_rect_intersect.patch
|
|
|
|
patches.suse/0080-drm-tests-Add-test-cases-for-drm_rect_calc_hscale.patch
|
|
|
|
patches.suse/0081-drm-tests-Add-test-cases-for-drm_rect_calc_vscale.patch
|
|
|
|
patches.suse/0082-drm-tests-Add-test-cases-for-drm_rect_rotate.patch
|
|
|
|
patches.suse/0083-drm-test-Add-test-cases-for-drm_rect_rotate_inv.patch
|
|
|
|
patches.suse/drm-vkms-isolate-pixel-conversion-functionality.patch
|
|
|
|
patches.suse/0085-drm-vc4-Switch-to-container_of_const.patch
|
|
|
|
patches.suse/0086-drm-vc4-hdmi-Update-all-the-planes-if-the-TV-margins.patch
|
|
|
|
patches.suse/0087-drm-vc4-hdmi-Add-Broadcast-RGB-property-to-allow-ove.patch
|
|
|
|
patches.suse/0088-drm-vc4-hdmi-Rename-full-range-helper.patch
|
|
|
|
patches.suse/0089-drm-vc4-hdmi-Swap-CSC-matrix-channels-for-YUV444.patch
|
|
|
|
patches.suse/0090-drm-vc4-hdmi-Rework-the-CSC-matrices-organization.patch
|
|
|
|
patches.suse/0091-drm-vc4-hdmi-Add-a-function-to-retrieve-the-CSC-matr.patch
|
|
|
|
patches.suse/0092-drm-vc4-hdmi-Add-BT.601-Support.patch
|
|
|
|
patches.suse/0093-drm-vc4-hdmi-Add-BT.2020-Support.patch
|
|
|
|
patches.suse/drm-bridge-tc358768-Add-atomic_get_input_bus_fm.patch
|
|
|
|
patches.suse/0012-arch-x86-Include-asm-fb.h-in-fbdev-source-file.patch
|
|
|
|
patches.suse/0095-drm-vkms-allow-full-alpha-blending-on-all-planes.patch
|
|
|
|
patches.suse/0096-drm-vkms-drop-full-alpha-blending-TODO.patch
|
|
|
|
patches.suse/0097-drm-doc-rfc-Introduce-the-merge-plan-for-the-Xe-driv.patch
|
|
|
|
patches.suse/0098-drm-panel-st7703-Rename-CMD_UNKNOWN_C6-to-CMD_SETECO.patch
|
|
|
|
patches.suse/0099-drm-panel-st7703-Add-Anbernic-RG353V-V2-Panel-Suppor.patch
|
|
|
|
patches.suse/0100-drm-meson-set-variables-meson_hdmi_-storage-class-sp.patch
|
|
|
|
patches.suse/0101-drm-uapi-Document-CTM-matrix-better.patch
|
|
|
|
patches.suse/drm-bridge-it6505-Move-a-variable-assignment-be.patch
|
|
|
|
patches.suse/0103-drm-sysfs-Expose-DRM-connector-id-in-each-connector-.patch
|
|
|
|
patches.suse/0104-drm-sysfs-Link-DRM-connectors-to-corresponding-Type-.patch
|
|
|
|
patches.suse/0105-drm-sti-sti_hdmi-convert-to-using-is_hdmi-from-displ.patch
|
|
|
|
patches.suse/0106-drm-rockchip-cdn-dp-call-drm_connector_update_edid_p.patch
|
|
|
|
patches.suse/0107-drm-scheduler-mark-jobs-without-fence-as-canceled.patch
|
|
|
|
patches.suse/0108-drm-udl-delete-dead-code.patch
|
|
|
|
patches.suse/drm-bridge-ti-sn65dsi83-Fix-enable-error-path.patch
|
|
|
|
patches.suse/drm-atomic-Allow-vblank-enabled-self-refresh-di.patch
|
|
|
|
patches.suse/drm-rockchip-vop-Leave-vblank-enabled-in-self-r.patch
|
|
|
|
patches.suse/drm-bridge-tc358768-always-enable-HS-video-mode.patch
|
|
|
|
patches.suse/drm-bridge-tc358768-fix-PLL-parameters-computat.patch
|
|
|
|
patches.suse/drm-bridge-tc358768-fix-PLL-target-frequency.patch
|
|
|
|
patches.suse/drm-bridge-tc358768-fix-TCLK_ZEROCNT-computatio.patch
|
|
|
|
patches.suse/drm-bridge-tc358768-fix-TCLK_TRAILCNT-computati.patch
|
|
|
|
patches.suse/drm-bridge-tc358768-fix-THS_ZEROCNT-computation.patch
|
|
|
|
patches.suse/drm-bridge-tc358768-fix-TXTAGOCNT-computation.patch
|
|
|
|
patches.suse/drm-bridge-tc358768-fix-THS_TRAILCNT-computatio.patch
|
|
|
|
patches.suse/0120-drm-bridge-tc358768-remove-unused-variable.patch
|
|
|
|
patches.suse/0121-drm-bridge-lt9211-Do-not-generate-HFP-HBP-HSA-and-EO.patch
|
|
|
|
patches.suse/0122-drm-bridge-lt9611-Do-not-generate-HFP-HBP-HSA-and-EO.patch
|
|
|
|
patches.suse/drm-vram-helper-fix-function-names-in-vram-help.patch
|
|
|
|
patches.suse/0124-drm-vkms-add-rotate-0-and-reflect-x-property.patch
|
|
|
|
patches.suse/0125-drm-vkms-add-reflect-y-and-rotate-180-property.patch
|
|
|
|
patches.suse/0126-drm-vkms-add-rotate-90-property.patch
|
|
|
|
patches.suse/0127-drm-vkms-add-rotate-270-property.patch
|
|
|
|
patches.suse/0128-drm-vkms-drop-Rotation-TODO.patch
|
|
|
|
patches.suse/0129-fbdev-arcfb-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0130-fbdev-au1200fb-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0131-fbdev-broadsheetfb-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0132-fbdev-hecubafb-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0133-fbdev-metronomefb-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0134-fbdev-ps3fb-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0135-fbdev-smscufx-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0136-fbdev-udlfb-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0137-fbdev-vfb-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0138-fbdev-xen-fbfront-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/0139-fbdev-Return-number-of-bytes-read-or-written.patch
|
|
|
|
patches.suse/0140-fbdev-Use-screen_buffer-in-fb_sys_-read-write.patch
|
|
|
|
patches.suse/0141-fbdev-Don-t-re-validate-info-state-in-fb_ops-impleme.patch
|
|
|
|
patches.suse/0142-fbdev-Validate-info-screen_-base-buffer-in-fb_ops-im.patch
|
|
|
|
patches.suse/0143-fbdev-Move-I-O-read-and-write-code-into-helper-funct.patch
|
|
|
|
patches.suse/0144-drm-fb-helper-Use-fb_-cfb-sys-_-read-write.patch
|
|
|
|
patches.suse/0145-Documentation-vkms-clarify-devres-managed-reference-.patch
|
|
|
|
patches.suse/0146-drm-connector-document-enum-drm_connector_tv_mode-DR.patch
|
|
|
|
patches.suse/0147-drm-sun4i-rename-sun4i_dotclock-to-sun4i_tcon_dclk.patch
|
|
|
|
patches.suse/0148-drm-sun4i-calculate-proper-DCLK-rate-for-DSI.patch
|
|
|
|
patches.suse/drm-sun4i_tcon-use-devm_clk_get_enabled-in-sun4.patch
|
|
|
|
patches.suse/drm-panel-sharp-ls043t1le01-adjust-mode-setting.patch
|
|
|
|
patches.suse/0151-drm-panel-sharp-ls043t1le01-drop-dummy-functions-and.patch
|
|
|
|
patches.suse/0152-drm-panel-panel-simple-Add-BOE-EV121WXM-N10-1850-pan.patch
|
|
|
|
patches.suse/0153-drivers-firmware-Move-sysfb_init-from-device_initcal.patch
|
|
|
|
patches.suse/0154-drm-ssd130x-Fix-include-guard-name.patch
|
|
|
|
patches.suse/0155-drm-panel-boe-tv101wum-nl6-Remove-extra-delay.patch
|
|
|
|
patches.suse/0156-drm-panel-boe-tv101wum-nl6-Fine-tune-the-panel-power.patch
|
|
|
|
patches.suse/drm-Add-fixed-point-helper-to-get-rounded-integ.patch
|
|
|
|
patches.suse/drm-vkms-Fix-RGB565-pixel-conversion.patch
|
|
|
|
patches.suse/0159-gpu-drm-bridge-No-need-to-set-device_driver-owner.patch
|
|
|
|
patches.suse/0160-drm-bridge-tc358768-remove-unneeded-semicolon.patch
|
|
|
|
patches.suse/0161-drm-panel-Modify-innolux-hj110iz-panel-initial-code.patch
|
|
|
|
patches.suse/0162-drm-drm_atomic_helper.c-fix-a-typo.patch
|
|
|
|
patches.suse/0163-drm-ttm-let-struct-ttm_device_funcs-be-placed-in-rod.patch
|
|
|
|
patches.suse/drm-bridge-tc358767-Switch-to-devm-MIPI-DSI-hel.patch
|
|
|
|
patches.suse/0165-fbdev-hitfb-Cast-I-O-offset-to-address.patch
|
|
|
|
patches.suse/0166-fbdev-matrox-Remove-trailing-whitespaces.patch
|
|
|
|
patches.suse/0167-ipu-v3-Include-linux-io.h.patch
|
|
|
|
patches.suse/0013-fbdev-Include-linux-io.h-in-various-drivers.patch
|
|
|
|
patches.suse/0014-fbdev-Include-linux-fb.h-instead-of-asm-fb.h.patch
|
|
|
|
patches.suse/0015-fbdev-Move-framebuffer-I-O-helpers-into-asm-fb.h.patch
|
|
|
|
patches.suse/0016-fbdev-Rename-fb_mem-helpers.patch
|
|
|
|
patches.suse/0168-drm-sched-Rename-to-drm_sched_can_queue.patch
|
|
|
|
patches.suse/0169-drm-sched-Rename-to-drm_sched_wakeup_if_can_queue.patch
|
|
|
|
patches.suse/0170-drm-panel-Add-Samsung-S6D7AA0-panel-controller-drive.patch
|
|
|
|
patches.suse/0171-drm-bridge-samsung-dsim-Implement-support-for-clock-.patch
|
|
|
|
patches.suse/drm-nouveau-dispnv50-fix-missing-prototypes-war.patch
|
|
|
|
patches.suse/0173-drm-nouveau-constify-pointers-to-hwmon_channel_info.patch
|
|
|
|
patches.suse/0174-drm-nouveau-acr-ga102-set-variable-ga102_gsps-storag.patch
|
|
|
|
patches.suse/0175-drm-msm-Use-struct-fb_info.screen_buffer.patch
|
|
|
|
patches.suse/drm-bridge-anx7625-Prevent-endless-probe-loop.patch
|
|
|
|
patches.suse/0177-drm-bridge-dw-hdmi-Replace-all-non-returning-strlcpy.patch
|
|
|
|
patches.suse/0178-drm-panel-samsung-s6d7aa0-use-pointer-for-drm_mode-i.patch
|
|
|
|
patches.suse/0179-dma-buf-sw_sync-Replace-all-non-returning-strlcpy-wi.patch
|
|
|
|
patches.suse/0180-drm-shmobile-Use-p4cc-to-print-fourcc-codes.patch
|
|
|
|
patches.suse/0181-drm-shmobile-Add-support-for-DRM_FORMAT_XRGB8888.patch
|
|
|
|
patches.suse/0182-drm-shmobile-Switch-to-drm_crtc_init_with_planes.patch
|
|
|
|
patches.suse/0183-drm-shmobile-Add-missing-call-to-drm_fbdev_generic_s.patch
|
|
|
|
patches.suse/0184-drm-shmobile-Make-DRM_SHMOBILE-visible-on-Renesas-So.patch
|
|
|
|
patches.suse/0185-drm-docs-Fix-usage-stats-typos.patch
|
|
|
|
patches.suse/0186-drm-Add-common-fdinfo-helper.patch
|
|
|
|
patches.suse/0187-drm-msm-Switch-to-fdinfo-helper.patch
|
|
|
|
patches.suse/0188-drm-amdgpu-Switch-to-fdinfo-helper.patch
|
|
|
|
patches.suse/0189-drm-Add-fdinfo-memory-stats.patch
|
|
|
|
patches.suse/0190-drm-msm-Add-memory-stats-to-fdinfo.patch
|
|
|
|
patches.suse/0191-drm-doc-Relax-fdinfo-string-constraints.patch
|
|
|
|
patches.suse/0192-drm-bridge-tc358767-explicitly-set-readable-register.patch
|
|
|
|
patches.suse/0193-drm-bridge-samsung-dsim-Fix-i.MX8M-enable-flow-to-me.patch
|
|
|
|
patches.suse/drm-bridge-ti-sn65dsi83-Fix-enable-disable-flow.patch
|
|
|
|
patches.suse/0195-drm-amdgpu-Fix-no-procfs-build.patch
|
|
|
|
patches.suse/0196-drm-bridge-samsung-dsim-fix-blanking-packet-size-cal.patch
|
|
|
|
patches.suse/drm-bridge-samsung-dsim-Fix-PMS-Calculator-on-i.patch
|
|
|
|
patches.suse/0198-drm-bridge-samsung-dsim-Fetch-pll-clock-frequency-au.patch
|
|
|
|
patches.suse/0199-drm-bridge-samsung-dsim-Select-GENERIC_PHY_MIPI_DPHY.patch
|
|
|
|
patches.suse/0200-drm-bridge-samsung-dsim-Dynamically-configure-DPHY-t.patch
|
|
|
|
patches.suse/0201-drm-bridge-samsung-dsim-Support-non-burst-mode.patch
|
|
|
|
patches.suse/0202-drm-panel-simple-Add-Ampire-AM-800480L1TMQW-T00H.patch
|
|
|
|
patches.suse/drm-panel-simple-fix-active-size-for-Ampire-AM-.patch
|
|
|
|
patches.suse/0204-drm-stm-dsi-Use-devm_platform_ioremap_resource.patch
|
|
|
|
patches.suse/drm-stm-ltdc-fix-late-dereference-check.patch
|
|
|
|
patches.suse/0206-drm-lcdif-Drop-unnecessary-NULL-pointer-check-on-lcd.patch
|
|
|
|
patches.suse/0207-drm-lcdif-Determine-bus-format-and-flags-in-atomic_c.patch
|
|
|
|
patches.suse/0208-drm-lcdif-Check-consistent-bus-format-and-flags-acro.patch
|
|
|
|
patches.suse/0209-drm-lcdif-Add-multiple-encoders-and-first-bridges-su.patch
|
|
|
|
patches.suse/0210-drm-lcdif-Add-i.MX93-LCDIF-compatible-string.patch
|
|
|
|
patches.suse/0211-drm-Switch-i2c-drivers-back-to-use-.probe.patch
|
|
|
|
patches.suse/0212-drm-panel-edp-Convert-to-platform-remove-callback-re.patch
|
|
|
|
patches.suse/0213-drm-bridge-display-connector-rename-dp_pwr-to-connec.patch
|
|
|
|
patches.suse/0214-drm-bridge-display-connector-handle-hdmi-pwr-supply.patch
|
|
|
|
patches.suse/0215-drm-ttm-Remove-redundant-code-in-ttm_tt_init_fields.patch
|
|
|
|
patches.suse/dt-bindings-samsung-mipi-dsim-Use-port-base-referenc.patch
|
|
|
|
patches.suse/0216-drm-i915-ttm-Add-I915_BO_PREALLOC.patch
|
|
|
|
patches.suse/0217-drm-i915-display-Set-I915_BO_ALLOC_USER-for-fb.patch
|
|
|
|
patches.suse/0218-drm-i915-Add-a-function-to-mmap-framebuffer-obj.patch
|
|
|
|
patches.suse/0219-drm-i915-display-Add-helper-func-to-get-intel_fbdev-.patch
|
|
|
|
patches.suse/0220-drm-i915-display-Implement-fb_mmap-callback-function.patch
|
|
|
|
patches.suse/0221-drm-i915-mtl-Disable-stolen-memory-backed-FB-for-A0.patch
|
|
|
|
patches.suse/0222-drm-i915-Make-IRQ-reset-and-postinstall-multi-gt-awa.patch
|
|
|
|
patches.suse/0223-drm-i915-gt-Consider-multi-gt-instead-of-to_gt.patch
|
|
|
|
patches.suse/0224-drm-i915-gem-Consider-multi-gt-instead-of-to_gt.patch
|
|
|
|
patches.suse/0225-drm-i915-selftests-Consider-multi-gt-instead-of-to_g.patch
|
|
|
|
patches.suse/0226-drm-i915-mtl-Extend-Wa_22011802037-to-MTL-A-step.patch
|
|
|
|
patches.suse/0227-drm-i915-mtl-WA-to-clear-RDOP-clock-gating.patch
|
|
|
|
patches.suse/0228-drm-i915-mtl-Set-has_llc-0.patch
|
|
|
|
patches.suse/0229-drm-i915-mtl-Define-MOCS-and-PAT-tables-for-MTL.patch
|
|
|
|
patches.suse/0230-drm-i915-mtl-fix-mocs-selftest.patch
|
|
|
|
patches.suse/0231-drm-i915-i915_drv-Use-proper-parameter-naming-in-for.patch
|
|
|
|
patches.suse/0232-drm-i915-i915_drv-Use-i915-instead-of-dev_priv-insie.patch
|
|
|
|
patches.suse/0233-drm-i915-mtl-Add-PTE-encode-function.patch
|
|
|
|
patches.suse/0234-drm-i915-mtl-workaround-coherency-issue-for-Media.patch
|
|
|
|
patches.suse/0235-drm-i915-selftest-Record-GT-error-for-gt-failure.patch
|
|
|
|
patches.suse/0236-drm-i915-mtl-Add-workaround-14018778641.patch
|
|
|
|
patches.suse/0237-drm-i915-hwmon-Get-mutex-and-rpm-ref-just-once-in-hw.patch
|
|
|
|
patches.suse/0238-drm-i915-guc-Disable-PL1-power-limit-when-loading-Gu.patch
|
|
|
|
patches.suse/0239-drm-i915-hwmon-Block-waiting-for-GuC-reset-to-comple.patch
|
|
|
|
patches.suse/0240-drm-i915-mtl-Implement-Wa_14019141245.patch
|
|
|
|
patches.suse/0241-drm-i915-Migrate-platform-dependent-mock-hugepage-se.patch
|
|
|
|
patches.suse/0242-drm-i915-Use-correct-huge-page-manager-for-MTL.patch
|
|
|
|
patches.suse/drm-i915-guc-slpc-Provide-sysfs-for-efficient-f.patch
|
|
|
|
patches.suse/0244-drm-i915-selftest-Update-the-SLPC-selftest.patch
|
|
|
|
patches.suse/0245-drm-i915-rc6-throw-out-set-wrapper.patch
|
|
|
|
patches.suse/0246-i915-pmu-Add-support-for-total-context-runtime-for-G.patch
|
|
|
|
patches.suse/0247-drm-i915-fdinfo-Enable-fdinfo-for-GuC-backends.patch
|
|
|
|
patches.suse/0248-drm-i915-gt-Use-gt_err-for-GT-info.patch
|
|
|
|
patches.suse/0249-drm-i915-selftests-Use-gt_err-for-GT-info.patch
|
|
|
|
patches.suse/0250-drm-i915-guc-Consolidate-duplicated-capture-list-cod.patch
|
|
|
|
patches.suse/0251-drm-i915-guc-Capture-list-naming-clean-up.patch
|
|
|
|
patches.suse/0252-drm-i915-guc-Fix-error-capture-for-virtual-engines.patch
|
|
|
|
patches.suse/0253-drm-i915-gvt-fix-intel_vgpu_alloc_resource-kernel-do.patch
|
|
|
|
patches.suse/0254-drm-i915-vma-fix-kernel-doc-function-name-for-i915_v.patch
|
|
|
|
patches.suse/0255-drm-i915-utils-drop-kernel-doc-from-__wait_for.patch
|
|
|
|
patches.suse/0256-drm-i915-vma-document-struct-i915_vma_resource-waker.patch
|
|
|
|
patches.suse/0257-drm-i915-perf-fix-i915_perf_ioctl_version-kernel-doc.patch
|
|
|
|
patches.suse/0258-drm-i915-error-fix-i915_capture_error_state-kernel-d.patch
|
|
|
|
patches.suse/0259-drm-i915-request-drop-kernel-doc.patch
|
|
|
|
patches.suse/0260-drm-i915-gem-fix-i915_gem_object_lookup_rcu-kernel-d.patch
|
|
|
|
patches.suse/0261-drm-i915-engine-fix-kernel-doc-function-name-for-int.patch
|
|
|
|
patches.suse/0262-drm-i915-context-fix-kernel-doc-parameter-descriptio.patch
|
|
|
|
patches.suse/0263-drm-i915-gtt-fix-i915_vm_resv_put-kernel-doc-paramet.patch
|
|
|
|
patches.suse/0264-drm-i915-engine-hide-preempt_hang-selftest-member-fr.patch
|
|
|
|
patches.suse/0265-drm-i915-guc-add-dbgfs_node-member-kernel-doc.patch
|
|
|
|
patches.suse/0266-drm-i915-guc-drop-lots-of-kernel-doc-markers.patch
|
|
|
|
patches.suse/0267-drm-i915-guc-add-intel_guc_state_capture-member-docs.patch
|
|
|
|
patches.suse/0268-drm-i915-active-fix-kernel-doc-for-function-paramete.patch
|
|
|
|
patches.suse/0269-drm-i915-pmu-drop-kernel-doc.patch
|
|
|
|
patches.suse/0270-drm-i915-pxp-fix-kernel-doc-for-member-dev_link.patch
|
|
|
|
patches.suse/0271-drm-i915-scatterlist-fix-kernel-doc-parameter-docume.patch
|
|
|
|
patches.suse/0272-drm-i915-mtl-Define-GSC-Proxy-component-interface.patch
|
|
|
|
patches.suse/0273-mei-gsc_proxy-add-gsc-proxy-driver.patch
|
|
|
|
patches.suse/0274-drm-i915-gsc-add-initial-support-for-GSC-proxy.patch
|
|
|
|
patches.suse/0275-drm-i915-gsc-add-support-for-GSC-proxy-interrupt.patch
|
|
|
|
patches.suse/0276-drm-i915-vma-fix-struct-i915_vma_bindinfo-kernel-doc.patch
|
|
|
|
patches.suse/0277-drm-i915-gem-fix-function-pointer-member-kernel-doc.patch
|
|
|
|
patches.suse/0278-drm-i915-scatterlist-fix-kernel-doc.patch
|
|
|
|
patches.suse/0279-drm-i915-ttm-fix-i915_ttm_to_gem-kernel-doc.patch
|
|
|
|
patches.suse/0280-drm-i915-use-kernel-doc-Werror-when-CONFIG_DRM_I915_.patch
|
|
|
|
patches.suse/0281-drm-i915-uc-Track-patch-level-versions-on-reduced-ve.patch
|
|
|
|
patches.suse/0282-drm-i915-mtl-Define-GuC-firmware-version-for-MTL.patch
|
|
|
|
patches.suse/0283-drm-i915-guc-Decode-another-GuC-load-failure-case.patch
|
|
|
|
patches.suse/0284-drm-i915-guc-Print-status-register-when-waiting-for-.patch
|
|
|
|
patches.suse/0285-drm-i915-uc-Enhancements-to-firmware-table-validatio.patch
|
|
|
|
patches.suse/0286-drm-i915-uc-Reject-duplicate-entries-in-firmware-tab.patch
|
|
|
|
patches.suse/0287-drm-i915-uc-Make-unexpected-firmware-versions-an-err.patch
|
|
|
|
patches.suse/0288-drm-i915-mtl-Drop-FLAT-CCS-check.patch
|
|
|
|
patches.suse/0289-drm-i915-mtl-Add-MTL-for-remapping-CCS-FBs.patch
|
|
|
|
patches.suse/0290-drm-i915-mtl-Fix-the-wa-number-for-Wa_22016670082.patch
|
|
|
|
patches.suse/0291-drm-i915-preparation-for-using-PAT-index.patch
|
|
|
|
patches.suse/0292-drm-i915-use-pat_index-instead-of-cache_level.patch
|
|
|
|
patches.suse/0293-drm-i915-pxp-Add-GSC-CS-back-end-resource-init-and-c.patch
|
|
|
|
patches.suse/0294-drm-i915-pxp-Add-MTL-hw-plumbing-enabling-for-KCR-op.patch
|
|
|
|
patches.suse/0295-drm-i915-pxp-Add-MTL-helpers-to-submit-Heci-Cmd-Pack.patch
|
|
|
|
patches.suse/0296-drm-i915-pxp-Add-GSC-CS-backend-to-send-GSC-fw-messa.patch
|
|
|
|
patches.suse/0297-drm-i915-pxp-Add-ARB-session-creation-and-cleanup.patch
|
|
|
|
patches.suse/0298-drm-i915-uapi-pxp-Add-a-GET_PARAM-for-PXP.patch
|
|
|
|
patches.suse/0299-drm-i915-pxp-On-MTL-KCR-enabling-doesn-t-wait-on-tee.patch
|
|
|
|
patches.suse/0300-drm-i915-pxp-Enable-PXP-with-MTL-GSC-CS.patch
|
|
|
|
patches.suse/0301-drm-i1915-guc-Fix-probe-injection-CI-failures-after-.patch
|
|
|
|
patches.suse/0302-drm-i915-guc-Fix-confused-register-capture-list-crea.patch
|
|
|
|
patches.suse/0303-drm-i915-hwmon-Silence-UBSAN-uninitialized-bool-vari.patch
|
|
|
|
patches.suse/0304-drm-i915-Dump-error-capture-to-kernel-log.patch
|
|
|
|
patches.suse/0305-drm-i915-guc-Dump-error-capture-to-dmesg-on-CTB-erro.patch
|
|
|
|
patches.suse/0306-drm-i915-guc-slpc-Disable-rps_boost-debugfs.patch
|
|
|
|
patches.suse/0307-drm-i915-mtl-do-not-enable-render-power-gating-on-MT.patch
|
|
|
|
patches.suse/0308-drm-i915-mtl-Add-MTL-performance-tuning-changes.patch
|
|
|
|
patches.suse/0309-drm-i915-mtl-Extend-Wa_16014892111-to-MTL-A-step.patch
|
|
|
|
patches.suse/0310-drm-i915-Fix-memory-leaks-in-function-live_nop_switc.patch
|
|
|
|
patches.suse/0311-drm-i915-pmu-Change-bitmask-of-enabled-events-to-u32.patch
|
|
|
|
patches.suse/0312-drm-i915-pmu-Support-PMU-for-all-engines.patch
|
|
|
|
patches.suse/0313-drm-i915-pmu-Skip-sampling-engines-with-no-enabled-c.patch
|
|
|
|
patches.suse/0314-drm-i915-pmu-Transform-PMU-parking-code-to-be-GT-bas.patch
|
|
|
|
patches.suse/0315-drm-i915-pmu-Add-reference-counting-to-the-sampling-.patch
|
|
|
|
patches.suse/0316-drm-i915-pmu-Prepare-for-multi-tile-non-engine-count.patch
|
|
|
|
patches.suse/0317-drm-i915-pmu-Export-counters-from-all-tiles.patch
|
|
|
|
patches.suse/0318-drm-i915-mtl-end-support-for-set-caching-ioctl.patch
|
|
|
|
patches.suse/0319-fbdev-Add-Kconfig-options-to-select-different-fb_ops.patch
|
|
|
|
patches.suse/0320-fbdev-Add-initializer-macros-for-struct-fb_ops.patch
|
|
|
|
patches.suse/0321-drm-armada-Use-regular-fbdev-I-O-helpers.patch
|
|
|
|
patches.suse/0322-drm-exynos-Use-regular-fbdev-I-O-helpers.patch
|
|
|
|
patches.suse/0323-drm-gma500-Use-regular-fbdev-I-O-helpers.patch
|
|
|
|
patches.suse/0324-drm-radeon-Use-regular-fbdev-I-O-helpers.patch
|
|
|
|
patches.suse/0325-drm-fbdev-dma-Use-regular-fbdev-I-O-helpers.patch
|
|
|
|
patches.suse/0326-drm-omapdrm-Use-regular-fbdev-I-O-helpers.patch
|
|
|
|
patches.suse/0327-drm-tegra-Use-regular-fbdev-I-O-helpers.patch
|
|
|
|
patches.suse/0328-drm-fb-helper-Export-helpers-for-marking-damage-area.patch
|
|
|
|
patches.suse/0329-drm-msm-Use-regular-fbdev-I-O-helpers.patch
|
|
|
|
patches.suse/0330-drm-fbdev-generic-Implement-dedicated-fbdev-I-O-help.patch
|
|
|
|
patches.suse/0331-drm-i915-Implement-dedicated-fbdev-I-O-helpers.patch
|
|
|
|
patches.suse/drm-rcar-du-remove-R-Car-H3-ES1.-workarounds.patch
|
|
|
|
patches.suse/0333-drm-Place-Renesas-drivers-in-a-separate-dir.patch
|
|
|
|
patches.suse/accel-habanalabs-add-pci-health-check-during-h.patch
|
|
|
|
patches.suse/accel-habanalabs-fix-gaudi2_get_tpc_idle_status.patch
|
|
|
|
patches.suse/accel-habanalabs-fix-mem-leak-in-capture-user-.patch
|
|
|
|
patches.suse/0334-accel-habanalabs-add-description-to-several-info-ioc.patch
|
|
|
|
patches.suse/0335-drm-bridge-tc358762-Add-reset-GPIO-support.patch
|
|
|
|
patches.suse/0336-drm-meson-fix-unbind-path-if-HDMI-fails-to-bind.patch
|
|
|
|
patches.suse/0337-drm-meson-only-use-components-with-dw-hdmi.patch
|
|
|
|
patches.suse/0338-drm-meson-venc-add-ENCL-encoder-setup-for-MIPI-DSI-o.patch
|
|
|
|
patches.suse/0339-drm-meson-add-DSI-encoder.patch
|
|
|
|
patches.suse/0340-drm-meson-add-support-for-MIPI-DSI-transceiver.patch
|
|
|
|
patches.suse/0341-drm-panel-khadas-ts050-update-timings-to-achieve-60H.patch
|
|
|
|
patches.suse/0342-drm-panel-Support-for-Starry-himax83102-j02-TDDI-MIP.patch
|
|
|
|
patches.suse/0343-drm-panel-Support-for-Starry-ili9882t-TDDI-MIPI-DSI-.patch
|
|
|
|
patches.suse/0344-drm-meson-Remove-unneeded-semicolon.patch
|
|
|
|
patches.suse/0345-drm-meson-venc-include-linux-bitfield.h.patch
|
|
|
|
patches.suse/0346-drm-virtio-Refactor-and-optimize-job-submission-code.patch
|
|
|
|
patches.suse/0347-drm-virtio-Wait-for-each-dma-fence-of-in-fence-array.patch
|
|
|
|
patches.suse/0348-drm-bridge-imx-fix-mixed-module-builtin-object.patch
|
|
|
|
patches.suse/0349-drm-bridge-imx-turn-imx8-qm-qxp-ldb-into-single-obje.patch
|
|
|
|
patches.suse/0350-drm-panel-simple-add-support-for-Rocktech-RK043FN48H.patch
|
|
|
|
patches.suse/drm-i915-Fix-limited-range-csc-matrix.patch
|
|
|
|
patches.suse/0352-drm-i915-Introduce-intel_csc_matrix-struct.patch
|
|
|
|
patches.suse/0353-drm-i915-Split-chv_load_cgm_csc-into-pieces.patch
|
|
|
|
patches.suse/0354-drm-i915-Start-using-struct-intel_csc_matrix-for-chv.patch
|
|
|
|
patches.suse/0355-drm-i915-Store-ilk-csc-matrices-in-the-crtc-state.patch
|
|
|
|
patches.suse/0356-drm-i915-Utilize-crtc_state-csc-on-chv.patch
|
|
|
|
patches.suse/0357-drm-i915-Sprinke-a-few-sanity-check-WARNS-during-csc.patch
|
|
|
|
patches.suse/0358-drm-i915-Add-hardware-csc-readout-for-ilk.patch
|
|
|
|
patches.suse/0359-drm-i915-Implement-chv-cgm-csc-readout.patch
|
|
|
|
patches.suse/0360-drm-i915-Include-the-csc-matrices-in-the-crtc-state-.patch
|
|
|
|
patches.suse/0361-drm-i915-Hook-up-csc-into-state-checker.patch
|
|
|
|
patches.suse/0362-drm-i915-display-remove-unnecessary-i915_debugfs.h-i.patch
|
|
|
|
patches.suse/0363-drm-i915-Generalize-planes_-enabling-disabling.patch
|
|
|
|
patches.suse/0364-drm-i915-vrr-Eliminate-redundant-function-arguments.patch
|
|
|
|
patches.suse/0365-drm-i915-vrr-Make-delayed-vblank-operational-in-VRR-.patch
|
|
|
|
patches.suse/0366-drm-i915-vrr-Tell-intel_crtc_update_active_timings-a.patch
|
|
|
|
patches.suse/0367-drm-i915-vrr-Relocate-VRR-enable-disable.patch
|
|
|
|
patches.suse/0368-drm-i915-vrr-Allow-VRR-to-be-toggled-during-fastsets.patch
|
|
|
|
patches.suse/0369-drm-i915-Flag-purely-internal-commits-to-not-clear-c.patch
|
|
|
|
patches.suse/0370-drm-i915-Allow-arbitrary-refresh-rates-with-VRR-eDP-.patch
|
|
|
|
patches.suse/0371-drm-i915-Evade-transcoder-s-vblank-when-doing-seamle.patch
|
|
|
|
patches.suse/0372-drm-i915-Use-min-instead-of-hand-rolling-it.patch
|
|
|
|
patches.suse/0373-drm-i915-debugfs-New-debugfs-for-display-clock-frequ.patch
|
|
|
|
patches.suse/drm-i915-hide-mkwrite_device_info-better.patch
|
|
|
|
patches.suse/0375-drm-i915-mtl-Add-DP-rates.patch
|
|
|
|
patches.suse/0376-drm-i915-mtl-Create-separate-reg-file-for-PICA-regis.patch
|
|
|
|
patches.suse/0377-drm-i915-mtl-Add-Support-for-C10-PHY-message-bus-and.patch
|
|
|
|
patches.suse/0378-drm-i915-mtl-Add-vswing-programming-for-C10-phys.patch
|
|
|
|
patches.suse/0379-drm-i915-mtl-MTL-PICA-hotplug-detection.patch
|
|
|
|
patches.suse/0380-drm-i915-mtl-display-Implement-DisplayPort-sequences.patch
|
|
|
|
patches.suse/0381-drm-i915-mtl-Add-C10-phy-programming-for-HDMI.patch
|
|
|
|
patches.suse/0382-drm-i915-display-mtl-Fill-port-width-in-DDI_BUF_-TRA.patch
|
|
|
|
patches.suse/0383-drm-i915-mtl-Initial-DDI-port-setup.patch
|
|
|
|
patches.suse/0384-drm-i915-Make-intel_-mpllb-c10pll-_state_verify-safe.patch
|
|
|
|
patches.suse/0385-drm-i915-display-remove-intel_display_commit_duplica.patch
|
|
|
|
patches.suse/0386-drm-i915-display-start-high-level-display-driver-fil.patch
|
|
|
|
patches.suse/0387-drm-i915-display-move-intel_modeset_probe_defer-to-i.patch
|
|
|
|
patches.suse/0388-drm-i915-display-rename-intel_modeset_probe_defer-in.patch
|
|
|
|
patches.suse/0389-drm-i915-display-move-modeset-probe-remove-functions.patch
|
|
|
|
patches.suse/0390-drm-i915-display-rename-intel_display_driver_-functi.patch
|
|
|
|
patches.suse/0391-drm-i915-display-add-intel_display_reset.-ch.patch
|
|
|
|
patches.suse/0392-drm-i915-display-move-display-suspend-resume-to-inte.patch
|
|
|
|
patches.suse/0393-drm-i915-display-rename-intel_display_driver_suspend.patch
|
|
|
|
patches.suse/0394-drm-i915-display-add-intel_display_driver_early_prob.patch
|
|
|
|
patches.suse/0395-drm-i915-pps-use-intel_de_rmw-for-panel-unlock.patch
|
|
|
|
patches.suse/0396-drm-i915-Introduce-platform-_hotplug_mask.patch
|
|
|
|
patches.suse/0397-drm-i915-Introduce-intel_hpd_enable_detection.patch
|
|
|
|
patches.suse/0398-drm-i915-Check-HPD-live-state-during-eDP-probe.patch
|
|
|
|
patches.suse/0399-drm-i915-Reuse-platform-_hotplug_mask-in-.hpd_detect.patch
|
|
|
|
patches.suse/0400-drm-i915-use-explicit-includes-for-i915_reg.h-and-i9.patch
|
|
|
|
patches.suse/0401-drm-i915-Use-separate-DC-off-power-well-for-ADL-P-an.patch
|
|
|
|
patches.suse/0402-drm-i915-mtl-Re-use-ADL-P-s-DC-off-power-well.patch
|
|
|
|
patches.suse/0403-drm-i915-wm-remove-stale-and-unused-ilk_wm_max_level.patch
|
|
|
|
patches.suse/0404-drm-i915-display-split-out-load-detect-to-a-separate.patch
|
|
|
|
patches.suse/0405-drm-i915-display-throw-out-struct-intel_load_detect_.patch
|
|
|
|
patches.suse/0406-drm-i915-Relocate-VBLANK_EVASION_TIME_US.patch
|
|
|
|
patches.suse/0407-drm-i915-Relocate-intel_atomic_setup_scalers.patch
|
|
|
|
patches.suse/0408-drm-i915-Relocate-skl_get_pfit_config.patch
|
|
|
|
patches.suse/0409-drm-i915-Use-REG_BIT-co-for-the-pre-ilk-pfit-registe.patch
|
|
|
|
patches.suse/0410-drm-i915-Namespace-pfit-registers-properly.patch
|
|
|
|
patches.suse/0411-drm-i915-Use-REG_BIT-co.-for-ilk-pfit-registers.patch
|
|
|
|
patches.suse/0412-drm-i915-Drop-a-useless-forward-declararion.patch
|
|
|
|
patches.suse/0413-drm-i915-Fix-up-whitespace-in-some-display-chicken-r.patch
|
|
|
|
patches.suse/0414-drm-i915-Clean-up-various-display-chicken-registers.patch
|
|
|
|
patches.suse/0415-drm-i915-psr-Clean-up-PSR-register-defininitions.patch
|
|
|
|
patches.suse/0416-drm-i915-psr-Use-intel_de_rmw.patch
|
|
|
|
patches.suse/0417-drm-i915-psr-Define-more-PSR-mask-bits.patch
|
|
|
|
patches.suse/0418-drm-i915-psr-Add-a-FIXME-for-the-PSR-vs.-AUX-usage-c.patch
|
|
|
|
patches.suse/0419-drm-i915-psr-Include-PSR_PERF_CNT-in-debugfs-output-.patch
|
|
|
|
patches.suse/0420-drm-i915-psr-Sprinkle-cpu_transcoder-variables-aroun.patch
|
|
|
|
patches.suse/0421-drm-i915-Initialize-dkl_phy-spin-lock-from-display-c.patch
|
|
|
|
patches.suse/0422-drm-i915-mtl-Skip-pcode-qgv-restrictions-for-MTL.patch
|
|
|
|
patches.suse/0423-drm-i915-adlp-Disable-DC5-6-states-for-TC-port-DDI-A.patch
|
|
|
|
patches.suse/0424-drm-i915-display-Increase-AUX-timeout-for-Type-C.patch
|
|
|
|
patches.suse/0425-drm-i915-mtl-C20-PLL-programming.patch
|
|
|
|
patches.suse/0426-drm-i915-mtl-C20-HW-readout.patch
|
|
|
|
patches.suse/0427-drm-i915-mtl-Dump-C20-pll-hw-state.patch
|
|
|
|
patches.suse/0428-drm-i915-mtl-C20-port-clock-calculation.patch
|
|
|
|
patches.suse/0429-drm-i915-mtl-Add-voltage-swing-sequence-for-C20.patch
|
|
|
|
patches.suse/0430-drm-i915-mtl-For-DP2.0-10G-and-20G-rates-use-MPLLA.patch
|
|
|
|
patches.suse/0431-drm-i915-mtl-Enabling-disabling-sequence-Thunderbolt.patch
|
|
|
|
patches.suse/0432-drm-i915-mtl-Readout-Thunderbolt-HW-state.patch
|
|
|
|
patches.suse/0433-drm-i915-mtl-Define-mask-for-DDI-AUX-interrupts.patch
|
|
|
|
patches.suse/0434-drm-i915-mtl-Power-up-TCSS.patch
|
|
|
|
patches.suse/0435-drm-i915-mtl-TypeC-HPD-live-status-query.patch
|
|
|
|
patches.suse/0436-drm-i915-mtl-Pin-assignment-for-TypeC.patch
|
|
|
|
patches.suse/0437-drm-i915-mtl-Enable-TC-ports.patch
|
|
|
|
patches.suse/0438-drm-i915-display-dp-128-132b-LT-requirement.patch
|
|
|
|
patches.suse/0439-drm-i915-Define-bitmasks-for-ilk-pfit-window-pos-siz.patch
|
|
|
|
patches.suse/0440-drm-i915-Remove-dead-scaler-register-defines.patch
|
|
|
|
patches.suse/0441-drm-i915-Rename-skl-scaler-binding-bits.patch
|
|
|
|
patches.suse/0442-drm-i915-s-PS_COEE_INDEX_AUTO_INC-PS_COEF_INDEX_AUTO.patch
|
|
|
|
patches.suse/0443-drm-i915-Define-bitmasks-for-skl-scaler-window-pos-s.patch
|
|
|
|
patches.suse/0444-drm-i915-Use-REG_BIT-co.-for-pipe-scaler-registers.patch
|
|
|
|
patches.suse/0445-drm-i915-Communicate-display-power-demands-to-pcode.patch
|
|
|
|
patches.suse/0446-drm-i915-display-Add-new-member-to-configure-PCON-co.patch
|
|
|
|
patches.suse/0447-drm-i915-dp-Replace-intel_dp.dfp-members-with-the-ne.patch
|
|
|
|
patches.suse/0448-drm-i915-dp-Configure-PCON-for-conversion-of-output_.patch
|
|
|
|
patches.suse/0449-drm-i915-display-Use-sink_format-instead-of-ycbcr420.patch
|
|
|
|
patches.suse/0450-drm-i915-dp-Add-helper-to-get-sink_format.patch
|
|
|
|
patches.suse/0451-drm-i915-dp-Rearrange-check-for-illegal-mode-and-com.patch
|
|
|
|
patches.suse/0452-drm-i915-Move-has_hdmi_sink-out-from-intel_hdmi_comp.patch
|
|
|
|
patches.suse/0453-drm-i915-Pick-one-HDMI-port-for-infoframe-audio-tran.patch
|
|
|
|
patches.suse/0454-drm-i915-Fix-wrong-condition-in-bxt_set_cdclk-for-DG.patch
|
|
|
|
patches.suse/0455-drm-i915-hdcp-drop-display-prefix-from-include.patch
|
|
|
|
patches.suse/0456-drm-i915-Define-more-PS_CTRL-bits.patch
|
|
|
|
patches.suse/0457-drm-i915-Use-REG_BIT-co.-for-AUX-CH-registers.patch
|
|
|
|
patches.suse/0458-drm-i915-Split-map_aux_ch-into-per-platform-arrays.patch
|
|
|
|
patches.suse/0459-drm-i915-Flip-VBT-DDC-pin-maps-around.patch
|
|
|
|
patches.suse/0460-drm-i915-Nuke-intel_bios_is_port_dp_dual_mode.patch
|
|
|
|
patches.suse/0461-drm-i915-irq-relocate-gmbus-and-dp-aux-irq-handlers.patch
|
|
|
|
patches.suse/0462-drm-i915-gt-drop-dependency-on-VLV_DISPLAY_BASE.patch
|
|
|
|
patches.suse/0463-drm-i915-bios-add-helper-for-reading-SPI.patch
|
|
|
|
patches.suse/0464-drm-fourcc-define-Intel-Meteorlake-related-ccs-modif.patch
|
|
|
|
patches.suse/0465-drm-i915-mtl-Add-handling-for-MTL-ccs-modifiers.patch
|
|
|
|
patches.suse/0466-drm-i915-dpll-drop-a-useless-I915_STATE_WARN_ON.patch
|
|
|
|
patches.suse/0467-drm-i915-crtc-replace-I915_STATE_WARN_ON-with-I915_S.patch
|
|
|
|
patches.suse/0468-drm-i915-display-remove-I915_STATE_WARN_ON.patch
|
|
|
|
patches.suse/0469-drm-i915-display-add-i915-parameter-to-I915_STATE_WA.patch
|
|
|
|
patches.suse/0470-drm-i915-irq-convert-gen8_de_irq_handler-to-void.patch
|
|
|
|
patches.suse/0471-drm-i915-irq-split-out-hotplug-irq-handling.patch
|
|
|
|
patches.suse/0472-drm-i915-irq-split-out-display-irq-handling.patch
|
|
|
|
patches.suse/0473-drm-i915-hdcp-add-intel_atomic_state-argument-to-hdc.patch
|
|
|
|
patches.suse/0474-drm-i915-hdcp-Remove-enforce_type0-check-outside-loo.patch
|
|
|
|
patches.suse/0475-drm-i915-hdcp-Fix-modeset-locking-issue-in-hdcp-mst.patch
|
|
|
|
patches.suse/0476-drm-i915-hdcp-Fill-hdcp2_streamid_type-and-k-in-appr.patch
|
|
|
|
patches.suse/0477-drm-i915-Add-helpers-to-reference-unreference-a-DPLL.patch
|
|
|
|
patches.suse/0478-drm-i915-Make-the-CRTC-state-consistent-during-sanit.patch
|
|
|
|
patches.suse/0479-drm-i915-Update-connector-atomic-state-before-crtc-s.patch
|
|
|
|
patches.suse/0480-drm-i915-Separate-intel_crtc_disable_noatomic_begin-.patch
|
|
|
|
patches.suse/0481-drm-i915-Factor-out-set_encoder_for_connector.patch
|
|
|
|
patches.suse/0482-drm-i915-Add-support-for-disabling-any-CRTCs-during-.patch
|
|
|
|
patches.suse/0483-drm-i915-dp-Add-link-training-debug-and-error-printi.patch
|
|
|
|
patches.suse/0484-drm-i915-dp-Convert-link-training-error-to-debug-mes.patch
|
|
|
|
patches.suse/0485-drm-i915-dp-Prevent-link-training-fallback-on-discon.patch
|
|
|
|
patches.suse/0486-drm-i915-dp-Factor-out-intel_dp_get_active_pipes.patch
|
|
|
|
patches.suse/0487-drm-i915-Factor-out-a-helper-for-handling-atomic-mod.patch
|
|
|
|
patches.suse/0488-drm-i915-tc-Call-TypeC-port-flush_work-cleanup-witho.patch
|
|
|
|
patches.suse/0489-drm-i915-tc-Reset-TypeC-PHYs-left-enabled-in-DP-alt-.patch
|
|
|
|
patches.suse/0490-drm-i915-fix-intel_display_irq.c-include-order.patch
|
|
|
|
patches.suse/0491-drm-i915-tweak-language-in-fastset-pipe-config-compa.patch
|
|
|
|
patches.suse/0492-drm-i915-mtl-Fix-expected-reg-value-for-Thunderbolt-.patch
|
|
|
|
patches.suse/0493-drm-i915-Add-16bit-register-mask-operators.patch
|
|
|
|
patches.suse/0494-drm-i915-hdmi-C20-computed-PLL-frequencies.patch
|
|
|
|
patches.suse/0495-drm-i915-dsc-change-DSC-param-tables-to-follow-the-D.patch
|
|
|
|
patches.suse/0496-drm-i915-dsc-move-rc_buf_thresh-values-to-common-hel.patch
|
|
|
|
patches.suse/0497-drm-i915-dsc-move-DSC-tables-to-DRM-DSC-helper.patch
|
|
|
|
patches.suse/0498-drm-i915-dsc-stop-using-interim-structure-for-calcul.patch
|
|
|
|
patches.suse/0499-drm-display-dsc-use-flat-array-for-rc_parameters-loo.patch
|
|
|
|
patches.suse/0500-drm-display-dsc-split-DSC-1.2-and-DSC-1.1-pre-SCR-pa.patch
|
|
|
|
patches.suse/0501-drm-display-dsc-include-the-rest-of-pre-SCR-paramete.patch
|
|
|
|
patches.suse/0502-drm-display-dsc-add-YCbCr-4-2-2-and-4-2-0-RC-paramet.patch
|
|
|
|
patches.suse/0503-drm-i915-constify-pointers-to-hwmon_channel_info.patch
|
|
|
|
patches.suse/0504-drm-i915-Support-Async-Flip-on-Linear-buffers.patch
|
|
|
|
patches.suse/0505-drm-i915-Wait-for-active-retire-before-i915_active_f.patch
|
|
|
|
patches.suse/0506-drm-i915-Replace-all-non-returning-strlcpy-with-strs.patch
|
|
|
|
patches.suse/drm-i915-display-Move-display-device-info-to-he.patch
|
|
|
|
patches.suse/0508-drm-i915-Convert-INTEL_INFO-display-to-a-pointer.patch
|
|
|
|
patches.suse/0509-drm-i915-display-Move-display-runtime-info-to-displa.patch
|
|
|
|
patches.suse/0510-drm-i915-display-Make-display-responsible-for-probin.patch
|
|
|
|
patches.suse/0511-drm-i915-display-Handle-GMD_ID-identification-in-dis.patch
|
|
|
|
patches.suse/0512-drm-i915-display-Move-feature-test-macros-to-intel_d.patch
|
|
|
|
patches.suse/0513-drm-i915-Fix-clang-Wimplicit-fallthrough-in-intel_as.patch
|
|
|
|
patches.suse/0514-drm-i915-Expose-crtc-CTM-property-on-ilk-snb.patch
|
|
|
|
patches.suse/0515-drm-i915-Fix-CHV-CGM-CSC-coefficient-sign-handling.patch
|
|
|
|
patches.suse/0516-drm-i915-Always-enable-CGM-CSC-on-CHV.patch
|
|
|
|
patches.suse/0517-drm-i915-Implement-CTM-property-support-for-VLV.patch
|
|
|
|
patches.suse/0518-drm-i915-hdcp-Rename-dev_priv-to-i915.patch
|
|
|
|
patches.suse/0519-drm-i915-hdcp-Move-away-from-master-naming-to-arbite.patch
|
|
|
|
patches.suse/0520-drm-i915-hdcp-Rename-comp_mutex-to-hdcp_mutex.patch
|
|
|
|
patches.suse/0521-drm-i915-use-localized-__diag_ignore_all-instead-of-.patch
|
|
|
|
patches.suse/0522-drm-edid-parse-display-info-has_audio-similar-to-is_.patch
|
|
|
|
patches.suse/0523-drm-display-dp_mst-drop-has_audio-from-struct-drm_dp.patch
|
|
|
|
patches.suse/0524-drm-i915-dp-stop-caching-has_audio-in-struct-intel_d.patch
|
|
|
|
patches.suse/0525-drm-i915-dp-stop-caching-has_hdmi_sink-in-struct-int.patch
|
|
|
|
patches.suse/0526-drm-i915-hdmi-stop-caching-has_audio-in-struct-intel.patch
|
|
|
|
patches.suse/0527-drm-i915-hdmi-stop-caching-has_hdmi_sink-in-struct-i.patch
|
|
|
|
patches.suse/0528-drm-i915-sdvo-stop-caching-has_hdmi_monitor-in-struc.patch
|
|
|
|
patches.suse/0529-drm-i915-sdvo-stop-caching-has_hdmi_audio-in-struct-.patch
|
|
|
|
patches.suse/0530-drm-edid-add-drm_edid_read_switcheroo.patch
|
|
|
|
patches.suse/0531-drm-i915-lvds-switch-to-drm_edid_read_switcheroo.patch
|
|
|
|
patches.suse/0532-drm-edid-make-drm_edid_duplicate-safe-to-call-with-N.patch
|
|
|
|
patches.suse/0533-drm-display-dp_mst-convert-to-struct-drm_edid.patch
|
|
|
|
patches.suse/0534-drm-i915-display-switch-the-rest-of-the-connectors-t.patch
|
|
|
|
patches.suse/0535-drm-i915_drm.h-fix-a-typo.patch
|
|
|
|
patches.suse/0536-drm-i915-Remove-i915_drm_suspend_mode.patch
|
|
|
|
patches.suse/0537-drm-i915-Flush-power-delayed-put-when-connector-init.patch
|
|
|
|
patches.suse/0538-drm-i915-mtl-Reset-only-one-lane-in-case-of-MFD.patch
|
|
|
|
patches.suse/0539-drm-i915-gsc-use-system-include-style-for-drm-header.patch
|
|
|
|
patches.suse/0540-drm-i915-gem-Use-large-rings-for-compute-contexts.patch
|
|
|
|
patches.suse/0541-drm-i915-guc-Use-FAST_REQUEST-for-non-blocking-H2G-c.patch
|
|
|
|
patches.suse/0542-drm-i915-guc-Update-log-for-unsolicited-CTB-response.patch
|
|
|
|
patches.suse/0543-drm-i915-guc-Track-all-sent-actions-to-GuC.patch
|
|
|
|
patches.suse/0544-drm-i915-guc-Drop-legacy-CTB-definitions.patch
|
|
|
|
patches.suse/0545-drm-i915-pmu-Turn-off-the-timer-to-sample-frequencie.patch
|
|
|
|
patches.suse/0546-drm-i915-pmu-Make-PMU-sample-array-two-dimensional.patch
|
|
|
|
patches.suse/0547-drm-i915-gt-Fix-second-parameter-type-of-pre-gen8-pt.patch
|
|
|
|
patches.suse/0548-drm-i915-gt-Fix-parameter-in-gmch_ggtt_insert_-entri.patch
|
|
|
|
patches.suse/0549-drm-i915-gt-limit-lmem-allocation-size-to-succeed-on.patch
|
|
|
|
patches.suse/0550-drm-i915-pxp-Fix-size_t-format-specifier-in-gsccs_se.patch
|
|
|
|
patches.suse/drm-i915-gt-Add-workaround-14016712196.patch
|
|
|
|
patches.suse/0552-drm-i915-uc-perma-pin-firmwares.patch
|
|
|
|
patches.suse/0553-drm-i915-huc-Parse-the-GSC-enabled-HuC-binary.patch
|
|
|
|
patches.suse/0554-drm-i915-huc-Load-GSC-enabled-HuC-via-DMA-xfer-if-th.patch
|
|
|
|
patches.suse/0555-drm-i915-huc-differentiate-the-2-steps-of-the-MTL-Hu.patch
|
|
|
|
patches.suse/0556-drm-i915-mtl-huc-auth-HuC-via-GSC.patch
|
|
|
|
patches.suse/0557-drm-i915-mtl-huc-Use-the-media-gt-for-the-HuC-getpar.patch
|
|
|
|
patches.suse/0558-drm-i915-huc-define-HuC-FW-version-for-MTL.patch
|
|
|
|
patches.suse/0559-drm-i915-Use-the-fdinfo-helper.patch
|
|
|
|
patches.suse/0560-drm-i915-Reduce-I915_MAX_GT-to-2.patch
|
|
|
|
patches.suse/0561-drm-i915-rename-I915_PMU_MAX_GTS-to-I915_PMU_MAX_GT.patch
|
|
|
|
patches.suse/0562-drm-i915-guc-Remove-some-obsolete-definitions.patch
|
|
|
|
patches.suse/0563-drm-i915-Allow-user-to-set-cache-at-BO-creation.patch
|
|
|
|
patches.suse/0564-i915-perf-Drop-the-aging_tail-logic-in-perf-OA.patch
|
|
|
|
patches.suse/0565-i915-perf-Do-not-add-ggtt-offset-to-hw_tail.patch
|
|
|
|
patches.suse/0566-drm-i915-gsc-Fix-error-code-in-intel_gsc_uc_heci_cmd.patch
|
|
|
|
patches.suse/0567-drm-amd-display-Refactor-ABM-feature.patch
|
|
|
|
patches.suse/drm-amd-display-Unconditionally-print-when-DP-s.patch
|
|
|
|
patches.suse/0569-drm-amd-display-Check-log-if-receiver-supports-MST-D.patch
|
|
|
|
patches.suse/0570-drm-amd-display-Fix-ABM-pipe-backlight-issues-when-c.patch
|
|
|
|
patches.suse/0571-drm-amd-display-Do-not-set-drr-on-pipe-commit.patch
|
|
|
|
patches.suse/0572-drm-amd-display-Block-optimize-on-consecutive-FAMS-e.patch
|
|
|
|
patches.suse/0573-drm-amd-display-Fix-in-disabling-secure-display.patch
|
|
|
|
patches.suse/0574-drm-amd-display-update-max-streams-per-surface.patch
|
|
|
|
patches.suse/0575-drm-amd-display-Only-consider-DISPCLK-when-using-opt.patch
|
|
|
|
patches.suse/0576-drm-amd-display-refactor-dmub-commands-into-single-f.patch
|
|
|
|
patches.suse/0577-drm-amd-display-drain-dmub-inbox-if-queue-is-full.patch
|
|
|
|
patches.suse/drm-amd-display-Add-FAMS-validation-before-tryi.patch
|
|
|
|
patches.suse/0579-drm-amd-display-Adding-support-for-VESA-SCR.patch
|
|
|
|
patches.suse/0580-drm-amd-display-DSC-policy-override-when-ODM-combine.patch
|
|
|
|
patches.suse/0581-drm-amd-display-Correct-output-color-space-during-HW.patch
|
|
|
|
patches.suse/0582-drm-amd-display-Set-watermarks-set-D-equal-to-A.patch
|
|
|
|
patches.suse/0583-drm-amd-display-Enable-FPO-Vactive.patch
|
|
|
|
patches.suse/0584-drm-amd-display-FW-Promotion-Release-0.0.162.0.patch
|
|
|
|
patches.suse/0585-drm-amd-display-add-extra-dc-odm-debug-options.patch
|
|
|
|
patches.suse/0586-drm-amd-display-add-mechanism-to-skip-DCN-init.patch
|
|
|
|
patches.suse/0587-drm-amd-display-Write-TEST_EDID_CHECKSUM_WRITE-for-E.patch
|
|
|
|
patches.suse/drm-amd-display-Add-logging-for-display-MALL-re.patch
|
|
|
|
patches.suse/drm-amd-display-fix-is_timing_changed-prototype.patch
|
|
|
|
patches.suse/drm-amd-display-Update-DTBCLK-for-DCN32.patch
|
|
|
|
patches.suse/0591-drm-amdgpu-Increase-GFX6-graphics-ring-size.patch
|
|
|
|
patches.suse/0592-drm-amdgpu-Add-a-max-ibs-per-submission-limit.patch
|
|
|
|
patches.suse/0593-drm-amdgpu-Add-support-for-querying-the-max-ibs-in-a.patch
|
|
|
|
patches.suse/0594-drm-amd-pm-Fix-spelling-mistake-aquire-acquire.patch
|
|
|
|
patches.suse/0595-drm-amd-display-remove-unused-variable-oldest_index.patch
|
|
|
|
patches.suse/radeon-avoid-double-free-in-ci_dpm_init.patch
|
|
|
|
patches.suse/0597-drm-amdgpu-convert-gfx.kiq-to-array-type-v3.patch
|
|
|
|
patches.suse/0598-drm-amdgpu-move-queue_bitmap-to-an-independent-struc.patch
|
|
|
|
patches.suse/0599-drm-amdgpu-separate-the-mqd_backup-for-kiq-from-kcq.patch
|
|
|
|
patches.suse/0600-drm-amdgpu-add-multi-xcc-support-to-amdgpu_gfx-inter.patch
|
|
|
|
patches.suse/0601-drm-amdgpu-split-gc-v9_4_3-functionality-from-gc-v9_.patch
|
|
|
|
patches.suse/0602-drm-amdgpu-add-xcc-index-argument-to-soc15_grbm_sele.patch
|
|
|
|
patches.suse/0603-drm-amdgpu-add-multi-XCC-initial-support-in-gfx_v9_4.patch
|
|
|
|
patches.suse/0604-drm-amdgpu-add-xcc-index-argument-to-gfx-v9_4_3-func.patch
|
|
|
|
patches.suse/0605-drm-amdgpu-add-xcc-index-argument-to-select_sh_se-fu.patch
|
|
|
|
patches.suse/0606-drm-amdgpu-add-xcc-index-argument-to-rlc-safe_mode-f.patch
|
|
|
|
patches.suse/0607-drm-amd-display-Clear-GPINT1-before-taking-DMCUB-out.patch
|
|
|
|
patches.suse/0608-drm-amdgpu-add-master-slave-check-in-init-phase.patch
|
|
|
|
patches.suse/0609-drm-amdgpu-initialize-num_xcd-to-1-for-gfx-v9_0.patch
|
|
|
|
patches.suse/drm-amdgpu-fix-calltrace-warning-in-amddrm_bud.patch
|
|
|
|
patches.suse/0611-drm-amdgpu-Drop-pcie_bif-ras-check-from-fatal-error-.patch
|
|
|
|
patches.suse/0612-drm-amd-amdgpu-Fix-spaces-in-array-indexing-and-inde.patch
|
|
|
|
patches.suse/0613-drm-amd-amdgpu-Fix-style-errors-in-amdgpu_drv.c-amdg.patch
|
|
|
|
patches.suse/0614-drm-amdgpu-allocate-doorbell-index-for-multi-die-cas.patch
|
|
|
|
patches.suse/0615-drm-amd-display-Remove-unused-variables-in-dcn21_hws.patch
|
|
|
|
patches.suse/0616-drm-amd-amdgpu-Fix-style-issues-in-amdgpu_discovery..patch
|
|
|
|
patches.suse/0617-drm-amd-display-add-support-for-low-bpc.patch
|
|
|
|
patches.suse/0618-drm-amd-display-Set-DRAM-clock-if-retraining-is-requ.patch
|
|
|
|
patches.suse/0619-drm-amd-display-Add-check-for-PState-change-in-DCN32.patch
|
|
|
|
patches.suse/0620-drm-amd-display-Limit-nv21-dst_y.patch
|
|
|
|
patches.suse/0621-drm-amd-display-correct-DML-calc-error.patch
|
|
|
|
patches.suse/0622-drm-amd-display-Add-extra-check-for-444-16-format.patch
|
|
|
|
patches.suse/0623-drm-amd-display-3-plane-MPO-enablement-for-DCN321.patch
|
|
|
|
patches.suse/0624-drm-amd-display-Adjust-dmub-outbox-notification-enab.patch
|
|
|
|
patches.suse/0625-drm-amd-display-update-GSP1-generic-info-packet-for-.patch
|
|
|
|
patches.suse/0626-drm-amd-display-fix-dpms_off-issue-when-disabling-bi.patch
|
|
|
|
patches.suse/drm-amd-display-Explicitly-specify-update-type-.patch
|
|
|
|
patches.suse/0628-drm-amd-display-Add-FAMS-capability-to-DCN31.patch
|
|
|
|
patches.suse/drm-radeon-Fix-integer-overflow-in-radeon_cs_pa.patch
|
|
|
|
patches.suse/drm-amdgpu-Fix-integer-overflow-in-amdgpu_cs_p.patch
|
|
|
|
patches.suse/0631-drm-amd-display-Add-FAMS-related-definitions-and-doc.patch
|
|
|
|
patches.suse/0632-drm-amd-display-3.2.231.patch
|
|
|
|
patches.suse/0633-drm-amd-display-dumb_abm_lcd-avoid-missing-prototype.patch
|
|
|
|
patches.suse/0634-drm-amdgpu-gfx11-add-FW-version-check-for-new-CP-GFX.patch
|
|
|
|
patches.suse/drm-amdgpu-fix-memory-leak-in-mes-self-test.patch
|
|
|
|
patches.suse/0636-drm-amdgpu-gfx11-check-the-CP-FW-version-CP-GFX-shad.patch
|
|
|
|
patches.suse/0637-drm-amdgpu-UAPI-add-new-CS-chunk-for-GFX-shadow-buff.patch
|
|
|
|
patches.suse/0638-drm-amdgpu-add-gfx-shadow-CS-IOCTL-support.patch
|
|
|
|
patches.suse/0639-drm-amdgpu-add-gfx11-emit-shadow-callback.patch
|
|
|
|
patches.suse/0640-drm-amdgpu-don-t-require-a-job-for-cond_exec-and-sha.patch
|
|
|
|
patches.suse/0641-drm-amdgpu-add-UAPI-to-query-GFX-shadow-sizes.patch
|
|
|
|
patches.suse/0642-drm-amdgpu-add-gfx-shadow-callback.patch
|
|
|
|
patches.suse/0643-drm-amdgpu-add-get_gfx_shadow_info-callback-for-gfx1.patch
|
|
|
|
patches.suse/0644-drm-amdgpu-add-support-for-new-GFX-shadow-size-query.patch
|
|
|
|
patches.suse/0645-drm-amd-display-assign-edid_blob_ptr-with-edid-from-.patch
|
|
|
|
patches.suse/drm-amd-display-Convert-Delaying-Aux-I-Disable-.patch
|
|
|
|
patches.suse/0647-drm-amdkfd-Fix-an-issue-at-userptr-buffer-validation.patch
|
|
|
|
patches.suse/0648-drm-amdgpu-bump-driver-version-number-for-CP-GFX-sha.patch
|
|
|
|
patches.suse/0649-drm-amdgpu-track-MQD-size-for-gfx-and-compute.patch
|
|
|
|
patches.suse/0650-drm-amdgpu-add-debugfs-interface-for-reading-MQDs.patch
|
|
|
|
patches.suse/0651-drm-amd-display-FW-Promotion-Release-0.0.163.0.patch
|
|
|
|
patches.suse/0652-drm-amd-display-3.2.232.patch
|
|
|
|
patches.suse/0653-drm-amd-display-implement-force-function-in-amdgpu_d.patch
|
|
|
|
patches.suse/0654-drm-amd-display-Update-FW-feature-caps-struct.patch
|
|
|
|
patches.suse/0655-drm-amd-display-Restore-rptr-wptr-for-DMCUB-as-worka.patch
|
|
|
|
patches.suse/drm-amd-display-Limit-DCN32-8-channel-or-less-p.patch
|
|
|
|
patches.suse/drm-amd-display-add-pixel-rate-based-CRB-alloca.patch
|
|
|
|
patches.suse/0658-drm-amd-display-Enable-SubVP-on-PSR-panels-if-single.patch
|
|
|
|
patches.suse/0659-drm-amd-display-add-option-to-use-custom-backlight-c.patch
|
|
|
|
patches.suse/0660-drm-amd-display-Program-OTG-vtotal-min-max-selectors.patch
|
|
|
|
patches.suse/0661-drm-amd-display-Update-scaler-recout-data-for-visual.patch
|
|
|
|
patches.suse/drm-amd-display-Fix-in-secure-display-context-c.patch
|
|
|
|
patches.suse/drm-amd-display-update-extended-blank-for-dcn31.patch
|
|
|
|
patches.suse/0664-drm-amd-display-Add-p-state-debugging.patch
|
|
|
|
patches.suse/0665-drm-amd-display-For-no-plane-case-set-pstate-support.patch
|
|
|
|
patches.suse/0666-drm-amd-display-Enable-SubVP-for-high-refresh-rate-d.patch
|
|
|
|
patches.suse/0667-drm-amd-display-Query-GECC-enable-for-SubVP-disable.patch
|
|
|
|
patches.suse/drm-amd-display-Keep-disable-aux-i-delay-as-0.patch
|
|
|
|
patches.suse/0669-drm-amd-display-3.2.233.patch
|
|
|
|
patches.suse/Revert-drm-amd-display-disable-SubVP-DRR-to-pr.patch
|
|
|
|
patches.suse/0671-drm-amdgpu-support-psp-vbflash-sysfs-for-MP0-13_0_10.patch
|
|
|
|
patches.suse/0672-drm-amd-display-remove-unused-variables-dispclk_dela.patch
|
|
|
|
patches.suse/0673-drm-amd-amdgpu-Fix-missing-bo-unlock-in-failure-path.patch
|
|
|
|
patches.suse/drm-amd-display-Fix-a-test-CalculatePrefetchSch.patch
|
|
|
|
patches.suse/drm-amd-display-Fix-a-test-dml32_rq_dlg_get_rq_.patch
|
|
|
|
patches.suse/0676-drm-amdgpu-add-new-flag-to-AMDGPU_CTX_QUERY2.patch
|
|
|
|
patches.suse/0677-drm-amd-display-DSC-passthrough-is-for-DP-HDMI-pcon-.patch
|
|
|
|
patches.suse/0678-drm-amd-amdgpu-Fix-style-errors-in-amdgpu_display.c.patch
|
|
|
|
patches.suse/0679-drm-amd-display-set-variable-custom_backlight_curve0.patch
|
|
|
|
patches.suse/0680-drm-amd-display-return-status-of-dmub_srv_get_fw_boo.patch
|
|
|
|
patches.suse/0681-drm-amdgpu-fix-a-build-warning-by-a-typo-in-amdgpu_g.patch
|
|
|
|
patches.suse/0682-drm-amdgpu-check-correct-allocated-mqd_backup-object.patch
|
|
|
|
patches.suse/0683-drm-amdgpu-mark-gfx_v9_4_3_disable_gpa_mode-static.patch
|
|
|
|
patches.suse/0684-drm-ttm-Helper-function-to-get-TTM-mem-limit.patch
|
|
|
|
patches.suse/0685-drm-amdgpu-Set-GTT-size-equal-to-TTM-mem-limit.patch
|
|
|
|
patches.suse/0686-drm-amdkfd-Update-KFD-TTM-mem-limit.patch
|
|
|
|
patches.suse/0687-drm-amdgpu-Add-SDMA_UTCL1_WR_FIFO_SED-field-for-sdma.patch
|
|
|
|
patches.suse/0688-drm-amd-amdgpu-Simplify-switch-case-statements-in-am.patch
|
|
|
|
patches.suse/0689-drm-amdgpu-remove-pasid_src-field-from-IV-entry.patch
|
|
|
|
patches.suse/0690-drm-amdgpu-Enable-mcbp-under-sriov-by-default.patch
|
|
|
|
patches.suse/0691-drm-amd-amdgpu-Fix-style-problems-in-amdgpu_debugfs..patch
|
|
|
|
patches.suse/0692-drm-amd-display-Fix-possible-NULL-dereference-in-dc_.patch
|
|
|
|
patches.suse/0693-drm-amd-display-Add-logging-for-eDP-v1.4-supported-s.patch
|
|
|
|
patches.suse/0694-drm-amdkfd-Optimize-svm-range-map-to-GPU-with-XNACK-.patch
|
|
|
|
patches.suse/0695-drm-amdgpu-gfx11-drop-old-bring-up-code.patch
|
|
|
|
patches.suse/0696-drm-amdgpu-gfx10-drop-old-bring-up-code.patch
|
|
|
|
patches.suse/0697-drm-amd-amdgpu-Fix-style-problems-in-amdgpu_psp.c.patch
|
|
|
|
patches.suse/0698-drm-amd-display-Add-logging-when-DP-link-training-Ch.patch
|
|
|
|
patches.suse/0699-drm-amd-display-Workaround-wrong-HDR-colorimetry-wit.patch
|
|
|
|
patches.suse/0700-drm-amd-display-Adding-debug-option-to-override-Z8-w.patch
|
|
|
|
patches.suse/0701-drm-amd-display-revert-Update-scaler-recout-data-for.patch
|
|
|
|
patches.suse/0702-drm-amd-display-Add-w-a-to-disable-DP-dual-mode-on-c.patch
|
|
|
|
patches.suse/0703-drm-amd-display-FW-Promotion-Release-0.0.165.0.patch
|
|
|
|
patches.suse/0704-drm-amd-display-3.2.234.patch
|
|
|
|
patches.suse/0705-drm-amdgpu-add-en-dis-able_kgq-functions.patch
|
|
|
|
patches.suse/0706-drm-amdgpu-gfx10-use-generic-en-dis-able_kgq-helpers.patch
|
|
|
|
patches.suse/0707-drm-amdgpu-gfx11-use-generic-en-dis-able_kgq-helpers.patch
|
|
|
|
patches.suse/0708-drm-amd-Downgrade-message-about-watermarks-table-aft.patch
|
|
|
|
patches.suse/0709-drm-amdgpu-gfx10-drop-unused-variable.patch
|
|
|
|
patches.suse/0710-drm-amdgpu-gfx11-drop-unused-variable.patch
|
|
|
|
patches.suse/0711-drm-amdgpu-gfx8-always-restore-kcq-MQDs.patch
|
|
|
|
patches.suse/0712-drm-amdgpu-gfx9-always-restore-kcq-MQDs.patch
|
|
|
|
patches.suse/0713-drm-amdgpu-gfx10-always-restore-kcq-kgq-MQDs.patch
|
|
|
|
patches.suse/0714-drm-amd-display-mark-amdgpu_dm_connector_funcs_force.patch
|
|
|
|
patches.suse/0715-drm-amdgpu-gfx11-always-restore-kcq-kgq-MQDs.patch
|
|
|
|
patches.suse/0716-drm-amd-amdgpu-Fix-errors-warnings-in-amdgpu-_bios-_.patch
|
|
|
|
patches.suse/0717-drm-amdgpu-put-MQDs-in-VRAM.patch
|
|
|
|
patches.suse/0718-drm-amdgpu-drop-invalid-IP-revision.patch
|
|
|
|
patches.suse/0719-drm-amdgpu-drop-unused-function.patch
|
|
|
|
patches.suse/0720-drm-amdgpu-unlock-the-correct-lock-in-amdgpu_gfx_ena.patch
|
|
|
|
patches.suse/0721-drm-amdgpu-unlock-on-error-in-gfx_v9_4_3_kiq_resume.patch
|
|
|
|
patches.suse/0722-drm-amdgpu-do-gfxhub-init-for-all-XCDs.patch
|
|
|
|
patches.suse/0723-drm-amdgpu-remove-unneeded-semicolon.patch
|
|
|
|
patches.suse/0724-drm-amd-display-Add-additional-pstate-registers-to-H.patch
|
|
|
|
patches.suse/0725-drm-amdkfd-Don-t-trigger-evictions-unmapping-dmabuf-.patch
|
|
|
|
patches.suse/0726-drm-amdgpu-Remove-the-unused-variable-golden_setting.patch
|
|
|
|
patches.suse/0727-drm-amd-display-Show-the-DCN-DCE-version-in-the-log.patch
|
|
|
|
patches.suse/drm-amdgpu-install-stub-fence-into-potential-u.patch
|
|
|
|
patches.suse/0729-drm-amdgpu-set-default-num_kcq-to-2-under-sriov.patch
|
|
|
|
patches.suse/0730-drm-amd-display-Check-Vactive-for-VRR-active-for-FPO.patch
|
|
|
|
patches.suse/0731-drm-amd-display-Block-SubVP-high-refresh-when-VRR-ac.patch
|
|
|
|
patches.suse/0732-drm-amd-display-Block-SubVP-on-displays-that-have-pi.patch
|
|
|
|
patches.suse/0733-drm-amd-display-Promote-DAL-to-3.2.235.patch
|
|
|
|
patches.suse/0734-drm-amdgpu-display-Enable-DC_FP-for-LoongArch.patch
|
|
|
|
patches.suse/0735-drm-amdgpu-release-correct-lock-in-amdgpu_gfx_enable.patch
|
|
|
|
patches.suse/0736-drm-amd-amdgpu-Fix-warnings-in-amdgpu-_object-_ring..patch
|
|
|
|
patches.suse/drm-amdkfd-Fix-potential-deallocation-of-previo.patch
|
|
|
|
patches.suse/0738-drm-amd-display-Simplify-the-calculation-of-variable.patch
|
|
|
|
patches.suse/0739-drm-amdgpu-improve-wait-logic-at-fence-polling.patch
|
|
|
|
patches.suse/0740-drm-amd-display-Only-skip-update-for-DCFCLK-UCLK-FCL.patch
|
|
|
|
patches.suse/0741-drm-amd-display-Update-vactive-margin-and-max-vblank.patch
|
|
|
|
patches.suse/0742-drm-amd-display-Convert-connector-signal-id-to-strin.patch
|
|
|
|
patches.suse/drm-amd-display-Fix-possible-underflow-for-disp.patch
|
|
|
|
patches.suse/0744-drm-amd-display-Add-visual-confirm-color-support-for.patch
|
|
|
|
patches.suse/0745-drm-amd-display-Make-unbounded-req-update-separate-f.patch
|
|
|
|
patches.suse/0746-drm-amd-display-Remove-unnecessary-variable.patch
|
|
|
|
patches.suse/drm-amd-display-Remove-v_startup-workaround-fo.patch
|
|
|
|
patches.suse/0748-drm-amd-display-3.2.236.patch
|
|
|
|
patches.suse/0749-drm-amdgpu-introduce-vmhub-definition-for-multi-part.patch
|
|
|
|
patches.suse/0750-drm-amdgpu-assign-register-address-for-vmhub-object-.patch
|
|
|
|
patches.suse/0751-drm-amdgpu-add-bitmask-to-iterate-vmhubs.patch
|
|
|
|
patches.suse/0752-drm-amdgpu-init-vmhubs-bitmask-for-GC-9.4.3.patch
|
|
|
|
patches.suse/0753-drm-amdgpu-assign-different-AMDGPU_GFXHUB-for-rings-.patch
|
|
|
|
patches.suse/0754-drm-amdgpu-add-sysfs-node-for-compute-partition-mode.patch
|
|
|
|
patches.suse/0755-drm-amdgpu-make-the-WREG32_SOC15_xx-macro-to-support.patch
|
|
|
|
patches.suse/0756-drm-amdgpu-override-partition-mode-through-module-pa.patch
|
|
|
|
patches.suse/0757-drm-amdgpu-alloc-vm-inv-engines-for-every-vmhub.patch
|
|
|
|
patches.suse/0758-drm-amdgpu-Add-kgd2kfd-for-GC-9.4.3.patch
|
|
|
|
patches.suse/0759-drm-amdgpu-Use-the-correct-API-to-read-register.patch
|
|
|
|
patches.suse/0760-drm-amdgpu-add-more-macro-to-support-offset-variant.patch
|
|
|
|
patches.suse/0761-drm-amdgpu-add-vcn-v4_0_3-ip-headers.patch
|
|
|
|
patches.suse/0762-drm-amdgpu-add-VCN4_0_3-firmware.patch
|
|
|
|
patches.suse/0763-drm-amdgpu-jpeg-add-jpeg-support-for-VCN4_0_3.patch
|
|
|
|
patches.suse/0764-drm-amdgpu-vcn-add-vcn-support-for-VCN4_0_3.patch
|
|
|
|
patches.suse/0765-drm-amdgpu-jpeg-enable-jpeg-cg-for-VCN4_0_3.patch
|
|
|
|
patches.suse/0766-drm-amdgpu-jpeg-enable-jpeg-pg-for-VCN4_0_3.patch
|
|
|
|
patches.suse/0767-drm-amdgpu-vcn-enable-vcn-cg-for-VCN4_0_3.patch
|
|
|
|
patches.suse/0768-drm-amdgpu-vcn-enable-vcn-pg-for-VCN4_0_3.patch
|
|
|
|
patches.suse/0769-drm-amdgpu-vcn-enable-vcn-DPG-mode-for-VCN4_0_3.patch
|
|
|
|
patches.suse/0770-drm-amdgpu-jpeg-add-multiple-jpeg-rings-support.patch
|
|
|
|
patches.suse/0771-drm-amdgpu-jpeg-add-multiple-jpeg-rings-support-for-.patch
|
|
|
|
patches.suse/0772-drm-amdkfd-Set-F8_MODE-for-gc_v9_4_3.patch
|
|
|
|
patches.suse/0773-drm-amdgpu-nbio-update-vcn-doorbell-range.patch
|
|
|
|
patches.suse/0774-drm-amdgpu-vcn-enable-vcn-doorbell-for-vcn4.0.3.patch
|
|
|
|
patches.suse/0775-drm-amdgpu-jpeg-enable-jpeg-doorbell-for-jpeg4.0.3.patch
|
|
|
|
patches.suse/0776-drm-amdgpu-fix-vcn-doorbell-range-setting.patch
|
|
|
|
patches.suse/0777-drm-amdgpu-support-gc-v9_4_3-ring_test-running-on-al.patch
|
|
|
|
patches.suse/0778-drm-amdgpu-enable-the-ring-and-IB-test-for-slave-kcq.patch
|
|
|
|
patches.suse/0779-drm-amdgpu-add-node_id-to-physical-id-conversion-in-.patch
|
|
|
|
patches.suse/0780-drm-amdgpu-Add-some-XCC-programming.patch
|
|
|
|
patches.suse/0781-drm-amdgpu-Add-mode2-reset-logic-for-v13.0.6.patch
|
|
|
|
patches.suse/0782-drm-amdkfd-Introduce-kfd_node-struct-v5.patch
|
|
|
|
patches.suse/0783-drm-amdkfd-Add-spatial-partitioning-support-in-KFD.patch
|
|
|
|
patches.suse/0784-drm-amdkfd-Update-MQD-management-on-multi-XCC-setup.patch
|
|
|
|
patches.suse/0785-drm-amdkfd-Add-PM4-target-XCC.patch
|
|
|
|
patches.suse/0786-drm-amdkfd-Add-XCC-instance-to-kgd2kfd-interface-v3.patch
|
|
|
|
patches.suse/0787-drm-amdgpu-Add-XCC-inst-to-PASID-TLB-flushing.patch
|
|
|
|
patches.suse/0788-drm-amdkfd-Update-context-save-handling-for-multi-XC.patch
|
|
|
|
patches.suse/0789-drm-amdgpu-Fix-VM-fault-reporting-on-XCC1.patch
|
|
|
|
patches.suse/0790-drm-amdkfd-Call-DQM-stop-during-DQM-uninitialize.patch
|
|
|
|
patches.suse/0791-drm-amdkfd-Update-sysfs-node-properties-for-multi-XC.patch
|
|
|
|
patches.suse/0792-drm-amdkfd-Update-SDMA-queue-management-for-GFX9.4.3.patch
|
|
|
|
patches.suse/0793-drm-amdgpu-Fix-CP_HYP_XCP_CTL-register-programming-i.patch
|
|
|
|
patches.suse/0794-drm-amdkfd-Update-coherence-settings-for-svm-ranges.patch
|
|
|
|
patches.suse/0795-drm-amdgpu-Use-new-atomfirmware-init-for-GC-9.4.3.patch
|
|
|
|
patches.suse/0796-drm-amdgpu-Set-XNACK-per-process-on-GC-9.4.3.patch
|
|
|
|
patches.suse/0797-drm-amdgpu-assign-the-doorbell-index-in-1st-page-to-.patch
|
|
|
|
patches.suse/0798-drm-amdgpu-adjust-some-basic-elements-for-multiple-A.patch
|
|
|
|
patches.suse/0799-drm-amdgpu-add-support-for-SDMA-on-multiple-AIDs.patch
|
|
|
|
patches.suse/0800-drm-amdgpu-assign-the-doorbell-index-for-sdma-on-non.patch
|
|
|
|
patches.suse/0801-drm-amdgpu-do-mmhub-init-for-multiple-AIDs.patch
|
|
|
|
patches.suse/0802-drm-amdgpu-correct-the-vmhub-reference-for-each-XCD-.patch
|
|
|
|
patches.suse/0803-drm-amdgpu-complement-the-IH-node_id-table-for-multi.patch
|
|
|
|
patches.suse/0804-drm-amdgpu-set-mmhub-bitmask-for-multiple-AIDs.patch
|
|
|
|
patches.suse/0805-drm-amdgpu-convert-the-doorbell_index-to-2-dwords-of.patch
|
|
|
|
patches.suse/0806-drm-amdgpu-program-GRBM_MCM_ADDR-for-non-AID0-GRBM.patch
|
|
|
|
patches.suse/0807-drm-amdgpu-introduce-new-doorbell-assignment-table-f.patch
|
|
|
|
patches.suse/0808-drm-amdkfd-add-gpu-compute-cores-io-links-for-gfx9.4.patch
|
|
|
|
patches.suse/0809-drm-amdkfd-Fix-SDMA-in-CPX-mode.patch
|
|
|
|
patches.suse/0810-drm-amdkfd-Add-SDMA-info-for-SDMA-4.4.2.patch
|
|
|
|
patches.suse/0811-drm-amdkfd-Populate-memory-info-before-adding-GPU-no.patch
|
|
|
|
patches.suse/0812-drm-amdgpu-add-new-vram-type-for-dgpu.patch
|
|
|
|
patches.suse/0813-drm-amdgpu-add-the-support-of-XGMI-link-for-GC-9.4.3.patch
|
|
|
|
patches.suse/0814-drm-amdgpu-Change-num_xcd-to-xcc_mask.patch
|
|
|
|
patches.suse/0815-drm-amdgpu-vcn-use-vcn4-irqsrc-header-for-VCN-4.0.3.patch
|
|
|
|
patches.suse/0816-drm-amdgpu-vcn-update-vcn-header-to-support-multiple.patch
|
|
|
|
patches.suse/0817-drm-amdgpu-jpeg-update-jpeg-header-to-support-multip.patch
|
|
|
|
patches.suse/0818-drm-amdgpu-vcn-update-new-doorbell-map.patch
|
|
|
|
patches.suse/0819-drm-amdgpu-vcn-update-ucode-setup.patch
|
|
|
|
patches.suse/0820-drm-amdgpu-vcn-remove-unused-code.patch
|
|
|
|
patches.suse/0821-drm-amdgpu-vcn-update-amdgpu_fw_shared-to-amdgpu_vcn.patch
|
|
|
|
patches.suse/0822-drm-amdgpu-reflect-psp-xgmi-topology-info-for-gfx9.4.patch
|
|
|
|
patches.suse/0823-drm-amdkfd-EOP-Removal-Handle-size-0-correctly.patch
|
|
|
|
patches.suse/0824-drm-amdgpu-add-indirect-r-w-interface-for-smn-addres.patch
|
|
|
|
patches.suse/0825-drm-amdgpu-configure-the-doorbell-settings-for-sdma-.patch
|
|
|
|
patches.suse/0826-drm-amdkfd-Rework-kfd_locked-handling.patch
|
|
|
|
patches.suse/0827-drm-amdkfd-Add-device-repartition-support.patch
|
|
|
|
patches.suse/0828-drm-amdgpu-Add-map-of-logical-to-physical-inst.patch
|
|
|
|
patches.suse/0829-drm-amdgpu-Use-instance-lookup-table-for-GC-9.4.3.patch
|
|
|
|
patches.suse/0830-drm-amdgpu-Add-mask-for-SDMA-instances.patch
|
|
|
|
patches.suse/0831-drm-amdgpu-Use-instance-table-for-sdma-4.4.2.patch
|
|
|
|
patches.suse/0832-drm-amdgpu-Fix-GRBM-programming-sequence.patch
|
|
|
|
patches.suse/0833-drm-amdgpu-nbio-add-vcn-doorbell-multiple-AIDs-suppo.patch
|
|
|
|
patches.suse/0834-drm-amdgpu-jpeg-add-JPEG-multiple-AIDs-support.patch
|
|
|
|
patches.suse/0835-drm-amdgpu-vcn-update-clock-gate-setting-for-VCN-4.0.patch
|
|
|
|
patches.suse/0836-drm-amdgpu-vcn-add-vcn-multiple-AIDs-support.patch
|
|
|
|
patches.suse/0837-drm-amdgpu-Conform-to-SET_UCONFIG_REG-spec.patch
|
|
|
|
patches.suse/0838-drm-amdkfd-pass-kfd_node-ref-to-svm-migration-api.patch
|
|
|
|
patches.suse/0839-drm-amdgpu-Use-status-register-for-partition-mode.patch
|
|
|
|
patches.suse/0840-drm-amdkfd-Update-SMI-events-for-GFX9.4.3.patch
|
|
|
|
patches.suse/0841-drm-amdgpu-adjust-s2a-entry-register-for-sdma-doorbe.patch
|
|
|
|
patches.suse/0842-drm-amdgpu-drop-redundant-csb-init-for-gfx943.patch
|
|
|
|
patches.suse/0843-drm-amdgpu-Fix-SWS-on-multi-XCD-GPU.patch
|
|
|
|
patches.suse/0844-drm-amdkfd-Use-instance-table-for-GFX-9.4.3.patch
|
|
|
|
patches.suse/0845-drm-amdgpu-Fix-failure-when-switching-to-DPX-mode.patch
|
|
|
|
patches.suse/0846-drm-amdkfd-Update-interrupt-handling-for-GFX9.4.3.patch
|
|
|
|
patches.suse/0847-drm-amdgpu-Fix-programming-of-initial-XCP-mode.patch
|
|
|
|
patches.suse/0848-drm-amdgpu-Fix-register-access-on-GC-v9.4.3.patch
|
|
|
|
patches.suse/0849-drm-amdgpu-add-new-doorbell-assignment-table-for-aqu.patch
|
|
|
|
patches.suse/0850-drm-amdgpu-Add-IP-instance-map-for-aqua-vanjaram.patch
|
|
|
|
patches.suse/0851-drm-amdgpu-Add-mask-for-SDMA-instances.patch
|
|
|
|
patches.suse/0852-drm-amdgpu-Use-SDMA-instance-table-for-aqua-vanjaram.patch
|
|
|
|
patches.suse/0853-drm-amdgpu-switch-to-aqua_vanjaram_doorbell_index_in.patch
|
|
|
|
patches.suse/0854-drm-amdgpu-update-ip-discovery-header-to-v4.patch
|
|
|
|
patches.suse/0855-drm-amdgpu-increase-DISCOVERY_TMR_SIZE.patch
|
|
|
|
patches.suse/0856-drm-amdgpu-extend-max-instances.patch
|
|
|
|
patches.suse/0857-drm-amdgpu-do-some-register-access-cleanup-in-nbio-v.patch
|
|
|
|
patches.suse/0858-drm-amdgpu-upgrade-amdgpu_discovery-struct-ip-to-ip_.patch
|
|
|
|
patches.suse/0859-drm-amdgpu-parse-base-address-from-new-ip-discovery-.patch
|
|
|
|
patches.suse/0860-drm-amdgpu-add-helpers-to-access-registers-on-differ.patch
|
|
|
|
patches.suse/0861-drm-amdgpu-consolidate-the-access-helpers-in-nbio-v7.patch
|
|
|
|
patches.suse/0862-drm-amdgpu-Fix-interrupt-handling-in-GFX-v9.4.3.patch
|
|
|
|
patches.suse/0863-drm-amdgpu-init-gfx_v9_4_3-external_rev_id.patch
|
|
|
|
patches.suse/0864-drm-amdgpu-Add-SDMA-v4.4.2-golden-settings.patch
|
|
|
|
patches.suse/0865-drm-amd-amdgpu-Update-debugfs-for-XCC-support-v3.patch
|
|
|
|
patches.suse/0866-drm-amdgpu-retire-render-backend-setup-from-gfx_v9_4.patch
|
|
|
|
patches.suse/0867-drm-amdgpu-add-smuio-v13_0_3-ip-headers.patch
|
|
|
|
patches.suse/0868-drm-amdgpu-implement-smuio-v13_0_3-callbacks.patch
|
|
|
|
patches.suse/0869-drm-amdgpu-init-smuio-funcs-for-smuio-v13_0_3.patch
|
|
|
|
patches.suse/0870-drm-amdgpu-detect-current-GPU-memory-partition-mode.patch
|
|
|
|
patches.suse/0871-drm-amdgpu-Revert-programming-of-CP_PSP_XCP_CTL.patch
|
|
|
|
patches.suse/0872-drm-amdgpu-fix-vm-context-register-assignment-in-mmh.patch
|
|
|
|
patches.suse/0873-drm-amdgpu-Skip-runtime-db-read-for-PSP-13.0.6.patch
|
|
|
|
patches.suse/0874-drm-amdgpu-fix-kcq-mqd_backup-buffer-double-free-for.patch
|
|
|
|
patches.suse/0875-drm-amdgpu-remove-partition-attributes-sys-file-for-.patch
|
|
|
|
patches.suse/0876-drm-amdgpu-more-GPU-page-fault-info-for-GC-v9.4.3.patch
|
|
|
|
patches.suse/0877-drm-amdgpu-Check-APU-supports-true-APP-mode.patch
|
|
|
|
patches.suse/0878-drm-amdgpu-Rename-xcc-specific-functions.patch
|
|
|
|
patches.suse/0879-drm-amdgpu-Add-xcc-specific-functions.patch
|
|
|
|
patches.suse/0880-drm-amdgpu-Add-xcc-specific-functions-for-gfxhub.patch
|
|
|
|
patches.suse/0881-drm-amdgpu-Add-sdma-instance-specific-functions.patch
|
|
|
|
patches.suse/0882-drm-amdgpu-Add-initial-version-of-XCP-routines.patch
|
|
|
|
patches.suse/0883-drm-amdgpu-Add-SOC-partition-funcs-for-GC-v9.4.3.patch
|
|
|
|
patches.suse/0884-drm-amdgpu-Add-soc-config-init-for-GC9.4.3-ASICs.patch
|
|
|
|
patches.suse/0885-drm-amdgpu-Switch-to-SOC-partition-funcs.patch
|
|
|
|
patches.suse/0886-drm-amdgpu-Add-GFXHUB-v1.2-XCP-funcs.patch
|
|
|
|
patches.suse/0887-drm-amdgpu-Add-SDMA-v4.4.2-XCP-funcs.patch
|
|
|
|
patches.suse/0888-drm-amdgpu-Add-XCP-functions-for-GFX-v9.4.3.patch
|
|
|
|
patches.suse/0889-drm-amdgpu-Add-XCP-IP-callback-funcs-for-each-IP.patch
|
|
|
|
patches.suse/0890-drm-amdgpu-Skip-TMR-allocation-if-not-required.patch
|
|
|
|
patches.suse/0891-drm-amdgpu-Fix-the-KCQ-hang-when-binding-back.patch
|
|
|
|
patches.suse/0892-drm-amdgpu-Move-generic-logic-to-soc-config.patch
|
|
|
|
patches.suse/0893-drm-amdgpu-Derive-active-clusters-from-SDMA.patch
|
|
|
|
patches.suse/0894-drm-amdgpu-Use-mask-for-active-clusters.patch
|
|
|
|
patches.suse/0895-drm-amdgpu-set-MTYPE-in-PTE-for-GFXIP-9.4.3.patch
|
|
|
|
patches.suse/0896-drm-amdkfd-Update-packet-manager-for-GFX9.4.3.patch
|
|
|
|
patches.suse/0897-drm-amdgpu-correct-the-vmhub-index-when-page-fault-o.patch
|
|
|
|
patches.suse/0898-drm-amdgpu-Remove-unnecessary-return-value-check.patch
|
|
|
|
patches.suse/0899-drm-amdkfd-Setup-current_logical_xcc_id-in-MQD.patch
|
|
|
|
patches.suse/0900-drm-amdgpu-Fix-semaphore-release.patch
|
|
|
|
patches.suse/0901-drm-amdgpu-Fix-GFX-9.4.3-dma-address-capability.patch
|
|
|
|
patches.suse/0902-drm-amdgpu-Fix-GFX-v9.4.3-EOP-buffer-allocation.patch
|
|
|
|
patches.suse/0903-amd-amdgpu-Set-MTYPE_UC-for-access-over-PCIe.patch
|
|
|
|
patches.suse/0904-drm-amdgpu-Make-UTCL2-snoop-CPU-caches.patch
|
|
|
|
patches.suse/0905-drm-amdgpu-Add-FGCG-logic-for-GFX-v9.4.3.patch
|
|
|
|
patches.suse/0906-drm-amdgpu-Allocate-GART-table-in-RAM-for-AMD-APU.patch
|
|
|
|
patches.suse/0907-drm-amdgpu-Make-VRAM-discovery-read-optional.patch
|
|
|
|
patches.suse/0908-drm-amdgpu-Use-discovery-to-get-XCC-SDMA-mask.patch
|
|
|
|
patches.suse/0909-drm-amdgpu-increase-MAX-setting-to-hold-more-jpeg-in.patch
|
|
|
|
patches.suse/0910-drm-amdgpu-add-fwlog-support-on-vcn_v4_0_3.patch
|
|
|
|
patches.suse/0911-drm-amdgpu-add-unified-queue-support-on-vcn_v4_0_3.patch
|
|
|
|
patches.suse/0912-drm-amdgpu-enable-indirect_sram-mode-on-vcn_v4_0_3.patch
|
|
|
|
patches.suse/0913-drm-amdgpu-enable-vcn-jpeg-on-vcn_v4_0_3.patch
|
|
|
|
patches.suse/0914-drm-amdgpu-Remove-SMU-powergate-message-call-for-SDM.patch
|
|
|
|
patches.suse/0915-drm-amdgpu-Correct-dGPU-MTYPE-settings-for-gfx943.patch
|
|
|
|
patches.suse/0916-drm-amdgpu-Populate-VCN-JPEG-harvest-information.patch
|
|
|
|
patches.suse/0917-drm-amdgpu-vcn_v4_0_3-load-vcn-fw-once-for-all-AIDs.patch
|
|
|
|
patches.suse/0918-drm-amdgpu-increase-AMDGPU_MAX_HWIP_RINGS.patch
|
|
|
|
patches.suse/0919-drm-amdgpu-add-num_xcps-return.patch
|
|
|
|
patches.suse/0920-drm-amdkfd-Report-XGMI-IOLINKs-for-GFXIP9.4.3.patch
|
|
|
|
patches.suse/0921-drm-amdgpu-Keep-SDMAv4.4.2-active-during-reset.patch
|
|
|
|
patches.suse/0922-drm-amdgpu-Use-unique-doorbell-range-per-xcc.patch
|
|
|
|
patches.suse/0923-drm-amdgpu-Enable-CGCG-LS-for-GC-9.4.3.patch
|
|
|
|
patches.suse/0924-drm-amd-fix-compiler-error-to-support-older-compiler.patch
|
|
|
|
patches.suse/0925-drm-amdgpu-Fix-mqd-init-on-GFX-v9.4.3.patch
|
|
|
|
patches.suse/0926-drm-ttm-add-NUMA-node-id-to-the-pool.patch
|
|
|
|
patches.suse/0927-drm-amdkfd-Cleanup-KFD-nodes-creation.patch
|
|
|
|
patches.suse/0928-drm-amdkfd-bind-cpu-and-hiveless-gpu-to-a-hive-if-xg.patch
|
|
|
|
patches.suse/0929-drm-amdgpu-add-vcn_4_0_3-codec-query.patch
|
|
|
|
patches.suse/0930-drm-amdgpu-enable-context-empty-interrupt-on-sdma-v4.patch
|
|
|
|
patches.suse/0931-drm-amdgpu-Enable-MGCG-on-SDMAv4.4.2.patch
|
|
|
|
patches.suse/0932-drm-amdgpu-Add-common-helper-to-query-ras-error-v2.patch
|
|
|
|
patches.suse/0933-drm-amdgpu-Add-common-helper-to-reset-ras-error.patch
|
|
|
|
patches.suse/0934-drm-amdgpu-Add-sdma-v4_4_2-ras-registers.patch
|
|
|
|
patches.suse/0935-drm-amdgpu-Add-query_ras_error_count-for-sdma-v4_4_2.patch
|
|
|
|
patches.suse/0936-drm-amdgpu-Add-reset_ras_error_count-for-sdma-v4_4_2.patch
|
|
|
|
patches.suse/0937-drm-amdgpu-Initialize-sdma-v4_4_2-ras-function.patch
|
|
|
|
patches.suse/0938-drm-amdgpu-Add-mmhub-v1_8_0-ras-err-status-registers.patch
|
|
|
|
patches.suse/0939-drm-amdgpu-Add-query_ras_error_count-for-mmhub-v1_8.patch
|
|
|
|
patches.suse/0940-drm-amdgpu-Add-reset_ras_error_count-for-mmhub-v1_8.patch
|
|
|
|
patches.suse/0941-drm-amdgpu-Add-query_ras_error_status-for-mmhub-v1_8.patch
|
|
|
|
patches.suse/0942-drm-amdgpu-Add-reset_ras_error_status-for-mmhub-v1_8.patch
|
|
|
|
patches.suse/0943-drm-amdgpu-Initialize-mmhub-v1_8-ras-function.patch
|
|
|
|
patches.suse/0944-drm-amdgpu-Enable-persistent-edc-harvesting-in-APP-A.patch
|
|
|
|
patches.suse/0945-drm-amdgpu-Enable-CG-for-IH-v4.4.2.patch
|
|
|
|
patches.suse/0946-drm-amdgpu-Handle-VRAM-dependencies-on-GFXIP9.4.3.patch
|
|
|
|
patches.suse/0947-drm-amdgpu-Implement-new-dummy-vram-manager.patch
|
|
|
|
patches.suse/0948-drm-amdgpu-Create-VRAM-BOs-on-GTT-for-GFXIP9.4.3.patch
|
|
|
|
patches.suse/0949-drm-amdgpu-increase-AMDGPU_MAX_RINGS.patch
|
|
|
|
patches.suse/0950-drm-amdgpu-Increase-Max-GPU-instance-to-64.patch
|
|
|
|
patches.suse/0951-drm-amdgpu-change-the-print-level-to-warn-for-ip-blo.patch
|
|
|
|
patches.suse/0952-drm-amdgpu-fix-sdma-instance.patch
|
|
|
|
patches.suse/0953-drm-amd-pm-Update-pmfw-header-files-for-SMU-v13.0.6.patch
|
|
|
|
patches.suse/0954-drm-amd-pm-Update-gfx-clock-frequency-for-SMU-v13.0..patch
|
|
|
|
patches.suse/0955-drm-amd-pm-Update-pmfw-header-files-for-SMU-v13.0.6.patch
|
|
|
|
patches.suse/0956-drm-amd-pm-Add-ih-for-SMU-v13.0.6-thermal-throttling.patch
|
|
|
|
patches.suse/0957-drm-amd-pm-Keep-interface-version-in-PMFW-header.patch
|
|
|
|
patches.suse/0958-drm-amd-pm-Initialize-power-limit-for-SMU-v13.0.6.patch
|
|
|
|
patches.suse/0959-drm-amd-pm-Update-hw-mon-attributes-for-GC-version-9.patch
|
|
|
|
patches.suse/0960-drm-amd-pm-Expose-mem-temperature-for-GC-version-9.4.patch
|
|
|
|
patches.suse/0961-drm-amd-pm-Update-PMFW-headers-for-version-85.54.patch
|
|
|
|
patches.suse/0962-drm-amd-pm-Notify-PMFW-about-driver-unload-cases.patch
|
|
|
|
patches.suse/0963-drm-amdgpu-Add-mode-2-reset-in-SMU-v13.0.6.patch
|
|
|
|
patches.suse/0964-drm-amd-pm-fix-wrong-smu-socclk-value.patch
|
|
|
|
patches.suse/0965-drm-amdgpu-Add-flags-for-partition-mode-query.patch
|
|
|
|
patches.suse/0966-drm-amdgpu-Use-transient-mode-during-xcp-switch.patch
|
|
|
|
patches.suse/0967-drm-amdgpu-Add-FGCG-for-GFX-v9.4.3.patch
|
|
|
|
patches.suse/0968-drm-amdkfd-Enable-SVM-on-Native-mode.patch
|
|
|
|
patches.suse/0969-drm-amdgpu-Add-parsing-of-acpi-xcc-objects.patch
|
|
|
|
patches.suse/0970-drm-amdgpu-Add-API-to-get-tmr-info-from-acpi.patch
|
|
|
|
patches.suse/0971-drm-amdgpu-Read-discovery-info-from-system-memory.patch
|
|
|
|
patches.suse/0972-drm-amdgpu-Add-fallback-path-for-discovery-info.patch
|
|
|
|
patches.suse/0973-drm-amdkfd-Flush-TLB-after-unmapping-for-GFX-v9.4.3.patch
|
|
|
|
patches.suse/0974-drm-amdgpu-Fix-discovery-sys-node-harvest-info.patch
|
|
|
|
patches.suse/0975-drm-amdgpu-preserve-the-num_links-in-case-of-reflect.patch
|
|
|
|
patches.suse/0976-drm-amdgpu-Load-vcn_v4_0_3-ucode-during-early_init.patch
|
|
|
|
patches.suse/0977-drm-amdgpu-Add-instance-mask-for-VCN-and-JPEG.patch
|
|
|
|
patches.suse/0978-drm-amdgpu-Add-VCN-logical-to-physical-id-mapping.patch
|
|
|
|
patches.suse/0979-drm-amdgpu-Use-logical-ids-for-VCN-JPEG-v4.0.3.patch
|
|
|
|
patches.suse/0980-drm-amdgpu-Fix-harvest-reporting-of-VCN.patch
|
|
|
|
patches.suse/0981-drm-amdgpu-vcn-use-dummy-register-selects-AID-for-VC.patch
|
|
|
|
patches.suse/0982-drm-amdgpu-use-physical-AID-index-for-ring-name.patch
|
|
|
|
patches.suse/0983-drm-amdgpu-A-workaround-for-JPEG_v4_0_3-ring-test-fa.patch
|
|
|
|
patches.suse/0984-drm-amdgpu-fixes-a-JPEG-get-write-read-pointer-bug.patch
|
|
|
|
patches.suse/0985-drm-amdgpu-Add-a-read-after-write-DB_CTRL-for-vcn_v4.patch
|
|
|
|
patches.suse/0986-drm-amdgpu-Use-a-different-value-than-0xDEADBEEF-for.patch
|
|
|
|
patches.suse/0987-drm-amdgpu-vcn-Use-buffer-object-s-deletion-logic.patch
|
|
|
|
patches.suse/0988-drm-amdgpu-Simplify-aquavanjram-instance-mapping.patch
|
|
|
|
patches.suse/0989-drm-amdgpu-Use-GPU-VA-space-for-IH-v4.4.2-in-APU.patch
|
|
|
|
patches.suse/0990-drm-amdgpu-Use-apt-name-for-FW-reserved-region.patch
|
|
|
|
patches.suse/0991-drm-amdgpu-Add-utility-functions-for-xcp.patch
|
|
|
|
patches.suse/0992-drm-amdgpu-Move-memory-partition-query-to-gmc.patch
|
|
|
|
patches.suse/0993-drm-amdgpu-Get-supported-memory-partition-modes.patch
|
|
|
|
patches.suse/0994-drm-amdgpu-Store-additional-numa-node-information.patch
|
|
|
|
patches.suse/0995-drm-amdgpu-Add-API-to-get-numa-information-of-XCC.patch
|
|
|
|
patches.suse/0996-drm-amdgpu-Add-memory-partitions-to-gmc.patch
|
|
|
|
patches.suse/0997-drm-amdgpu-Initialize-memory-ranges-for-GC-9.4.3.patch
|
|
|
|
patches.suse/0998-drm-amdgpu-Add-callback-to-fill-xcp-memory-id.patch
|
|
|
|
patches.suse/0999-drm-amdgpu-Fill-xcp-mem-node-in-aquavanjaram.patch
|
|
|
|
patches.suse/1000-drm-amdgpu-Move-initialization-of-xcp-before-kfd.patch
|
|
|
|
patches.suse/1001-drm-amdkfd-Add-xcp-reference-to-kfd-node.patch
|
|
|
|
patches.suse/1002-drm-amdkfd-Use-xcc-mask-for-identifying-xcc.patch
|
|
|
|
patches.suse/1003-drm-amdgpu-Check-memory-ranges-for-valid-xcp-mode.patch
|
|
|
|
patches.suse/1004-drm-amdgpu-Add-auto-mode-for-compute-partition.patch
|
|
|
|
patches.suse/1005-drm-ttm-export-ttm_pool_fini-for-cleanup.patch
|
|
|
|
patches.suse/1006-drm-amdgpu-Set-TTM-pools-for-memory-partitions.patch
|
|
|
|
patches.suse/1007-drm-amdkfd-Native-mode-memory-partition-support.patch
|
|
|
|
patches.suse/1008-drm-amdgpu-Fix-xGMI-access-P2P-mapping-failure-on-GF.patch
|
|
|
|
patches.suse/1009-drm-amdgpu-Fix-unmapping-of-aperture.patch
|
|
|
|
patches.suse/1010-drm-amdgpu-Add-compute-mode-descriptor-function.patch
|
|
|
|
patches.suse/1011-drm-amdgpu-Return-error-on-invalid-compute-mode.patch
|
|
|
|
patches.suse/1012-drm-amdgpu-Add-PSP-spatial-parition-interface.patch
|
|
|
|
patches.suse/1013-drm-amdgpu-Add-PSP-supporting-PSP-13.0.6-SRIOV-ucode.patch
|
|
|
|
patches.suse/1014-drm-amdgpu-Skip-using-MC-FB-Offset-when-APU-flag-is-.patch
|
|
|
|
patches.suse/1015-drm-amdgpu-Set-memory-partitions-to-1-for-SRIOV.patch
|
|
|
|
patches.suse/1016-drm-amdgpu-Checked-if-the-pointer-NULL-before-use-it.patch
|
|
|
|
patches.suse/1017-drm-amdgpu-Add-vcn-jpeg-ras-err-status-registers.patch
|
|
|
|
patches.suse/1018-drm-amdgpu-Add-query_ras_error_count-for-vcn-v4_0_3.patch
|
|
|
|
patches.suse/1019-drm-amdgpu-Add-reset_ras_error_count-for-vcn-v4_0_3.patch
|
|
|
|
patches.suse/1020-drm-amdgpu-Initialize-vcn-v4_0_3-ras-function.patch
|
|
|
|
patches.suse/1021-drm-amdgpu-Re-enable-VCN-RAS-if-DPG-is-enabled.patch
|
|
|
|
patches.suse/1022-drm-amdgpu-Add-query_ras_error_count-for-jpeg-v4_0_3.patch
|
|
|
|
patches.suse/1023-drm-amdgpu-Add-reset_ras_error_count-for-jpeg-v4_0_3.patch
|
|
|
|
patches.suse/1024-drm-amdgpu-Initialize-jpeg-v4_0_3-ras-function.patch
|
|
|
|
patches.suse/1025-drm-amdgpu-Adjust-the-sequence-to-query-ras-error-in.patch
|
|
|
|
patches.suse/1026-drm-amdkfd-Increase-queue-number-per-process-to-255-.patch
|
|
|
|
patches.suse/1027-drm-amdgpu-Fix-register-accesses-in-GFX-v9.4.3.patch
|
|
|
|
patches.suse/1028-drm-amdgpu-Skip-halting-RLC-on-GFX-v9.4.3.patch
|
|
|
|
patches.suse/1029-drm-amdkfd-Move-pgmap-to-amdgpu_kfd_dev-structure.patch
|
|
|
|
patches.suse/1030-drm-amdgpu-Enable-NPS4-CPX-mode.patch
|
|
|
|
patches.suse/1031-drm-amdgpu-For-GFX-9.4.3-APU-fix-vram_usage-value.patch
|
|
|
|
patches.suse/1032-drm-amdgpu-Use-legacy-TLB-flush-for-gfx943.patch
|
|
|
|
patches.suse/1033-drm-amdgpu-bu-Add-use_mtype_cc_wa-module-param.patch
|
|
|
|
patches.suse/1034-drm-amdgpu-Fix-per-BO-MTYPE-selection-for-GFXv9.4.3.patch
|
|
|
|
patches.suse/1035-drm-amdgpu-Override-MTYPE-per-page-on-GFXv9.4.3-APUs.patch
|
|
|
|
patches.suse/1036-drm-amdgpu-bu-add-mtype_local-as-a-module-parameter.patch
|
|
|
|
patches.suse/1037-drm-amdgpu-bu-update-mtype_local-parameter-settings.patch
|
|
|
|
patches.suse/1038-drm-amdgpu-support-partition-drm-devices.patch
|
|
|
|
patches.suse/1039-drm-amdgpu-find-partition-ID-when-open-device.patch
|
|
|
|
patches.suse/1040-drm-amdgpu-add-partition-ID-track-in-ring.patch
|
|
|
|
patches.suse/1041-drm-amdgpu-update-header-to-support-partition-schedu.patch
|
|
|
|
patches.suse/1042-drm-amdgpu-add-partition-scheduler-list-update.patch
|
|
|
|
patches.suse/1043-drm-amdgpu-keep-amdgpu_ctx_mgr-in-ctx-structure.patch
|
|
|
|
patches.suse/1044-drm-amdgpu-add-partition-schedule-for-GC-9-4-3.patch
|
|
|
|
patches.suse/1045-drm-amdgpu-run-partition-schedule-if-it-is-supported.patch
|
|
|
|
patches.suse/1046-drm-amdgpu-update-ref_cnt-before-ctx-free.patch
|
|
|
|
patches.suse/1047-drm-amdgpu-Add-xcp-manager-num_xcp_per_mem_partition.patch
|
|
|
|
patches.suse/1048-drm-amdkfd-Store-drm-node-minor-number-for-kfd-nodes.patch
|
|
|
|
patches.suse/1049-drm-amdgpu-Add-memory-partition-id-to-amdgpu_vm.patch
|
|
|
|
patches.suse/1050-drm-amdkfd-Show-KFD-node-memory-partition-info.patch
|
|
|
|
patches.suse/1051-drm-amdgpu-Add-memory-partition-mem_id-to-amdgpu_bo.patch
|
|
|
|
patches.suse/1052-drm-amdkfd-Alloc-memory-of-GPU-support-memory-partit.patch
|
|
|
|
patches.suse/1053-drm-amdkfd-SVM-range-allocation-support-memory-parti.patch
|
|
|
|
patches.suse/1054-drm-amdgpu-dGPU-mode-placement-support-memory-partit.patch
|
|
|
|
patches.suse/1055-drm-amdkfd-Update-MTYPE-for-far-memory-partition.patch
|
|
|
|
patches.suse/1056-drm-amdgpu-Alloc-page-table-on-correct-memory-partit.patch
|
|
|
|
patches.suse/1057-drm-amdgpu-dGPU-mode-set-VRAM-range-lpfn-as-exclusiv.patch
|
|
|
|
patches.suse/1058-drm-amdkfd-Store-xcp-partition-id-to-amdgpu-bo.patch
|
|
|
|
patches.suse/1059-drm-amdgpu-KFD-graphics-interop-support-compute-part.patch
|
|
|
|
patches.suse/1060-drm-amdgpu-use-xcp-partition-ID-for-amdgpu_gem.patch
|
|
|
|
patches.suse/1061-drm-amdkfd-Move-local_mem_info-to-kfd_node.patch
|
|
|
|
patches.suse/1062-drm-amdkfd-Fix-memory-reporting-on-GFX-9.4.3.patch
|
|
|
|
patches.suse/1063-drm-amdkfd-APU-mode-set-max-svm-range-pages.patch
|
|
|
|
patches.suse/1064-drm-amdgpu-route-ioctls-on-primary-node-of-XCPs-to-p.patch
|
|
|
|
patches.suse/1065-drm-amdkfd-Refactor-migrate-init-to-support-partitio.patch
|
|
|
|
patches.suse/1066-drm-amdgpu-Correct-get_xcp_mem_id-calculation.patch
|
|
|
|
patches.suse/1067-drm-amdgpu-Enable-IH-CAM-on-GFX9.4.3.patch
|
|
|
|
patches.suse/1068-drm-amdgpu-convert-logical-instance-mask-to-physical.patch
|
|
|
|
patches.suse/1069-drm-amdgpu-add-instance-mask-for-RAS-inject.patch
|
|
|
|
patches.suse/1070-drm-amdgpu-reorganize-RAS-injection-flow.patch
|
|
|
|
patches.suse/1071-drm-amdgpu-remove-RAS-GFX-injection-for-gfx_v9_4-gfx.patch
|
|
|
|
patches.suse/1072-drm-amdgpu-add-check-for-RAS-instance-mask.patch
|
|
|
|
patches.suse/1073-drm-amdkfd-Fix-null-ptr-access.patch
|
|
|
|
patches.suse/1074-drm-amdgpu-Do-not-access-members-of-xcp-w-o-check-v2.patch
|
|
|
|
patches.suse/1075-drm-amdgpu-add-GFX-RAS-common-function.patch
|
|
|
|
patches.suse/1076-drm-amdgpu-add-RAS-status-query-for-gfx_v9_4_3.patch
|
|
|
|
patches.suse/1077-drm-amdgpu-add-RAS-status-reset-for-gfx_v9_4_3.patch
|
|
|
|
patches.suse/1078-drm-amdgpu-Add-gc-v9_4_3-ras-error-status-registers.patch
|
|
|
|
patches.suse/1079-drm-amdgpu-add-RAS-definitions-for-GFX.patch
|
|
|
|
patches.suse/1080-drm-amdgpu-add-RAS-error-count-definitions-for-gfx_v.patch
|
|
|
|
patches.suse/1081-drm-amdgpu-add-RAS-error-count-query-for-gfx_v9_4_3.patch
|
|
|
|
patches.suse/1082-drm-amdgpu-add-RAS-error-count-reset-for-gfx_v9_4_3.patch
|
|
|
|
patches.suse/1083-drm-amdgpu-add-sq-timeout-status-functions-for-gfx_v.patch
|
|
|
|
patches.suse/1084-drm-amdgpu-initialize-RAS-for-gfx_v9_4_3.patch
|
|
|
|
patches.suse/1085-drm-amdgpu-gmc9-fix-64-bit-division-in-partition-cod.patch
|
|
|
|
patches.suse/1086-drm-amdgpu-vcn4-fix-endian-conversion.patch
|
|
|
|
patches.suse/1087-drm-amd-amdgpu-Fix-errors-warnings-in-amdgpu_ttm.c.patch
|
|
|
|
patches.suse/1088-drm-amdkfd-fix-stack-size-in-svm_range_validate_and_.patch
|
|
|
|
patches.suse/1089-drm-amd-amdgpu-Fix-warnings-in-amdgpu_encoders.c.patch
|
|
|
|
patches.suse/1090-drm-amd-amdgpu-Fix-errors-warnings-in-amdgpu_vcn.c.patch
|
|
|
|
patches.suse/1091-drm-amdgpu-perform-mode2-reset-for-sdma-fed-error-on.patch
|
|
|
|
patches.suse/1092-drm-amd-amdgpu-Fix-errors-warnings-in-amdgpu-_uvd-_v.patch
|
|
|
|
patches.suse/1093-drm-amdgpu-Fix-warnings-in-amdgpu-_sdma-_ucode.c.patch
|
|
|
|
patches.suse/1094-drm-amdgpu-fix-S3-issue-if-MQD-in-VRAM.patch
|
|
|
|
patches.suse/drm-amd-display-drop-redundant-memset-in-get_availab.patch
|
|
|
|
patches.suse/1096-drm-amd-display-drop-unused-function-set_abm_event.patch
|
|
|
|
patches.suse/1097-drm-amd-display-drop-unused-count-variable-in-create.patch
|
|
|
|
patches.suse/1098-drm-amdgpu-fix-incorrect-pcie_gen_mask-in-passthroug.patch
|
|
|
|
patches.suse/1099-drm-amd-Update-driver-misc.html-for-Phoenix.patch
|
|
|
|
patches.suse/1100-drm-amd-Update-driver-misc.html-for-Dragon-Range.patch
|
|
|
|
patches.suse/1101-drm-amdgpu-remove-unnecessary-void-conversions.patch
|
|
|
|
patches.suse/1102-drm-amd-Update-driver-misc.html-for-Rembrandt-R.patch
|
|
|
|
patches.suse/drm-amdgpu-Validate-VM-ioctl-flags.patch
|
|
|
|
patches.suse/drm-amd-display-Fix-artifacting-on-eDP-panels-w.patch
|
|
|
|
patches.suse/1105-drm-radeon-Remove-unnecessary-void-conversions.patch
|
|
|
|
patches.suse/1106-drm-amdgpu-add-the-smu_v13_0_6-and-gfx_v9_4_3-ip-blo.patch
|
|
|
|
patches.suse/1107-drm-amdgpu-fix-the-memory-override-in-kiq-ring-struc.patch
|
|
|
|
patches.suse/1108-drm-amdgpu-Remove-IMU-ucode-in-vf2pf.patch
|
|
|
|
patches.suse/1109-drm-amdgpu-Fix-uninitialized-variable-in-gfx_v9_4_3_.patch
|
|
|
|
patches.suse/1110-drm-amdgpu-fix-vga_set_state-NULL-pointer-issue.patch
|
|
|
|
patches.suse/1111-drm-amd-display-improve-the-message-printed-when-loa.patch
|
|
|
|
patches.suse/1112-drm-amdgpu-retire-set_vga_state-for-some-ASIC.patch
|
|
|
|
patches.suse/1113-drm-amd-amdgpu-Fix-errors-warnings-in-mmhub_v1_8.c.patch
|
|
|
|
patches.suse/1114-drm-amdgpu-Fix-uninitalized-variable-in-jpeg_v4_0_3_.patch
|
|
|
|
patches.suse/1115-drm-amdgpu-Fix-uninitalized-variable-in-kgd2kfd_devi.patch
|
|
|
|
patches.suse/1116-drm-amdgpu-stop-including-swiotlb.h.patch
|
|
|
|
patches.suse/1117-drm-amd-display-Fix-DMUB-debugging-print-issue.patch
|
|
|
|
patches.suse/1118-drm-amd-display-disable-dcn315-pixel-rate-crb-when-s.patch
|
|
|
|
patches.suse/1119-drm-amd-display-Update-SR-watermarks-for-DCN314.patch
|
|
|
|
patches.suse/1120-drm-amd-display-lower-dp-link-training-message-level.patch
|
|
|
|
patches.suse/1121-drm-amd-display-fix-dcn315-pixel-rate-crb-scaling-ch.patch
|
|
|
|
patches.suse/1122-drm-amd-display-Trigger-DIO-FIFO-resync-on-commit-st.patch
|
|
|
|
patches.suse/1123-drm-amd-display-Revert-vblank-change-that-causes-nul.patch
|
|
|
|
patches.suse/1124-drm-amd-display-Fix-possible-underflow-for-displays-.patch
|
|
|
|
patches.suse/drm-amd-display-Apply-60us-prefetch-for-DCFCLK.patch
|
|
|
|
patches.suse/1126-drm-amd-display-Clean-FPGA-code-in-dc.patch
|
|
|
|
patches.suse/drm-amd-display-Update-correct-DCN314-register-.patch
|
|
|
|
patches.suse/1128-drm-amd-display-Trigger-DIO-FIFO-resync-on-commit-st.patch
|
|
|
|
patches.suse/1129-drm-amd-display-Reorganize-DCN30-Makefile.patch
|
|
|
|
patches.suse/1130-drm-amd-display-cache-trace-buffer-size.patch
|
|
|
|
patches.suse/1131-drm-amd-display-3.2.237.patch
|
|
|
|
patches.suse/1132-drm-amdgpu-Fix-unused-amdgpu_acpi_get_numa_info-func.patch
|
|
|
|
patches.suse/1133-drm-amdgpu-Fix-uninitialized-variable-in-gfxhub_v1_2.patch
|
|
|
|
patches.suse/1134-drm-amdgpu-remove-unused-definition.patch
|
|
|
|
patches.suse/1135-drm-amdgpu-init-the-XCC_DOORBELL_FENCE-regs.patch
|
|
|
|
patches.suse/1136-drm-radeon-stop-including-swiotlb.h.patch
|
|
|
|
patches.suse/drm-radeon-fix-possible-division-by-zero-errors.patch
|
|
|
|
patches.suse/1138-drm-amdgpu-Disable-interrupt-tracker-on-NBIOv7.9.patch
|
|
|
|
patches.suse/1139-drm-amdgpu-Fix-a-couple-of-spelling-mistakes-in-info.patch
|
|
|
|
patches.suse/1140-drm-amdgpu-Fix-unsigned-comparison-with-zero-in-gmc_.patch
|
|
|
|
patches.suse/1141-drm-amd-pm-mark-irq-functions-as-static.patch
|
|
|
|
patches.suse/1142-drm-amdkfd-mark-local-functions-as-static.patch
|
|
|
|
patches.suse/1143-drm-amdgpu-mark-aqua_vanjaram_reg_init.c-function-as.patch
|
|
|
|
patches.suse/1144-drm-amdgpu-use-pad-format-string-for-dma_addr_t.patch
|
|
|
|
patches.suse/1145-drm-amdgpu-fix-acpi-build-warnings.patch
|
|
|
|
patches.suse/1146-drm-amdgpu-remove-unused-variable-num_xcc.patch
|
|
|
|
patches.suse/1147-drm-amdkfd-Align-partition-memory-size-to-page-size.patch
|
|
|
|
patches.suse/1148-drm-amd-display-avoid-calling-missing-.resync_fifo_d.patch
|
|
|
|
patches.suse/1149-drm-amd-display-remove-unused-variables-res_create_m.patch
|
|
|
|
patches.suse/1150-drm-amdgpu-Remove-duplicate-include.patch
|
|
|
|
patches.suse/1151-drm-amdgpu-Modify-mismatched-function-name.patch
|
|
|
|
patches.suse/1152-drm-amdgpu-vcn-Modify-mismatched-function-name.patch
|
|
|
|
patches.suse/1153-drm-amdgpu-Add-a-low-priority-scheduler-for-VRAM-cle.patch
|
|
|
|
patches.suse/1154-Revert-drm-amd-display-Block-optimize-on-consecutive.patch
|
|
|
|
patches.suse/1155-drm-amd-amdgpu-Fix-warnings-in-amdgpu_irq.c.patch
|
|
|
|
patches.suse/1156-Revert-drm-amd-display-Do-not-set-drr-on-pipe-commit.patch
|
|
|
|
patches.suse/1157-drm-amdkfd-Set-event-interrupt-class-for-GFX-9.4.3.patch
|
|
|
|
patches.suse/1158-drm-amdgpu-Fix-warnings.patch
|
|
|
|
patches.suse/1159-drm-amdgpu-sdma-set-sched.ready-status-after-ring-IB.patch
|
|
|
|
patches.suse/1160-drm-amdgpu-gfx-set-sched.ready-status-after-ring-IB-.patch
|
|
|
|
patches.suse/1161-drm-amdgpu-switch-to-unified-amdgpu_ring_test_helper.patch
|
|
|
|
patches.suse/1162-drm-amdgpu-Use-single-copy-per-SDMA-instance-type-v2.patch
|
|
|
|
patches.suse/1163-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1164-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1165-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1166-drm-amd-Drop-debugfs-access-to-the-DPCD.patch
|
|
|
|
patches.suse/1167-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1168-drm-amdgpu-Fix-return-types-of-certain-NBIOv7.9-call.patch
|
|
|
|
patches.suse/1169-drm-amdgpu-Fix-defined-but-not-used-gfx9_cs_data-in-.patch
|
|
|
|
patches.suse/1170-drm-amdgpu-Fix-unused-variable-in-amdgpu_gfx.c.patch
|
|
|
|
patches.suse/1171-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1172-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1173-drm-amdgpu-bypass-bios-dependent-operations.patch
|
|
|
|
patches.suse/1174-drm-amdgpu-golden-settings-for-ASIC-rev_id-0.patch
|
|
|
|
patches.suse/1175-drm-amdgpu-complement-the-4-6-and-8-XCC-cases.patch
|
|
|
|
patches.suse/1176-drm-jpeg-add-init-value-for-num_jpeg_rings.patch
|
|
|
|
patches.suse/1177-drm-amdgpu-set-the-APU-flag-based-on-package-type.patch
|
|
|
|
patches.suse/1178-drm-amdgpu-save-restore-part-of-xcp-drm_device-field.patch
|
|
|
|
patches.suse/1179-drm-amdgpu-add-the-accelerator-pcie-class.patch
|
|
|
|
patches.suse/1180-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1181-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1182-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1183-drm-amd-display-clean-up-some-inconsistent-indenting.patch
|
|
|
|
patches.suse/1184-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1185-drm-amd-display-clean-up-some-inconsistent-indenting.patch
|
|
|
|
patches.suse/1186-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1187-drm-amdgpu-Mark-mmhub_v1_8_mmea_err_status_reg-as-__.patch
|
|
|
|
patches.suse/1188-drm-amdxcp-add-platform-device-driver-for-amdxcp.patch
|
|
|
|
patches.suse/1189-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1190-drm-amdgpu-use-amdxcp-platform-device-as-spatial-par.patch
|
|
|
|
patches.suse/1191-drm-amd-display-remove-unused-definition.patch
|
|
|
|
patches.suse/1192-drm-amd-amdgpu-Fix-up-locking-etc-in-amdgpu_debugfs_.patch
|
|
|
|
patches.suse/drm-amdgpu-keep-irq-count-in-amdgpu_irq_disabl.patch
|
|
|
|
patches.suse/1194-drm-amdkfd-fix-gfx_target_version-for-certain-11.0.3.patch
|
|
|
|
patches.suse/1195-drm-amdgpu-Fix-up-kdoc-in-sdma_v4_4_2.c.patch
|
|
|
|
patches.suse/1196-drm-amdgpu-Fix-up-kdoc-in-amdgpu_acpi.c.patch
|
|
|
|
patches.suse/1197-drm-amdgpu-Fix-up-missing-kdoc-in-sdma_v6_0.c.patch
|
|
|
|
patches.suse/1198-drm-amdkfd-Add-new-gfx_target_versions-for-GC-9.4.3.patch
|
|
|
|
patches.suse/1199-drm-amdkfd-Fix-MEC-pipe-interrupt-enablement.patch
|
|
|
|
patches.suse/1200-drm-amdgpu-Fix-create_dmamap_sg_bo-kdoc-warnings.patch
|
|
|
|
patches.suse/1201-drm-amd-display-Add-missing-kdoc-entries-in-update_p.patch
|
|
|
|
patches.suse/1202-drm-amd-display-Fix-up-kdoc-formats-in-dcn32_fpu.c.patch
|
|
|
|
patches.suse/1203-drm-amdgpu-Initialize-xcc-mask.patch
|
|
|
|
patches.suse/1204-drm-amdkfd-flag-added-to-handle-errors-from-svm-vali.patch
|
|
|
|
patches.suse/1205-drm-amdgpu-Fix-missing-parameter-desc-for-xcc_id-in-.patch
|
|
|
|
patches.suse/1206-drm-amdgpu-Fix-up-missing-kdoc-parameter-inst-in-get.patch
|
|
|
|
patches.suse/1207-drm-amdgpu-Fix-up-missing-parameter-in-kdoc-for-inst.patch
|
|
|
|
patches.suse/1208-drm-amdgpu-Fix-missing-parameter-desc-for-xcp_id-in-.patch
|
|
|
|
patches.suse/1209-drm-amdgpu-set-finished-fence-error-if-job-timedout.patch
|
|
|
|
patches.suse/1210-drm-amdgpu-Fix-up-missing-parameters-kdoc-in-svm_mig.patch
|
|
|
|
patches.suse/1211-drm-amdxcp-fix-Makefile-to-build-amdxcp-module.patch
|
|
|
|
patches.suse/1212-drm-amd-display-Fix-up-kdoc-formatting-in-dcn32_reso.patch
|
|
|
|
patches.suse/1213-drm-amd-display-Fix-up-missing-dc-pipe_ctx-kdoc-para.patch
|
|
|
|
patches.suse/1214-drm-amd-display-Correct-kdoc-formatting-for-DCN32_CR.patch
|
|
|
|
patches.suse/1215-drm-amdkfd-remove-unused-sq_int_priv-variable.patch
|
|
|
|
patches.suse/1216-drm-amd-amdgpu-introduce-DRM_AMDGPU_WERROR.patch
|
|
|
|
patches.suse/1217-drm-amd-display-Fix-up-kdoc-formatting-in-display_mo.patch
|
|
|
|
patches.suse/1218-drm-amdgpu-Fix-up-kdoc-ring-parameter-in-sdma_v6_0_r.patch
|
|
|
|
patches.suse/1219-drm-amdgpu-Fix-up-kdoc-in-amdgpu_device.c.patch
|
|
|
|
patches.suse/1220-drm-amdgpu-Add-function-parameter-event-to-kdoc-in-s.patch
|
|
|
|
patches.suse/1221-drm-amd-pm-Update-SMUv13.0.6-PMFW-headers.patch
|
|
|
|
patches.suse/1222-drm-amd-pm-Fix-SMUv13.0.6-throttle-status-report.patch
|
|
|
|
patches.suse/1223-drm-amd-pm-add-unique-serial-number-support-for-smu_.patch
|
|
|
|
patches.suse/1224-amd-amdkfd-drop-unused-KFD_IOCTL_SVM_FLAG_UNCACHED-f.patch
|
|
|
|
patches.suse/1225-drm-amdkfd-add-debug-and-runtime-enable-interface.patch
|
|
|
|
patches.suse/1226-drm-amdkfd-display-debug-capabilities.patch
|
|
|
|
patches.suse/1227-drm-amdkfd-prepare-per-process-debug-enable-and-disa.patch
|
|
|
|
patches.suse/1228-drm-amdgpu-add-kgd-hw-debug-mode-setting-interface.patch
|
|
|
|
patches.suse/1229-drm-amdgpu-setup-hw-debug-registers-on-driver-initia.patch
|
|
|
|
patches.suse/1230-drm-amd-display-Drop-unused-DCN_BASE-variable-in-dcn.patch
|
|
|
|
patches.suse/1231-drm-amdkfd-clean-up-one-inconsistent-indenting.patch
|
|
|
|
patches.suse/1232-drm-amdgpu-add-gfx9-hw-debug-mode-enable-and-disable.patch
|
|
|
|
patches.suse/1233-drm-amdgpu-add-gfx9.4.1-hw-debug-mode-enable-and-dis.patch
|
|
|
|
patches.suse/1234-drm-amdkfd-fix-kfd_suspend_all_processes.patch
|
|
|
|
patches.suse/1235-drm-amdgpu-add-gfx10-hw-debug-mode-enable-and-disabl.patch
|
|
|
|
patches.suse/1236-drm-amdgpu-add-gfx9.4.2-hw-debug-mode-enable-and-dis.patch
|
|
|
|
patches.suse/1237-drm-amdgpu-add-gfx11-hw-debug-mode-enable-and-disabl.patch
|
|
|
|
patches.suse/1238-drm-amdgpu-add-configurable-grace-period-for-unmap-q.patch
|
|
|
|
patches.suse/1239-drm-amdkfd-prepare-map-process-for-single-process-de.patch
|
|
|
|
patches.suse/1240-drm-amdgpu-prepare-map-process-for-multi-process-deb.patch
|
|
|
|
patches.suse/1241-drm-amdgpu-expose-debug-api-for-mes.patch
|
|
|
|
patches.suse/1242-drm-amdkfd-add-per-process-hw-trap-enable-and-disabl.patch
|
|
|
|
patches.suse/1243-drm-amdkfd-apply-trap-workaround-for-gfx11.patch
|
|
|
|
patches.suse/1244-drm-amdkfd-add-raise-exception-event-function.patch
|
|
|
|
patches.suse/1245-drm-amdkfd-add-send-exception-operation.patch
|
|
|
|
patches.suse/1246-drm-amdkfd-add-runtime-enable-operation.patch
|
|
|
|
patches.suse/1247-drm-amdkfd-add-debug-trap-enabled-flag-to-tma.patch
|
|
|
|
patches.suse/1248-drm-amd-pm-update-SMU13-header-files-for-coming-OD-s.patch
|
|
|
|
patches.suse/1249-drm-amdkfd-update-process-interrupt-handling-for-deb.patch
|
|
|
|
patches.suse/1250-drm-amdkfd-add-debug-set-exceptions-enabled-operatio.patch
|
|
|
|
patches.suse/1251-drm-amdkfd-add-debug-wave-launch-override-operation.patch
|
|
|
|
patches.suse/1252-drm-amdkfd-add-debug-wave-launch-mode-operation.patch
|
|
|
|
patches.suse/1253-drm-amdkfd-add-debug-suspend-and-resume-process-queu.patch
|
|
|
|
patches.suse/1254-drm-amdkfd-add-debug-set-and-clear-address-watch-poi.patch
|
|
|
|
patches.suse/1255-drm-amdkfd-add-debug-set-flags-operation.patch
|
|
|
|
patches.suse/1256-drm-amdkfd-add-debug-query-event-operation.patch
|
|
|
|
patches.suse/1257-drm-amdkfd-add-debug-query-exception-info-operation.patch
|
|
|
|
patches.suse/1258-drm-amdkfd-add-debug-queue-snapshot-operation.patch
|
|
|
|
patches.suse/1259-drm-amdkfd-add-debug-device-snapshot-operation.patch
|
|
|
|
patches.suse/1260-drm-amdkfd-bump-kfd-ioctl-minor-version-for-debug-ap.patch
|
|
|
|
patches.suse/1261-drm-amd-pm-fulfill-SMU13-OD-settings-init-and-restor.patch
|
|
|
|
patches.suse/1262-drm-amd-pm-fulfill-the-OD-support-for-SMU13.0.0.patch
|
|
|
|
patches.suse/1263-drm-amd-pm-Fill-metrics-data-for-SMUv13.0.6.patch
|
|
|
|
patches.suse/1264-drm-amd-pm-fulfill-the-OD-support-for-SMU13.0.7.patch
|
|
|
|
patches.suse/1265-drm-amd-display-Fix-dc-dcn20-dcn20_optc.c-kdoc.patch
|
|
|
|
patches.suse/1266-drm-amd-display-clean-up-some-inconsistent-indenting.patch
|
|
|
|
patches.suse/drm-amd-display-fix-seamless-odm-transitions.patch
|
|
|
|
patches.suse/1268-drm-amdgpu-fix-debug-wait-on-idle-for-gfx9.4.1.patch
|
|
|
|
patches.suse/amdgpu-validate-offset_in_bo-of-drm_amdgpu_gem_.patch
|
|
|
|
patches.suse/1270-drm-amdgpu-discovery-Replace-fake-flex-arrays-with-f.patch
|
|
|
|
patches.suse/1271-drm-amd-display-fix-compilation-error-due-to-shiftin.patch
|
|
|
|
patches.suse/1272-drm-amd-display-Address-kdoc-warnings-in-dcn30_fpu.c.patch
|
|
|
|
patches.suse/1273-drm-amd-display-Add-gnu_printf-format-attribute-for-.patch
|
|
|
|
patches.suse/1274-Revert-drm-amd-display-Only-use-ODM2-1-policy-for-hi.patch
|
|
|
|
patches.suse/1275-drm-amd-display-Program-OTG-vtotal-min-max-selectors.patch
|
|
|
|
patches.suse/1276-drm-amdgpu-Mark-kgd_gfx_aldebaran_clear_address_watc.patch
|
|
|
|
patches.suse/1277-drm-amdgpu-pm-notify-driver-unloading-to-PMFW-for-SM.patch
|
|
|
|
patches.suse/1278-drm-amd-pm-update-smu-driver-if-header-for-smu-13.0..patch
|
|
|
|
patches.suse/1279-drm-amdgpu-pass-xcc-mask-to-ras-ta.patch
|
|
|
|
patches.suse/1280-drm-amdgpu-support-check-vcn-jpeg-block-mask.patch
|
|
|
|
patches.suse/1281-drm-amdgpu-convert-vcn-jpeg-logical-mask-to-physical.patch
|
|
|
|
patches.suse/drm-amd-display-fix-dcn315-single-stream-crb-al.patch
|
|
|
|
patches.suse/1283-drm-amd-display-Refactor-fast-update-to-use-new-HWSS.patch
|
|
|
|
patches.suse/1284-drm-amd-display-Wrong-index-type-for-pipe-iterator.patch
|
|
|
|
patches.suse/1285-drm-amd-display-Add-control-flag-to-dc_stream_state-.patch
|
|
|
|
patches.suse/1286-drm-amd-display-Fix-unused-variable-should_lock_all_.patch
|
|
|
|
patches.suse/1287-drm-amd-display-mark-dml31-s-UseMinimumDCFCLK-as-noi.patch
|
|
|
|
patches.suse/1288-drm-amd-display-mark-dml314-s-UseMinimumDCFCLK-as-no.patch
|
|
|
|
patches.suse/1289-drm-amdgpu-display-Kconfig-replace-leading-spaces-wi.patch
|
|
|
|
patches.suse/1290-drm-amd-pm-Fix-memory-some-memory-corruption.patch
|
|
|
|
patches.suse/1291-drm-amd-display-Only-use-ODM2-1-policy-for-high-pixe.patch
|
|
|
|
patches.suse/1292-drm-amdkfd-potential-error-pointer-dereference-in-io.patch
|
|
|
|
patches.suse/1293-drm-amdgpu-mmsch-Correct-the-definition-for-mmsch-in.patch
|
|
|
|
patches.suse/1294-drm-amdgpu-Rename-ras-table-version.patch
|
|
|
|
patches.suse/1295-drm-amdgpu-Add-RAS-table-v2.1-macro-definition.patch
|
|
|
|
patches.suse/1296-drm-amdgpu-Support-setting-EEPROM-table-version.patch
|
|
|
|
patches.suse/1297-drm-amdgpu-Add-support-EEPROM-table-v2.1.patch
|
|
|
|
patches.suse/1298-drm-amdgpu-Calculate-EEPROM-table-ras-info-bytes-sum.patch
|
|
|
|
patches.suse/1299-drm-amdgpu-Set-EEPROM-ras-info.patch
|
|
|
|
patches.suse/1300-drm-amdkfd-fix-vmfault-signalling-with-additional-da.patch
|
|
|
|
patches.suse/1301-drm-amd-Check-that-a-system-is-a-NUMA-system-before-.patch
|
|
|
|
patches.suse/1302-drm-amdkfd-Fix-reserved-SDMA-queues-handling.patch
|
|
|
|
patches.suse/1303-drm-connector-Convert-DRM_MODE_COLORIMETRY-to-enum.patch
|
|
|
|
patches.suse/1304-drm-connector-Add-enum-documentation-to-drm_colorspa.patch
|
|
|
|
patches.suse/1305-drm-connector-Pull-out-common-create_colorspace_prop.patch
|
|
|
|
patches.suse/1306-drm-connector-Use-common-colorspace_names-array.patch
|
|
|
|
patches.suse/1307-drm-connector-Print-connector-colorspace-in-state-de.patch
|
|
|
|
patches.suse/1308-drm-connector-Allow-drivers-to-pass-list-of-supporte.patch
|
|
|
|
patches.suse/1309-drm-amd-display-Always-pass-connector_state-to-strea.patch
|
|
|
|
patches.suse/1310-drm-amd-display-Register-Colorspace-property-for-DP-.patch
|
|
|
|
patches.suse/1311-drm-amd-display-Signal-mode_changed-if-colorspace-ch.patch
|
|
|
|
patches.suse/1312-drm-amd-display-Send-correct-DP-colorspace-infopacke.patch
|
|
|
|
patches.suse/1313-drm-amd-display-Always-set-crtcinfo-from-create_stre.patch
|
|
|
|
patches.suse/1314-drm-amd-display-Add-debugfs-for-testing-output-color.patch
|
|
|
|
patches.suse/1315-drm-amd-display-Refactor-avi_info_frame-colorimetry-.patch
|
|
|
|
patches.suse/drm-amdgpu-unmap-and-remove-csa_va-properly.patch
|
|
|
|
patches.suse/1317-drm-amdgpu-disable-virtual-display-support-on-APP-de.patch
|
|
|
|
patches.suse/1318-drm-amdgpu-skip-to-resume-rlcg-for-gc-9.4.3-in-vf-si.patch
|
|
|
|
patches.suse/1319-drm-amd-pm-fix-vclk-setting-failed-for-SMU-v13.0.4.patch
|
|
|
|
patches.suse/1320-drm-amd-pm-enable-vclk-and-dclk-Pstates-for-SMU-v13..patch
|
|
|
|
patches.suse/1321-drm-amd-pm-enable-more-Pstates-profile-levels-for-SM.patch
|
|
|
|
patches.suse/1322-drm-amdkfd-fix-and-enable-debugging-for-gfx11.patch
|
|
|
|
patches.suse/1323-Revert-Revert-drm-amd-display-Enable-Freesync-Video-.patch
|
|
|
|
patches.suse/1324-drm-amdgpu-add-the-accelerator-PCIe-class.patch
|
|
|
|
patches.suse/1325-drm-amdgpu-Wrap-Wunused-but-set-variable-in-cc-optio.patch
|
|
|
|
patches.suse/1326-drm-amdgpu-add-option-params-to-enforce-process-isol.patch
|
|
|
|
patches.suse/1327-drm-amd-pm-enable-more-Pstates-profile-levels-for-ye.patch
|
|
|
|
patches.suse/1328-drm-amd-display-add-NULL-pointer-check.patch
|
|
|
|
patches.suse/1329-Revert-drm-amd-display-cache-trace-buffer-size.patch
|
|
|
|
patches.suse/1330-drm-amd-display-DSC-Programming-Deltas.patch
|
|
|
|
patches.suse/1331-drm-amd-display-Filter-out-AC-mode-frequencies-on-DC.patch
|
|
|
|
patches.suse/1332-drm-i915-display-Print-useful-information-on-error.patch
|
|
|
|
patches.suse/1333-drm-i915-No-10bit-gamma-on-desktop-gen3-parts.patch
|
|
|
|
patches.suse/1334-drm-i915-display-Extract-display-init-from-intel_dev.patch
|
|
|
|
patches.suse/1335-drm-i915-Fix-error-handling-if-driver-creation-fails.patch
|
|
|
|
patches.suse/1336-drm-i915-debugfs-stop-using-edid_blob_ptr.patch
|
|
|
|
patches.suse/1337-drm-i915-plane-warn-on-non-zero-plane-offset.patch
|
|
|
|
patches.suse/1338-drm-i915-ddi-drop-unused-but-set-variable-intel_dp.patch
|
|
|
|
patches.suse/1339-drm-i915-dsi-drop-unused-but-set-variable-data.patch
|
|
|
|
patches.suse/1340-drm-i915-dsi-drop-unused-but-set-variable-vbp.patch
|
|
|
|
patches.suse/1341-drm-i915-dpll-drop-unused-but-set-variables-bestn-an.patch
|
|
|
|
patches.suse/1342-drm-i915-fb-drop-unused-but-set-variable-cpp.patch
|
|
|
|
patches.suse/1343-drm-i915-irq-drop-unused-but-set-variable-tmp.patch
|
|
|
|
patches.suse/1344-drm-i915-gt-uc-drop-unused-but-set-variable-sseu.patch
|
|
|
|
patches.suse/1345-drm-i915-gem-drop-unused-but-set-variable-unpinned.patch
|
|
|
|
patches.suse/1346-drm-i915-gem-annotate-maybe-unused-but-set-variable-.patch
|
|
|
|
patches.suse/1347-drm-i915-selftest-annotate-maybe-unused-but-set-vari.patch
|
|
|
|
patches.suse/1348-drm-i915-annotate-maybe-unused-but-set-intel_plane_s.patch
|
|
|
|
patches.suse/1349-drm-i915-annotate-maybe-unused-but-set-intel_crtc_st.patch
|
|
|
|
patches.suse/1350-drm-i915-dp-Fix-log-level-for-CDS-interlane-align-do.patch
|
|
|
|
patches.suse/1351-drm-i915-fix-the-derating-percentage-for-MTL.patch
|
|
|
|
patches.suse/1352-drm-i915-update-the-QGV-point-frequency-calculations.patch
|
|
|
|
patches.suse/1353-drm-i915-store-the-peak-bw-per-QGV-point.patch
|
|
|
|
patches.suse/1354-drm-i915-extract-intel_bw_check_qgv_points.patch
|
|
|
|
patches.suse/1355-drm-i915-modify-max_bw-to-return-index-to-intel_bw_i.patch
|
|
|
|
patches.suse/1356-drm-i915-mtl-find-the-best-QGV-point-for-the-SAGV-co.patch
|
|
|
|
patches.suse/1357-drm-i915-mtl-Add-support-for-PM-DEMAND.patch
|
|
|
|
patches.suse/1358-drm-i915-display-Include-of-display-limits-doesn-t-n.patch
|
|
|
|
patches.suse/drm-i915-gvt-remove-unused-variable-gma_bottom-in-co.patch
|
|
|
|
patches.suse/1360-drm-i915-re-enable-Wunused-but-set-variable.patch
|
|
|
|
patches.suse/1361-drm-i915-use-pointer-to-i915-instead-of-rpm-in-waker.patch
|
|
|
|
patches.suse/1362-drm-i915-add-a-dedicated-workqueue-inside-drm_i915_p.patch
|
|
|
|
patches.suse/1363-drm-i915-selftests-add-local-workqueue-for-SW-fence-.patch
|
|
|
|
patches.suse/1364-fbdev-Use-comment-in-initializer-macro.patch
|
|
|
|
patches.suse/drm-amd-display-Skip-DPP-DTO-update-if-root-cl.patch
|
|
|
|
patches.suse/1366-drm-amd-display-amdgpu_dm-amdgpu_dm_helpers-Move-SYN.patch
|
|
|
|
patches.suse/1367-drm-amdgpu-Rename-DRM-schedulers-in-amdgpu-TTM.patch
|
|
|
|
patches.suse/drm-amd-display-Enable-dcn314-DPP-RCO.patch
|
|
|
|
patches.suse/1369-drm-amdgpu-Fix-kdoc-warning.patch
|
|
|
|
patches.suse/1370-drm-amd-amdgpu-enable-W-1-for-amdgpu.patch
|
|
|
|
patches.suse/1371-drm-amdgpu-expose-num_hops-and-num_links-xgmi-info-t.patch
|
|
|
|
patches.suse/1372-drm-amd-display-add-debugfs-for-allow_edp_hotplug_de.patch
|
|
|
|
patches.suse/1373-drm-amd-display-Add-DP2-Metrics.patch
|
|
|
|
patches.suse/1374-drm-amd-display-Add-Error-Code-for-Dml-Validation-Fa.patch
|
|
|
|
patches.suse/1375-drm-amd-display-Promote-DAL-to-3.2.238.patch
|
|
|
|
patches.suse/1376-drm-amd-display-Fix-disbling-PSR-slow-response-issue.patch
|
|
|
|
patches.suse/1377-drm-amd-display-SubVP-high-refresh-only-if-all-displ.patch
|
|
|
|
patches.suse/1378-drm-amd-display-Re-enable-DPP-HUBP-Power-Gating.patch
|
|
|
|
patches.suse/1379-drm-amd-display-Re-enable-SubVP-high-refresh.patch
|
|
|
|
patches.suse/1380-drm-amd-display-Do-not-disable-phantom-pipes-in-driv.patch
|
|
|
|
patches.suse/1381-drm-amd-display-Block-SubVP-DRR-if-the-DRR-is-PSR-ca.patch
|
|
|
|
patches.suse/1382-drm-amd-display-Bug-fix-in-dcn315_populate_dml_pipes.patch
|
|
|
|
patches.suse/1383-drm-amd-display-Limit-Minimum-FreeSync-Refresh-Rate.patch
|
|
|
|
patches.suse/1384-drm-amd-display-Include-CSC-updates-in-new-fast-upda.patch
|
|
|
|
patches.suse/1385-Revert-drm-amd-display-reallocate-DET-for-dual-displ.patch
|
|
|
|
patches.suse/1386-drm-amd-display-fix-pixel-rate-update-sequence.patch
|
|
|
|
patches.suse/1387-drm-amd-display-3.2.239.patch
|
|
|
|
patches.suse/1388-drm-amd-pm-fix-vclk-setting-failed-for-SMU-v13.0.5.patch
|
|
|
|
patches.suse/drm-amdgpu-Fix-memcpy-in-sienna_cichlid_append_.patch
|
|
|
|
patches.suse/1390-drm-amd-pm-enable-vclk-and-dclk-Pstates-for-SMU-v13..patch
|
|
|
|
patches.suse/1391-drm-amdkfd-fix-null-queue-check-on-debug-setting-exc.patch
|
|
|
|
patches.suse/1392-Revert-drm-amd-display-fix-dpms_off-issue-when-disab.patch
|
|
|
|
patches.suse/1393-drm-amd-display-don-t-free-stolen-console-memory-dur.patch
|
|
|
|
patches.suse/1394-drm-amdkfd-To-enable-traps-for-GC_11_0_4-and-up.patch
|
|
|
|
patches.suse/1395-drm-amdgpu-Print-client-id-for-the-unregistered-inte.patch
|
|
|
|
patches.suse/1396-drm-amdgpu-Add-missing-function-parameter-optc-enabl.patch
|
|
|
|
patches.suse/1397-drm-amd-display-Correct-kdoc-formats-in-dcn10_opp.c.patch
|
|
|
|
patches.suse/1398-drm-amd-display-Correct-and-remove-excess-function-p.patch
|
|
|
|
patches.suse/1399-drm-amd-display-Provide-function-name-for-optc32_ena.patch
|
|
|
|
patches.suse/1400-drm-amd-display-Correct-kdoc-formats-in-dcn32_resour.patch
|
|
|
|
patches.suse/1401-drm-amd-display-Clean-up-dcn10_optc.c-kdoc.patch
|
|
|
|
patches.suse/1402-drm-amdgpu-add-wait_for-helper-for-spirom-update.patch
|
|
|
|
patches.suse/1403-drm-amdgpu-Release-SDMAv4.4.2-ecc-irq-properly.patch
|
|
|
|
patches.suse/1404-drm-amdkfd-Remove-DUMMY_VRAM_SIZE.patch
|
|
|
|
patches.suse/1405-drm-amdgpu-Report-ras_num_recs-in-debugfs.patch
|
|
|
|
patches.suse/drm-amdgpu-sdma4-set-align-mask-to-255.patch
|
|
|
|
patches.suse/drm-amdgpu-Fix-usage-of-UMC-fill-record-in-RAS.patch
|
|
|
|
patches.suse/1408-drm-radeon-Fix-missing-prototypes-in-radeon_atpx_han.patch
|
|
|
|
patches.suse/1409-drm-amd-pm-enable-more-Pstates-profile-levels-for-SM.patch
|
|
|
|
patches.suse/1410-drm-amdkfd-decrement-queue-count-on-mes-queue-destro.patch
|
|
|
|
patches.suse/1411-drm-amd-display-Convert-to-kdoc-formats-in-dc-core-d.patch
|
|
|
|
patches.suse/1412-drm-amd-pm-Align-eccinfo-table-structure-with-smu-v1.patch
|
|
|
|
patches.suse/1413-drm-amdgpu-Update-total-channel-number-for-umc-v8_10.patch
|
|
|
|
patches.suse/1414-drm-amdgpu-Add-channel_dis_num-to-ras-init-flags.patch
|
|
|
|
patches.suse/1415-drm-amdgpu-Optimize-checking-ras-supported.patch
|
|
|
|
patches.suse/1416-drm-amdgpu-Add-checking-mc_vram_size.patch
|
|
|
|
patches.suse/drm-amdgpu-make-sure-BOs-are-locked-in-amdgpu_v.patch
|
|
|
|
patches.suse/drm-amdgpu-make-sure-that-BOs-have-a-backing-st.patch
|
|
|
|
patches.suse/1419-drm-amdgpu-Change-nbio-v7.9-xcp-status-definition.patch
|
|
|
|
patches.suse/1420-drm-amdgpu-Use-PSP-FW-API-for-partition-switch.patch
|
|
|
|
patches.suse/1421-drm-amdgpu-mark-GC-9.4.3-experimental-for-now.patch
|
|
|
|
patches.suse/1422-drm-amdgpu-add-amdgpu_error_-debugfs-file.patch
|
|
|
|
patches.suse/1423-drm-amdgpu-mark-force-completed-fences-with-ECANCELE.patch
|
|
|
|
patches.suse/1424-drm-amdgpu-mark-soft-recovered-fences-with-ENODATA.patch
|
|
|
|
patches.suse/1425-drm-amdgpu-abort-submissions-during-prepare-on-error.patch
|
|
|
|
patches.suse/1426-drm-amdgpu-reset-VM-when-an-error-is-detected.patch
|
|
|
|
patches.suse/1427-drm-amdgpu-add-VM-generation-token.patch
|
|
|
|
patches.suse/1428-drm-amdgpu-add-entity-error-check-in-amdgpu_ctx_get_.patch
|
|
|
|
patches.suse/1429-drm-scheduler-avoid-infinite-loop-if-entity-s-depend.patch
|
|
|
|
patches.suse/1430-drm-amdkfd-add-event-age-tracking.patch
|
|
|
|
patches.suse/1431-drm-amdkfd-add-event_age-tracking-when-receiving-int.patch
|
|
|
|
patches.suse/1432-drm-amdkfd-set-activated-flag-true-when-event-age-un.patch
|
|
|
|
patches.suse/1433-drm-amdkfd-update-user-space-last_event_age.patch
|
|
|
|
patches.suse/1434-drm-amdkfd-bump-kfd-ioctl-minor-version-for-event-ag.patch
|
|
|
|
patches.suse/1435-drm-amdgpu-Remove-unused-NBIO-interface.patch
|
|
|
|
patches.suse/1436-drm-amdgpu-Enable-translate-further-for-GC-v9.4.3.patch
|
|
|
|
patches.suse/1437-drm-amdgpu-Increase-hmm-range-get-pages-timeout.patch
|
|
|
|
patches.suse/drm-dp_mst-Clear-MSG_RDY-flag-before-sending-ne.patch
|
|
|
|
patches.suse/dt-bindings-display-msm-sm8350-mdss-Fix-DSI-compatib.patch
|
|
|
|
patches.suse/1439-drm-msm-Remove-unnecessary-void-conversions.patch
|
|
|
|
patches.suse/1440-drm-msm-mdss-Add-SM6350-support.patch
|
|
|
|
patches.suse/1441-drm-msm-mdss-Add-SM6375-support.patch
|
|
|
|
patches.suse/1442-drm-msm-dpu-enable-DPU_CTL_SPLIT_DISPLAY-for-sc8280x.patch
|
|
|
|
patches.suse/drm-msm-dpu-enable-DSPP_2-3-for-LM_2-3-on-sm845.patch
|
|
|
|
patches.suse/1444-drm-msm-dpu-enable-DSPP-and-DSC-on-sc8180x.patch
|
|
|
|
patches.suse/1445-drm-msm-dpu-use-CTL_SC7280_MASK-for-sm8450-s-ctl_0.patch
|
|
|
|
patches.suse/1446-drm-msm-dpu-simplify-intf-allocation-code.patch
|
|
|
|
patches.suse/1447-drm-msm-dpu-add-HDMI-output-support.patch
|
|
|
|
patches.suse/1448-drm-msm-dpu-use-hsync-vsync-polarity-set-by-the-enco.patch
|
|
|
|
patches.suse/drm-msm-dpu-fix-cursor-block-register-bit-offse.patch
|
|
|
|
patches.suse/1450-drm-msm-dpu-set-max-cursor-width-to-512x512.patch
|
|
|
|
patches.suse/drm-msm-dpu-drop-the-regdma-configuration.patch
|
|
|
|
patches.suse/1452-drm-msm-dpu-stop-mapping-the-regdma-region.patch
|
|
|
|
patches.suse/1453-drm-msm-dpu-Drop-unused-members-from-HW-structs.patch
|
|
|
|
patches.suse/1454-drm-msm-dpu-Pass-catalog-pointers-in-RM-to-replace-f.patch
|
|
|
|
patches.suse/1455-drm-msm-dpu-remove-DPU_DSPP_GC-handling-in-dspp-flus.patch
|
|
|
|
patches.suse/1456-drm-msm-dpu-remove-DPU_DSPP_IGC-handling-in-dspp-flu.patch
|
|
|
|
patches.suse/1457-drm-msm-dpu-remove-GC-and-IGC-related-code-from-dpu-.patch
|
|
|
|
patches.suse/1458-drm-msm-dpu-drop-DSPP_MSM8998_MASK-from-hw-catalog.patch
|
|
|
|
patches.suse/1459-drm-msm-dpu-drop-unused-SSPP-sub-block-information.patch
|
|
|
|
patches.suse/1460-drm-msm-dpu-add-writeback-support-for-sc7280.patch
|
|
|
|
patches.suse/drm-msm-dpu-Use-V4.0-PCC-DSPP-sub-block-in-SC7-.patch
|
|
|
|
patches.suse/1462-drm-msm-dpu-Remove-extraneous-register-define-indent.patch
|
|
|
|
patches.suse/1463-drm-msm-dpu-Sort-INTF-registers-numerically.patch
|
|
|
|
patches.suse/1464-drm-msm-dpu-Take-INTF-index-as-parameter-in-interrup.patch
|
|
|
|
patches.suse/drm-msm-dpu-Drop-unused-poll_timeout_wr_ptr-PIN.patch
|
|
|
|
patches.suse/drm-msm-dpu-Move-autorefresh-disable-from-CMD-e.patch
|
|
|
|
patches.suse/drm-msm-dpu-Disable-pingpong-TE-on-DPU-5.0.0-an.patch
|
|
|
|
patches.suse/1468-drm-msm-dpu-Disable-MDP-vsync-source-selection-on-DP.patch
|
|
|
|
patches.suse/1469-drm-msm-dpu-Move-dpu_hw_-tear_check-pp_vsync_info-to.patch
|
|
|
|
patches.suse/1470-drm-msm-dpu-Factor-out-shared-interrupt-register-in-.patch
|
|
|
|
patches.suse/1471-drm-msm-dpu-Describe-TEAR-interrupt-registers-for-DS.patch
|
|
|
|
patches.suse/1472-drm-msm-dpu-Add-TEAR-READ-pointer-interrupt-to-INTF-.patch
|
|
|
|
patches.suse/1473-drm-msm-dpu-Merge-setup_-and-enable_tearcheck-pingpo.patch
|
|
|
|
patches.suse/1474-drm-msm-dpu-Implement-tearcheck-support-on-INTF-bloc.patch
|
|
|
|
patches.suse/1475-drm-msm-dpu-Remove-intr_rdptr-from-DPU-5.0.0-pingpon.patch
|
|
|
|
patches.suse/1476-drm-msm-dpu-drop-SSPP-s-SRC-subblock.patch
|
|
|
|
patches.suse/1477-drm-msm-dpu-access-QSEED-registers-directly.patch
|
|
|
|
patches.suse/1478-drm-msm-dpu-access-CSC-CSC10-registers-directly.patch
|
|
|
|
patches.suse/drm-msm-dpu-Set-DPU_DATA_HCTL_EN-for-in-INTF_SC.patch
|
|
|
|
patches.suse/1480-drm-msm-dpu-replace-IS_ERR_OR_NULL-with-IS_ERR-durin.patch
|
|
|
|
patches.suse/1481-drm-msm-dpu-remove-futile-checks-from-dpu_rm_init.patch
|
|
|
|
patches.suse/1482-drm-msm-dpu-use-PINGPONG_NONE-for-LMs-with-no-PP-att.patch
|
|
|
|
patches.suse/1483-drm-msm-dpu-move-PINGPONG_NONE-check-to-dpu_lm_init.patch
|
|
|
|
patches.suse/1484-drm-msm-dpu-fix-SSPP-register-definitions.patch
|
|
|
|
patches.suse/1485-drm-msm-dpu-simplify-CDP-programming.patch
|
|
|
|
patches.suse/1486-drm-msm-dpu-fix-the-condition-for-not-applying-QoS-t.patch
|
|
|
|
patches.suse/1487-drm-msm-dpu-rearrange-QoS-setting-code.patch
|
|
|
|
patches.suse/1488-drm-msm-dpu-drop-DPU_PLANE_QOS_VBLANK_CTRL.patch
|
|
|
|
patches.suse/1489-drm-msm-dpu-simplify-qos_ctrl-handling.patch
|
|
|
|
patches.suse/1490-drm-msm-dpu-drop-DPU_PLANE_QOS_PANIC_CTRL.patch
|
|
|
|
patches.suse/1491-drm-msm-dpu-remove-struct-dpu_hw_pipe_qos_cfg.patch
|
|
|
|
patches.suse/1492-drm-msm-dpu-use-common-helper-for-WB-and-SSPP-QoS-se.patch
|
|
|
|
patches.suse/drm-msm-dpu-set-DSC-flush-bit-correctly-at-MDP-.patch
|
|
|
|
patches.suse/1494-drm-msm-dpu-add-DPU_PINGPONG_DSC-feature-bit-for-DPU.patch
|
|
|
|
patches.suse/1495-drm-msm-dpu-Guard-PINGPONG-DSC-ops-behind-DPU_PINGPO.patch
|
|
|
|
patches.suse/1496-drm-msm-dpu-Introduce-PINGPONG_NONE-to-disconnect-DS.patch
|
|
|
|
patches.suse/drm-msm-dpu-always-clear-every-individual-pendi.patch
|
|
|
|
patches.suse/1498-drm-msm-dpu-separate-DSC-flush-update-out-of-interfa.patch
|
|
|
|
patches.suse/1499-drm-msm-dpu-Tear-down-DSC-datapath-on-encoder-cleanu.patch
|
|
|
|
patches.suse/drm-msm-dpu-clean-up-dpu_kms_get_clk_rate-returns.patch
|
|
|
|
patches.suse/1501-drm-msm-dpu-merge-dpu_encoder_init-and-dpu_encoder_s.patch
|
|
|
|
patches.suse/1502-drm-msm-dpu-separate-common-function-to-init-physica.patch
|
|
|
|
patches.suse/1503-drm-msm-dpu-drop-duplicated-intf-wb-indices-from-enc.patch
|
|
|
|
patches.suse/1504-drm-msm-dpu-inline-dpu_encoder_get_wb.patch
|
|
|
|
patches.suse/1505-drm-msm-dpu-call-dpu_rm_get_intf-from-dpu_encoder_ge.patch
|
|
|
|
patches.suse/1506-drm-msm-dpu-drop-temp-variable-from-dpu_encoder_phys.patch
|
|
|
|
patches.suse/1507-drm-msm-dpu-simplify-dpu_encoder_phys_wb_init.patch
|
|
|
|
patches.suse/1508-drm-msm-dpu-use-PINGPONG_NONE-to-unbind-INTF-from-PP.patch
|
|
|
|
patches.suse/1509-drm-msm-dpu-use-PINGPONG_NONE-to-unbind-WB-from-PP.patch
|
|
|
|
patches.suse/1510-drm-msm-dpu-Add-SM6350-support.patch
|
|
|
|
patches.suse/1511-drm-msm-dpu-Add-SM6375-support.patch
|
|
|
|
patches.suse/1512-drm-msm-dpu-add-DSC-blocks-to-the-catalog-of-MSM8998.patch
|
|
|
|
patches.suse/1513-drm-msm-dpu-tidy-up-some-error-checking.patch
|
|
|
|
patches.suse/1514-drm-msm-dp-remove-most-of-usbpd-related-remains.patch
|
|
|
|
patches.suse/1515-drm-msm-dp-Clean-up-logs-dp_power-module.patch
|
|
|
|
patches.suse/1516-drm-msm-dp-Clean-up-pdev-dev-duplication-in-dp_power.patch
|
|
|
|
patches.suse/1517-drm-msm-dsi-Stop-unconditionally-powering-up-DSI-hos.patch
|
|
|
|
patches.suse/1518-drm-msm-dsi-More-properly-handle-errors-in-regards-t.patch
|
|
|
|
patches.suse/drm-msm-dsi-don-t-allow-enabling-14nm-VCO-with-.patch
|
|
|
|
patches.suse/1520-drm-msm-dsi-remove-extra-call-to-dsi_get_pclk_rate.patch
|
|
|
|
patches.suse/1521-drm-msm-dsi-use-mult_frac-for-pclk_bpp-calculation.patch
|
|
|
|
patches.suse/1522-drm-msm-dpu-drop-dpu_encoder_phys_ops-late_register.patch
|
|
|
|
patches.suse/1523-drm-msm-dpu-drop-mostly-unused-DPU_NAME_SIZE-define.patch
|
|
|
|
patches.suse/1524-drm-msm-dsi-Add-configuration-for-MSM8226.patch
|
|
|
|
patches.suse/1525-drm-msm-dsi-Add-phy-configuration-for-MSM8226.patch
|
|
|
|
patches.suse/1526-drm-msm-mdp5-Add-MDP5-configuration-for-MSM8226.patch
|
|
|
|
patches.suse/drm-msm-adreno-fix-sparse-warnings-in-a6xx-code.patch
|
|
|
|
patches.suse/1528-drm-msm-drop-unused-ring-variable-in-msm_ioctl_gem_s.patch
|
|
|
|
patches.suse/drm-msm-a6xx-don-t-set-IO_PGTABLE_QUIRK_ARM_OUT.patch
|
|
|
|
patches.suse/1530-drm-msm-Move-cmdstream-dumping-out-of-sched-kthread.patch
|
|
|
|
patches.suse/1531-drm-msm-adreno-Add-Adreno-A690-support.patch
|
|
|
|
patches.suse/1532-drm-msm-a6xx-Fix-a690-CP_PROTECT-settings.patch
|
|
|
|
patches.suse/drm-msm-a5xx-really-check-for-A510-in-a5xx_gpu_.patch
|
|
|
|
patches.suse/1534-drm-msm-adreno-warn-if-chip-revn-is-verified-before-.patch
|
|
|
|
patches.suse/1535-drm-msm-adreno-change-adreno_is_-functions-to-accept.patch
|
|
|
|
patches.suse/1536-drm-msm-adreno-make-adreno_is_a690-s-argument-const.patch
|
|
|
|
patches.suse/drm-msm-dpu-do-not-enable-color-management-if-D.patch
|
|
|
|
patches.suse/1538-drm-msm-dpu-catalog-define-DSPP-blocks-found-on-sdm8.patch
|
|
|
|
patches.suse/1539-drm-display-dsc-Add-flatness-and-initial-scale-value.patch
|
|
|
|
patches.suse/1540-drm-display-dsc-add-helper-to-set-semi-const-paramet.patch
|
|
|
|
patches.suse/1541-drm-display-dsc-Add-drm_dsc_get_bpp_int-helper.patch
|
|
|
|
patches.suse/1542-drm-msm-dsi-use-DRM-DSC-helpers-for-DSC-setup.patch
|
|
|
|
patches.suse/1543-drm-msm-Add-MSM-specific-DSC-helper-methods.patch
|
|
|
|
patches.suse/1544-drm-msm-dpu-Use-fixed-DRM-DSC-helper-for-det_thresh_.patch
|
|
|
|
patches.suse/drm-msm-dpu-Fix-slice_last_group_size-calculati.patch
|
|
|
|
patches.suse/1546-drm-msm-dsi-Use-MSM-and-DRM-DSC-helper-methods.patch
|
|
|
|
patches.suse/1547-drm-msm-dsi-update-hdisplay-calculation-for-dsi_timi.patch
|
|
|
|
patches.suse/1548-drm-msm-dpu-add-support-for-DSC-encoder-v1.2-engine.patch
|
|
|
|
patches.suse/1549-drm-msm-dpu-add-DSC-1.2-hw-blocks-for-relevant-chips.patch
|
|
|
|
patches.suse/1550-msm-drm-dsi-Round-up-DSC-hdisplay-calculation.patch
|
|
|
|
patches.suse/1551-drm-msm-dsi-Reduce-pclk-rate-for-compression.patch
|
|
|
|
patches.suse/1552-drm-msm-dpu-Add-DPU_INTF_DATA_COMPRESS-feature-flag-.patch
|
|
|
|
patches.suse/1553-drm-msm-dpu-Set-DATA_COMPRESS-on-command-mode-for-DC.patch
|
|
|
|
patches.suse/drm-msm-dsi-Remove-incorrect-references-to-slic.patch
|
|
|
|
patches.suse/drm-msm-provide-fb_dirty-implemenation.patch
|
|
|
|
patches.suse/drm-msm-dp-Drop-aux-devices-together-with-DP-co.patch
|
|
|
|
patches.suse/drm-msm-dp-Free-resources-after-unregistering-t.patch
|
|
|
|
patches.suse/drm-msm-dpu-fix-sc7280-and-sc7180-PINGPONG-done.patch
|
|
|
|
patches.suse/drm-msm-dpu-correct-MERGE_3D-length.patch
|
|
|
|
patches.suse/1560-drm-msm-dpu-remove-unused-INTF_NONE-interfaces.patch
|
|
|
|
patches.suse/1561-drm-msm-dsi-dsi_host-drop-unused-clocks.patch
|
|
|
|
patches.suse/1562-drm-msm-dsi-split-dsi_ctrl_config-function.patch
|
|
|
|
patches.suse/1563-drm-msm-adreno-Use-adreno_is_revn-for-A690.patch
|
|
|
|
patches.suse/1564-drm-msm-a6xx-Remove-static-keyword-from-sptprac-en-d.patch
|
|
|
|
patches.suse/1565-drm-msm-a6xx-Move-force-keepalive-vote-removal-to-a6.patch
|
|
|
|
patches.suse/1566-drm-msm-a6xx-Move-a6xx_bus_clear_pending_transaction.patch
|
|
|
|
patches.suse/1567-drm-msm-a6xx-Improve-a6xx_bus_clear_pending_transact.patch
|
|
|
|
patches.suse/1568-drm-msm-a6xx-Add-a-helper-for-software-resetting-the.patch
|
|
|
|
patches.suse/1569-drm-msm-a6xx-Remove-both-GBIF-and-RBBM-GBIF-halt-on-.patch
|
|
|
|
patches.suse/1570-drm-msm-a6xx-Extend-and-explain-UBWC-config.patch
|
|
|
|
patches.suse/1571-drm-msm-a6xx-Move-CX-GMU-power-counter-enablement-to.patch
|
|
|
|
patches.suse/1572-drm-msm-a6xx-Introduce-GMU-wrapper-support.patch
|
|
|
|
patches.suse/1573-drm-msm-adreno-Disable-has_cached_coherent-in-GMU-wr.patch
|
|
|
|
patches.suse/1574-drm-msm-a6xx-Add-support-for-A619_holi.patch
|
|
|
|
patches.suse/1575-drm-msm-a6xx-Add-A610-support.patch
|
|
|
|
patches.suse/1576-drm-msm-a6xx-Fix-some-A619-tunables.patch
|
|
|
|
patches.suse/1577-drm-msm-a6xx-Use-else-if-in-GPU-speedbin-rev-matchin.patch
|
|
|
|
patches.suse/1578-drm-msm-a6xx-Use-adreno_is_aXYZ-macros-in-speedbin-m.patch
|
|
|
|
patches.suse/1579-drm-msm-a6xx-Add-A619_holi-speedbin-support.patch
|
|
|
|
patches.suse/1580-drm-msm-a6xx-Add-A610-speedbin-support.patch
|
|
|
|
patches.suse/1581-drm-i915-gsc-take-a-wakeref-for-the-proxy-init-compl.patch
|
|
|
|
patches.suse/1582-drm-i915-huc-Fix-missing-error-code-in-intel_huc_ini.patch
|
|
|
|
patches.suse/1583-drm-i915-make-i915_drm_client_fdinfo-reference-condi.patch
|
|
|
|
patches.suse/1584-drm-i915-Fix-a-NULL-vs-IS_ERR-bug.patch
|
|
|
|
patches.suse/ovl-let-helper-ovl_i_path_real-return-the-reali.patch
|
|
|
|
patches.suse/ovl-fix-null-pointer-dereference-in-ovl_permiss.patch
|
|
|
|
patches.suse/ovl-fix-null-pointer-dereference-in-ovl_get_acl.patch
|
|
|
|
patches.suse/ovl-update-of-dentry-revalidate-flags-after-cop.patch
|
|
|
|
patches.suse/ovl-check-type-and-offset-of-struct-vfsmount-in.patch
|
|
|
|
patches.suse/jfs-jfs_dmap-Validate-db_l2nbperpage-while-moun.patch
|
|
|
|
patches.suse/fs-jfs-Fix-UBSAN-array-index-out-of-bounds-in-d.patch
|
|
|
|
patches.suse/FS-JFS-Fix-null-ptr-deref-Read-in-txBegin.patch
|
|
|
|
patches.suse/FS-JFS-Check-for-read-only-mounted-filesystem-i.patch
|
|
|
|
patches.suse/ext4-add-EXT4_MB_HINT_GOAL_ONLY-test-in-ext4_mb.patch
|
|
|
|
patches.suse/ext4-get-block-from-bh-in-ext4_free_blocks-for-.patch
|
|
|
|
patches.suse/ext4-fix-wrong-unit-use-in-ext4_mb_clear_bb.patch
|
|
|
|
patches.suse/ext4-fix-wrong-unit-use-in-ext4_mb_new_blocks.patch
|
|
|
|
patches.suse/ext4-mballoc-Remove-useless-setting-of-ac_crite.patch
|
|
|
|
patches.suse/ext4-only-update-i_reserved_data_blocks-on-succ.patch
|
|
|
|
patches.suse/ext4-allow-concurrent-unaligned-dio-overwrites.patch
|
|
|
|
patches.suse/ext4-Fix-reusing-stale-buffer-heads-from-last-f.patch
|
|
|
|
patches.suse/ext4-turn-quotas-off-if-mount-failed-after-enab.patch
|
|
|
|
patches.suse/ext4-fix-to-check-return-value-of-freeze_bdev-i.patch
|
|
|
|
patches.suse/ext4-avoid-updating-the-superblock-on-a-r-o-mou.patch
|
|
|
|
patches.suse/xfs-don-t-deplete-the-reserve-pool-when-trying-to-shrink-the-fs.patch
|
|
|
|
patches.suse/fs-dlm-return-positive-pid-value-for-F_GETLK.patch
|
|
|
|
patches.suse/fs-dlm-fix-cleanup-pending-ops-when-interrupted.patch
|
|
|
|
patches.suse/fs-dlm-interrupt-posix-locks-only-when-process-.patch
|
|
|
|
patches.suse/fs-dlm-make-F_SETLK-use-unkillable-wait_event.patch
|
|
|
|
patches.suse/fs-dlm-fix-mismatch-of-plock-results-from-users.patch
|
|
|
|
patches.suse/fs-dlm-revert-check-required-context-while-clos.patch
|
|
|
|
patches.suse/fs-dlm-clear-pending-bit-when-queue-was-empty.patch
|
|
|
|
patches.suse/fs-dlm-fix-missing-pending-to-false.patch
|
|
|
|
patches.suse/ext2-dax-Fix-ext2_setsize-when-len-is-page-alig.patch
|
|
|
|
patches.suse/fs-buffer.c-Add-generic_buffers_fsync-implementation.patch
|
|
|
|
patches.suse/ext4-Use-generic_buffers_fsync_noflush-implementatio.patch
|
|
|
|
patches.suse/ext2-Move-direct-io-to-use-iomap.patch
|
|
|
|
patches.suse/quota-Properly-disable-quotas-when-add_dquot_re.patch
|
|
|
|
patches.suse/quota-fix-warning-in-dqgrab.patch
|
|
|
|
patches.suse/ext2-Drop-fragment-support.patch
|
|
|
|
patches.suse/udf-Fix-uninitialized-array-access-for-some-pat.patch
|
|
|
|
patches.suse/MIPS-cpu-features-Use-boot_cpu_type-for-CPU-typ.patch
|
|
|
|
patches.suse/MIPS-dec-prom-Address-Warray-bounds-warning.patch
|
|
|
|
patches.suse/arm64-dts-microchip-sparx5-do-not-use-PSCI-on-r.patch
|
|
|
|
patches.suse/ARM-dts-at91-use-clock-controller-name-for-PMC.patch
|
|
|
|
patches.suse/ARM-dts-at91-use-clock-controller-name-for-sck.patch
|
|
|
|
patches.suse/ARM-dts-s5pv210-add-dummy-5V-regulator-for-backlight.patch
|
|
|
|
patches.suse/ARM-dts-exynos-Re-introduce-Exynos4212-DTSI.patch
|
|
|
|
patches.suse/ARM-dts-gta04-Move-model-property-out-of-pinctr.patch
|
|
|
|
patches.suse/ARM-dts-meson8b-correct-uart_B-and-uart_C-clock.patch
|
|
|
|
patches.suse/ARM-dts-meson8-correct-uart_B-and-uart_C-clock-.patch
|
|
|
|
patches.suse/ARM-dts-iwg20d-q7-common-Fix-backlight-pwm-spec.patch
|
|
|
|
patches.suse/arm64-dts-renesas-ulcb-kf-Remove-flow-control-f.patch
|
|
|
|
patches.suse/ARM-dts-stm32-Move-ethernet-MAC-EEPROM-from-SoM.patch
|
|
|
|
patches.suse/ARM-dts-stm32-Shorten-the-AV96-HDMI-sound-card-.patch
|
|
|
|
patches.suse/ARM-dts-stm32-adopt-generic-iio-bindings-for-adc-cha.patch
|
|
|
|
patches.suse/ARM-dts-stm32-Update-to-generic-ADC-channel-binding-.patch
|
|
|
|
patches.suse/ARM-dts-stm32-Fix-audio-routing-on-STM32MP15xx-.patch
|
|
|
|
patches.suse/ARM-dts-stm32-fix-i2s-endpoint-format-property-.patch
|
|
|
|
patches.suse/dt-bindings-tegra-Add-ICC-IDs-for-dummy-memory-clients.patch
|
|
|
|
patches.suse/dt-bindings-gpio-Remove-FSI-domain-ports-on-Tegra234.patch
|
|
|
|
patches.suse/ARM-dts-imx-Adjust-dma-apbh-node-name.patch
|
|
|
|
patches.suse/ARM-dts-imx6dl-prtrvt-prtvt7-prti6q-prtwd2-fix.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8916-longcheer-l8910-Add-front-fla.patch
|
|
|
|
patches.suse/arm64-dts-qcom-ipq9574-Update-the-size-of-GICC-.patch
|
|
|
|
patches.suse/arm64-dts-qcom-qrb4210-rb2-Fix-CD-gpio-for-SDHC.patch
|
|
|
|
patches.suse/arm64-dts-qcom-pm8998-don-t-use-GIC_SPI-for-SPM.patch
|
|
|
|
patches.suse/arm64-dts-qcom-ipq6018-correct-qrng-unit-addres.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8916-correct-camss-unit-addre.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8916-correct-MMC-unit-address.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8916-correct-WCNSS-unit-addre.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8953-correct-IOMMU-unit-addre.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8953-correct-WCNSS-unit-addre.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8976-correct-MMC-unit-address.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8994-correct-SPMI-unit-addres.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8996-correct-camss-unit-addre.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sdm630-correct-camss-unit-addres.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sdm845-correct-camss-unit-addres.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sm6115-correct-thermal-sensor-un.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sm8350-correct-DMA-controller-un.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sm8350-correct-PCI-phy-unit-addr.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sm8350-correct-USB-phy-unit-addr.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sm8550-correct-crypto-unit-addre.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sm8550-correct-pinctrl-unit-addr.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sdm845-polaris-add-missing-touch.patch
|
|
|
|
patches.suse/arm64-dts-qcom-apq8016-sbc-Fix-regulator-constr.patch
|
|
|
|
patches.suse/arm64-dts-qcom-apq8016-sbc-Fix-1.8V-power-rail-.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8916-Fix-regulator-constraints.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8916-Disable-audio-codecs-by-defau.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8916-Define-regulator-constraints-.patch
|
|
|
|
patches.suse/arm64-dts-qcom-pm7250b-add-missing-spmi-vadc-in.patch
|
|
|
|
patches.suse/arm64-dts-qcom-ipq5332-add-QFPROM-node.patch
|
|
|
|
patches.suse/arm64-dts-qcom-apq8096-fix-fixed-regulator-name.patch
|
|
|
|
patches.suse/arm64-dts-qcom-msm8916-Rename-msmgpio-tlmm.patch
|
|
|
|
patches.suse/ARM-dts-qcom-msm8974-do-not-use-underscore-in-n.patch
|
|
|
|
patches.suse/ARM-dts-qcom-msm8660-Fix-regulator-node-names.patch
|
|
|
|
patches.suse/ARM-dts-qcom-ipq4019-fix-broken-NAND-controller.patch
|
|
|
|
patches.suse/ARM-dts-qcom-apq8074-dragonboard-Set-DMA-as-rem.patch
|
|
|
|
patches.suse/arm64-dts-rockchip-Assign-ES8316-MCLK-rate-on-r.patch
|
|
|
|
patches.suse/arm64-dts-rockchip-Fix-compatible-for-Bluetooth.patch
|
|
|
|
patches.suse/Revert-arm64-dts-zynqmp-Add-address-cells-property-to-interrupt-controllers.patch
|
|
|
|
patches.suse/arm64-dts-ti-k3-j7200-Fix-physical-address-of-p.patch
|
|
|
|
patches.suse/arm64-dts-ti-k3-j721e-beagleboneai64-Fix-mailbo.patch
|
|
|
|
patches.suse/arm64-dts-ti-k3-j784s4-evm-Fix-main_i2c0-alias.patch
|
|
|
|
patches.suse/arm64-dts-ti-k3-j784s4-Fix-wakeup-pinmux-range-.patch
|
|
|
|
patches.suse/arm64-dts-ti-k3-am69-sk-Fix-main_i2c0-alias.patch
|
|
|
|
patches.suse/arm64-dts-ti-k3-j721s2-Fix-wkup-pinmux-range.patch
|
|
|
|
patches.suse/arm64-dts-qcom-qdu1000-Flush-RSC-sleep-wake-vot.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sdm670-Flush-RSC-sleep-wake-vote.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sdm845-Flush-RSC-sleep-wake-vote.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sm8550-Flush-RSC-sleep-wake-vote.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sm8250-edo-Panel-framebuffer-is-.patch
|
|
|
|
patches.suse/arm64-dts-qcom-sm8550-Add-missing-interconnect-.patch
|
|
|
|
patches.suse/arm64-dts-mediatek-mt8183-Add-mediatek-broken-s.patch
|
|
|
|
patches.suse/arm64-dts-mediatek-mt8192-Add-mediatek-broken-s.patch
|
|
|
|
patches.suse/arm64-dts-mediatek-mt8195-Add-mediatek-broken-s.patch
|
|
|
|
patches.suse/arm64-dts-mt7986-use-size-of-reserved-partition.patch
|
|
|
|
patches.suse/arm64-dts-mediatek-Add-cpufreq-nodes-for-MT8192.patch
|
|
|
|
patches.suse/arm64-dts-mediatek-mt8192-Fix-CPUs-capacity-dmi.patch
|
|
|
|
patches.suse/arm64-dts-mt7986-increase-bl2-partition-on-NAND.patch
|
|
|
|
patches.suse/ARM-dts-BCM5301X-Drop-clock-names-from-the-SPI-.patch
|
|
|
|
patches.suse/ARM-dts-BCM5301X-MR26-MR32-remove-bogus-nand-ecc-alg.patch
|
|
|
|
patches.suse/ARM-dts-BCM5301X-fix-duplex-full-full-duplex.patch
|
|
|
|
patches.suse/ARM-dts-at91-use-generic-name-for-shutdown-con.patch
|
|
|
|
patches.suse/ARM-dts-lan966x-kontron-d10-fix-board-reset.patch
|
|
|
|
patches.suse/ARM-dts-lan966x-kontron-d10-fix-SPI-CS.patch
|
|
|
|
patches.suse/ARM-dts-Add-.dts-files-missing-from-the-build.patch
|
|
|
|
patches.suse/soc-samsung-exynos-pmu-Re-introduce-Exynos4212-suppo.patch
|
|
|
|
patches.suse/bus-ti-sysc-Fix-dispc-quirk-masking-bool-variab.patch
|
|
|
|
patches.suse/driver-soc-xilinx-use-_safe-loop-iterator-to-av.patch
|
|
|
|
patches.suse/soc-tegra-fuse-Add-support-for-Tegra264.patch
|
|
|
|
patches.suse/soc-tegra-pmc-Add-AON-SW-Wake-support-for-Tegra234.patch
|
|
|
|
patches.suse/soc-tegra-fuse-Fix-Tegra234-fuse-size.patch
|
|
|
|
patches.suse/firmware-tegra-bpmp-Add-support-for-DRAM-MRQ-GSCs.patch
|
|
|
|
patches.suse/memory-tegra-Add-interconnect-support-for-DRAM-scaling-in-Tegra234.patch
|
|
|
|
patches.suse/memory-tegra-Add-memory-clients-for-Tegra234.patch
|
|
|
|
patches.suse/memory-tegra-Add-software-memory-clients-in-Tegra234.patch
|
|
|
|
patches.suse/memory-tegra-Make-CPU-cluster-BW-request-a-multiple-of-MC-channels.patch
|
|
|
|
patches.suse/PCI-tegra194-Fix-possible-array-out-of-bounds-.patch
|
|
|
|
patches.suse/PCI-tegra194-Add-interconnect-support-in-Tegra234.patch
|
|
|
|
patches.suse/soc-qcom-mdt_loader-Fix-unconditional-call-to-s.patch
|
|
|
|
patches.suse/soc-mediatek-SVS-Fix-MT8192-GPU-node-name.patch
|
|
|
|
patches.suse/drivers-meson-secure-pwrc-always-enable-DMA-dom.patch
|
|
|
|
patches.suse/soc-rockchip-dtpm-use-C99-array-init-syntax.patch
|
|
|
|
patches.suse/memory-brcmstb_dpfe-fix-testing-array-offset-af.patch
|
|
|
|
patches.suse/soc-fsl-qe-fix-usb.c-build-errors.patch
|
|
|
|
patches.suse/bus-fsl-mc-fsl-mc-allocator-Drop-a-write-only-variab.patch
|
|
|
|
patches.suse/ARM-ep93xx-fix-missing-prototype-warnings.patch
|
|
|
|
patches.suse/ARM-omap2-fix-missing-tick_broadcast-prototype.patch
|
|
|
|
patches.suse/ARM-orion5x-fix-d2net-gpio-initialization.patch
|
|
|
|
patches.suse/ARM-versatile-mark-mmc_status-static.patch
|
|
|
|
patches.suse/Input-ads7846-Fix-usage-of-match-data.patch
|
|
|
|
patches.suse/Input-ads7846-fix-pointer-cast-warning.patch
|
|
|
|
patches.suse/mm-slab-correct-return-values-in-comment-for-_kmem_cache_create.patch
|
|
|
|
patches.suse/ACPI-EC-Fix-acpi_ec_dispatch_gpe.patch
|
|
|
|
patches.suse/tracing-user_events-Fix-incorrect-return-value-.patch
|
|
|
|
patches.suse/mm-mmap-Fix-error-return-in-do_vmi_align_munmap.patch
|
|
|
|
patches.suse/sparc32-fix-lock_mm_and_find_vma-conversion.patch
|
|
|
|
patches.suse/iommu-arm-smmu-v3-Work-around-MMU-600-erratum-.patch
|
|
|
|
patches.suse/iommu-arm-smmu-v3-Document-MMU-700-erratum-281.patch
|
|
|
|
patches.suse/iommu-arm-smmu-v3-Add-explicit-feature-for-nes.patch
|
|
|
|
patches.suse/iommu-arm-smmu-v3-Document-nesting-related-err.patch
|
|
|
|
patches.suse/iommu-arm-smmu-v3-Set-TTL-invalidation-hint-better
|
|
|
|
patches.suse/dt-bindings-arm-smmu-Fix-SC8280XP-Adreno-bindin.patch
|
|
|
|
patches.suse/dt-bindings-iommu-arm-smmu-enable-clocks-for-sa8775p-Adreno-SMMU
|
|
|
|
patches.suse/dt-bindings-arm-smmu-Add-SM6375-GPU-SMMU
|
|
|
|
patches.suse/dt-bindings-arm-smmu-Add-SDX75-SMMU-compatible
|
|
|
|
patches.suse/iommu-fsl-Always-allocate-a-group-for-non-pci-devices
|
|
|
|
patches.suse/iommu-fsl-Move-ENODEV-to-fsl_pamu_probe_device
|
|
|
|
patches.suse/iommu-fsl-Use-driver_managed_dma-to-allow-VFIO-to-work
|
|
|
|
patches.suse/iommu-virtio-Detach-domain-on-endpoint-release.patch
|
|
|
|
patches.suse/iommu-virtio-Return-size-mapped-for-a-detached-.patch
|
|
|
|
patches.suse/iommu-vt-d-Remove-unnecessary-void-conversions
|
|
|
|
patches.suse/iommu-vt-d-Handle-the-failure-case-of-dmar_reenable_qi
|
|
|
|
patches.suse/iommu-vt-d-Remove-two-WARN_ON-in-domain_context_mapping_one
|
|
|
|
patches.suse/iommu-vt-d-Remove-commented-out-code
|
|
|
|
patches.suse/iommu-iova-Optimize-iova_magazine_alloc
|
|
|
|
patches.suse/iommu-Add-a-capability-for-flush-queue-support
|
|
|
|
patches.suse/iommu-Use-flush-queue-capability
|
|
|
|
patches.suse/iommu-Suppress-empty-whitespaces-in-prints
|
|
|
|
patches.suse/iommu-Replace-iommu_group_device_count-with-list_count_nodes
|
|
|
|
patches.suse/iommu-Add-for_each_group_device
|
|
|
|
patches.suse/iommu-Make-__iommu_group_set_domain-handle-error-unwind
|
|
|
|
patches.suse/iommu-Use-__iommu_group_set_domain-for-__iommu_attach_group
|
|
|
|
patches.suse/iommu-Use-__iommu_group_set_domain-in-iommu_change_dev_def_domai
|
|
|
|
patches.suse/iommu-Replace-__iommu_group_dma_first_attach-with-set_domain
|
|
|
|
patches.suse/iommu-Remove-iommu_group_do_dma_first_attach-from-iommu_group_ad
|
|
|
|
patches.suse/iommu-Replace-iommu_group_do_dma_first_attach-with-__iommu_devic
|
|
|
|
patches.suse/iommu-Fix-iommu_probe_device-to-attach-the-right-domain
|
|
|
|
patches.suse/iommu-Do-iommu_group_create_direct_mappings-before-attach
|
|
|
|
patches.suse/iommu-Remove-the-assignment-of-group-domain-during-default-domai
|
|
|
|
patches.suse/iommu-Consolidate-the-code-to-calculate-the-target-default-domai
|
|
|
|
patches.suse/iommu-Revise-iommu_group_alloc_default_domain
|
|
|
|
patches.suse/iommu-Consolidate-the-default_domain-setup-to-one-function
|
|
|
|
patches.suse/iommu-Allow-IOMMU_RESV_DIRECT-to-work-on-ARM
|
|
|
|
patches.suse/iommu-Remove-__iommu_group_for_each_dev
|
|
|
|
patches.suse/iommu-Tidy-the-control-flow-in-iommu_group_store_type
|
|
|
|
patches.suse/iommu-amd-Use-page-mode-macros-in-fetch_pte
|
|
|
|
patches.suse/iommu-amd-Update-copyright-notice
|
|
|
|
patches.suse/iommu-amd-Switch-amd_iommu_update_ga-to-use-modify_irte_ga
|
|
|
|
patches.suse/iommu-amd-Remove-the-unused-struct-amd_ir_data.ref
|
|
|
|
patches.suse/iommu-amd-Introduce-Disable-IRTE-Caching-Suppo.patch
|
|
|
|
patches.suse/iommu-amd-Do-not-Invalidate-IRT-when-IRTE-caching-is-disabled
|
|
|
|
patches.suse/iommu-amd-Improving-Interrupt-Remapping-Table-Invalidation
|
|
|
|
patches.suse/iommu-amd-Fix-compile-error-for-unused-function
|
|
|
|
patches.suse/iommu-amd-Fix-DTE_IRQ_PHYS_ADDR_MASK-macro
|
|
|
|
patches.suse/iommu-amd-Use-BIT-BIT_ULL-macro-to-define-bit-fields
|
|
|
|
patches.suse/iommu-amd-Remove-extern-from-function-prototypes
|
|
|
|
patches.suse/iommufd-Do-not-access-the-area-pointer-after-un.patch
|
|
|
|
patches.suse/iommufd-Call-iopt_area_contig_done-under-the-lo.patch
|
|
|
|
patches.suse/RDMA-rxe-Add-workqueue-support-for-rxe-tasks.patch
|
|
|
|
patches.suse/RDMA-irdma-Return-void-from-irdma_init_iw_device.patch
|
|
|
|
patches.suse/RDMA-irdma-Return-void-from-irdma_init_rdma_device.patch
|
|
|
|
patches.suse/RDMA-irdma-Move-iw-device-ops-initialization.patch
|
|
|
|
patches.suse/RDMA-rxe-Fix-comments-about-removed-tasklets.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Disable-kill-tasklet-only-if-it-is.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Fix-to-remove-unnecessary-return-l.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Use-unique-names-while-registering.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Remove-a-redundant-check-inside-bn.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Fix-to-remove-an-unnecessary-log.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Return-directly-without-goto-jumps.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Remove-unnecessary-checks.patch
|
|
|
|
patches.suse/RDMA-mana_ib-Use-v2-version-of-cfg_rx_steer_re.patch
|
|
|
|
patches.suse/RDMA-irdma-avoid-fortify-string-warning-in-irdm.patch
|
|
|
|
patches.suse/RDMA-rxe-Remove-dangling-declaration-of-rxe_cq_disab.patch
|
|
|
|
patches.suse/RDMA-rtrs-Remove-duplicate-cq_num-assignment.patch
|
|
|
|
patches.suse/IB-hfi1-Fix-wrong-mmu_node-used-for-user-SDMA-p.patch
|
|
|
|
patches.suse/IB-hfi1-Add-mmu_rb_node-refcount-to-hfi1_mmu_rb_temp.patch
|
|
|
|
patches.suse/IB-hfi1-Remove-unused-struct-mmu_rb_ops-fields-.inse.patch
|
|
|
|
patches.suse/RDMA-hns-Remove-unnecessary-QP-type-checks.patch
|
|
|
|
patches.suse/RDMA-hns-Fix-hns_roce_table_get-return-value.patch
|
|
|
|
patches.suse/RDMA-hns-Add-clear_hem-return-value-to-log.patch
|
|
|
|
patches.suse/RDMA-rxe-Rename-IB_ACCESS_REMOTE.patch
|
|
|
|
patches.suse/RDMA-rxe-Optimize-send-path-in-rxe_resp.c.patch
|
|
|
|
patches.suse/RDMA-rxe-Fix-access-checks-in-rxe_check_bind_mw.patch
|
|
|
|
patches.suse/RDMA-rxe-Introduce-rxe-access-supported-flags.patch
|
|
|
|
patches.suse/RDMA-rxe-Let-rkey-lkey-for-local-access.patch
|
|
|
|
patches.suse/RDMA-rxe-Implement-rereg_user_mr.patch
|
|
|
|
patches.suse/RDMA-rxe-Send-last-wqe-reached-event-on-qp-cleanup.patch
|
|
|
|
patches.suse/RDMA-vmw_pvrdma-Remove-unnecessary-check-on-wr-opcod.patch
|
|
|
|
patches.suse/net-mlx5-Nullify-qp-dbg-pointer-post-destruction.patch
|
|
|
|
patches.suse/RDMA-mlx5-Reduce-QP-table-exposure.patch
|
|
|
|
patches.suse/RDMA-mlx5-Handle-DCT-QP-logic-separately-from-low-le.patch
|
|
|
|
patches.suse/RDMA-mlx5-Return-the-firmware-result-upon-dest.patch
|
|
|
|
patches.suse/RDMA-erdma-Configure-PAGE_SIZE-to-hardware.patch
|
|
|
|
patches.suse/RDMA-erdma-Allocate-doorbell-resources-from-hardware.patch
|
|
|
|
patches.suse/RDMA-erdma-Associate-QPs-CQs-with-doorbells-for-auth.patch
|
|
|
|
patches.suse/RDMA-erdma-Refactor-the-original-doorbell-allocation.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-wraparound-mbox-producer-index.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Avoid-calling-wake_up-threads-from.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-remove-virt_func-check-while-creating-R.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-set-fixed-command-queue-depth.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Enhance-the-existing-functions-tha.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Avoid-the-command-wait-if-firmware.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-use-shadow-qd-while-posting-non-bl.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Simplify-the-function-that-sends-t.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-add-helper-function-__poll_for_res.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-handle-command-completions-after-driver.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Add-firmware-stall-check-detection.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-post-destroy_ah-for-delayed-completion-.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-consider-timeout-of-destroy-ah-as.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-cancel-all-control-path-command-waiters.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-use-firmware-provided-max-request-timeo.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-remove-redundant-cmdq_bitmap.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-optimize-the-parameters-passed-to-helpe.patch
|
|
|
|
patches.suse/RDMA-rxe-Fixes-mr-access-supported-list.patch
|
|
|
|
patches.suse/RDMA-rxe-Simplify-cq-notify-code.patch
|
|
|
|
patches.suse/RDMA-cma-Remove-NULL-check-before-dev_-put-hold.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Initialize-opcode-while-sending-message.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Use-the-common-mmap-helper-functions.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Add-disassociate-ucontext-support.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Optimize-the-bnxt_re_init_hwrm_hdr-usag.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Query-function-capabilities-from-firmwa.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Move-the-interface-version-to-chip-cont.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Reorg-the-bar-mapping.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Enable-low-latency-push.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Remove-incorrect-return-check-from-slow.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Refactor-code-around-bnxt_qplib_map_rc.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Remove-duplicated-include-in-bnxt_re-ma.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Fix-spelling-mistake-priviledged-privil.patch
|
|
|
|
patches.suse/RDMA-bnxt_re-Fix-an-IS_ERR-vs-NULL-check.patch
|
|
|
|
patches.suse/dma-remap-use-kvmalloc_array-kvfree-for-larger.patch
|
|
|
|
patches.suse/1585-drm-nouveau-stop-using-is_swiotlb_active.patch
|
|
|
|
patches.suse/parisc-fix-expand_stack-conversion.patch
|
|
|
|
patches.suse/csky-fix-up-lock_mm_and_find_vma-conversion.patch
|
|
|
|
patches.suse/LoongArch-Include-KBUILD_CPPFLAGS-in-CHECKFLAGS.patch
|
|
|
|
patches.suse/kcsan-Don-t-expect-64-bits-atomic-builtins-from.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/powerpc-kcsan-Properly-instrument-arch_spin_unlock.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/powerpc-interrupt-Don-t-read-MSR-from-interrupt.patch
|
|
|
|
patches.suse/powerpc-signal32-Force-inlining-of-__unsafe_sav.patch
|
|
|
|
patches.suse/powerpc-64s-Fix-VAS-mm-use-after-free.patch
|
|
|
|
patches.suse/powerpc-book3s-Add-missing-linux-sched.h-include.patch
|
|
|
|
patches.suse/powerpc-ptrace-Add-missing-linux-regset.h-include.patch
|
|
|
|
patches.suse/powerpc-dexcr-Add-initial-Dynamic-Execution-Control-.patch
|
|
|
|
patches.suse/powerpc-dexcr-Handle-hashchk-exception.patch
|
|
|
|
patches.suse/powerpc-dexcr-Support-userspace-ROP-protection.patch
|
|
|
|
patches.suse/powerpc-ptrace-Expose-DEXCR-and-HDEXCR-registers-to-.patch
|
|
|
|
patches.suse/powerpc-ptrace-Expose-HASHKEYR-register-to-ptrace.patch
|
|
|
|
patches.suse/Documentation-Document-PowerPC-kernel-DEXCR-interfac.patch
|
|
|
|
patches.suse/selftests-powerpc-Add-more-utility-macros.patch
|
|
|
|
patches.suse/selftests-powerpc-dexcr-Add-hashst-hashchk-test.patch
|
|
|
|
patches.suse/powerpc-powernv-sriov-perform-null-check-on-iov.patch
|
|
|
|
patches.suse/powerpc-update-ppc_save_regs-to-save-current-r1.patch
|
|
|
|
patches.suse/powerpc-book3s64-mm-Fix-DirectMap-stats-in-proc.patch
|
|
|
|
patches.suse/powerpc-mm-dax-Fix-the-condition-when-checking-.patch
|
|
|
|
patches.suse/security-integrity-fix-pointer-to-ESL-data-and-.patch
|
|
|
|
patches.suse/powerpc-qspinlock-Mark-accesses-to-qnode-lock-checks.patch
|
|
|
|
patches.suse/powerpc-qspinlock-Enforce-qnode-writes-prior-to-publ.patch
|
|
|
|
patches.suse/powerpc-iommu-TCEs-are-incorrectly-manipulated-with-.patch
|
|
|
|
patches.suse/powerpc-Fail-build-if-using-recordmcount-with-b.patch
|
|
|
|
patches.suse/ACPI-tables-Print-RINTC-information-when-MADT-is-par.patch
|
|
|
|
patches.suse/riscv-hibernation-Remove-duplicate-call-of-susp.patch
|
|
|
|
patches.suse/riscv-uprobes-Restore-thread.bad_cause.patch
|
|
|
|
patches.suse/riscv-hibernate-remove-WARN_ON-in-save_processo.patch
|
|
|
|
patches.suse/fprobe-Pass-return-address-to-the-handlers.patch
|
|
|
|
patches.suse/perf-tools-riscv-Add-support-for-riscv-lookup_binutils_path.patch
|
|
|
|
patches.suse/perf-map-Add-helper-map__fprintf_dsoname_dsoff.patch
|
|
|
|
patches.suse/perf-script-Add-new-output-field-dsoff-to-print-dso-offset.patch
|
|
|
|
patches.suse/perf-dso-Declare-dso-const-as-needed.patch
|
|
|
|
patches.suse/perf-script-Refine-printing-of-dso-offset-dsoff.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Add-alderlake-metric-constraints.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Add-icelake-metric-constraints.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Add-icelakex-metric-constraints.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Add-sapphirerapids-metric-constraints.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Add-tigerlake-metric-constraints.patch
|
|
|
|
patches.suse/perf-test-Test-more-sysfs-events.patch
|
|
|
|
patches.suse/perf-test-Use-valid-for-PMU-tests.patch
|
|
|
|
patches.suse/perf-test-Mask-configs-with-extended-types-then-test.patch
|
|
|
|
patches.suse/perf-test-Test-more-with-config_cache.patch
|
|
|
|
patches.suse/perf-test-Roundtrip-name-don-t-assume-1-event-per-name.patch
|
|
|
|
patches.suse/perf-parse-events-Set-attr.type-to-PMU-type-early.patch
|
|
|
|
patches.suse/perf-parse-events-Set-pmu_name-whenever-a-pmu-is-given.patch
|
|
|
|
patches.suse/perf-print-events-Avoid-unnecessary-strlist.patch
|
|
|
|
patches.suse/perf-parse-events-Avoid-scanning-PMUs-before-parsing.patch
|
|
|
|
patches.suse/perf-test-Move-x86-hybrid-tests-to-arch-x86.patch
|
|
|
|
patches.suse/perf-test-x86-hybrid-Update-test-expectations.patch
|
|
|
|
patches.suse/perf-test-x86-hybrid-Add-hybrid-extended-type-checks.patch
|
|
|
|
patches.suse/perf-parse-events-Support-PMUs-for-legacy-cache-events.patch
|
|
|
|
patches.suse/perf-parse-events-Wildcard-legacy-cache-events.patch
|
|
|
|
patches.suse/perf-print-events-Print-legacy-cache-events-for-each-PMU.patch
|
|
|
|
patches.suse/perf-parse-events-Support-wildcards-on-raw-events.patch
|
|
|
|
patches.suse/perf-parse-events-Remove-now-unused-hybrid-logic.patch
|
|
|
|
patches.suse/perf-parse-events-Minor-type-safety-cleanup.patch
|
|
|
|
patches.suse/perf-parse-events-Add-pmu-filter.patch
|
|
|
|
patches.suse/perf-stat-Make-cputype-filter-generic.patch
|
|
|
|
patches.suse/perf-test-Fix-parse-events-tests-for-1-core-PMU.patch
|
|
|
|
patches.suse/perf-parse-events-Support-hardware-events-as-terms.patch
|
|
|
|
patches.suse/perf-parse-events-Avoid-error-when-assigning-a-term.patch
|
|
|
|
patches.suse/perf-parse-events-Avoid-error-when-assigning-a-legacy-cache-term.patch
|
|
|
|
patches.suse/perf-parse-events-Don-t-auto-merge-hybrid-wildcard-events.patch
|
|
|
|
patches.suse/perf-parse-events-Don-t-reorder-atom-cpu-events.patch
|
|
|
|
patches.suse/perf-metrics-Be-PMU-specific-for-referenced-metrics.patch
|
|
|
|
patches.suse/perf-stat-Command-line-PMU-metric-filtering.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Correct-alderlake-metrics.patch
|
|
|
|
patches.suse/perf-jevents-Don-t-rewrite-metrics-across-PMUs.patch
|
|
|
|
patches.suse/perf-metrics-Be-PMU-specific-in-event-match.patch
|
|
|
|
patches.suse/perf-stat-Don-t-disable-TopdownL1-metric-on-hybrid.patch
|
|
|
|
patches.suse/perf-parse-events-Reduce-scope-of-is_event_supported.patch
|
|
|
|
patches.suse/perf-build-Don-t-use-ftree-loop-distribute-patterns-and-gno-variable-location-views-in-the-python-feature-test-when-building-with-clang-13.patch
|
|
|
|
patches.suse/perf-test-Add-cputype-testing-to-perf-stat.patch
|
|
|
|
patches.suse/perf-doc-Define-man-page-date-when-using-asciidoctor.patch
|
|
|
|
patches.suse/perf-doc-Add-support-for-KBUILD_BUILD_TIMESTAMP.patch
|
|
|
|
patches.suse/perf-annotate-Handle-decq-incq-testq-tzcnt-instructions-on-x86.patch
|
|
|
|
patches.suse/perf-annotate-Parse-x86-SIB-addressing-properly.patch
|
|
|
|
patches.suse/perf-annotate-browser-Add-and-keys-for-navigation.patch
|
|
|
|
patches.suse/perf-ftrace-Flush-output-after-each-writing.patch
|
|
|
|
patches.suse/perf-vendor-events-arm64-Add-AmpereOne-core-PMU-events.patch
|
|
|
|
patches.suse/perf-test-Add-test-validating-JSON-generated-by-perf-data-convert-to-json.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-alderlake-events-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-broadwell-variant-events-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-cascadelakex-events-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-elkhartlake-events.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-haswell-x-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-icelake-icelakex-events-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-ivybridge-ivytown-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-jaketown-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-sandybridge-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-sapphirerapids-events-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-skylake-skylakex-events-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-snowridgex-events.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-tigerlake-events-metrics.patch
|
|
|
|
patches.suse/perf-Extract-building-cache-level-for-a-CPU-into-separate-function.patch
|
|
|
|
patches.suse/perf-stat-Setup-the-foundation-to-allow-aggregation-based-on-cache-topology.patch
|
|
|
|
patches.suse/perf-stat-record-Save-cache-level-information.patch
|
|
|
|
patches.suse/perf-stat-Add-per-cache-aggregation-option-and-document-it.patch
|
|
|
|
patches.suse/pert-tests-Add-tests-for-new-perf-stat-per-cache-aggregation-option.patch
|
|
|
|
patches.suse/perf-jevents-Add-support-for-metricgroup-descriptions.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Add-metricgroup-descriptions-for-all-models.patch
|
|
|
|
patches.suse/perf-cpumap-Add-intersect-function.patch
|
|
|
|
patches.suse/perf-tests-Organize-cpu_map-tests-into-a-single-suite.patch
|
|
|
|
patches.suse/perf-test-Fix-perf-stat-JSON-output-test.patch
|
|
|
|
patches.suse/perf-test-python-Put-perf-python-at-start-of-sys.path.patch
|
|
|
|
patches.suse/perf-cpumap-Add-internal-nr-and-cpu-accessors.patch
|
|
|
|
patches.suse/perf-cpumap-Add-equal-function.patch
|
|
|
|
patches.suse/libperf-cpumap-Add-any-CPU-dummy-test-function.patch
|
|
|
|
patches.suse/perf-pmu-Detect-ARM-and-hybrid-PMUs-with-sysfs.patch
|
|
|
|
patches.suse/perf-pmu-Add-is_core-to-pmu.patch
|
|
|
|
patches.suse/perf-evsel-Add-is_pmu_core-inorder-to-interpret-own_cpus.patch
|
|
|
|
patches.suse/perf-pmu-Add-CPU-map-for-cpu-PMUs.patch
|
|
|
|
patches.suse/perf-evlist-Propagate-user-CPU-maps-intersecting-core-PMU-maps.patch
|
|
|
|
patches.suse/perf-evlist-Allow-has_user_cpus-to-be-set-on-hybrid.patch
|
|
|
|
patches.suse/perf-target-Remove-unused-hybrid-value.patch
|
|
|
|
patches.suse/perf-tools-Warn-if-no-user-requested-CPUs-match-PMU-s-CPUs.patch
|
|
|
|
patches.suse/perf-evlist-Remove-evlist__warn_hybrid_group.patch
|
|
|
|
patches.suse/perf-evlist-Remove-__evlist__add_default.patch
|
|
|
|
patches.suse/perf-evlist-Reduce-scope-of-evlist__has_hybrid.patch
|
|
|
|
patches.suse/perf-pmu-Remove-perf_pmu__hybrid_mounted.patch
|
|
|
|
patches.suse/perf-pmu-Rewrite-perf_pmu__has_hybrid-to-avoid-list.patch
|
|
|
|
patches.suse/perf-x86-Iterate-hybrid-PMUs-as-core-PMUs.patch
|
|
|
|
patches.suse/perf-topology-Avoid-hybrid-list-for-hybrid-topology.patch
|
|
|
|
patches.suse/perf-evsel-Compute-is_hybrid-from-PMU-being-core.patch
|
|
|
|
patches.suse/perf-header-Avoid-hybrid-PMU-list-in-write_pmu_caps.patch
|
|
|
|
patches.suse/perf-metrics-Remove-perf_pmu__is_hybrid-use.patch
|
|
|
|
patches.suse/perf-stat-Avoid-hybrid-PMU-list.patch
|
|
|
|
patches.suse/perf-mem-Avoid-hybrid-PMU-list.patch
|
|
|
|
patches.suse/perf-pmu-Remove-perf_pmu__hybrid_pmus-list.patch
|
|
|
|
patches.suse/perf-pmus-Prefer-perf_pmu__scan-over-perf_pmus__for_each_pmu.patch
|
|
|
|
patches.suse/perf-x86-mem-minor-refactor-to-is_mem_loads_aux_event.patch
|
|
|
|
patches.suse/perf-pmu-Separate-pmu-and-pmus.patch
|
|
|
|
patches.suse/perf-pmus-Split-pmus-list-into-core-and-other.patch
|
|
|
|
patches.suse/perf-pmus-Allow-just-core-PMU-scanning.patch
|
|
|
|
patches.suse/perf-pmus-Avoid-repeated-sysfs-scanning.patch
|
|
|
|
patches.suse/perf-pmus-Ensure-all-PMUs-are-read-for-find_by_type.patch
|
|
|
|
patches.suse/perf-pmus-Add-function-to-return-count-of-core-PMUs.patch
|
|
|
|
patches.suse/perf-pmus-Remove-perf_pmus__has_hybrid.patch
|
|
|
|
patches.suse/perf-pmu-Remove-is_pmu_hybrid.patch
|
|
|
|
patches.suse/perf-evsel-Don-t-let-evsel__group_pmu_name-traverse-unsorted-group.patch
|
|
|
|
patches.suse/perf-evsel-Don-t-let-for_each_group-treat-the-h.patch
|
|
|
|
patches.suse/perf-header-Make-nodes-dynamic-in-write_mem_topology.patch
|
|
|
|
patches.suse/perf-test-x86-insn-x86-test-data-is-immutable-so-mark-it-const.patch
|
|
|
|
patches.suse/perf-test-x86-intel-pt-test-data-is-immutable-so-mark-it-const.patch
|
|
|
|
patches.suse/perf-trace-Make-some-large-static-arrays-const-to-move-it-to-.data.rel.ro.patch
|
|
|
|
patches.suse/perf-trace-beauty-Make-MSR-arrays-const-to-move-it-to-.data.rel.ro.patch
|
|
|
|
patches.suse/perf-daemon-Dynamically-allocate-path-to-perf.patch
|
|
|
|
patches.suse/perf-lock-Dynamically-allocate-lockhash_table.patch
|
|
|
|
patches.suse/perf-timechart-Make-large-arrays-dynamic.patch
|
|
|
|
patches.suse/perf-probe-Dynamically-allocate-params-memory.patch
|
|
|
|
patches.suse/perf-path-Make-mkpath-thread-safe-remove-16384-bytes-from-.bss.patch
|
|
|
|
patches.suse/perf-scripting-engines-Move-static-to-local-variable-remove-16384-from-.bss.patch
|
|
|
|
patches.suse/perf-test-pmu-Avoid-2-static-path-arrays.patch
|
|
|
|
patches.suse/perf-kvm-powerpc-Add-missing-rename-opf-pmu_have_event-to-perf_pmus__have_event.patch
|
|
|
|
patches.suse/perf-pmu-Correct-perf_pmu__auto_merge_stats-affecting-hybrid.patch
|
|
|
|
patches.suse/perf-evsel-Add-verbose-3-print-of-evsel-name-when-opening.patch
|
|
|
|
patches.suse/perf-parse-events-Wildcard-most-numeric-events.patch
|
|
|
|
patches.suse/perf-test-Update-parse-events-expectations-to-test-for-multiple-events.patch
|
|
|
|
patches.suse/perf-pmu-Only-warn-about-unsupported-formats-once.patch
|
|
|
|
patches.suse/perf-pmu-Warn-about-invalid-config-for-all-PMUs-and-configs.patch
|
|
|
|
patches.suse/perf-script-Increase-PID-TID-width-for-output.patch
|
|
|
|
patches.suse/perf-bench-Add-missing-setlocale-call-to-allow-.patch
|
|
|
|
patches.suse/perf-tools-Declare-syscalltbl_-as-const-for-all-archs.patch
|
|
|
|
patches.suse/perf-arm64-Rename-create_table_from_c-to-create_sc_table.patch
|
|
|
|
patches.suse/perf-arm64-Handle-__NR3264_-prefixed-syscall-number.patch
|
|
|
|
patches.suse/perf-arm64-Use-max_nr-to-define-SYSCALLTBL_ARM64_MAX_ID.patch
|
|
|
|
patches.suse/perf-LoongArch-Simplify-mksyscalltbl.patch
|
|
|
|
patches.suse/perf-expr-Make-the-evaluation-of-and-logical-and-lazy.patch
|
|
|
|
patches.suse/perf-stat-Document-metric-no-threshold-and-threshold-colors.patch
|
|
|
|
patches.suse/perf-annotate-Handle-x86-instruction-suffix-generally.patch
|
|
|
|
patches.suse/perf-annotate-Remove-x86-instructions-with-suffix.patch
|
|
|
|
patches.suse/tools-headers-Make-the-difference-output-easier-to-read.patch
|
|
|
|
patches.suse/perf-script-Fix-allocation-of-evsel-priv-relate.patch
|
|
|
|
patches.suse/perf-parse-Allow-config-terms-with-breakpoints.patch
|
|
|
|
patches.suse/perf-list-Check-if-libpfm4-event-is-supported.patch
|
|
|
|
patches.suse/perf-list-Check-arguments-to-show-libpfm4-events.patch
|
|
|
|
patches.suse/perf-test-Add-test-of-libpfm4-events.patch
|
|
|
|
patches.suse/perf-thread-Remove-notion-of-dead-threads.patch
|
|
|
|
patches.suse/perf-thread-Make-threads-rbtree-non-invasive.patch
|
|
|
|
patches.suse/perf-thread-Add-accessor-functions-for-thread.patch
|
|
|
|
patches.suse/perf-maps-Make-delete-static-always-use-put.patch
|
|
|
|
patches.suse/perf-addr_location-Move-to-its-own-header.patch
|
|
|
|
patches.suse/perf-addr_location-Add-init-exit-copy-functions.patch
|
|
|
|
patches.suse/perf-thread-Add-reference-count-checking.patch
|
|
|
|
patches.suse/perf-machine-Make-delete_threads-part-of-machine__exit.patch
|
|
|
|
patches.suse/perf-report-Avoid-parent_thread-thread-leak-on-tasks-processing.patch
|
|
|
|
patches.suse/perf-header-Ensure-bitmaps-are-freed.patch
|
|
|
|
patches.suse/perf-stat-Avoid-evlist-leak.patch
|
|
|
|
patches.suse/perf-intel-pt-Fix-missed-put-and-leak.patch
|
|
|
|
patches.suse/perf-evlist-Free-stats-in-all-evlist-destruction.patch
|
|
|
|
patches.suse/perf-python-Avoid-2-leak-sanitizer-issues.patch
|
|
|
|
patches.suse/perf-jit-Fix-two-thread-leaks.patch
|
|
|
|
patches.suse/perf-symbol-elf-Correct-holding-a-reference.patch
|
|
|
|
patches.suse/perf-maps-Fix-overlapping-memory-leak.patch
|
|
|
|
patches.suse/perf-machine-Fix-leak-of-kernel-dso.patch
|
|
|
|
patches.suse/perf-machine-Don-t-leak-module-maps.patch
|
|
|
|
patches.suse/perf-map-maps-thread-Changes-to-reference-counting.patch
|
|
|
|
patches.suse/perf-annotate-Fix-parse_objdump_line-memory-leak.patch
|
|
|
|
patches.suse/perf-top-Add-exit-routine-for-main-thread.patch
|
|
|
|
patches.suse/perf-header-Avoid-out-of-bounds-read.patch
|
|
|
|
patches.suse/perf-callchain-Use-pthread-keys-for-tls-callchain_cursor.patch
|
|
|
|
patches.suse/perf-srcline-Change-free_srcline-to-zfree_srcline.patch
|
|
|
|
patches.suse/perf-hist-Fix-srcline-memory-leak.patch
|
|
|
|
patches.suse/perf-srcline-Optimize-comparision-against-SRCLINE_UNKNOWN.patch
|
|
|
|
patches.suse/perf-map-Fix-double-struct-map-reference-free-found-with-DREFCNT_CHECKING-1.patch
|
|
|
|
patches.suse/perf-cs-etm-Only-track-threads-instead-of-PID-and-TIDs.patch
|
|
|
|
patches.suse/perf-cs-etm-Use-previous-thread-for-branch-sample-source-IP.patch
|
|
|
|
patches.suse/perf-cs-etm-Make-PID-format-accessible-from-struct-cs_etm_auxtrace.patch
|
|
|
|
patches.suse/perf-cs-etm-Track-exception-level.patch
|
|
|
|
patches.suse/perf-cs-etm-Add-exception-level-consistency-check.patch
|
|
|
|
patches.suse/perf-help-Ensure-clean_cmds-is-called-on-all-paths.patch
|
|
|
|
patches.suse/perf-bench-epoll-Fix-missing-frees-puts-on-the-exit-path.patch
|
|
|
|
patches.suse/perf-bench-futex-Avoid-memory-leaks-from-pthread_attr.patch
|
|
|
|
patches.suse/perf-bench-sched-messaging-Free-contexts-on-exit.patch
|
|
|
|
patches.suse/perf-sched-Avoid-large-stack-allocations.patch
|
|
|
|
patches.suse/perf-script-Remove-some-large-stack-allocations.patch
|
|
|
|
patches.suse/perf-inject-Lazily-allocate-event_copy.patch
|
|
|
|
patches.suse/perf-inject-Lazily-allocate-guest_event-event_buf.patch
|
|
|
|
patches.suse/perf-annotate-Allow-whitespace-between-insn-operands.patch
|
|
|
|
patches.suse/perf-pfm-Remove-duplicate-util-cpumap.h-include.patch
|
|
|
|
patches.suse/perf-dwarf-aux-Fix-off-by-one-in-die_get_varnam.patch
|
|
|
|
patches.suse/perf-dwarf-aux-Allow-unnamed-struct-union-enum.patch
|
|
|
|
patches.suse/perf-tests-Make-x86-new-instructions-test-optional-at-build-time.patch
|
|
|
|
patches.suse/perf-srcline-Make-addr2line-configuration-failure-more-verbose.patch
|
|
|
|
patches.suse/perf-srcline-Make-sentinel-reading-for-binutils-addr2line-more-robust.patch
|
|
|
|
patches.suse/perf-metric-Fix-no-group-check.patch
|
|
|
|
patches.suse/perf-parse-events-Avoid-string-for-PE_BP_COLON-PE_BP_SLASH.patch
|
|
|
|
patches.suse/perf-tool-x86-Consolidate-is_amd-check-into-sin.patch
|
|
|
|
patches.suse/perf-python-scripting-Get-rid-of-unused-import-in-arm-cs-trace-disasm.patch
|
|
|
|
patches.suse/perf-tests-stat-json_output-Address-shellcheck-warnings.patch
|
|
|
|
patches.suse/perf-tests-arm_callgraph_fp-Address-shellcheck-warnings-about-signal-names-and-adding-double-quotes-for-expression.patch
|
|
|
|
patches.suse/perf-tests-daemon-Address-shellcheck-warnings.patch
|
|
|
|
patches.suse/perf-tests-stat-csv_output-Fix-shellcheck-warnings.patch
|
|
|
|
patches.suse/perf-tests-test_arm_coresight-Shellcheck-fixes.patch
|
|
|
|
patches.suse/perf-tests-stat_all_metrics-Fix-shellcheck-warning-SC2076.patch
|
|
|
|
patches.suse/perf-tests-test_task_analyzer-Fix-shellcheck-issues.patch
|
|
|
|
patches.suse/perf-tests-test_arm_spe-Address-shellcheck-warnings-about-signal-name-case.patch
|
|
|
|
patches.suse/perf-tests-lock_contention-Fix-shellscript-errors.patch
|
|
|
|
patches.suse/perf-tests-shell-Fixed-shellcheck-warnings.patch
|
|
|
|
patches.suse/perf-tests-test_brstack.sh-Fix-all-POSIX-sh-warnings.patch
|
|
|
|
patches.suse/perf-tests-stat-shadow_stat.sh-Fix-all-POSIX-sh-warnings-found-using-shellcheck.patch
|
|
|
|
patches.suse/perf-tests-task_analyzer-Fix-bad-substitution-1.patch
|
|
|
|
patches.suse/perf-tests-task_analyzer-Print-command-that-failed-instead-of-just-perf.patch
|
|
|
|
patches.suse/perf-tests-task_analyzer-Skip-tests-if-no-libtr.patch
|
|
|
|
patches.suse/pert-tests-Support-metricgroup-perf-stat-JSON-output.patch
|
|
|
|
patches.suse/perf-vendor-events-arm64-Add-default-tags-into-topdown-L1-metrics.patch
|
|
|
|
patches.suse/perf-tool-x86-Fix-perf_env-memory-leak.patch
|
|
|
|
patches.suse/tools-api-Add-simple-timeout-to-io-read.patch
|
|
|
|
patches.suse/perf-srcline-Add-a-timeout-to-reading-from-addr2line.patch
|
|
|
|
patches.suse/perf-srcline-Fix-handling-of-inline-functions.patch
|
|
|
|
patches.suse/perf-evsel-Fix-the-annotation-for-hardware-events-on-hybrid.patch
|
|
|
|
patches.suse/perf-metric-JSON-flag-to-default-metric-group.patch
|
|
|
|
patches.suse/perf-stat-jevents-Introduce-Default-tags-for-the-default-mode.patch
|
|
|
|
patches.suse/pert-tests-Update-metric-value-for-perf-stat-JSON-output.patch
|
|
|
|
patches.suse/perf-metrics-Sort-the-Default-metricgroup.patch
|
|
|
|
patches.suse/perf-stat-New-metricgroup-output-for-the-default-mode.patch
|
|
|
|
patches.suse/perf-test-Move-all-the-check-functions-of-stat-CSV-output-to-lib.patch
|
|
|
|
patches.suse/perf-test-Add-test-case-for-the-standard-perf-stat-output.patch
|
|
|
|
patches.suse/perf-vendor-events-arm64-Add-default-tags-for-Hisi-hip08-L1-metrics.patch
|
|
|
|
patches.suse/perf-annotate-Work-with-vmlinux-outside-symfs.patch
|
|
|
|
patches.suse/perf-test-fix-failing-test-cases-on-linux-next-for-s390.patch
|
|
|
|
patches.suse/perf-stat-Reset-aggr-stats-for-each-run.patch
|
|
|
|
patches.suse/perf-stat-Show-average-value-on-multiple-runs.patch
|
|
|
|
patches.suse/perf-pmus-Describe-semantics-of-core_pmus-and-other_pmus.patch
|
|
|
|
patches.suse/perf-mem-amd-Fix-perf_pmus__num_mem_pmus.patch
|
|
|
|
patches.suse/perf-mem-Scan-all-PMUs-instead-of-just-core-ones.patch
|
|
|
|
patches.suse/perf-test-record-probe_libc_inet_pton.sh-Use-grep-F-instead-of-obsolescent-fgrep.patch
|
|
|
|
patches.suse/perf-print-events-Export-is_event_supported.patch
|
|
|
|
patches.suse/perf-pmus-Check-if-we-can-encode-the-PMU-number-in-perf_event_attr.type.patch
|
|
|
|
patches.suse/perf-stat-Add-missing-newline-in-pr_err-messages.patch
|
|
|
|
patches.suse/perf-parse-Add-missing-newline-to-pr_debug-message-in-evsel__compute_group_pmu_name.patch
|
|
|
|
patches.suse/perf-parse-events-Remove-unneeded-semicolon.patch
|
|
|
|
patches.suse/tools-Fix-incorrect-calculation-of-object-size-by-sizeof.patch
|
|
|
|
patches.suse/perf-sharded_mutex-Introduce-sharded_mutex.patch
|
|
|
|
patches.suse/perf-annotation-Switch-lock-from-a-mutex-to-a-sharded_mutex.patch
|
|
|
|
patches.suse/perf-annotate-Fix-instruction-association-and-parsing-for-LoongArch.patch
|
|
|
|
patches.suse/perf-jit-Fix-incorrect-file-name-in-DWARF-line-table.patch
|
|
|
|
patches.suse/perf-test-Add-metric-value-validation-test.patch
|
|
|
|
patches.suse/perf-test-Add-skip-list-for-metrics-known-would-fail.patch
|
|
|
|
patches.suse/perf-test-Rerun-failed-metrics-with-longer-workload.patch
|
|
|
|
patches.suse/perf-symbol-Add-LoongArch-case-in-get_plt_sizes.patch
|
|
|
|
patches.suse/perf-tests-Fix-test_arm_callgraph_fp-variable-expansion.patch
|
|
|
|
patches.suse/perf-script-Initialize-buffer-for-regs_map.patch
|
|
|
|
patches.suse/perf-test-Set-PERF_EXEC_PATH-for-script-executi.patch
|
|
|
|
patches.suse/perf-unwind-Fix-map-reference-counts.patch
|
|
|
|
patches.suse/perf-pmus-Add-notion-of-default-PMU-for-JSON-events.patch
|
|
|
|
patches.suse/perf-pmu-Remove-a-hard-coded-cpu-PMU-assumption.patch
|
|
|
|
patches.suse/perf-test-Reorder-event-name-checks-in-stat-STD-output-linter.patch
|
|
|
|
patches.suse/perf-test-Skip-metrics-w-o-event-name-in-stat-STD-output-linter.patch
|
|
|
|
patches.suse/ata-libata-eh-Clarify-ata_eh_qc_retry-behavior-at-ca.patch
|
|
|
|
patches.suse/ata-libata-sata-Simplify-ata_change_queue_depth.patch
|
|
|
|
patches.suse/ata-libata-sata-Improve-ata_change_queue_depth.patch
|
|
|
|
patches.suse/ata-libata-eh-Use-ata_ncq_enabled-in-ata_eh_speed_do.patch
|
|
|
|
patches.suse/ata-libata-scsi-Use-ata_ncq_supported-in-ata_scsi_de.patch
|
|
|
|
patches.suse/ata-Use-of_property_read_reg-to-parse-reg.patch
|
|
|
|
patches.suse/ata-ahci-Cleanup-ahci_reset_controller.patch
|
|
|
|
patches.suse/ata-pata_octeon_cf-Add-missing-header-include.patch
|
|
|
|
patches.suse/ata-ahci_octeon-Remove-unnecessary-include.patch
|
|
|
|
patches.suse/scsi-mpi3mr-Use-ENOMEM-instead-of-1-in-mpi3mr_expander_add.patch
|
|
|
|
patches.suse/scsi-qedf-Fix-NULL-dereference-in-error-handlin.patch
|
|
|
|
patches.suse/scsi-lpfc-Fix-verbose-logging-for-SCSI-commands-issu.patch
|
|
|
|
patches.suse/scsi-lpfc-Fix-double-free-in-lpfc_cmpl_els_logo.patch
|
|
|
|
patches.suse/scsi-lpfc-Match-lock-ordering-of-lpfc_cmd-buf_lock-a.patch
|
|
|
|
patches.suse/scsi-lpfc-Update-congestion-warning-notification-per.patch
|
|
|
|
patches.suse/scsi-lpfc-Add-new-RCQE-status-for-handling-DMA-failu.patch
|
|
|
|
patches.suse/scsi-lpfc-Replace-blk_irq_poll-intr-handler-with-thr.patch
|
|
|
|
patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.12.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Multi-que-support-for-TMF.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Fix-task-management-cmd-failure.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Fix-task-management-cmd-fail-due-t.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Fix-hang-in-task-management.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Fix-mem-access-after-free.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Wait-for-io-return-on-terminate-rp.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Update-version-to-10.02.08.300-k.patch
|
|
|
|
patches.suse/scsi-libsas-Simplify-sas_check_eeds.patch
|
|
|
|
patches.suse/scsi-libsas-Remove-an-empty-branch-in-sas_check_parent_topology.patch
|
|
|
|
patches.suse/scsi-libsas-factor-out-sas_check_fanout_expander_topo.patch
|
|
|
|
patches.suse/scsi-pm80xx-Log-some-HW-events-by-default.patch
|
|
|
|
patches.suse/scsi-pm80xx-Enable-init-logging.patch
|
|
|
|
patches.suse/scsi-pm80xx-Print-port_id-in-HW-events.patch
|
|
|
|
patches.suse/scsi-pm80xx-Log-phy_id-and-port_id-in-the-device-registration-request.patch
|
|
|
|
patches.suse/scsi-pm80xx-Log-port-state-during-HW-event.patch
|
|
|
|
patches.suse/scsi-pm80xx-Update-PHY-state-after-hard-reset.patch
|
|
|
|
patches.suse/scsi-pm80xx-Add-GET_NVMD-timeout-during-probe.patch
|
|
|
|
patches.suse/scsi-smartpqi-Map-full-length-of-PCI-BAR-0.patch
|
|
|
|
patches.suse/scsi-smartpqi-Add-new-controller-PCI-IDs.patch
|
|
|
|
patches.suse/scsi-smartpqi-Remove-NULL-pointer-check.patch
|
|
|
|
patches.suse/scsi-smartpqi-Fix-rare-SAS-transport-memory-leak.patch
|
|
|
|
patches.suse/scsi-smartpqi-Remove-contention-for-raid_bypass_cnt.patch
|
|
|
|
patches.suse/scsi-smartpqi-Validate-block-layer-host-tag.patch
|
|
|
|
patches.suse/scsi-smartpqi-Add-support-for-RAID-NCQ-priority.patch
|
|
|
|
patches.suse/scsi-smartpqi-Fix-byte-aligned-writew-for-ARM-server.patch
|
|
|
|
patches.suse/scsi-smartpqi-Stop-sending-driver-initiated-TURs.patch
|
|
|
|
patches.suse/scsi-smartpqi-Add-sysfs-entry-for-NUMA-node-in-sys-b.patch
|
|
|
|
patches.suse/scsi-smartpqi-Update-copyright-to-2023.patch
|
|
|
|
patches.suse/scsi-smartpqi-Update-version-to-2.1.22-040.patch
|
|
|
|
patches.suse/scsi-megaraid_sas-Convert-union-megasas_sgl-to-flex-.patch
|
|
|
|
patches.suse/scsi-hisi_sas-Configure-initial-value-of-some-registers-according-to-HBA-model.patch
|
|
|
|
patches.suse/scsi-hisi_sas-Change-DMA-setup-lock-timeout-to-2.5s.patch
|
|
|
|
patches.suse/scsi-hisi_sas-Fix-warnings-detected-by-sparse.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Replace-all-non-returning-strlcpy-with-.patch
|
|
|
|
patches.suse/block-Add-PR-callouts-for-read-keys-and-reservation.patch
|
|
|
|
patches.suse/block-Rename-BLK_STS_NEXUS-to-BLK_STS_RESV_CONFLICT.patch
|
|
|
|
patches.suse/scsi-Rename-sd_pr_command.patch
|
|
|
|
patches.suse/scsi-Move-sd_pr_type-to-scsi_common.patch
|
|
|
|
patches.suse/scsi-Add-support-for-block-PR-read-keys-reservation.patch
|
|
|
|
patches.suse/dm-Add-support-for-block-PR-read-keys-reservation.patch
|
|
|
|
patches.suse/nvme-Fix-reservation-status-related-structs.patch
|
|
|
|
patches.suse/nvme-Don-t-hardcode-the-data-len-for-pr-commands.patch
|
|
|
|
patches.suse/nvme-Move-pr-code-to-it-s-own-file.patch
|
|
|
|
patches.suse/nvme-Add-helper-to-send-pr-command.patch
|
|
|
|
patches.suse/nvme-Add-pr_ops-read_keys-support.patch
|
|
|
|
patches.suse/nvme-Add-a-nvme_pr_type-enum.patch
|
|
|
|
patches.suse/nvme-Add-pr_ops-read_reservation-support.patch
|
|
|
|
patches.suse/scsi-target-Rename-sbc_ops-to-exec_cmd_ops.patch
|
|
|
|
patches.suse/scsi-target-Allow-backends-to-hook-into-PR-handling.patch
|
|
|
|
patches.suse/scsi-target-Pass-struct-target_opcode_descriptor-to-.patch
|
|
|
|
patches.suse/scsi-target-Report-and-detect-unsupported-PR-command.patch
|
|
|
|
patches.suse/scsi-target-Add-block-PR-support-to-iblock.patch
|
|
|
|
patches.suse/scsi-block-ioprio-Clean-up-interface-definition.patch
|
|
|
|
patches.suse/scsi-block-Introduce-ioprio-hints.patch
|
|
|
|
patches.suse/scsi-block-Introduce-BLK_STS_DURATION_LIMIT.patch
|
|
|
|
patches.suse/scsi-core-Allow-libata-to-complete-successful-comman.patch
|
|
|
|
patches.suse/scsi-core-Rename-and-move-get_scsi_ml_byte.patch
|
|
|
|
patches.suse/scsi-core-Support-retrieving-sub-pages-of-mode-pages.patch
|
|
|
|
patches.suse/scsi-core-Support-Service-Action-in-scsi_report_opco.patch
|
|
|
|
patches.suse/scsi-core-Detect-support-for-command-duration-limits.patch
|
|
|
|
patches.suse/scsi-core-Allow-enabling-and-disabling-command-durat.patch
|
|
|
|
patches.suse/scsi-sd-Set-read-write-command-CDL-index.patch
|
|
|
|
patches.suse/scsi-sd-Handle-read-write-CDL-timeout-failures.patch
|
|
|
|
patches.suse/scsi-ata-libata-scsi-Remove-unnecessary-cmd-checks.patch
|
|
|
|
patches.suse/scsi-ata-libata-Change-ata_eh_request_sense-to-not-s.patch
|
|
|
|
patches.suse/scsi-ata-libata-Detect-support-for-command-duration-.patch
|
|
|
|
patches.suse/scsi-ata-libata-scsi-Handle-CDL-bits-in-ata_scsiop_m.patch
|
|
|
|
patches.suse/scsi-ata-libata-scsi-Add-support-for-CDL-pages-mode-.patch
|
|
|
|
patches.suse/scsi-ata-libata-Add-ATA-feature-control-sub-page-tra.patch
|
|
|
|
patches.suse/scsi-ata-libata-Set-read-write-commands-CDL-index.patch
|
|
|
|
patches.suse/scsi-ata-libata-Handle-completion-of-CDL-commands-us.patch
|
|
|
|
patches.suse/scsi-3w-xxxx-Add-error-handling-for-initializat.patch
|
|
|
|
patches.suse/scsi-mpi3mr-Fix-the-type-used-for-pointers-to-bitmap.patch
|
|
|
|
patches.suse/scsi-lpfc-Replace-one-element-array-with-flexible-ar.patch
|
|
|
|
patches.suse/scsi-core-Only-kick-the-requeue-list-if-necessary.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Fix-end-of-loop-test.patch
|
|
|
|
patches.suse/scsi-ata-libata-scsi-Fix-ata_msense_control-kdoc-com.patch
|
|
|
|
patches.suse/scsi-core-Rework-scsi_host_block.patch
|
|
|
|
patches.suse/scsi-core-Support-setting-BLK_MQ_F_BLOCKING.patch
|
|
|
|
patches.suse/scsi-ufs-Declare-ufshcd_-hold-release-once.patch
|
|
|
|
patches.suse/scsi-lpfc-Replace-all-non-returning-strlcpy-with-str.patch
|
|
|
|
patches.suse/scsi-smartpqi-Replace-all-non-returning-strlcpy-with.patch
|
|
|
|
patches.suse/scsi-lpfc-Fix-use-after-free-rport-memo.patch
|
|
|
|
patches.suse/scsi-lpfc-Clear-NLP_IN_DEV_LOSS-flag-if.patch
|
|
|
|
patches.suse/scsi-lpfc-Account-for-fabric-domain-ctl.patch
|
|
|
|
patches.suse/scsi-lpfc-Revise-NPIV-ELS-unsol-rcv-cmpl-logic-.patch
|
|
|
|
patches.suse/scsi-lpfc-Change-firmware-upgrade-loggi.patch
|
|
|
|
patches.suse/scsi-lpfc-Clean-up-SLI-4-CQE-status-han.patch
|
|
|
|
patches.suse/scsi-lpfc-Enhance-congestion-statistics.patch
|
|
|
|
patches.suse/scsi-lpfc-Update-lpfc-version-to-14.2.0.13.patch
|
|
|
|
patches.suse/scsi-lpfc-Copyright-updates-for-14.2.0.13.patch
|
|
|
|
patches.suse/scsi-lpfc-Fix-incorrect-big-endian-type-assignments-.patch
|
|
|
|
patches.suse/scsi-Add-HAS_IOPORT-dependencies.patch
|
|
|
|
patches.suse/scsi-pm80xx-Add-fatal-error-checks.patch
|
|
|
|
patches.suse/scsi-mpi3mr-Propagate-sense-data-for-admin-queu.patch
|
|
|
|
patches.suse/scsi-ufs-core-Increase-the-START-STOP-UNIT-time.patch
|
|
|
|
patches.suse/scsi-ufs-core-Fix-handling-of-lrbp-cmd.patch
|
|
|
|
patches.suse/scsi-ufs-core-Remove-a-ufshcd_add_command_trace.patch
|
|
|
|
patches.suse/scsi-lpfc-Use-struct_size-helper.patch
|
|
|
|
patches.suse/scsi-lpfc-Avoid-Wstringop-overflow-warning.patch
|
|
|
|
patches.suse/scsi-hisi_sas-Convert-to-platform-remove-callback-returning-void.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Replace-one-element-array-with-DECLARE_.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Drop-useless-LIST_HEAD.patch
|
|
|
|
patches.suse/scsi-block-Improve-ioprio-value-validity-checks.patch
|
|
|
|
patches.suse/scsi-ufs-core-mcq-Fix-the-incorrect-OCS-value-f.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Array-index-may-go-out-of-bound.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Fix-potential-NULL-pointer-derefer.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Avoid-fcport-pointer-dereference.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Check-valid-rport-returned-by-fc_b.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Fix-buffer-overrun.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Pointer-may-be-dereferenced.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Correct-the-index-of-array.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Update-version-to-10.02.08.400-k.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Remove-unused-nvme_ls_waitq-wait-q.patch
|
|
|
|
patches.suse/scsi-bsg-Increase-number-of-devices.patch
|
|
|
|
patches.suse/scsi-sg-Increase-number-of-devices.patch
|
|
|
|
patches.suse/scsi-core-Merge-scsi_internal_device_block-and-devic.patch
|
|
|
|
patches.suse/scsi-core-Don-t-wait-for-quiesce-in-scsi_stop_queue.patch
|
|
|
|
patches.suse/scsi-core-Don-t-wait-for-quiesce-in-scsi_device_bloc.patch
|
|
|
|
patches.suse/scsi-core-Replace-scsi_target_block-with-scsi_block_.patch
|
|
|
|
patches.suse/scsi-core-Improve-warning-message-in-scsi_device_blo.patch
|
|
|
|
patches.suse/dm-crypt-allocate-compound-pages-if-possible-5054.patch
|
|
|
|
patches.suse/dm-flakey-clone-pages-on-write-bio-before-corrupting-1d9a.patch
|
|
|
|
patches.suse/dm-flakey-introduce-random_read_corrupt-and-random_w-4c2c.patch
|
|
|
|
patches.suse/dm-thin-remove-return-code-variable-in-pool_map-c0a7.patch
|
|
|
|
patches.suse/dm-thin-update-.io_hints-methods-to-not-require-hand-ef69.patch
|
|
|
|
patches.suse/dm-crypt-fix-crypt_ctr_cipher_new-return-value-on-in-2a32.patch
|
|
|
|
patches.suse/dm-thin-metadata-Fix-ABBA-deadlock-by-resetting-dm_b-d483.patch
|
|
|
|
patches.suse/dm-zone-Use-the-bitmap-API-to-allocate-bitmaps-e118.patch
|
|
|
|
patches.suse/dm-support-turning-off-block-core-s-io-stats-account-526d.patch
|
|
|
|
patches.suse/dm-avoid-needless-dm_io-access-if-all-IO-accounting--06ee.patch
|
|
|
|
patches.suse/dm-skip-dm-stats-work-in-alloc_io-unless-needed-c4f5.patch
|
|
|
|
patches.suse/dm-remove-stale-redundant-dm_internal_-suspend-resum-862c.patch
|
|
|
|
patches.suse/dm-thin-disable-discards-for-thin-pool-if-no_discard-fa37.patch
|
|
|
|
patches.suse/dm-integrity-Use-ph-for-printing-hexdump-of-a-small--25c9.patch
|
|
|
|
patches.suse/dm-ioctl-Check-dm_target_spec-is-sufficiently-aligne-b605.patch
|
|
|
|
patches.suse/dm-ioctl-Avoid-pointer-arithmetic-overflow-13f4.patch
|
|
|
|
patches.suse/dm-ioctl-structs-and-parameter-strings-must-not-over-1065.patch
|
|
|
|
patches.suse/dm-ioctl-Avoid-double-fetch-of-version.patch
|
|
|
|
patches.suse/dm-ioctl-Refuse-to-create-device-named-control-a85f.patch
|
|
|
|
patches.suse/dm-ioctl-Refuse-to-create-device-named-.-or-81ca.patch
|
|
|
|
patches.suse/dm-integrity-reduce-vmalloc-space-footprint-on-.patch
|
|
|
|
patches.suse/dm-integrity-only-allocate-recalculate-buffer-when-n-da8b.patch
|
|
|
|
patches.suse/dm-integrity-scale-down-the-recalculate-buffer-if-me-3be1.patch
|
|
|
|
patches.suse/dm-get-rid-of-GFP_NOIO-workarounds-for-__vmalloc-and-e2c7.patch
|
|
|
|
patches.suse/platform-x86-intel-uncore-freq-Uncore-frequency-control-via-TPMI.patch
|
|
|
|
patches.suse/platform-x86-intel-uncore-freq-Support-for-cluster-level-controls.patch
|
|
|
|
patches.suse/platform-x86-intel-uncore-freq-tpmi-Provide-cluster-level-control.patch
|
|
|
|
patches.suse/platform-x86-lenovo-yogabook-Fix-work-race-on-r.patch
|
|
|
|
patches.suse/platform-x86-lenovo-yogabook-Reprobe-devices-on.patch
|
|
|
|
patches.suse/platform-x86-lenovo-yogabook-Set-default-keyboa.patch
|
2024-03-26 16:18:47 +01:00
|
|
|
patches.suse/mlxbf-bootctl-Add-sysfs-file-for-BlueField-boot-log.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/platform-x86-amd-pmc-Pass-true-false-to-bool-argumen.patch
|
|
|
|
patches.suse/platform-x86-amd-pmc-Get-STB-DRAM-size-from-PMFW.patch
|
|
|
|
patches.suse/platform-x86-amd-pmc-Add-helper-function-to-check-th.patch
|
|
|
|
patches.suse/platform-x86-amd-pmc-Update-metrics-table-info-for-P.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Remove-Meteor-Lake-S-pla.patch
|
|
|
|
patches.suse/platform-x86-think-lmi-mutex-protection-around-.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/platform-x86-think-lmi-Enable-opcode-support-on-BIOS.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/platform-x86-think-lmi-Correct-System-password-.patch
|
|
|
|
patches.suse/platform-x86-think-lmi-Correct-NVME-password-ha.patch
|
|
|
|
patches.suse/platform-x86-thinkpad_acpi-Fix-lkp-tests-warnin.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Add-resume-callback.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-mtl-Put-devices-in-D3-du.patch
|
|
|
|
patches.suse/platform-x86-ISST-Reset-default-callback-on-unregister.patch
|
|
|
|
patches.suse/platform-x86-ISST-Fix-usage-counter.patch
|
|
|
|
patches.suse/tools-power-x86-intel-speed-select-Adjust-scope-of-c.patch
|
|
|
|
patches.suse/tools-power-x86-intel-speed-select-Fix-json-formatti.patch
|
|
|
|
patches.suse/tools-power-x86-intel-speed-select-v1.16-release.patch
|
|
|
|
patches.suse/platform-x86-dell-dell-rbtn-Fix-resources-leaki.patch
|
|
|
|
patches.suse/platform-x86-intel-tpmi-Remove-hardcoded-unit-and-offset.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Update-maps-for-Meteor-L.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Combine-core_init-and-core_co.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Add-support-to-handle-multipl.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Enable-debugfs-multiple-PMC-s.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Discover-PMC-devices.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Use-SSRAM-to-discover-pwrm-ba.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Add-Meteor-Lake-IOE-P-PMC-rel.patch
|
|
|
|
patches.suse/platform-x86-intel-pmc-Add-Meteor-Lake-IOE-M-PMC-rel.patch
|
|
|
|
patches.suse/pinctrl-bcm2835-Handle-gpiochip_add_pin_range-e.patch
|
|
|
|
patches.suse/pinctrl-amd-Detect-internal-GPIO0-debounce-hand.patch
|
|
|
|
patches.suse/pinctrl-amd-Fix-mistake-in-handling-clearing-pi.patch
|
|
|
|
patches.suse/pinctrl-amd-Detect-and-mask-spurious-interrupts.patch
|
|
|
|
patches.suse/pinctrl-amd-Revert-pinctrl-amd-disable-and-mask.patch
|
|
|
|
patches.suse/pinctrl-at91-fix-a-couple-NULL-vs-IS_ERR-checks.patch
|
|
|
|
patches.suse/pinctrl-sunplus-Add-check-for-kmalloc.patch
|
|
|
|
patches.suse/pinctrl-tegra-Duplicate-pinmux-functions-table.patch
|
|
|
|
patches.suse/pinctrl-tegra-Consistently-refer-to-SoC-data.patch
|
|
|
|
patches.suse/pinctrl-tegra-Add-Tegra234-pinmux-driver.patch
|
|
|
|
patches.suse/gpio-tegra186-Check-PMC-driver-status-before-any-request.patch
|
|
|
|
patches.suse/pinctrl-sunplus-Add-check-for-kmalloc-73f8ce7.patch
|
|
|
|
patches.suse/pinctrl-npcm7xx-Add-missing-check-for-ioremap.patch
|
|
|
|
patches.suse/pinctrl-freescale-Fix-a-memory-out-of-bounds-wh.patch
|
|
|
|
patches.suse/pinctrl-microchip-sgpio-check-return-value-of-d.patch
|
|
|
|
patches.suse/pinctrl-at91-pio4-check-return-value-of-devm_ka.patch
|
|
|
|
patches.suse/pinctrl-tegra-avoid-duplicate-field-initializers.patch
|
|
|
|
patches.suse/pinctrl-cherryview-Return-correct-value-if-pin-.patch
|
|
|
|
patches.suse/pinctrl-intel-Add-Intel-Meteor-Lake-S-pin-controller.patch
|
|
|
|
patches.suse/lib-string_helpers-Split-out-string_choices.h.patch
|
|
|
|
patches.suse/PCI-ASPM-Disable-ASPM-on-MFD-function-removal-t.patch
|
|
|
|
patches.suse/PCI-ASPM-Return-0-or-ETIMEDOUT-from-pcie_retrai.patch
|
|
|
|
patches.suse/PCI-ASPM-Factor-out-pcie_wait_for_retrain.patch
|
|
|
|
patches.suse/PCI-ASPM-Avoid-link-retraining-race.patch
|
|
|
|
patches.suse/net-mlx5-Rely-on-dev-link_active_reporting.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/PCI-Execute-quirk_enable_clear_retrain_link-earlier.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/PCI-pciehp-Cancel-bringup-sequence-if-card-is-n.patch
|
|
|
|
patches.suse/PCI-acpiphp-Reassign-resources-on-bridge-if-ne.patch
|
|
|
|
patches.suse/PCI-PM-Avoid-putting-EloPOS-E2-S2-H2-PCIe-Ports.patch
|
|
|
|
patches.suse/PCI-ACPI-Validate-acpi_pci_set_power_state-para.patch
|
|
|
|
patches.suse/PCI-ACPI-Call-_REG-when-transitioning-D-states.patch
|
|
|
|
patches.suse/PCI-Release-resource-invalidated-by-coalescing.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/PCI-Delay-after-FLR-of-Solidigm-P44-Pro-NVMe.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/PCI-Add-function-1-DMA-alias-quirk-for-Marvell-.patch
|
|
|
|
patches.suse/PCI-Add-pci_clear_master-stub-for-non-CONFIG_PC.patch
|
|
|
|
patches.suse/PCI-cadence-Fix-Gen2-Link-Retraining-process.patch
|
|
|
|
patches.suse/PCI-ftpci100-Release-the-clock-resources.patch
|
|
|
|
patches.suse/PCI-qcom-Disable-write-access-to-read-only-regi-a33d700.patch
|
|
|
|
patches.suse/PCI-qcom-Use-DWC-helpers-for-modifying-the-read.patch
|
|
|
|
patches.suse/PCI-qcom-Disable-write-access-to-read-only-regi.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/PCI-qcom-Do-not-advertise-hotplug-capability-for-IPs.patch
|
|
|
|
patches.suse/PCI-qcom-Do-not-advertise-hotplug-capability-for-IP2.patch
|
|
|
|
patches.suse/PCI-qcom-Do-not-advertise-hotplug-capability-for-IP-.patch
|
|
|
|
patches.suse/PCI-qcom-Use-post-init-sequence-of-IP-v2.3.2-for-v2..patch
|
|
|
|
patches.suse/PCI-qcom-Do-not-advertise-hotplug-capability-for-IP3.patch
|
|
|
|
patches.suse/PCI-qcom-Do-not-advertise-hotplug-capability-for-IP5.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/PCI-rcar-host-Remove-unused-static-pcie_base-and-pci.patch
|
|
|
|
patches.suse/PCI-rockchip-Remove-writes-to-unused-registers.patch
|
|
|
|
patches.suse/PCI-rockchip-Write-PCI-Device-ID-to-correct-reg.patch
|
|
|
|
patches.suse/PCI-rockchip-Assert-PCI-Configuration-Enable-bi.patch
|
|
|
|
patches.suse/PCI-rockchip-Add-poll-and-timeout-to-wait-for-P.patch
|
|
|
|
patches.suse/PCI-rockchip-Fix-legacy-IRQ-generation-for-RK33.patch
|
|
|
|
patches.suse/PCI-rockchip-Fix-window-mapping-and-address-tra.patch
|
|
|
|
patches.suse/PCI-rockchip-Use-u32-variable-to-access-32-bit-.patch
|
|
|
|
patches.suse/PCI-rockchip-Don-t-advertise-MSI-X-in-PCIe-capa.patch
|
|
|
|
patches.suse/PCI-rockchip-Set-address-alignment-for-endpoint.patch
|
|
|
|
patches.suse/PCI-vmd-Reset-VMD-config-register-between-soft-.patch
|
|
|
|
patches.suse/PCI-vmd-Fix-uninitialized-variable-usage-in-vmd.patch
|
|
|
|
patches.suse/PCI-endpoint-Fix-a-Kconfig-prompt-of-vNTB-drive.patch
|
|
|
|
patches.suse/PCI-epf-test-Fix-DMA-transfer-completion-initia.patch
|
|
|
|
patches.suse/PCI-epf-test-Fix-DMA-transfer-completion-detect.patch
|
|
|
|
patches.suse/misc-pci_endpoint_test-Free-IRQs-before-removin.patch
|
|
|
|
patches.suse/misc-pci_endpoint_test-Re-init-completion-for-e.patch
|
|
|
|
patches.suse/PCI-endpoint-functions-pci-epf-test-Fix-dma_cha.patch
|
|
|
|
patches.suse/PCI-endpoint-Add-missing-documentation-about-the-MSI.patch
|
|
|
|
patches.suse/vfio-pci-demote-hiding-ecap-messages-to-debug-level
|
|
|
|
patches.suse/vfio-pci-Consolidate-irq-cleanup-on-MSI-MSI-X-disable
|
|
|
|
patches.suse/vfio-pci-Remove-negative-check-on-unsigned-vector
|
|
|
|
patches.suse/vfio-pci-Prepare-for-dynamic-interrupt-context-storage
|
|
|
|
patches.suse/vfio-pci-Move-to-single-error-path
|
|
|
|
patches.suse/vfio-pci-Use-xarray-for-interrupt-context-storage
|
|
|
|
patches.suse/vfio-pci-Remove-interrupt-context-counter
|
|
|
|
patches.suse/vfio-pci-Update-stale-comment
|
|
|
|
patches.suse/vfio-pci-Use-bitfield-for-struct-vfio_pci_core_device-flags
|
|
|
|
patches.suse/vfio-pci-Probe-and-store-ability-to-support-dynamic-MSI-X
|
|
|
|
patches.suse/vfio-pci-Support-dynamic-MSI-X
|
|
|
|
patches.suse/vfio-pci-Clear-VFIO_IRQ_INFO_NORESIZE-for-MSI-X
|
|
|
|
patches.suse/vfio-pci-Also-demote-hiding-standard-cap-messages
|
|
|
|
patches.suse/vfio-pci-core-Add-capability-for-AtomicOp-completer-support
|
|
|
|
patches.suse/vfio-pci-Cleanup-Kconfig
|
|
|
|
patches.suse/vfio-platform-Cleanup-Kconfig
|
|
|
|
patches.suse/vfio-fsl-Create-Kconfig-sub-menu
|
|
|
|
patches.suse/vfio-cdx-add-support-for-CDX-bus
|
|
|
|
patches.suse/vfio-mdev-Move-the-compat_class-initialization-.patch
|
|
|
|
patches.suse/xtensa-fix-NOMMU-build-with-lock_mm_and_find_vm.patch
|
|
|
|
patches.suse/crypto-ixp4xx-silence-uninitialized-variable-warning.patch
|
2024-03-15 15:47:44 +01:00
|
|
|
patches.suse/crypto-jitter-replace-LFSR-with-SHA3-256.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/hwrng-virtio-Fix-race-on-data_avail-and-actual-.patch
|
|
|
|
patches.suse/crypto-nx-fix-build-warnings-when-DEBUG_FS-is-n.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/crypto-ccp-Add-support-for-PCI-device-0x17E0.patch
|
|
|
|
patches.suse/crypto-ccp-Add-support-for-PCI-device-0x156E.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/crypto-marvell-cesa-Fix-type-mismatch-warning.patch
|
|
|
|
patches.suse/crypto-jitter-correct-health-test-during-initia.patch
|
|
|
|
patches.suse/crypto-qat-move-dbgfs-init-to-separate-file.patch
|
|
|
|
patches.suse/dt-bindings-qcom-qce-Fix-compatible-combination.patch
|
|
|
|
patches.suse/crypto-qat-add-missing-function-declaration-in-adf_d.patch
|
|
|
|
patches.suse/crypto-qat-set-deprecated-capabilities-as-reserved.patch
|
|
|
|
patches.suse/crypto-qat-update-slice-mask-for-4xxx-devices.patch
|
|
|
|
patches.suse/dm-crypt-Avoid-using-MAX_CIPHER_BLOCKSIZE-e302.patch
|
|
|
|
patches.suse/crypto-qat-unmap-buffer-before-free-for-DH.patch
|
|
|
|
patches.suse/crypto-qat-unmap-buffers-before-free-for-RSA.patch
|
|
|
|
patches.suse/crypto-qat-move-returns-to-default-case.patch
|
|
|
|
patches.suse/crypto-qat-make-fw-images-name-constant.patch
|
|
|
|
patches.suse/crypto-qat-refactor-fw-config-logic-for-4xxx.patch
|
|
|
|
patches.suse/crypto-qat-extend-configuration-for-4xxx.patch
|
|
|
|
patches.suse/crypto-qat-expose-pm_idle_enabled-through-sysfs.patch
|
|
|
|
patches.suse/crypto-qat-do-not-export-adf_init_admin_pm.patch
|
|
|
|
patches.suse/crypto-algboss-Add-missing-dependency-on-RNG2-fb28fabf.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/crypto-rsa-allow-only-odd-e-and-restrict-value-in-FI.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/crypto-akcipher-Add-sync-interface-without-SG-lists-addde1f2.patch
|
|
|
|
patches.suse/crypto-sig-Add-interface-for-sign-verify-6cb8815f.patch
|
|
|
|
patches.suse/KEYS-Add-forward-declaration-in-asymmetric-parser.h-b6d0695b.patch
|
|
|
|
patches.suse/KEYS-asymmetric-Move-sm2-code-into-x509_public_key-e5221fa6.patch
|
|
|
|
patches.suse/KEYS-asymmetric-Use-new-crypto-interface-without-sca.patch
|
|
|
|
patches.suse/hwrng-imx-rngc-fix-the-timeout-for-init-and-sel.patch
|
|
|
|
patches.suse/hwrng-st-keep-clock-enabled-while-hwrng-is-regi.patch
|
|
|
|
patches.suse/crypto-sm2-Provide-sm2_compute_z_digest-when-sm2-is-.patch
|
|
|
|
patches.suse/crypto-akcipher-Set-request-tfm-on-sync-path.patch
|
|
|
|
patches.suse/crypto-sig-Fix-verify-call.patch
|
|
|
|
patches.suse/crypto-akcipher-Do-not-copy-dst-if-it-is-NULL.patch
|
|
|
|
patches.suse/efi-x86-make-kobj_type-structure-constant.patch
|
|
|
|
patches.suse/efi-make-kobj_type-structure-constant.patch
|
|
|
|
patches.suse/efivarfs-expose-used-and-total-size.patch
|
|
|
|
patches.suse/efi-esrt-Allow-ESRT-access-without-CAP_SYS_ADMIN.patch
|
|
|
|
patches.suse/efi-libstub-Disable-PCI-DMA-before-grabbing-the.patch
|
|
|
|
patches.suse/nfsd-Fix-creation-time-serialization-order.patch
|
|
|
|
patches.suse/ksmbd-fix-out-of-bounds-read-in-smb2_sess_setup.patch
|
|
|
|
patches.suse/ksmbd-add-missing-compound-request-handing-in-s.patch
|
|
|
|
patches.suse/ksmbd-avoid-field-overflow-warning.patch
|
|
|
|
patches.suse/SMB3-Do-not-send-lease-break-acknowledgment-if-.patch
|
|
|
|
patches.suse/smb-client-fix-warning-in-cifs_smb3_do_mount.patch
|
|
|
|
patches.suse/cifs-prevent-use-after-free-by-freeing-the-cfil.patch
|
|
|
|
patches.suse/cifs-do-all-necessary-checks-for-credits-within.patch
|
|
|
|
patches.suse/cifs-fix-session-state-check-in-reconnect-to-a.patch
|
|
|
|
patches.suse/cifs-fix-session-state-check-in-smb2_find_smb_s.patch
|
|
|
|
patches.suse/cifs-print-client_guid-in-DebugData.patch
|
|
|
|
patches.suse/smb-client-fix-broken-file-attrs-with-nodfs-mou.patch
|
|
|
|
patches.suse/smb-client-fix-parsing-of-source-mount-option.patch
|
|
|
|
patches.suse/smb-client-fix-shared-DFS-root-mounts-with-diff.patch
|
|
|
|
patches.suse/smb-client-improve-DFS-mount-check.patch
|
|
|
|
patches.suse/cifs-log-session-id-when-a-matching-ses-is-not-found.patch
|
|
|
|
patches.suse/cifs-new-dynamic-tracepoint-to-track-ses-not-found-errors.patch
|
|
|
|
patches.suse/xtensa-fix-lock_mm_and_find_vma-in-case-VMA-not.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/mm-Always-downgrade-mmap_lock-if-requested.patch
|
|
|
|
patches.suse/mm-Update-do_vmi_align_munmap-return-semantics.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/dax-fix-missing-prototype-warnings-2d51.patch
|
|
|
|
patches.suse/libnvdimm-mark-security_show-static-again-7f80.patch
|
|
|
|
patches.suse/nvdimm-make-nd_class-variable-static-191a.patch
|
|
|
|
patches.suse/nvdimm-make-security_show-static-0e79.patch
|
|
|
|
patches.suse/dax-Fix-dax_mapping_release-use-after-free.patch
|
|
|
|
patches.suse/dax-Use-device_unregister-in-unregister_dax_mapping-82b4.patch
|
|
|
|
patches.suse/dax-Introduce-alloc_dev_dax_id.patch
|
|
|
|
patches.suse/dax-Cleanup-extra-dax_region-references-2532.patch
|
|
|
|
patches.suse/dax-kmem-Pass-valid-argument-to-memory_group_re.patch
|
|
|
|
patches.suse/dax-enable-dax-fault-handler-to-report-VM_FAULT_HWPO-1ea7.patch
|
|
|
|
patches.suse/tools-testing-cxl-Fix-command-effects-for-injec.patch
|
|
|
|
patches.suse/Revert-cxl-port-Enable-the-HDM-decoder-capabili.patch
|
|
|
|
patches.suse/cxl-region-Move-cache-invalidation-before-regio.patch
|
|
|
|
patches.suse/cxl-region-Flag-partially-torn-down-regions-as-.patch
|
|
|
|
patches.suse/cxl-region-Fix-state-transitions-after-reset-fa.patch
|
|
|
|
patches.suse/arm64-sme-Use-STR-P-to-clear-FFR-context-field-.patch
|
|
|
|
patches.suse/modpost-remove-broken-calculation-of-exception_.patch
|
|
|
|
patches.suse/scripts-tags.sh-Resolve-gtags-empty-index-gener.patch
|
|
|
|
patches.suse/docs-Set-minimal-gtags-GNU-GLOBAL-version-to-6..patch
|
|
|
|
patches.suse/Revert-kheaders-substituting-sort-in-archive-creatio.patch
|
|
|
|
patches.suse/modpost-fix-section-mismatch-message-for-R_ARM_.patch
|
|
|
|
patches.suse/modpost-fix-section-mismatch-message-for-R_ARM_-56a24b8.patch
|
|
|
|
patches.suse/mips-Include-KBUILD_CPPFLAGS-in-CHECKFLAGS-invo.patch
|
|
|
|
patches.suse/powerpc-vdso-Include-CLANG_FLAGS-explicitly-in-.patch
|
|
|
|
patches.suse/kbuild-Add-CLANG_FLAGS-to-as-instr.patch
|
|
|
|
patches.suse/kbuild-add-CLANG_FLAGS-to-KBUILD_CPPFLAGS.patch
|
|
|
|
patches.suse/scripts-mksysmap-Fix-badly-escaped.patch
|
|
|
|
patches.suse/kbuild-Add-KBUILD_CPPFLAGS-to-as-option-invocat.patch
|
|
|
|
patches.suse/modpost-fix-off-by-one-in-is_executable_section.patch
|
|
|
|
patches.suse/Revert-PATCH-uml-export-symbols-added-by-GCC-h.patch
|
|
|
|
patches.suse/ARC-define-ASM_NL-and-__ALIGN-_STR-outside-ifde.patch
|
|
|
|
patches.suse/kbuild-make-modules_install-copy-modules.builti.patch
|
|
|
|
patches.suse/kbuild-Fix-CFI-failures-with-GCOV.patch
|
|
|
|
patches.suse/kbuild-Disable-GCOV-for-.mod.o.patch
|
|
|
|
patches.suse/kbuild-builddeb-always-make-modules_install-to-.patch
|
|
|
|
patches.suse/kbuild-deb-pkg-remove-the-CONFIG_MODULES-check-.patch
|
|
|
|
patches.suse/x86-efi-Make-efi_set_virtual_address_map-IBT-sa.patch
|
|
|
|
patches.suse/NFS-Improvements-for-fs_context-related-tracepoints.patch
|
|
|
|
patches.suse/SUNRPC-Plumb-an-API-for-setting-transport-layer-secu.patch
|
|
|
|
patches.suse/SUNRPC-Trace-the-rpc_create_args.patch
|
|
|
|
patches.suse/SUNRPC-Add-RPC-client-support-for-the-RPC_AUTH_TLS-a.patch
|
|
|
|
patches.suse/SUNRPC-Ignore-data_ready-callbacks-during-TLS-handsh.patch
|
|
|
|
patches.suse/SUNRPC-Capture-CMSG-metadata-on-client-side-receive.patch
|
|
|
|
patches.suse/SUNRPC-Add-a-TCP-with-TLS-RPC-transport-class.patch
|
|
|
|
patches.suse/NFS-Have-struct-nfs_client-carry-a-TLS-policy-field.patch
|
|
|
|
patches.suse/NFS-Add-an-xprtsec-NFS-mount-option.patch
|
|
|
|
patches.suse/NFSv4.2-fix-wrong-shrinker_id.patch
|
|
|
|
patches.suse/NFSv4.1-freeze-the-session-table-upon-receiving.patch
|
|
|
|
patches.suse/nfs-don-t-report-STATX_BTIME-in-getattr.patch
|
|
|
|
patches.suse/Revert-NFSv4-Retry-LOCK-on-OLD_STATEID-during-delega.patch
|
|
|
|
patches.suse/1586-sticon-parisc-Allow-64-bit-STI-calls-in-PDC-firmware.patch
|
|
|
|
patches.suse/1587-sticon-parisc-Fix-STI-console-on-64-bit-only-machine.patch
|
|
|
|
patches.suse/parisc-sys_parisc-parisc_personality-is-called.patch
|
|
|
|
patches.suse/i2c-i801-Enlarge-device-name-field-in-i801_ids-table.patch
|
|
|
|
patches.suse/i2c-i801-Add-support-for-Intel-Meteor-Lake-SoC-S.patch
|
|
|
|
patches.suse/i2c-i801-Add-support-for-Intel-Meteor-Lake-PCH-S.patch
|
|
|
|
patches.suse/i2c-tegra-Share-same-DMA-channel-for-RX-and-TX.patch
|
|
|
|
patches.suse/i2c-Delete-error-messages-for-failed-memory-all.patch
|
|
|
|
patches.suse/i2c-Improve-size-determinations.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/1372-i2c-Add-i2c_get_match_data.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/usb-typec-ucsi-Mark-dGPUs-as-DEVICE-scope.patch
|
|
|
|
patches.suse/i2c-nomadik-Remove-unnecessary-goto-label.patch
|
|
|
|
patches.suse/i2c-nomadik-Use-devm_clk_get_enabled.patch
|
|
|
|
patches.suse/execve-always-mark-stack-as-growing-down-during.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/mm-validate-the-mm-before-dropping-the-mmap-lock.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/i3c-master-svc-fix-cpu-schedule-in-spin-lock.patch
|
|
|
|
patches.suse/rtc-st-lpc-Release-some-resources-in-st_rtc_pro.patch
|
|
|
|
patches.suse/mailbox-ti-msgmgr-Fill-non-message-tx-data-fiel.patch
|
|
|
|
patches.suse/mfd-rt5033-Drop-rt5033-battery-sub-device.patch
|
|
|
|
patches.suse/mfd-wcd934x-Fix-an-error-handling-path-in-wcd93.patch
|
|
|
|
patches.suse/mfd-pm8008-Fix-module-autoloading.patch
|
|
|
|
patches.suse/mfd-intel-lpss-Add-missing-check-for-platform_g.patch
|
|
|
|
patches.suse/mfd-stmfx-Fix-error-path-in-stmfx_chip_init.patch
|
|
|
|
patches.suse/mfd-stmfx-Nullify-stmfx-vdd-in-case-of-error.patch
|
|
|
|
patches.suse/mfd-stmpe-Only-disable-the-regulators-if-they-a.patch
|
|
|
|
patches.suse/dt-bindings-leds-Drop-redundant-cpus-enum-match.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/leds-Change-led_trigger_blink-_oneshot-delay-paramet.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/led-qcom-lpg-Fix-resource-leaks-in-for_each_av.patch
|
|
|
|
patches.suse/1588-backlight-lm3630a-Turn-off-both-led-strings-when-dis.patch
|
|
|
|
patches.suse/1589-backlight-Switch-i2c-drivers-back-to-use-.probe.patch
|
|
|
|
patches.suse/1590-backlight-pwm_bl-Remove-unneeded-checks-for-valid-GP.patch
|
|
|
|
patches.suse/dt-bindings-backlight-pwm-Make-power-supply-not-requ.patch
|
|
|
|
patches.suse/1591-video-backlight-lp855x-Get-PWM-for-PWM-mode-during-p.patch
|
|
|
|
patches.suse/1592-backlight-led_bl-Take-led_access-lock-when-required.patch
|
|
|
|
patches.suse/accessibility-use-C99-array-init.patch
|
|
|
|
patches.suse/1593-mei-bus-drop-useless-cldev-null-check.patch
|
|
|
|
patches.suse/1594-mei-bus-fixup-fix-buffer-type.patch
|
|
|
|
patches.suse/lkdtm-replace-ll_rw_block-with-submit_bh.patch
|
|
|
|
patches.suse/w1-w1_therm-fix-locking-behavior-in-convert_t.patch
|
|
|
|
patches.suse/w1-fix-loop-in-w1_fini.patch
|
|
|
|
patches.suse/iio-addac-ad74413-don-t-set-DIN_SINK-for-functi.patch
|
|
|
|
patches.suse/iio-adc-ad7192-Fix-null-ad7192_state-pointer-ac.patch
|
|
|
|
patches.suse/iio-adc-ad7192-Fix-internal-external-clock-sele.patch
|
|
|
|
patches.suse/dt-bindings-iio-ad7192-Add-mandatory-reference-.patch
|
|
|
|
patches.suse/iio-accel-fxls8962af-fixup-buffer-scan-element-.patch
|
|
|
|
patches.suse/iio-accel-fxls8962af-errata-bug-only-applicable.patch
|
|
|
|
patches.suse/meson-saradc-fix-clock-divider-mask-length.patch
|
|
|
|
patches.suse/cdx-fix-driver-managed-dma-support.patch
|
|
|
|
patches.suse/nvmem-sunplus-ocotp-release-otp-clk-before-retu.patch
|
|
|
|
patches.suse/nvmem-imx-ocotp-Reverse-MAC-addresses-on-all-i..patch
|
|
|
|
patches.suse/pcmcia-rsrc_nonstatic-Fix-memory-leak-in-nonst.patch
|
|
|
|
patches.suse/test_firmware-return-ENOMEM-instead-of-ENOSPC-o.patch
|
|
|
|
patches.suse/nvmem-rmem-Use-NVMEM_DEVID_AUTO.patch
|
|
|
|
patches.suse/firmware-stratix10-svc-Fix-a-potential-resource.patch
|
|
|
|
patches.suse/misc-fastrpc-Create-fastrpc-scalar-with-correct.patch
|
|
|
|
patches.suse/bus-fsl-mc-don-t-assume-child-devices-are-all-f.patch
|
|
|
|
patches.suse/extcon-usbc-tusb320-Unregister-typec-port-on-dr.patch
|
|
|
|
patches.suse/dt-bindings-pm8941-misc-Fix-usb_id-and-usb_vbus-defi.patch
|
|
|
|
patches.suse/extcon-Fix-kernel-doc-of-property-fields-to-avo.patch
|
|
|
|
patches.suse/extcon-Fix-kernel-doc-of-property-capability-fi.patch
|
|
|
|
patches.suse/misc-fastrpc-check-return-value-of-devm_kasprin.patch
|
|
|
|
patches.suse/interconnect-qcom-rpm-Rename-icc-provider-num_c.patch
|
|
|
|
patches.suse/interconnect-qcom-rpm-Don-t-use-clk_get_optiona.patch
|
|
|
|
patches.suse/coresight-Fix-loss-of-connection-info-when-a-mo.patch
|
|
|
|
patches.suse/coresight-etm4x-Fix-missing-trctraceidr-file-in.patch
|
|
|
|
patches.suse/hwtracing-hisi_ptt-Fix-potential-sleep-in-atomi.patch
|
|
|
|
patches.suse/kernfs-fix-missing-kernfs_idr_lock-to-remove-an.patch
|
|
|
|
patches.suse/drivers-fwnode-fix-fwnode_irq_get-_byname.patch
|
|
|
|
patches.suse/staging-vchiq_arm-mark-vchiq_platform_init-stat.patch
|
|
|
|
patches.suse/staging-vchiq_arm-Remove-extra-struct-vchiq_instance.patch
|
|
|
|
patches.suse/serial-8250-omap-Fix-freeing-of-resources-on-fa.patch
|
|
|
|
patches.suse/serial-stm32-Ignore-return-value-of-uart_remov.patch
|
|
|
|
patches.suse/serial-core-lock-port-for-stop_rx-in-uart_suspe.patch
|
|
|
|
patches.suse/serial-8250-lock-port-for-stop_rx-in-omap8250_i.patch
|
|
|
|
patches.suse/serial-core-lock-port-for-start_rx-in-uart_resu.patch
|
|
|
|
patches.suse/serial-8250-lock-port-for-UART_IER-access-in-om.patch
|
|
|
|
patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c.patch
|
|
|
|
patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c-832e231.patch
|
|
|
|
patches.suse/serial-8250_omap-Use-force_suspend-and-resume-f.patch
|
|
|
|
patches.suse/tty-fix-hang-on-tty-device-with-no_room-set.patch
|
|
|
|
patches.suse/tty-serial-imx-fix-rs485-rx-after-tx.patch
|
|
|
|
patches.suse/tty-serial-fsl_lpuart-add-earlycon-for-imx8ulp-.patch
|
|
|
|
patches.suse/serial-atmel-don-t-enable-IRQs-prematurely.patch
|
|
|
|
patches.suse/Revert-8250-add-support-for-ASIX-devices-with-a.patch
|
|
|
|
patches.suse/usb-typec-mux-Remove-some-unneeded-includes.patch
|
|
|
|
patches.suse/USB-Extend-pci-resume-function-to-handle-PM-eve.patch
|
|
|
|
patches.suse/xhci-Improve-the-XHCI-system-resume-time.patch
|
|
|
|
patches.suse/usb-dwc3-Add-error-logs-for-unknown-endpoint-events.patch
|
|
|
|
patches.suse/usb-dwc2-Fix-some-error-handling-paths.patch
|
|
|
|
patches.suse/usb-gadget-udc-xilinx-Convert-to-platform-remove-cal.patch
|
|
|
|
patches.suse/usb-typec-mux-gpio-sbu-Convert-to-platform-remove-ca.patch
|
|
|
|
patches.suse/usb-typec-intel_pmc_mux-Convert-to-platform-remove-c.patch
|
|
|
|
patches.suse/usb-dwc3-qcom-Fix-potential-memory-leak.patch
|
|
|
|
patches.suse/usb-typec-ucsi-correctly-access-opcode.patch
|
|
|
|
patches.suse/usb-typec-mux-Clean-up-mux_fwnode_match.patch
|
|
|
|
patches.suse/usb-typec-mux-Remove-alt-mode-parameters-from-the-AP.patch
|
|
|
|
patches.suse/usb-gadget-u_serial-Add-null-pointer-check-in-g.patch
|
|
|
|
patches.suse/usb-gadget-u_serial-Avoid-spinlock-recursion-i.patch
|
|
|
|
patches.suse/usb-gadget-uvc-queue-empty-isoc-requests-if-no.patch
|
|
|
|
patches.suse/dt-bindings-usb-usb251xb-correct-swap-dx-lanes-type-.patch
|
|
|
|
patches.suse/usb-phy-phy-tahvo-fix-memory-leak-in-tahvo_usb_.patch
|
|
|
|
patches.suse/usb-hide-unused-usbfs_notify_suspend-resume-fun.patch
|
|
|
|
patches.suse/usb-misc-eud-Fix-eud-sysfs-path-use-qcom_eud.patch
|
|
|
|
patches.suse/usb-typec-mux-fix-static-inline-syntax-error.patch
|
|
|
|
patches.suse/usb-xhci-Remove-unused-udev-from-xhci_log_ctx-trace-.patch
|
|
|
|
patches.suse/xhci-get-rid-of-XHCI_PLAT-quirk-that-used-to-p.patch
|
|
|
|
patches.suse/xhci-split-allocate-interrupter-into-separate-alloac.patch
|
|
|
|
patches.suse/xhci-Fix-transfer-ring-expansion-size-calculation.patch
|
|
|
|
patches.suse/xhci-Stop-unnecessary-tracking-of-free-trbs-in-a-rin.patch
|
|
|
|
patches.suse/xhci-Fix-resume-issue-of-some-ZHAOXIN-hosts.patch
|
|
|
|
patches.suse/xhci-Fix-TRB-prefetch-issue-of-ZHAOXIN-hosts.patch
|
|
|
|
patches.suse/xhci-Show-ZHAOXIN-xHCI-root-hub-speed-correctly.patch
|
|
|
|
patches.suse/usb-typec-intel_pmc_mux-Expose-IOM-port-status-to-de.patch
|
|
|
|
patches.suse/usb-gadget-udc-udc-xilinx-Add-identifier-to-read_fn-.patch
|
|
|
|
patches.suse/usb-dwc3-qcom-Release-the-correct-resources-in-.patch
|
|
|
|
patches.suse/usb-dwc3-qcom-Fix-an-error-handling-path-in-dwc.patch
|
|
|
|
patches.suse/usb-chipidea-imx-don-t-request-QoS-for-imx8ulp.patch
|
|
|
|
patches.suse/usb-common-usb-conn-gpio-Set-last-role-to-unkno.patch
|
|
|
|
patches.suse/usb-core-add-sysfs-entry-for-usb-device-state.patch
|
|
|
|
patches.suse/usb-update-the-ctime-as-well-when-updating-mtime-aft.patch
|
|
|
|
patches.suse/usb-dwc3-meson-g12a-Fix-an-error-handling-path-.patch
|
|
|
|
patches.suse/usb-chipidea-imx-turn-off-vbus-comparator-when.patch
|
|
|
|
patches.suse/usb-chipidea-imx-add-missing-USB-PHY-DPDM-wake.patch
|
|
|
|
patches.suse/Revert-usb-common-usb-conn-gpio-Set-last-role-t.patch
|
|
|
|
patches.suse/usb-typec-tcpm-fix-cc-role-at-port-reset.patch
|
|
|
|
patches.suse/usb-typec-tcpm-add-get-max-power-support.patch
|
|
|
|
patches.suse/thunderbolt-Check-for-ring-0-in-tb_tunnel_alloc_dma.patch
|
|
|
|
patches.suse/thunderbolt-Allow-specifying-custom-credits-for-DMA-.patch
|
|
|
|
patches.suse/thunderbolt-Add-MODULE_DESCRIPTION.patch
|
|
|
|
patches.suse/thunderbolt-dma_test-Update-MODULE_DESCRIPTION.patch
|
|
|
|
patches.suse/thunderbolt-Log-DisplayPort-adapter-rate-and-lanes-o.patch
|
|
|
|
patches.suse/thunderbolt-Introduce-tb_switch_downstream_port.patch
|
|
|
|
patches.suse/thunderbolt-Introduce-tb_xdomain_downstream_port.patch
|
|
|
|
patches.suse/thunderbolt-Fix-a-couple-of-style-issues-in-TMU-code.patch
|
|
|
|
patches.suse/thunderbolt-Drop-useless-unidirectional-parameter-fr.patch
|
|
|
|
patches.suse/thunderbolt-Rework-Titan-Ridge-TMU-objection-disable.patch
|
|
|
|
patches.suse/thunderbolt-Get-rid-of-tb_switch_enable_tmu_1st_chil.patch
|
|
|
|
patches.suse/thunderbolt-Move-TMU-configuration-to-tb_enable_tmu.patch
|
|
|
|
patches.suse/thunderbolt-Move-tb_enable_tmu-close-to-other-TMU-fu.patch
|
|
|
|
patches.suse/thunderbolt-Check-valid-TMU-configuration-in-tb_swit.patch
|
|
|
|
patches.suse/thunderbolt-Move-CLx-support-functions-into-clx.c.patch
|
|
|
|
patches.suse/thunderbolt-Get-rid-of-__tb_switch_-en-dis-able_clx.patch
|
|
|
|
patches.suse/thunderbolt-Move-CLx-enabling-into-tb_enable_clx.patch
|
|
|
|
patches.suse/thunderbolt-Switch-CL-states-from-enum-to-a-bitmask.patch
|
|
|
|
patches.suse/thunderbolt-Check-for-first-depth-router-in-tb.c.patch
|
|
|
|
patches.suse/thunderbolt-Do-not-call-CLx-functions-from-TMU-code.patch
|
|
|
|
patches.suse/thunderbolt-Prefix-TMU-post-time-log-message-with-TM.patch
|
|
|
|
patches.suse/thunderbolt-Prefix-CL-state-related-log-messages-wit.patch
|
|
|
|
patches.suse/thunderbolt-Initialize-CL-states-from-the-hardware.patch
|
|
|
|
patches.suse/thunderbolt-Make-tb_switch_clx_disable-return-CL-sta.patch
|
|
|
|
patches.suse/thunderbolt-Disable-CL-states-when-a-DMA-tunnel-is-e.patch
|
|
|
|
patches.suse/thunderbolt-Read-retimer-NVM-authentication-st.patch
|
|
|
|
patches.suse/thunderbolt-Do-not-send-UNSET_INBOUND_SBTX-when-reti.patch
|
|
|
|
patches.suse/thunderbolt-Enable-disable-sideband-depending-on-USB.patch
|
|
|
|
patches.suse/thunderbolt-Ignore-data-CRC-mismatch-for-USB4-router.patch
|
|
|
|
patches.suse/thunderbolt-Do-not-touch-lane-1-adapter-path-config-.patch
|
|
|
|
patches.suse/thunderbolt-Identify-USB4-v2-routers.patch
|
|
|
|
patches.suse/thunderbolt-Add-support-for-USB4-v2-80-Gb-s-link.patch
|
|
|
|
patches.suse/thunderbolt-Add-the-new-USB4-v2-notification-types.patch
|
|
|
|
patches.suse/thunderbolt-Reset-USB4-v2-host-router.patch
|
|
|
|
patches.suse/thunderbolt-Announce-USB4-v2-connection-manager-supp.patch
|
|
|
|
patches.suse/thunderbolt-Enable-USB4-v2-PCIe-TLP-DLLP-extended-en.patch
|
|
|
|
patches.suse/thunderbolt-Add-two-additional-double-words-for-adap.patch
|
|
|
|
patches.suse/thunderbolt-Fix-DisplayPort-IN-adapter-capability-le.patch
|
|
|
|
patches.suse/thunderbolt-Fix-PCIe-adapter-capability-length-for-U.patch
|
|
|
|
patches.suse/thunderbolt-Add-Intel-Barlow-Ridge-PCI-ID.patch
|
|
|
|
patches.suse/thunderbolt-Limit-Intel-Barlow-Ridge-USB3-band.patch
|
|
|
|
patches.suse/thunderbolt-Move-constants-related-to-NVM-into-nvm.c.patch
|
|
|
|
patches.suse/thunderbolt-Increase-NVM_MAX_SIZE-to-support-Intel-B.patch
|
|
|
|
patches.suse/thunderbolt-Add-support-for-enhanced-uni-directional.patch
|
|
|
|
patches.suse/thunderbolt-Enable-CL2-low-power-state.patch
|
|
|
|
patches.suse/thunderbolt-Make-bandwidth-allocation-mode-function-.patch
|
|
|
|
patches.suse/thunderbolt-Add-DisplayPort-2.x-tunneling-support.patch
|
|
|
|
patches.suse/thunderbolt-Add-test-case-for-3-DisplayPort-tunnels.patch
|
2024-10-14 15:18:11 +02:00
|
|
|
patches.suse/usb-typec-fsa4480-rework-mux-switch-setup-to-handle-.patch
|
|
|
|
patches.suse/usb-typec-fsa4480-add-support-for-Audio-Accessory-Mo.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/USB-serial-option-add-LARA-R6-01B-PIDs.patch
|
|
|
|
patches.suse/usb-dwc3-gadget-Propagate-core-init-errors-to-U.patch
|
|
|
|
patches.suse/usb-host-xhci-Do-not-re-initialize-the-XHCI-HC-if-be.patch
|
|
|
|
patches.suse/KVM-s390-fix-KVM_S390_GET_CMMA_BITS-for-GFNs-in.patch
|
|
|
|
patches.suse/KVM-s390-vsie-fix-the-length-of-APCB-bitmap.patch
|
|
|
|
patches.suse/KVM-s390-diag-fix-racy-access-of-physical-cpu-n.patch
|
|
|
|
patches.suse/s390-uv-Always-export-uv_info.patch
|
|
|
|
patches.suse/s390-uvdevice-Add-info-IOCTL.patch
|
|
|
|
patches.suse/s390-uvdevice-Add-Add-Secret-UVC.patch
|
|
|
|
patches.suse/s390-uvdevice-Add-List-Secrets-UVC.patch
|
|
|
|
patches.suse/s390-uvdevice-Add-Lock-Secret-Store-UVC.patch
|
|
|
|
patches.suse/s390-uv-replace-scnprintf-with-sysfs_emit.patch
|
|
|
|
patches.suse/s390-uv-Update-query-for-secret-UVCs.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/KVM-arm64-Use-local-TLBI-on-permission-relaxation
|
2024-11-04 12:53:17 +01:00
|
|
|
patches.suse/KVM-arm64-Block-unsafe-FF-A-calls-from-the-host.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/KVM-arm64-Drop-is_kernel_in_hyp_mode-from-__invalidate_icache_guest_page.patch
|
|
|
|
patches.suse/arm64-Allow-EL1-physical-timer-access-when-running-VHE.patch
|
|
|
|
patches.suse/arm64-Use-CPACR_EL1-format-to-set-CPTR_EL2-when-E2H-is-set.patch
|
2024-10-14 15:18:11 +02:00
|
|
|
patches.suse/KVM-arm64-timers-Fix-resource-leaks-in-kvm_timer_hyp.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/arm64-errata-Mitigate-Ampere1-erratum-AC03_CPU_.patch
|
2024-10-14 15:18:11 +02:00
|
|
|
patches.suse/KVM-Protect-vcpu-pid-dereference-via-debugfs-with-RC.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/KVM-allow-KVM_BUG-KVM_BUG_ON-to-handle-64-bit-cond.patch
|
|
|
|
patches.suse/KVM-Clean-up-kvm_vm_ioctl_create_vcpu.patch
|
|
|
|
patches.suse/KVM-VMX-Open-code-writing-vCPU-s-PAT-in-VMX-s-MSR-ha.patch
|
|
|
|
patches.suse/KVM-SVM-Use-kvm_pat_valid-directly-instead-of-kvm_mt.patch
|
|
|
|
patches.suse/KVM-x86-Add-helper-to-query-if-variable-MTRR-MSR-is-.patch
|
|
|
|
patches.suse/KVM-x86-Add-helper-to-get-variable-MTRR-range-from-M.patch
|
|
|
|
patches.suse/KVM-x86-Use-MTRR-macros-to-define-possible-MTRR-MSR-.patch
|
|
|
|
patches.suse/KVM-x86-Move-PAT-MSR-handling-out-of-mtrr.c.patch
|
|
|
|
patches.suse/KVM-x86-Make-kvm_mtrr_valid-static-now-that-there-ar.patch
|
|
|
|
patches.suse/KVM-x86-Move-common-handling-of-PAT-MSR-writes-to-kv.patch
|
|
|
|
patches.suse/KVM-x86-Fix-poll-command.patch
|
|
|
|
patches.suse/KVM-x86-Update-number-of-entries-for-KVM_GET_CPUID2-.patch
|
|
|
|
patches.suse/KVM-x86-Correct-the-name-for-skipping-VMENTER-l1d-fl.patch
|
|
|
|
patches.suse/KVM-x86-Use-cpu_feature_enabled-for-PKU-instead-of-i.patch
|
|
|
|
patches.suse/KVM-x86-Clean-up-remove-redundant-bool-conversions.patch
|
|
|
|
patches.suse/KVM-x86-Update-comments-about-MSR-lists-exposed-to-u.patch
|
|
|
|
patches.suse/KVM-x86-Remove-PRIx-definitions-as-they-are-solely-f.patch
|
|
|
|
patches.suse/KVM-x86-mmu-Add-comment-on-try_cmpxchg64-usage-in-td.patch
|
|
|
|
patches.suse/KVM-x86-mmu-Assert-on-mmu-in-the-__kvm_mmu_invalidat.patch
|
|
|
|
patches.suse/KVM-x86-mmu-Add-never-option-to-allow-sticky-disabli.patch
|
|
|
|
patches.suse/KVM-x86-pmu-Rename-global_ovf_ctrl_mask-to-global_st.patch
|
|
|
|
patches.suse/KVM-x86-pmu-Move-reprogram_counters-to-pmu.h.patch
|
|
|
|
patches.suse/KVM-x86-pmu-Reject-userspace-attempts-to-set-reserve.patch
|
|
|
|
patches.suse/KVM-x86-pmu-Move-handling-PERF_GLOBAL_CTRL-and-frien.patch
|
|
|
|
patches.suse/KVM-x86-pmu-Provide-Intel-PMU-s-pmc_is_enabled-as-ge.patch
|
|
|
|
patches.suse/KVM-x86-Explicitly-zero-cpuid-0xa-leaf-when-PMU-is-d.patch
|
|
|
|
patches.suse/KVM-x86-pmu-Disable-vPMU-if-the-minimum-num-of-count.patch
|
|
|
|
patches.suse/KVM-x86-pmu-Advertise-PERFCTR_CORE-iff-the-min-nr-of.patch
|
|
|
|
patches.suse/KVM-x86-pmu-Constrain-the-num-of-guest-counters-with.patch
|
|
|
|
patches.suse/KVM-x86-cpuid-Add-a-KVM-only-leaf-to-redirect-AMD-Pe.patch
|
|
|
|
patches.suse/KVM-x86-svm-pmu-Add-AMD-PerfMonV2-support.patch
|
|
|
|
patches.suse/KVM-x86-cpuid-Add-AMD-CPUID-ExtPerfMonAndDbg-leaf-0x.patch
|
|
|
|
patches.suse/KVM-SVM-Remove-TSS-reloading-code-after-VMEXIT.patch
|
|
|
|
patches.suse/KVM-SVM-Invoke-trace_kvm_exit-for-fastpath-VM-Exits.patch
|
|
|
|
patches.suse/KVM-SVM-enhance-info-printk-s-in-SEV-init.patch
|
|
|
|
patches.suse/KVM-SVM-WARN-but-continue-if-misc_cg_set_capacity-fa.patch
|
|
|
|
patches.suse/KVM-VMX-Use-kvm_read_cr4-to-get-cr4-value.patch
|
|
|
|
patches.suse/KVM-VMX-Move-the-comment-of-CR4.MCE-handling-right-a.patch
|
|
|
|
patches.suse/KVM-VMX-Treat-UMIP-as-emulated-if-and-only-if-the-ho.patch
|
|
|
|
patches.suse/KVM-VMX-Use-proper-accessor-to-read-guest-CR4-in-han.patch
|
|
|
|
patches.suse/KVM-x86-pmu-Remove-redundant-check-for-MSR_IA32_DS_A.patch
|
|
|
|
patches.suse/KVM-VMX-restore-vmx_vmexit-alignment.patch
|
|
|
|
patches.suse/KVM-VMX-Inject-GP-on-ENCLS-if-vCPU-has-paging-disabl.patch
|
|
|
|
patches.suse/KVM-VMX-Inject-GP-not-UD-if-SGX2-ENCLS-leafs-are-uns.patch
|
|
|
|
patches.suse/KVM-VMX-Retry-APIC-access-page-reload-if-invalidatio.patch
|
|
|
|
patches.suse/KVM-x86-Use-standard-mmu_notifier-invalidate-hooks-f.patch
|
|
|
|
patches.suse/KVM-x86-mmu-Trigger-APIC-access-page-reload-iff-vend.patch
|
|
|
|
patches.suse/virtio-vdpa-Fix-unchecked-call-to-NULL-set_vq_a.patch
|
|
|
|
patches.suse/tools-virtio-fix-build-break-for-aarch64.patch
|
|
|
|
patches.suse/vdpa-mlx5-Support-interrupt-bypassing.patch
|
|
|
|
patches.suse/virtio_bt-call-scheduler-when-we-free-unused-buffs.patch
|
|
|
|
patches.suse/vhost-create-worker-at-end-of-vhost_dev_set_owner.patch
|
|
|
|
patches.suse/vhost-dynamically-allocate-vhost_worker.patch
|
|
|
|
patches.suse/vhost-add-vhost_worker-pointer-to-vhost_virtqueue.patch
|
|
|
|
patches.suse/vhost-vhost_net-add-helper-to-check-if-vq-has-work.patch
|
|
|
|
patches.suse/vhost-take-worker-or-vq-instead-of-dev-for-queueing.patch
|
|
|
|
patches.suse/vhost-take-worker-or-vq-for-flushing.patch
|
|
|
|
patches.suse/vhost-convert-poll-work-to-be-vq-based.patch
|
|
|
|
patches.suse/vhost_sock-convert-to-vhost_vq_work_queue.patch
|
|
|
|
patches.suse/vhost_scsi-make-SCSI-cmd-completion-per-vq.patch
|
|
|
|
patches.suse/vhost_scsi-convert-to-vhost_vq_work_queue.patch
|
|
|
|
patches.suse/vhost_scsi-flush-IO-vqs-then-send-TMF-rsp.patch
|
|
|
|
patches.suse/vhost-remove-vhost_work_queue.patch
|
|
|
|
patches.suse/vhost-add-helper-to-parse-userspace-vring-state-file.patch
|
|
|
|
patches.suse/vhost-replace-single-worker-pointer-with-xarray.patch
|
|
|
|
patches.suse/vhost-allow-userspace-to-create-workers.patch
|
|
|
|
patches.suse/vhost_scsi-add-support-for-worker-ioctls.patch
|
|
|
|
patches.suse/vhost-Allow-worker-switching-while-work-is-queueing.patch
|
|
|
|
patches.suse/vduse-fix-NULL-pointer-dereference.patch
|
|
|
|
patches.suse/vhost-Make-parameter-name-match-of-vhost_get_vq_desc.patch
|
|
|
|
patches.suse/rdma-fix-INFINIBAND_USER_ACCESS-dependency.patch
|
|
|
|
patches.suse/dt-bindings-power-reset-qcom-pon-Only-allow-reb.patch
|
|
|
|
patches.suse/power-supply-rt9467-Make-charger-enable-control.patch
|
|
|
|
patches.suse/HSI-fix-ssi_waketest-declaration.patch
|
|
|
|
patches.suse/io_uring-net-use-proper-value-for-msg_inq.patch
|
|
|
|
patches.suse/io_uring-remove-io_fallback_tw-forward-declaration.patch
|
|
|
|
patches.suse/io_uring-flush-offloaded-and-delayed-task_work-on-ex.patch
|
|
|
|
patches.suse/md-raid10-fix-the-condition-to-call-bio_end_io_.patch
|
|
|
|
patches.suse/md-raid1-10-fix-casting-from-randomized-structu.patch
|
|
|
|
patches.suse/md-use-mddev-external-to-select-holder-in-export_rdev.patch
|
|
|
|
patches.suse/md-fix-delete_mutex-deadlock-4934.patch
|
|
|
|
patches.suse/raid10-avoid-spin_lock-from-fastpath-from-raid10_unp-a8d5.patch
|
|
|
|
patches.suse/bcache-Alloc-holder-object-before-async-registration.patch
|
|
|
|
patches.suse/bcache-Fix-bcache-device-claiming.patch
|
|
|
|
patches.suse/blk-throttle-Fix-io-statistics-for-cgroup-v1.patch
|
|
|
|
patches.suse/blk-mq-fix-two-misuses-on-RQF_USE_SCHED.patch
|
|
|
|
patches.suse/blk-wbt-don-t-create-wbt-sysfs-entry-if-CONFIG_BLK_W.patch
|
|
|
|
patches.suse/blk-wbt-remove-dead-code-to-handle-wbt-enable-disabl.patch
|
|
|
|
patches.suse/blk-wbt-cleanup-rwb_enabled-and-wbt_disabled.patch
|
|
|
|
patches.suse/blk-iocost-move-wbt_enable-disable_default-out-of-sp.patch
|
|
|
|
patches.suse/blk-sysfs-add-a-new-attr_group-for-blk_mq.patch
|
|
|
|
patches.suse/block-add-request-polling-helper.patch
|
|
|
|
patches.suse/nvme-improved-uring-polling.patch
|
|
|
|
patches.suse/cdrom-gdrom-Fix-build-error.patch
|
|
|
|
patches.suse/nvme-Print-capabilities-changes-just-once.patch
|
|
|
|
patches.suse/nvmet-Reorder-fields-in-struct-nvmet_ns.patch
|
|
|
|
patches.suse/nvme-host-fix-command-name-spelling.patch
|
|
|
|
patches.suse/nvme-mpath-fix-I-O-failure-with-EAGAIN-when-failing-.patch
|
|
|
|
patches.suse/nvme-ensure-unquiesce-on-teardown.patch
|
|
|
|
patches.suse/nvme-sync-timeout-work-on-failed-reset.patch
|
|
|
|
patches.suse/nvme-disable-controller-on-reset-state-failure.patch
|
|
|
|
patches.suse/md-raid0-add-discard-support-for-the-original-l.patch
|
|
|
|
patches.suse/arch-arm64-mm-fault-Fix-undeclared-variable-err.patch
|
2024-03-05 18:03:09 +01:00
|
|
|
patches.suse/mm-don-t-do-validate_mm-unnecessarily-and-without-mm.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/firewire-net-fix-use-after-free-in-fwnet_finis.patch
|
|
|
|
patches.suse/clk-qcom-gcc-ipq5332-Use-floor-ops-for-SDCC-clo.patch
|
|
|
|
patches.suse/clk-qcom-mmcc-msm8974-remove-oxili_ocmemgx_clk.patch
|
|
|
|
patches.suse/clk-qcom-camcc-sc7180-Add-parent-dependency-to-.patch
|
|
|
|
patches.suse/clk-qcom-gcc-ipq6018-Use-floor-ops-for-sdcc-clo.patch
|
|
|
|
patches.suse/clk-qcom-gcc-qcm2290-Mark-RCGs-shared-where-app.patch
|
|
|
|
patches.suse/dt-bindings-clock-qcom-gcc-sm8250-add-missing-bi_tcx.patch
|
|
|
|
patches.suse/clk-qcom-ipq6018-fix-networking-resets.patch
|
|
|
|
patches.suse/clk-qcom-dispcc-qcm2290-Fix-BI_TCXO_AO-handling.patch
|
|
|
|
patches.suse/clk-qcom-dispcc-qcm2290-Fix-GPLL0_OUT_DIV-handl.patch
|
|
|
|
patches.suse/clk-qcom-ipq5332-fix-the-src-parameter-in-ftbl_.patch
|
|
|
|
patches.suse/clk-qcom-ipq5332-fix-the-order-of-SLEEP_CLK-and.patch
|
|
|
|
patches.suse/clk-qcom-mmcc-msm8974-use-clk_rcg2_shared_ops-f.patch
|
|
|
|
patches.suse/clk-qcom-mmcc-msm8974-fix-MDSS_GDSC-power-flags.patch
|
|
|
|
patches.suse/opp-Fix-use-after-free-in-lazy_opp_tables-after.patch
|
|
|
|
patches.suse/cpufreq-tegra194-Fix-an-error-handling-path-in-.patch
|
|
|
|
patches.suse/cpufreq-mediatek-correct-voltages-for-MT7622-an.patch
|
|
|
|
patches.suse/cpufreq-intel_pstate-Fix-scaling-for-hybrid-capable-systems-with-disabled-E-cores.patch
|
|
|
|
patches.suse/gfs2-Fix-duplicate-should_fault_in_pages-call.patch
|
|
|
|
patches.suse/gfs2-Fix-possible-data-races-in-gfs2_show_opti.patch
|
|
|
|
patches.suse/afs-Fix-accidental-truncation-when-storing-data.patch
|
|
|
|
patches.suse/dmaengine-ioat-free-up-_cleanup-name.patch
|
|
|
|
patches.suse/locking-introduce-_cleanup-based-infrastructure.patch
|
|
|
|
patches.suse/kbuild-Drop-Wdeclaration-after-statement.patch
|
|
|
|
patches.suse/Revert-.gitignore-ignore-.cover-and-.mbx.patch
|
|
|
|
patches.suse/rtla-hwnoise-Reduce-runtime-to-75.patch
|
|
|
|
patches.suse/media-platform-mtk-mdp3-release-node-reference-befor.patch
|
|
|
|
patches.suse/media-usb-Check-az6007_read-return-value.patch
|
|
|
|
patches.suse/media-amphion-drop-repeated-codec-data-for-vc1l.patch
|
|
|
|
patches.suse/media-amphion-drop-repeated-codec-data-for-vc1g.patch
|
|
|
|
patches.suse/media-v4l2-mem2mem-add-lock-to-protect-paramet.patch
|
|
|
|
patches.suse/Revert-media-mediatek-vcodec-Fix-bitstream-crop-info.patch
|
|
|
|
patches.suse/media-common-saa7146-Avoid-a-leak-in-vmalloc_to.patch
|
|
|
|
patches.suse/media-videodev2.h-Fix-p_s32-and-p_s64-pointer-t.patch
|
|
|
|
patches.suse/media-amphion-initiate-a-drain-of-the-capture-q.patch
|
|
|
|
patches.suse/media-videodev2.h-Fix-struct-v4l2_input-tuner-i.patch
|
|
|
|
patches.suse/media-camss-set-VFE-bpl_alignment-to-16-for-sd.patch
|
|
|
|
patches.suse/media-mtk-jpeg-move-data-code-inside-CONFIG_OF-.patch
|
|
|
|
patches.suse/media-usb-siano-Fix-warning-due-to-null-work_fu.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-mtk_vcodec_dec_hw-Use-devm_pm_.patch
|
|
|
|
patches.suse/media-Add-common-header-file-with-JPEG-marker-defini.patch
|
|
|
|
patches.suse/media-uapi-HEVC-Add-num_delta_pocs_of_ref_rps_idx-fi.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-support-stateless-hevc-decoder.patch
|
|
|
|
patches.suse/media-i2c-imx296-fix-error-checking-in-imx296_r.patch
|
|
|
|
patches.suse/media-mc-Make-media_get_pad_index-use-pad-type-flag.patch
|
|
|
|
patches.suse/media-uapi-Fix-GS-_ROUTING-ACTIVE-flag-value.patch
|
|
|
|
patches.suse/media-i2c-Correct-format-propagation-for-st-mip.patch
|
|
|
|
patches.suse/media-renesas-fdp1-Identify-R-Car-Gen2-versions.patch
|
|
|
|
patches.suse/media-hi846-fix-usage-of-pm_runtime_get_if_in_u.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-Avoid-unneeded-error-logging.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-using-decoder-status-inst.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-move-core-context-from-device-.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-using-empty-lat-buffer-as-the-.patch
|
|
|
|
patches.suse/media-Revert-media-exynos4-is-Remove-dependency-on-o.patch
|
|
|
|
patches.suse/media-venus-helpers-Fix-ALIGN-of-non-power-of-t.patch
|
|
|
|
patches.suse/Revert-media-uvcvideo-Limit-power-line-control-for-A.patch
|
|
|
|
patches.suse/media-atomisp-gc0310-Fix-double-free-in-gc0310_.patch
|
|
|
|
patches.suse/media-atomisp-gmin_platform-fix-out_len-in-gmin.patch
|
|
|
|
patches.suse/media-atomisp-ov2680-Stop-using-half-pixelclock.patch
|
|
|
|
patches.suse/media-platform-mediatek-vpu-fix-NULL-ptr-deref.patch
|
|
|
|
patches.suse/media-mediatek-vpu-add-missing-clk_unprepare.patch
|
|
|
|
patches.suse/media-Add-AV1-uAPI.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-support-stateless-AV1-decoder.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-Add-debugfs-interface-to-get-d.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-Add-debug-params-to-control-di.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-Add-a-debugfs-file-to-get-diff.patch
|
|
|
|
patches.suse/media-mediatek-vcodec-Change-dbgfs-interface-to-supp.patch
|
|
|
|
patches.suse/media-tc358746-select-CONFIG_GENERIC_PHY.patch
|
|
|
|
patches.suse/media-cec-i2c-ch7322-also-select-REGMAP.patch
|
|
|
|
patches.suse/soundwire-qcom-allow-16-bit-sample-interval-for-port.patch
|
|
|
|
patches.suse/soundwire-qcom-use-consistently-ctrl-as-state-v.patch
|
|
|
|
patches.suse/soundwire-qcom-prepare-for-handling-different-regist.patch
|
|
|
|
patches.suse/soundwire-qcom-add-support-for-v2.0.0-controller.patch
|
|
|
|
patches.suse/soundwire-qcom-use-tabs-for-indentation-in-defines.patch
|
|
|
|
patches.suse/soundwire-bus-Don-t-filter-slave-alerts.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-shim-add-enum-for-ACE-2.0-IP-used-in-.patch
|
|
|
|
patches.suse/soundwire-intel-add-ACE2.x-SHIM-definitions.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-add-empty-new-ops-for-LunarLak.patch
|
|
|
|
patches.suse/soundwire-ASOC-Intel-update-offsets-for-LunarLake.patch
|
|
|
|
patches.suse/soundwire-intel-cadence-set-ip_offset-at-run-time.patch
|
|
|
|
patches.suse/ASoC-soundwire-intel-pass-hdac_bus-pointer-for-link-.patch
|
|
|
|
patches.suse/soundwire-intel-add-eml_lock-in-the-interface-for-ne.patch
|
|
|
|
patches.suse/ASoC-SOF-Intel-hda-retrieve-SoundWire-eml_lock-and-p.patch
|
|
|
|
patches.suse/soundwire-intel_init-use-eml_lock-parameter.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-add-debugfs-support.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-add-link-power-up-down-helpers.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-set-SYNCPRD-before-powering-up.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-configure-link-PHY.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-add-DAI-registration.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-add-sync_arm-sync_go-helpers.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-use-common-helpers-for-bus-sta.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-enable-wake-support.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-add-check_cmdsync_unlocked-hel.patch
|
|
|
|
patches.suse/soundwire-bus-add-new-manager-callback-to-deal-with-.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-add-new_peripheral_assigned-ca.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-add-pre-post-bank-switch-callb.patch
|
|
|
|
patches.suse/ASoC-SOF-soundwire-re-add-substream-in-params_stream.patch
|
|
|
|
patches.suse/soundwire-intel-remove-.trigger-callback-implementat.patch
|
|
|
|
patches.suse/soundwire-intel-use-substream-for-.trigger-callback.patch
|
|
|
|
patches.suse/soundwire-intel-remove-.free-callback-implementation.patch
|
|
|
|
patches.suse/soundwire-intel-use-substream-for-.free-callback.patch
|
|
|
|
patches.suse/soundwire-intel-read-AC-timing-control-register-befo.patch
|
|
|
|
patches.suse/soundwire-qcom-drop-unused-struct-qcom_swrm_ctrl-mem.patch
|
|
|
|
patches.suse/soundwire-qcom-wait-for-fifo-to-be-empty-before-susp.patch
|
|
|
|
patches.suse/soundwire-qcom-add-software-workaround-for-bus-clash.patch
|
|
|
|
patches.suse/soundwire-qcom-set-clk-stop-need-reset-flag-at-runti.patch
|
|
|
|
patches.suse/soundwire-qcom-fix-unbalanced-pm_runtime_put.patch
|
|
|
|
patches.suse/soundwire-debugfs-fix-unbalanced-pm_runtime_put.patch
|
|
|
|
patches.suse/soundwire-amd-Improve-error-message-in-remove-callba.patch
|
|
|
|
patches.suse/soundwire-intel_bus_common-update-error-log.patch
|
|
|
|
patches.suse/soundwire-intel_bus_common-enable-interrupts-last.patch
|
|
|
|
patches.suse/soundwire-intel-cadence-update-hardware-reset-sequen.patch
|
|
|
|
patches.suse/soundwire-cadence-revisit-parity-injection.patch
|
|
|
|
patches.suse/soundwire-bandwidth-allocation-Remove-pointless-vari.patch
|
|
|
|
patches.suse/soundwire-stream-Remove-unneeded-checks-for-NULL-bus.patch
|
|
|
|
patches.suse/soundwire-stream-Invert-logic-on-runtime-alloc-flags.patch
|
|
|
|
patches.suse/soundwire-stream-Remove-unnecessary-gotos.patch
|
|
|
|
patches.suse/soundwire-debugfs-Add-missing-SCP-registers.patch
|
|
|
|
patches.suse/soundwire-intel_ace2x-fix-SND_SOC_SOF_HDA_MLINK-depe.patch
|
|
|
|
patches.suse/soundwire-qcom-fix-storing-port-config-out-of-b.patch
|
|
|
|
patches.suse/soundwire-bus-Prevent-lockdep-asserts-when-stream-ha.patch
|
|
|
|
patches.suse/soundwire-stream-Make-master_list-ordered-to-prevent.patch
|
|
|
|
patches.suse/pwm-meson-modify-and-simplify-calculation-in-me.patch
|
|
|
|
patches.suse/pwm-meson-fix-handling-of-period-duty-if-greate.patch
|
|
|
|
patches.suse/pwm-imx-tpm-force-real_period-to-be-zero-in-sus.patch
|
|
|
|
patches.suse/pwm-sysfs-Do-not-apply-state-to-already-disable.patch
|
|
|
|
patches.suse/pwm-ab8500-Fix-error-code-in-probe.patch
|
|
|
|
patches.suse/pwm-mtk_disp-Fix-the-disable-flow-of-disp_pwm.patch
|
|
|
|
patches.suse/xfs-don-t-reverse-order-of-items-in-bulk-AIL-insertion.patch
|
|
|
|
patches.suse/xfs-use-deferred-frees-for-btree-block-freeing.patch
|
|
|
|
patches.suse/xfs-pass-alloc-flags-through-to-xfs_extent_busy_flush.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/xfs-allow-extent-free-intents-to-be-retried.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/xfs-don-t-block-in-busy-flushing-when-freeing-extents.patch
|
2024-10-14 15:18:11 +02:00
|
|
|
patches.suse/xfs-journal-geometry-is-not-properly-bounds-checked.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/xfs-AGF-length-has-never-been-bounds-checked.patch
|
|
|
|
patches.suse/xfs-fix-bounds-check-in-xfs_defer_agfl_block.patch
|
|
|
|
patches.suse/xfs-fix-interval-filtering-in-multi-step-fsmap-queries.patch
|
|
|
|
patches.suse/xfs-fix-integer-overflows-in-the-fsmap-rtbitmap-and-logdev-backends.patch
|
|
|
|
patches.suse/xfs-fix-getfsmap-reporting-past-the-last-rt-extent.patch
|
|
|
|
patches.suse/xfs-clean-up-the-rtbitmap-fsmap-backend.patch
|
|
|
|
patches.suse/xfs-fix-logdev-fsmap-query-result-filtering.patch
|
|
|
|
patches.suse/f2fs-support-errors-remount-ro-continue-panic-m.patch
|
|
|
|
patches.suse/f2fs-do-not-allow-to-defragment-files-have-FI_C.patch
|
|
|
|
patches.suse/f2fs-fix-the-wrong-condition-to-determine-atomi.patch
|
|
|
|
patches.suse/f2fs-fix-potential-deadlock-due-to-unpaired-nod.patch
|
|
|
|
patches.suse/f2fs-fix-to-avoid-NULL-pointer-dereference-f2fs.patch
|
|
|
|
patches.suse/f2fs-don-t-reset-unchangable-mount-option-in-f2.patch
|
|
|
|
patches.suse/f2fs-flush-error-flags-in-workqueue.patch
|
|
|
|
patches.suse/f2fs-check-return-value-of-freeze_super.patch
|
|
|
|
patches.suse/f2fs-fix-deadlock-in-i_xattr_sem-and-inode-page.patch
|
|
|
|
patches.suse/f2fs-fix-error-path-handling-in-truncate_dnode.patch
|
|
|
|
patches.suse/f2fs-fix-to-do-sanity-check-on-direct-node-in-.patch
|
|
|
|
patches.suse/net-lan743x-Don-t-sleep-in-atomic-context.patch
|
|
|
|
patches.suse/sctp-fix-potential-deadlock-on-net-sctp.addr_wq.patch
|
|
|
|
patches.suse/net-sched-act_ipt-add-sanity-checks-on-table-na.patch
|
|
|
|
patches.suse/net-sched-act_ipt-add-sanity-checks-on-skb-befo.patch
|
|
|
|
patches.suse/net-sched-act_ipt-zero-skb-cb-before-calling-ta.patch
|
|
|
|
patches.suse/net-mscc-ocelot-don-t-report-that-RX-timestampi.patch
|
|
|
|
patches.suse/net-mscc-ocelot-don-t-keep-PTP-configuration-of.patch
|
|
|
|
patches.suse/net-dsa-felix-don-t-drop-PTP-frames-with-tag_80.patch
|
|
|
|
patches.suse/net-dsa-sja1105-always-enable-the-INCL_SRCPT-op.patch
|
|
|
|
patches.suse/net-dsa-tag_sja1105-always-prefer-source-port-i.patch
|
|
|
|
patches.suse/Add-MODULE_FIRMWARE-for-FIRMWARE_TG357766.patch
|
|
|
|
patches.suse/Bluetooth-btrtl-Add-missing-MODULE_FIRMWARE-declarat.patch
|
|
|
|
patches.suse/Bluetooth-btusb-Add-device-6655-8771-to-device-table.patch
|
|
|
|
patches.suse/Bluetooth-btqca-use-le32_to_cpu-for-ver.soc_id.patch
|
|
|
|
patches.suse/Bluetooth-L2CAP-Fix-use-after-free.patch
|
|
|
|
patches.suse/Bluetooth-fix-invalid-bdaddr-quirk-for-non-pers.patch
|
|
|
|
patches.suse/Bluetooth-fix-use-bdaddr-property-quirk.patch
|
|
|
|
patches.suse/Bluetooth-L2CAP-Fix-use-after-free-in-l2cap_so.patch
|
|
|
|
patches.suse/Bluetooth-hci_bcm-do-not-mark-valid-bd_addr-as-inval.patch
|
|
|
|
patches.suse/Bluetooth-ISO-use-hci_sync-for-setting-CIG-para.patch
|
|
|
|
patches.suse/Bluetooth-hci_event-fix-Set-CIG-Parameters-error-sta.patch
|
|
|
|
patches.suse/Bluetooth-MGMT-Fix-marking-SCAN_RSP-as-not-conn.patch
|
|
|
|
patches.suse/Bluetooth-ISO-Rework-sync_interval-to-be-sync_factor.patch
|
|
|
|
patches.suse/Bluetooth-hci_sysfs-make-bt_class-a-static-const-str.patch
|
|
|
|
patches.suse/Bluetooth-btusb-Add-MT7922-bluetooth-ID-for-th.patch
|
|
|
|
patches.suse/Bluetooth-hci_conn-Use-kmemdup-to-replace-kzalloc-me.patch
|
|
|
|
patches.suse/Bluetooth-hci_event-Fix-parsing-of-CIS-Established-E.patch
|
|
|
|
patches.suse/sfc-support-for-devlink-port-requires-MAE-acces.patch
|
|
|
|
patches.suse/ibmvnic-Do-not-reset-dql-stats-on-NON_FATAL-err.patch
|
|
|
|
patches.suse/net-dsa-vsc73xx-fix-MTU-configuration.patch
|
|
|
|
patches.suse/mlxsw-minimal-fix-potential-memory-leak-in-mlxs.patch
|
|
|
|
patches.suse/docs-networking-Update-codeaurora-references-for-rmn.patch
|
|
|
|
patches.suse/nvme-tcp-Fix-comma-related-oops.patch
|
|
|
|
patches.suse/octeontx2-af-cn10kb-fix-interrupt-csr-addresses.patch
|
|
|
|
patches.suse/octeontx2-af-Fix-mapping-for-NIX-block-from-CGX.patch
|
|
|
|
patches.suse/octeontx2-af-Add-validation-before-accessing-cg.patch
|
|
|
|
patches.suse/octeontx2-af-Reset-MAC-features-in-FLR.patch
|
|
|
|
patches.suse/net-bridge-keep-ports-without-IFF_UNICAST_FLT-i.patch
|
|
|
|
patches.suse/net-dsa-tag_sja1105-fix-source-port-decoding-in.patch
|
|
|
|
patches.suse/net-fix-net_dev_start_xmit-trace-event-vs-skb_t.patch
|
|
|
|
patches.suse/wireguard-queueing-use-saner-cpu-selection-wrap.patch
|
|
|
|
patches.suse/wireguard-netlink-send-staged-packets-when-sett.patch
|
|
|
|
patches.suse/tcp-annotate-data-races-in-__tcp_oow_rate_limit.patch
|
|
|
|
patches.suse/Documentation-ABI-sysfs-class-net-qmi-pass_through-c.patch
|
|
|
|
patches.suse/ptp-Make-max_phase_adjustment-sysfs-device-attribute.patch
|
|
|
|
patches.suse/net-sched-act_pedit-Add-size-check-for-TCA_PEDI.patch
|
|
|
|
patches.suse/pptp-Fix-fib-lookup-calls.patch
|
|
|
|
patches.suse/net-dsa-tag_sja1105-fix-MAC-DA-patching-from-me.patch
|
|
|
|
patches.suse/net-dsa-sja1105-always-enable-the-send_meta-opt.patch
|
|
|
|
patches.suse/octeontx-af-fix-hardware-timestamp-configuratio.patch
|
|
|
|
patches.suse/s390-qeth-Fix-vipa-deletion.patch
|
|
|
|
patches.suse/mptcp-ensure-subflow-is-unhashed-before-cleanin.patch
|
|
|
|
patches.suse/mptcp-do-not-rely-on-implicit-state-check-in-mp.patch
|
|
|
|
patches.suse/selftests-mptcp-connect-fail-if-nft-supposed-to.patch
|
|
|
|
patches.suse/selftests-mptcp-sockopt-use-iptables-legacy-if-.patch
|
|
|
|
patches.suse/selftests-mptcp-sockopt-return-error-if-wrong-m.patch
|
|
|
|
patches.suse/selftests-mptcp-userspace_pm-use-correct-server.patch
|
|
|
|
patches.suse/selftests-mptcp-userspace_pm-report-errors-with.patch
|
|
|
|
patches.suse/selftests-mptcp-depend-on-SYN_COOKIES.patch
|
|
|
|
patches.suse/selftests-mptcp-pm_nl_ctl-fix-32-bit-support.patch
|
|
|
|
patches.suse/bpf-btf-Warn-but-return-no-error-for-NULL-btf-f.patch
|
|
|
|
patches.suse/xsk-Honor-SO_BINDTODEVICE-on-bind.patch
|
|
|
|
patches.suse/nfp-clean-mc-addresses-in-application-firmware-.patch
|
|
|
|
patches.suse/phy-Revert-phy-Remove-SOC_EXYNOS4212-dep.-from-PHY_E.patch
|
|
|
|
patches.suse/phy-tegra-xusb-Clear-the-driver-reference-in-us.patch
|
|
|
|
patches.suse/phy-qcom-qmp-combo-fix-Display-Port-PHY-configu.patch
|
|
|
|
patches.suse/phy-tegra-xusb-check-return-value-of-devm_kzall.patch
|
|
|
|
patches.suse/dt-bindings-phy-mixel-mipi-dsi-phy-Remove-assigned-c.patch
|
|
|
|
patches.suse/dt-bindings-phy-brcm-brcmstb-usb-phy-Fix-error-in-co.patch
|
|
|
|
patches.suse/sh-j2-Use-ioremap-to-translate-device-tree-addr.patch
|
|
|
|
patches.suse/sh-Avoid-using-IRQ0-on-SH3-and-SH4.patch
|
|
|
|
patches.suse/sh-dma-Fix-DMA-channel-offset-calculation.patch
|
|
|
|
patches.suse/watchdog-sp5100_tco-support-Hygon-FCH-SCH-Serv.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/dmaengine-dw-edma-Rename-dw_edma_core_ops-structure-.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/bus-ixp4xx-fix-IXP4XX_EXP_T1_MASK.patch
|
|
|
|
patches.suse/s390-decompressor-fix-misaligned-symbol-build-e.patch
|
|
|
|
patches.suse/s390-zcrypt-do-not-retry-administrative-request.patch
|
|
|
|
patches.suse/fs-no-need-to-check-source.patch
|
2024-03-26 16:18:47 +01:00
|
|
|
patches.suse/fs-don-t-assume-arguments-are-non-NULL.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/tracing-Fix-null-pointer-dereference-in-tracing.patch
|
|
|
|
patches.suse/spi-spi-geni-qcom-enable-SPI_CONTROLLER_MUST_TX.patch
|
|
|
|
patches.suse/spi-bcm-qspi-return-error-if-neither-hif_mspi-n.patch
|
|
|
|
patches.suse/Fix-documentation-of-panic_on_warn.patch
|
|
|
|
patches.suse/ACPI-bus-Constify-acpi_companion_match-returned-valu.patch
|
|
|
|
patches.suse/ACPI-scan-Move-acpi_root-to-internal-header.patch
|
|
|
|
patches.suse/ACPI-scan-fix-undeclared-variable-warnings-by-includ.patch
|
|
|
|
patches.suse/ACPI-bus-Introduce-acpi_match_acpi_device-helper.patch
|
|
|
|
patches.suse/ACPI-platform-Ignore-SMB0001-only-when-it-has-resour.patch
|
|
|
|
patches.suse/ACPI-platform-Move-SMB0001-HID-to-the-header-and-reu.patch
|
|
|
|
patches.suse/ACPI-scan-Use-the-acpi_match_acpi_device-helper.patch
|
|
|
|
patches.suse/1595-drm-i915-adlp-Allow-DC-states-along-with-PW2-only-fo.patch
|
|
|
|
patches.suse/1596-drm-i915-mtl-Fix-SSC-selection-for-MPLLA.patch
|
|
|
|
patches.suse/drm-i915-psr-Use-hw.adjusted-mode-when-calculat.patch
|
|
|
|
patches.suse/drm-i915-guc-slpc-Apply-min-softlimit-correctly.patch
|
|
|
|
patches.suse/1599-drm-i915-hdcp-Assign-correct-hdcp-content-type.patch
|
|
|
|
patches.suse/1600-drm-i915-Add-missing-forward-declarations-includes-t.patch
|
|
|
|
patches.suse/1601-amd-display-dc-remove-repeating-expression.patch
|
|
|
|
patches.suse/drm-amdgpu-Skip-mark-offset-for-high-priority-r.patch
|
|
|
|
patches.suse/1603-drm-amdgpu-Move-calculation-of-xcp-per-memory-node.patch
|
|
|
|
patches.suse/1604-drm-amd-pm-remove-unneeded-variable.patch
|
|
|
|
patches.suse/1605-drm-amdgpu-Remove-CONFIG_DEBUG_FS-guard-around-body-.patch
|
|
|
|
patches.suse/1606-drm-amdgpu-atomfirmware-fix-LPDDR5-width-reporting.patch
|
|
|
|
patches.suse/1607-drm-amdgpu-Add-vbios-attribute-only-if-supported.patch
|
|
|
|
patches.suse/1608-drm-amdkfd-set-coherent-host-access-capability-flag.patch
|
|
|
|
patches.suse/drm-amdgpu-fix-clearing-mappings-for-BOs-that-a.patch
|
|
|
|
patches.suse/drm-amd-pm-revise-the-ASPM-settings-for-thunder.patch
|
|
|
|
patches.suse/1611-drm-amdgpu-Move-clocks-closer-to-its-only-usage-in-a.patch
|
|
|
|
patches.suse/1612-drm-amdgpu-Skip-TMR-for-MP0_HWIP-13.0.6.patch
|
|
|
|
patches.suse/1613-drm-amd-display-disable-power-gating-for-DCN314.patch
|
|
|
|
patches.suse/1614-drm-amd-display-disable-RCO-for-DCN314.patch
|
|
|
|
patches.suse/1615-Revert-drm-amd-display-Move-DCN314-DOMAIN-power-cont.patch
|
|
|
|
patches.suse/Partially-revert-drm-amd-display-Fix-possible-underf.patch
|
|
|
|
patches.suse/drm-amd-display-add-a-NULL-pointer-check.patch
|
|
|
|
patches.suse/1618-drm-amd-display-Add-Clock-Table-Entry-With-Max-DC-Va.patch
|
|
|
|
patches.suse/1619-drm-amd-display-add-missing-ABM-registers.patch
|
|
|
|
patches.suse/1620-drm-amd-display-Fix-pipe-check-condition-for-manual-.patch
|
|
|
|
patches.suse/1621-drm-amd-display-Clear-update-flags-at-end-of-flip.patch
|
|
|
|
patches.suse/1622-drm-amd-display-enable-the-new-fast-update-path-for-.patch
|
|
|
|
patches.suse/1623-drm-amd-display-Disable-DC-Mode-Capping-On-DCN321.patch
|
|
|
|
patches.suse/drm-amd-display-disable-seamless-boot-if-force_.patch
|
|
|
|
patches.suse/1625-drm-amd-display-Add-MST-Preferred-Link-Setting-Entry.patch
|
|
|
|
patches.suse/1626-drm-amd-display-fix-odm-k2-div-calculation.patch
|
|
|
|
patches.suse/drm-amd-display-Fix-128b132b-link-loss-handling.patch
|
|
|
|
patches.suse/1628-drm-amd-display-Enable-dc-mode-clock-switching-for-D.patch
|
|
|
|
patches.suse/1629-drm-amd-display-3.2.240.patch
|
|
|
|
patches.suse/drm-amd-pm-update-the-LC_L1_INACTIVITY-setting-to-ad.patch
|
|
|
|
patches.suse/1631-drm-amdkfd-Enable-GWS-on-GFX9.4.3.patch
|
|
|
|
patches.suse/drm-amd-Disable-PSR-SU-on-Parade-0803-TCON.patch
|
|
|
|
patches.suse/1633-drm-amdgpu-remove-vm-sanity-check-from-amdgpu_vm_mak.patch
|
|
|
|
patches.suse/drm-amd-pm-add-abnormal-fan-detection-for-smu-1.patch
|
|
|
|
patches.suse/drm-amdgpu-check-RAS-irq-existence-for-VCN-JPEG.patch
|
|
|
|
patches.suse/1636-drm-amdgpu-Remove-sdma-halt-unhalt-during-frontdoor-.patch
|
|
|
|
patches.suse/1637-drm-amdgpu-Modify-for_each_inst-macro.patch
|
|
|
|
patches.suse/1638-drm-amd-pm-Provide-energy-data-in-15.625mJ-units.patch
|
|
|
|
patches.suse/drm-amd-display-perform-a-bounds-check-before-f.patch
|
|
|
|
patches.suse/drm-amdgpu-fix-number-of-fence-calculations.patch
|
|
|
|
patches.suse/1641-drm-amdkfd-Update-interrupt-handling-for-GFX-9.4.3.patch
|
|
|
|
patches.suse/drm-amd-Don-t-try-to-enable-secure-display-TA-m.patch
|
|
|
|
patches.suse/1643-drm-amdgpu-port-SRIOV-VF-missed-changes.patch
|
|
|
|
patches.suse/1644-drm-amd-display-Work-around-bad-DPCD-state-on-link-l.patch
|
|
|
|
patches.suse/1645-drm-amd-display-Remove-asserts.patch
|
|
|
|
patches.suse/1646-drm-amd-pm-fulfill-the-missing-enablement-for-vega12.patch
|
|
|
|
patches.suse/drm-amd-display-Correct-DMUB_FW_VERSION-macro.patch
|
|
|
|
patches.suse/drm-amd-display-Set-minimum-requirement-for-usi.patch
|
|
|
|
patches.suse/drm-amd-display-Set-minimum-requirement-for-usi-cd2e31a.patch
|
|
|
|
patches.suse/Revert-drm-amd-Disable-PSR-SU-on-Parade-0803-TC.patch
|
|
|
|
patches.suse/1651-drm-amd-Don-t-initialize-PSP-twice-for-Navi3x.patch
|
|
|
|
patches.suse/1652-drm-amdgpu-make-mcbp-a-per-device-setting.patch
|
|
|
|
patches.suse/1653-drm-amdgpu-enable-mcbp-by-default-on-gfx9.patch
|
|
|
|
patches.suse/1654-drm-amdgpu-gpu-recovers-from-fatal-error-in-poison-m.patch
|
|
|
|
patches.suse/1655-drm-amdgpu-remove-duplicated-doorbell-range-init-for.patch
|
|
|
|
patches.suse/1656-drm-amdgpu-vcn-Need-to-unpause-dpg-before-stop-dpg.patch
|
|
|
|
patches.suse/1657-drm-amd-pm-Enable-pp_feature-attribute.patch
|
|
|
|
patches.suse/1658-drm-amd-pm-Add-GFX-v9.4.3-unique-id-to-sysfs.patch
|
|
|
|
patches.suse/1659-drm-amdgpu-share-drm-device-for-pci-amdgpu-device-wi.patch
|
|
|
|
patches.suse/Revert-drm-amd-display-edp-do-not-add-non-edid-.patch
|
|
|
|
patches.suse/1661-drm-amd-display-program-DPP-shaper-and-3D-LUT-if-upd.patch
|
|
|
|
patches.suse/1662-drm-amdgpu-Keep-non-psp-path-for-partition-switch.patch
|
|
|
|
patches.suse/1663-drm-amd-display-Fix-the-delta-clamping-for-shaper-LU.patch
|
|
|
|
patches.suse/1664-drm-amd-display-Limit-new-fast-update-path-to-addr-a.patch
|
|
|
|
patches.suse/drm-amd-display-Remove-Phantom-Pipe-Check-When-.patch
|
|
|
|
patches.suse/1666-drm-amd-display-For-new-fast-update-path-loop-throug.patch
|
|
|
|
patches.suse/drm-amd-display-Add-monitor-specific-edid-quirk.patch
|
|
|
|
patches.suse/1668-drm-amd-display-Create-debugging-mechanism-for-Gamin.patch
|
|
|
|
patches.suse/1669-drm-amd-display-Take-full-update-path-if-number-of-p.patch
|
|
|
|
patches.suse/1670-drm-amd-display-3.2.241.patch
|
|
|
|
patches.suse/drm-amd-pm-expose-swctf-threshold-setting-for-.patch
|
|
|
|
patches.suse/1672-drm-amd-pm-avoid-unintentional-shutdown-due-to-tempe.patch
|
|
|
|
patches.suse/drm-amdgpu-Fix-potential-fence-use-after-free-.patch
|
|
|
|
patches.suse/drm-i915-psr-Fix-BDW-PSR-AUX-CH-data-register-o.patch
|
|
|
|
patches.suse/1675-drm-i915-use-mock-device-info-for-creating-mock-devi.patch
|
|
|
|
patches.suse/1676-drm-panel-Fine-tune-Starry-ili9882t-panel-HFP-and-HB.patch
|
|
|
|
patches.suse/apparmor-fix-missing-error-check-for-rhashtable.patch
|
|
|
|
patches.suse/apparmor-add-missing-failure-check-in-compute_x.patch
|
|
|
|
patches.suse/apparmor-fix-policy_compat-permission-remap-wit.patch
|
|
|
|
patches.suse/apparmor-fix-profile-verification-and-enable-it.patch
|
|
|
|
patches.suse/apparmor-fix-kzalloc-perms-tables-for-shared-df.patch
|
|
|
|
patches.suse/powerpc-allow-PPC_EARLY_DEBUG_CPM-only-when-SER.patch
|
|
|
|
patches.suse/powerpc-dts-turris1x.dts-Fix-PCIe-MEM-size-for-.patch
|
|
|
|
patches.suse/riscv-move-memblock_allow_resize-after-linear-m.patch
|
|
|
|
patches.suse/risc-v-Fix-order-of-IPI-enablement-vs-RCU-start.patch
|
|
|
|
patches.suse/fanotify-disallow-mount-sb-marks-on-kernel-inte.patch
|
|
|
|
patches.suse/ntfs-Fix-panic-about-slab-out-of-bounds-caused-.patch
|
|
|
|
patches.suse/fs-ntfs3-Enhance-sanity-check-while-generating.patch
|
|
|
|
patches.suse/fs-ntfs3-Return-error-for-inconsistent-extende.patch
|
|
|
|
patches.suse/fs-ntfs3-Fix-possible-null-pointer-dereference.patch
|
|
|
|
patches.suse/fs-ntfs3-Use-__GFP_NOWARN-allocation-at-ntfs_l.patch
|
|
|
|
patches.suse/fs-ntfs3-Mark-ntfs-dirty-when-on-disk-struct-i.patch
|
|
|
|
patches.suse/fs-ntfs3-Alternative-boot-if-primary-boot-is-c.patch
|
|
|
|
patches.suse/ceph-only-send-metrics-when-the-MDS-rank-is-ready.patch
|
|
|
|
patches.suse/ceph-try-to-dump-the-msgs-when-decoding-fails.patch
|
|
|
|
patches.suse/ceph-voluntarily-drop-Xx-caps-for-requests-those-touc.patch
|
|
|
|
patches.suse/ceph-add-a-dedicated-private-data-for-netfs-rre.patch
|
|
|
|
patches.suse/ceph-fix-blindly-expanding-the-readahead-window.patch
|
|
|
|
patches.suse/ceph-trigger-to-flush-the-buffer-when-making-snapshot.patch
|
|
|
|
patches.suse/ceph-issue-a-cap-release-immediately-if-no-cap-exists.patch
|
|
|
|
patches.suse/ceph-don-t-let-check_caps-skip-sending-response.patch
|
|
|
|
patches.suse/ALSA-oxfw-make-read-only-const-array-models-static.patch
|
|
|
|
patches.suse/ALSA-fireface-make-read-only-const-array-for-model-n.patch
|
|
|
|
patches.suse/ALSA-ump-Correct-wrong-byte-size-at-converting-a-UMP.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NPx0SNx.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Add-quirks-for-Unis-H3C-Deskt.patch
|
|
|
|
patches.suse/ALSA-hda-fix-a-possible-null-pointer-dereferen.patch
|
|
|
|
patches.suse/ALSA-pcm-Fix-potential-data-race-at-PCM-memory-.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GX650P.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GA402X.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Amend-G634-quirk-to-enable-re.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-G614Jx.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Whitespace-fix.patch
|
|
|
|
patches.suse/ALSA-seq-ump-fix-typo-in-system_2p_ev_to_ump_midi1.patch
|
|
|
|
patches.suse/ALSA-jack-Fix-mutex-call-in-snd_jack_report.patch
|
|
|
|
patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GZ301V.patch
|
|
|
|
patches.suse/lib-bitmap-drop-optimization-of-bitmap_-from-to.patch
|
|
|
|
patches.suse/cpumask-fix-function-description-kernel-doc-notation.patch
|
|
|
|
patches.suse/perf-build-Add-ability-to-build-with-a-generated-vmlinux.h.patch
|
|
|
|
patches.suse/perf-bpf-Move-the-declaration-of-struct-rq.patch
|
|
|
|
patches.suse/perf-test-Add-build-tests-for-BUILD_BPF_SKEL.patch
|
|
|
|
patches.suse/perf-build-Filter-out-BTF-sources-without-a-.BTF-section.patch
|
|
|
|
patches.suse/perf-dso-Sort-symbols-under-lock.patch
|
|
|
|
patches.suse/perf-symbol-Remove-symbol_name_rb_node.patch
|
|
|
|
patches.suse/perf-symbol-Remove-now-unused-symbol_conf.sort_by_name.patch
|
|
|
|
patches.suse/perf-trace-event-info-Add-tracepoint_id_to_name-helper.patch
|
|
|
|
patches.suse/perf-tools-Extend-PRINT_ATTRf-to-support-printing-of-members-with-a-value-of-0.patch
|
|
|
|
patches.suse/perf-tools-Add-printing-perf_event_attr-type-symbol-in-perf_event_attr__fprintf.patch
|
|
|
|
patches.suse/perf-tools-Add-printing-perf_event_attr-config-symbol-in-perf_event_attr__fprintf.patch
|
|
|
|
patches.suse/perf-tools-Add-missing-else-to-cmd_daemon-subcommand-condition.patch
|
|
|
|
patches.suse/perf-pmu-Correct-auto_merge_stats-test.patch
|
|
|
|
patches.suse/perf-Replace-deprecated-target-with-target-for-Clang.patch
|
|
|
|
patches.suse/perf-test-Fix-a-compile-error-on-pe-file-parsing.c.patch
|
|
|
|
patches.suse/perf-pmus-Add-placeholder-core-PMU.patch
|
|
|
|
patches.suse/perf-tools-Do-not-remove-addr_location.thread-in-thread__find_map.patch
|
|
|
|
patches.suse/perf-expr-Add-has_event-function.patch
|
|
|
|
patches.suse/perf-jevents-Support-for-has_event-function.patch
|
|
|
|
patches.suse/perf-vendor-metrics-intel-Make-transaction-metrics-conditional.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Add-rocketlake-events-metrics.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-meteorlake-to-1.03.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-cascadelakex-to-1.19.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-icelake-to-1.19.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-icelakex-to-1.21.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-sapphirerapids-to-1.14.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-skylake-to-57.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-skylakex-to-1.31.patch
|
|
|
|
patches.suse/perf-vendor-events-intel-Update-tigerlake-to-1.13.patch
|
|
|
|
patches.suse/perf-lock-Remove-stale-comments.patch
|
|
|
|
patches.suse/perf-lock-contention-Add-x-option-for-CSV-style-output.patch
|
|
|
|
patches.suse/perf-lock-contention-Add-output-option.patch
|
|
|
|
patches.suse/perf-test-Test-perf-lock-contention-CSV-output.patch
|
|
|
|
patches.suse/perf-symbol-Fix-uninitialized-return-value-in-symbols__find_by_name.patch
|
|
|
|
patches.suse/perf-unwind-Fix-symfs-with-libdw.patch
|
|
|
|
patches.suse/perf-evsel-amd-Fix-IBS-error-message.patch
|
|
|
|
patches.suse/perf-test-Fix-event-parsing-test-on-Arm.patch
|
|
|
|
patches.suse/perf-test-Fix-event-parsing-test-when-PERF_PMU_CAP_EXTENDED_HW_TYPE-isn-t-supported.patch
|
|
|
|
patches.suse/dm-verity-loadpin-Add-NULL-pointer-check-for-bd.patch
|
|
|
|
patches.suse/i2c-xiic-Don-t-try-to-handle-more-interrupt-eve.patch
|
|
|
|
patches.suse/i2c-nomadik-Remove-a-useless-call-in-the-remove.patch
|
|
|
|
patches.suse/scsi-lpfc-Fix-lpfc_name-struct-packing.patch
|
|
|
|
patches.suse/scsi-smartpqi-Replace-one-element-arrays-with-flexib.patch
|
|
|
|
patches.suse/mm-lock-a-vma-before-stack-expansion.patch
|
|
|
|
patches.suse/mm-lock-newly-mapped-VMA-which-can-be-modified-.patch
|
|
|
|
patches.suse/fork-lock-VMAs-of-the-parent-process-when-forki.patch
|
|
|
|
patches.suse/mm-call-arch_swap_restore-from-do_swap_page.patch
|
|
|
|
patches.suse/writeback-account-the-number-of-pages-written-b.patch
|
|
|
|
patches.suse/bootmem-remove-the-vmemmap-pages-from-kmemleak-.patch
|
|
|
|
patches.suse/kasan-fix-type-cast-in-memory_is_poisoned_n.patch
|
|
|
|
patches.suse/kasan-slub-fix-HW_TAGS-zeroing-with-slub_debug.patch
|
|
|
|
patches.suse/lib-dhry-fix-sleeping-allocations-inside-non-pr.patch
|
|
|
|
patches.suse/mm-lock-newly-mapped-VMA-with-corrected-orderin.patch
|
|
|
|
patches.suse/ntb-idt-Fix-error-handling-in-idt_pci_driver_in.patch
|
|
|
|
patches.suse/NTB-amd-Fix-error-handling-in-amd_ntb_pci_drive.patch
|
|
|
|
patches.suse/ntb-intel-Fix-error-handling-in-intel_ntb_pci_d.patch
|
|
|
|
patches.suse/NTB-ntb_transport-fix-possible-memory-leak-whil.patch
|
|
|
|
patches.suse/NTB-ntb_tool-Add-check-for-devm_kcalloc.patch
|
|
|
|
patches.suse/cifs-fix-session-state-transition-to-avoid-use-after-free-issue.patch
|
|
|
|
patches.suse/smb-client-remove-redundant-pointer-server-.patch
|
2024-08-09 21:22:39 +02:00
|
|
|
patches.suse/cifs-Add-a-laundromat-thread-for-cached-directories.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/MIPS-Loongson-Fix-cpu_probe_loongson-again.patch
|
|
|
|
patches.suse/MIPS-KVM-Fix-NULL-pointer-dereference.patch
|
|
|
|
patches.suse/MIPS-Loongson-Fix-build-error-when-make-modules.patch
|
|
|
|
patches.suse/MIPS-kvm-Fix-build-error-with-KVM_MIPS_DEBUG_CO.patch
|
|
|
|
patches.suse/x86-xen-Fix-secondary-processors-FPU-initializa.patch
|
|
|
|
patches.suse/swiotlb-always-set-the-number-of-areas-before-a.patch
|
|
|
|
patches.suse/swiotlb-reduce-the-number-of-areas-to-match-act.patch
|
|
|
|
patches.suse/crypto-af_alg-Fix-merging-of-written-data-into-splic.patch
|
|
|
|
patches.suse/KEYS-asymmetric-Fix-error-codes.patch
|
|
|
|
patches.suse/crypto-algif_hash-Fix-race-between-MORE-and-non-MORE.patch
|
|
|
|
patches.suse/HID-hyperv-avoid-struct-memcpy-overrun-warning.patch
|
|
|
|
patches.suse/HID-input-fix-mapping-for-camera-access-keys.patch
|
|
|
|
patches.suse/HID-amd_sfh-Rename-the-float32-variable.patch
|
|
|
|
patches.suse/HID-amd_sfh-Fix-for-shift-out-of-bounds.patch
|
|
|
|
patches.suse/fprobe-Release-rethook-after-the-ftrace_ops-is-.patch
|
|
|
|
patches.suse/kernel-trace-Fix-cleanup-logic-of-enable_trace_.patch
|
|
|
|
patches.suse/fprobe-add-unlock-to-match-a-succeeded-ftrace_t.patch
|
|
|
|
patches.suse/fprobe-Ensure-running-fprobe_exit_handler-finis.patch
|
|
|
|
patches.suse/platform-x86-wmi-Break-possible-infinite-loop-w.patch
|
|
|
|
patches.suse/platform-x86-intel-tpmi-Prevent-overflow-for-cap_offset.patch
|
|
|
|
patches.suse/platform-x86-Move-s2idle-quirk-from-thinkpad-acpi-to.patch
|
|
|
|
patches.suse/platform-x86-amd-pmc-Apply-nvme-quirk-to-HP-15s-eq2x.patch
|
|
|
|
patches.suse/platform-x86-amd-pmc-Add-new-ACPI-ID-AMDI000A.patch
|
|
|
|
patches.suse/platform-x86-amd-pmf-Add-new-ACPI-ID-AMDI0103.patch
|
|
|
|
patches.suse/openrisc-Union-fpcsr-and-oldmask-in-sigcontext-.patch
|
|
|
|
patches.suse/sh-mach-r2d-Handle-virq-offset-in-cascaded-IRL-.patch
|
|
|
|
patches.suse/sh-mach-highlander-Handle-virq-offset-in-cascad.patch
|
|
|
|
patches.suse/sh-mach-dreamcast-Handle-virq-offset-in-cascade.patch
|
|
|
|
patches.suse/sh-hd64461-Handle-virq-offset-for-offchip-IRQ-b.patch
|
|
|
|
patches.suse/xen-virtio-Fix-NULL-deref-when-a-bridge-of-PCI-.patch
|
|
|
|
patches.suse/samples-ftrace-Save-required-argument-registers.patch
|
|
|
|
patches.suse/tracing-user_events-Fix-struct-arg-size-match-c.patch
|
|
|
|
patches.suse/ring-buffer-Fix-deadloop-issue-on-reading-trace.patch
|
|
|
|
patches.suse/ftrace-Fix-possible-warning-on-checking-all-pag.patch
|
|
|
|
patches.suse/tracing-histograms-Add-histograms-to-hist_vars-.patch
|
|
|
|
patches.suse/tracing-Fix-memory-leak-of-iter-temp-when-readi.patch
|
|
|
|
patches.suse/net-mvneta-fix-txq_map-in-case-of-txq_number-1.patch
|
|
|
|
patches.suse/netfilter-nf_tables-report-use-refcount-overflo.patch
|
|
|
|
patches.suse/netfilter-conntrack-Avoid-nf_ct_helper_hash-use.patch
|
|
|
|
patches.suse/netfilter-conntrack-don-t-fold-port-numbers-int.patch
|
|
|
|
patches.suse/netfilter-nf_tables-do-not-ignore-genmask-when-.patch
|
|
|
|
patches.suse/netfilter-nf_tables-prevent-OOB-access-in-nft_b.patch
|
|
|
|
patches.suse/net-dsa-felix-make-vsc9959_tas_guard_bands_upda.patch
|
|
|
|
patches.suse/net-mscc-ocelot-fix-oversize-frame-dropping-for.patch
|
|
|
|
patches.suse/wifi-mt76-mt7921e-fix-init-command-fail-with-en.patch
|
|
|
|
patches.suse/net-sched-cls_fw-Fix-improper-refcount-update-l.patch
|
|
|
|
patches.suse/net-mlx5e-fix-double-free-in-mlx5e_destroy_flow.patch
|
|
|
|
patches.suse/net-mlx5e-fix-memory-leak-in-mlx5e_fs_tt_redire.patch
|
|
|
|
patches.suse/net-mlx5e-fix-memory-leak-in-mlx5e_ptp_open.patch
|
|
|
|
patches.suse/net-mlx5e-RX-Fix-flush-and-close-release-flow-o.patch
|
|
|
|
patches.suse/net-mlx5-Register-a-unique-thermal-zone-per-dev.patch
|
|
|
|
patches.suse/net-mlx5e-Check-for-NOT_READY-flag-state-after-.patch
|
|
|
|
patches.suse/net-mlx5e-TC-CT-Offload-ct-clear-only-once.patch
|
|
|
|
patches.suse/net-mlx5-Query-hca_cap_2-only-when-supported.patch
|
|
|
|
patches.suse/net-mlx5e-RX-Fix-page_pool-page-fragment-tracki.patch
|
|
|
|
patches.suse/ice-Fix-max_rate-check-while-configuring-TX-rat.patch
|
|
|
|
patches.suse/ice-Fix-tx-queue-rate-limit-when-TCs-are-config.patch
|
|
|
|
patches.suse/gve-Set-default-duplex-configuration-to-full.patch
|
|
|
|
patches.suse/igc-Add-condition-for-qbv_config_change_errors-.patch
|
|
|
|
patches.suse/igc-Remove-delay-during-TX-ring-configuration.patch
|
|
|
|
patches.suse/igc-Fix-TX-Hang-issue-when-QBV-Gate-is-closed.patch
|
|
|
|
patches.suse/igc-set-TP-bit-in-supported-and-advertising-fie.patch
|
|
|
|
patches.suse/igc-Include-the-length-type-field-and-VLAN-tag-.patch
|
|
|
|
patches.suse/igc-Handle-PPS-start-time-programming-for-past-.patch
|
|
|
|
patches.suse/octeontx2-af-Promisc-enable-disable-through-mbo.patch
|
|
|
|
patches.suse/octeontx2-af-Move-validation-of-ptp-pointer-bef.patch
|
|
|
|
patches.suse/ionic-remove-WARN_ON-to-prevent-panic_on_warn.patch
|
|
|
|
patches.suse/ionic-remove-dead-device-fail-path.patch
|
|
|
|
patches.suse/udp6-add-a-missing-call-into-udp_fail_queue_rcv.patch
|
|
|
|
patches.suse/net-bgmac-postpone-turning-IRQs-off-to-avoid-So.patch
|
|
|
|
patches.suse/net-prevent-skb-corruption-on-frag-list-segment.patch
|
|
|
|
patches.suse/s390-ism-Fix-locking-for-forwarding-of-IRQs-and.patch
|
|
|
|
patches.suse/s390-ism-Fix-and-simplify-add-remove-callback-h.patch
|
|
|
|
patches.suse/s390-ism-Do-not-unregister-clients-with-registe.patch
|
|
|
|
patches.suse/icmp6-Fix-null-ptr-deref-of-ip6_null_entry-rt6i.patch
|
|
|
|
patches.suse/udp6-fix-udp6_ehashfn-typo.patch
|
|
|
|
patches.suse/ipv6-addrconf-fix-a-potential-refcount-underflo.patch
|
|
|
|
patches.suse/net-lan743x-select-FIXED_PHY.patch
|
|
|
|
patches.suse/net-dsa-qca8k-Add-check-for-skb_copy.patch
|
|
|
|
patches.suse/gve-unify-driver-name-usage.patch
|
|
|
|
patches.suse/net-fec-recycle-pages-for-transmitted-XDP-frame.patch
|
|
|
|
patches.suse/net-fec-increase-the-size-of-tx-ring-and-update.patch
|
2024-03-01 16:51:43 +01:00
|
|
|
patches.suse/net-fec-use-netdev_err_once-instead-of-netdev_err.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/net-dsa-Removed-unneeded-of_node_put-in-felix_p.patch
|
|
|
|
patches.suse/octeontx2-pf-Add-additional-check-for-MCAM-rule.patch
|
|
|
|
patches.suse/wifi-airo-avoid-uninitialized-warning-in-airo_g.patch
|
|
|
|
patches.suse/wifi-iwlwifi-remove-use_tfh-config-to-fix-crash.patch
|
|
|
|
patches.suse/igc-Rename-qbv_enable-to-taprio_offload_enable.patch
|
|
|
|
patches.suse/igc-Do-not-enable-taprio-offload-for-invalid-ar.patch
|
|
|
|
patches.suse/igc-Handle-already-enabled-taprio-offload-for-b.patch
|
|
|
|
patches.suse/igc-No-strict-mode-in-pure-launchtime-CBS-offlo.patch
|
|
|
|
patches.suse/igc-Fix-launchtime-before-start-of-cycle.patch
|
|
|
|
patches.suse/igc-Fix-inserting-of-empty-frame-for-launchtime.patch
|
|
|
|
patches.suse/net-sched-flower-Ensure-both-minimum-and-maximu.patch
|
|
|
|
patches.suse/netdevsim-fix-uninitialized-data-in-nsim_dev_tr.patch
|
|
|
|
patches.suse/net-ena-fix-shift-out-of-bounds-in-exponential-.patch
|
|
|
|
patches.suse/net-sched-make-psched_mtu-RTNL-less-safe.patch
|
|
|
|
patches.suse/net-txgbe-fix-eeprom-calculation-error.patch
|
|
|
|
patches.suse/wifi-rtw89-debug-fix-error-code-in-rtw89_debug_.patch
|
|
|
|
patches.suse/wifi-cfg80211-fix-receiving-mesh-packets-withou.patch
|
|
|
|
patches.suse/bpf-Fix-max-stack-depth-check-for-async-callbac.patch
|
|
|
|
patches.suse/selftests-bpf-Add-selftest-for-check_stack_max_depth.patch
|
|
|
|
patches.suse/riscv-bpf-Fix-inconsistent-JIT-image-generation.patch
|
|
|
|
patches.suse/bpf-cpumap-Fix-memory-leak-in-cpu_map_update_el.patch
|
|
|
|
patches.suse/xdp-use-trusted-arguments-in-XDP-hints-kfuncs.patch
|
|
|
|
patches.suse/net-sched-sch_qfq-reintroduce-lmax-bound-check-.patch
|
|
|
|
patches.suse/net-sched-sch_qfq-account-for-stab-overhead-in-.patch
|
2024-03-15 15:47:44 +01:00
|
|
|
patches.suse/erofs-get-rid-of-the-remaining-kmap_atomic.patch
|
2024-02-10 20:22:20 +01:00
|
|
|
patches.suse/erofs-avoid-useless-loops-in-z_erofs_pcluster_r.patch
|
|
|
|
patches.suse/erofs-avoid-infinite-loop-in-z_erofs_do_read_pa.patch
|
|
|
|
patches.suse/erofs-fix-fsdax-unavailability-for-chunk-based-.patch
|
|
|
|
patches.suse/libceph-harden-msgr2.1-frame-segment-length-che.patch
|
|
|
|
patches.suse/drm-panel-simple-Add-connector_type-for-innolux.patch
|
|
|
|
patches.suse/0002-drm-sched-Make-sure-we-wait-for-all-dependencies-in-.patch
|
|
|
|
patches.suse/drm-bridge-dw_hdmi-fix-connector-access-for-scd.patch
|
|
|
|
patches.suse/drm-ttm-fix-bulk_move-corruption-when-adding-a-.patch
|
|
|
|
patches.suse/0005-drm-ttm-fix-warning-that-we-shouldn-t-mix-and.patch
|
|
|
|
patches.suse/0006-drm-nouveau-kms-nv50-Fix-drm_dp_remove_payload-invoc.patch
|
|
|
|
patches.suse/0007-drm-sched-Call-drm_sched_fence_set_parent-from-drm_s.patch
|
|
|
|
patches.suse/drm-bridge-ti-sn65dsi86-Fix-auxiliary-bus-lifet.patch
|
|
|
|
patches.suse/drm-ttm-Don-t-leak-a-resource-on-eviction-error.patch
|
|
|
|
patches.suse/drm-ttm-Don-t-leak-a-resource-on-swapout-move-e.patch
|
|
|
|
patches.suse/drm-panel-simple-Add-Powertip-PH800480T013-drm_.patch
|
|
|
|
patches.suse/dma-buf-keep-the-signaling-time-of-merged-fence.patch
|
|
|
|
patches.suse/accel-ivpu-Fix-VPU-register-access-in-irq-disab.patch
|
|
|
|
patches.suse/accel-ivpu-Clear-specific-interrupt-status-bits.patch
|
|
|
|
patches.suse/dma-buf-fix-an-error-pointer-vs-NULL-bug.patch
|
|
|
|
patches.suse/drm-fbdev-dma-Fix-documented-default-preferred_.patch
|
|
|
|
patches.suse/drm-ttm-never-consider-pinned-BOs-for-eviction-.patch
|
|
|
|
patches.suse/1677-drm-client-Send-hotplug-event-after-registering-a-cl.patch
|
|
|
|
patches.suse/drm-nouveau-disp-fix-HDMI-on-gt215.patch
|
|
|
|
patches.suse/drm-nouveau-disp-g94-enable-HDMI.patch
|
|
|
|
patches.suse/drm-nouveau-acr-Abort-loading-ACR-if-no-firmwar.patch
|
|
|
|
patches.suse/drm-nouveau-bring-back-blit-subchannel-for-pre-.patch
|
|
|
|
patches.suse/drm-i915-Don-t-preserve-dpll_hw_state-for-slave.patch
|
|
|
|
patches.suse/1683-drm-i915-perf-Consider-OA-buffer-boundary-when-zeroi.patch
|
|
|
|
patches.suse/1684-drm-i915-Remove-dead-code-from-gen8_pte_encode.patch
|
|
|
|
patches.suse/drm-i915-Fix-one-wrong-caching-mode-enum-usage.patch
|
|
|
|
patches.suse/drm-amd-pm-fix-smu-i2c-data-read-risk.patch
|
|
|
|
patches.suse/drm-amdgpu-avoid-restore-process-run-into-dead-.patch
|
|
|
|
patches.suse/drm-amd-pm-share-the-code-around-SMU13-pcie-par.patch
|
|
|
|
patches.suse/drm-amd-pm-conditionally-disable-pcie-lane-spee.patch
|
|
|
|
patches.suse/drm-amd-Move-helper-for-dynamic-speed-switch-ch.patch
|
|
|
|
patches.suse/drm-amd-Align-SMU11-SMU_MSG_OverridePcieParamet.patch
|
|
|
|
patches.suse/PM-hibernate-Fix-writing-maj-min-to-sys-power-resume.patch
|
|
|
|
patches.suse/PM-QoS-Restore-support-for-default-value-on-fre.patch
|
|
|
|
patches.suse/perf-RISC-V-Remove-PERF_HES_STOPPED-flag-checki.patch
|
|
|
|
patches.suse/riscv-mm-fix-truncation-warning-on-RV32.patch
|
|
|
|
patches.suse/io_uring-Use-io_schedule-in-cqring-wait.patch
|
|
|
|
patches.suse/block-partition-fix-signedness-issue-for-Amiga-.patch
|
|
|
|
patches.suse/blk-crypto-use-dynamic-lock-class-for-blk_crypt.patch
|
|
|
|
patches.suse/block-remove-dead-struc-request-completion_data-fiel.patch
|
|
|
|
patches.suse/block-mq-deadline-Fix-a-bug-in-deadline_from_pos.patch
|
|
|
|
patches.suse/blk-mq-fix-start_time_ns-and-alloc_time_ns-for-pre-a.patch
|
|
|
|
patches.suse/nvme-add-BOGUS_NID-quirk-for-Samsung-SM953.patch
|
|
|
|
patches.suse/nvmet-use-PAGE_SECTORS_SHIFT.patch
|
|
|
|
patches.suse/nvme-fix-the-NVME_ID_NS_NVM_STS_MASK-definition.patch
|
|
|
|
patches.suse/nvme-warn-only-once-for-legacy-uuid-attribute.patch
|
|
|
|
patches.suse/nvme-fix-parameter-check-in-nvme_fault_inject_init.patch
|
|
|
|
patches.suse/nvme-fc-return-non-zero-status-code-when-fails-to-cr.patch
|
|
|
|
patches.suse/nvme-fc-fix-race-between-error-recovery-and-creating.patch
|
|
|
|
patches.suse/nvme-ensure-disabling-pairs-with-unquiesce.patch
|
|
|
|
patches.suse/nvme-don-t-reject-probe-due-to-duplicate-IDs-fo.patch
|
|
|
|
patches.suse/nvme-pci-fix-DMA-direction-of-unmapping-integri.patch
|
|
|
|
patches.suse/block-queue-data-commands-from-the-flush-state-machi.patch
|
|
|
|
patches.suse/scsi-lpfc-Fix-a-possible-data-race-in-lpfc_unregiste.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Silence-a-static-checker-warning.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Fix-error-code-in-qla2x00_start_sp.patch
|
|
|
|
patches.suse/scsi-qla2xxx-Use-vmalloc_array-and-vcalloc.patch
|
|
|
|
patches.suse/scsi-scsi_debug-Remove-dead-code.patch
|
|
|
|
patches.suse/scsi-ufs-ufs-mediatek-Add-dependency-for-RESET_.patch
|
|
|
|
patches.suse/scsi-aacraid-Avoid-Warray-bounds-warning.patch
|
|
|
|
patches.suse/scsi-nvme-zns-Set-zone-limits-before-revalidating-zo.patch
|
|
|
|
patches.suse/scsi-block-nullblk-Set-zone-limits-before-revalidating-zones.patch
|
|
|
|
patches.suse/scsi-block-virtio_blk-Set-zone-limits-before-revalidating-zones.patch
|
|
|
|
patches.suse/msft-hv-2832-scsi-storvsc-Handle-SRB-status-value-0x30.patch
|
|
|
|
patches.suse/x86-fineibt-poison-endbr-at-0.patch
|
|
|
|
patches.suse/iommu-Fix-crash-during-syfs-iommu_groups-N-type
|
|
|
|
patches.suse/iommu-sva-Fix-signedness-bug-in-iommu_sva_alloc.patch
|
|
|
|
patches.suse/regmap-irq-Fix-out-of-bounds-access-when-alloca.patch
|
|
|
|
patches.suse/spi-bcm63xx-fix-max-prepend-length.patch
|
|
|
|
patches.suse/spi-s3c64xx-clear-loopback-bit-after-loopback-t.patch
|
|
|
|
patches.suse/tracing-probes-Fix-to-avoid-double-count-of-the.patch
|
|
|
|
patches.suse/tracing-probes-Fix-not-to-count-error-code-to-t.patch
|
|