]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.9-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2019 18:10:06 +0000 (19:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2019 18:10:06 +0000 (19:10 +0100)
commited6d697a35f3bce0ffc209fa594250c17885539f
treecdc74fe73655a63953e47fca217283fcc429cb1c
parentfb19f507dbb03fae100f40e7bc33cc0c81d2ccd4
4.9-stable patches

added patches:
drm-i915-add-gen9-bcs-cmdparsing.patch
drm-i915-add-support-for-mandatory-cmdparsing.patch
drm-i915-allow-parsing-of-unsized-batches.patch
drm-i915-cleanup-use-of-instr_client_mask.patch
drm-i915-cmdparser-add-support-for-backward-jumps.patch
drm-i915-cmdparser-check-reg_table_count-before-derefencing.patch
drm-i915-cmdparser-do-not-check-past-the-cmd-length.patch
drm-i915-cmdparser-fix-jump-whitelist-clearing.patch
drm-i915-cmdparser-ignore-length-operands-during-command-matching.patch
drm-i915-cmdparser-limit-clflush-to-active-cachelines.patch
drm-i915-cmdparser-use-explicit-goto-for-error-paths.patch
drm-i915-disable-secure-batches-for-gen6.patch
drm-i915-don-t-whitelist-oacontrol-in-cmd-parser.patch
drm-i915-gen8-add-rc6-ctx-corruption-wa.patch
drm-i915-gtt-add-read-only-pages-to-gen8_pte_encode.patch
drm-i915-gtt-disable-read-only-support-under-gvt.patch
drm-i915-gtt-read-only-pages-for-insert_entries-on-bdw.patch
drm-i915-kick-out-cmd_parser-specific-structs-from-i915_drv.h.patch
drm-i915-lower-rm-timeout-to-avoid-dsi-hard-hangs.patch
drm-i915-move-engine-needs_cmd_parser-to-engine-flags.patch
drm-i915-prevent-writing-into-a-read-only-object-via-a-ggtt-mmap.patch
drm-i915-remove-master-tables-from-cmdparser.patch
drm-i915-rename-gen7-cmdparser-tables.patch
drm-i915-return-eacces-for-check_cmd-failures.patch
drm-i915-silence-smatch-for-cmdparser.patch
drm-i915-support-ro-ppgtt-mapped-cmdparser-shadow-buffers.patch
drm-i915-use-the-precomputed-value-for-whether-to-enable-command-parsing.patch
28 files changed:
queue-4.9/drm-i915-add-gen9-bcs-cmdparsing.patch [new file with mode: 0644]
queue-4.9/drm-i915-add-support-for-mandatory-cmdparsing.patch [new file with mode: 0644]
queue-4.9/drm-i915-allow-parsing-of-unsized-batches.patch [new file with mode: 0644]
queue-4.9/drm-i915-cleanup-use-of-instr_client_mask.patch [new file with mode: 0644]
queue-4.9/drm-i915-cmdparser-add-support-for-backward-jumps.patch [new file with mode: 0644]
queue-4.9/drm-i915-cmdparser-check-reg_table_count-before-derefencing.patch [new file with mode: 0644]
queue-4.9/drm-i915-cmdparser-do-not-check-past-the-cmd-length.patch [new file with mode: 0644]
queue-4.9/drm-i915-cmdparser-fix-jump-whitelist-clearing.patch [new file with mode: 0644]
queue-4.9/drm-i915-cmdparser-ignore-length-operands-during-command-matching.patch [new file with mode: 0644]
queue-4.9/drm-i915-cmdparser-limit-clflush-to-active-cachelines.patch [new file with mode: 0644]
queue-4.9/drm-i915-cmdparser-use-explicit-goto-for-error-paths.patch [new file with mode: 0644]
queue-4.9/drm-i915-disable-secure-batches-for-gen6.patch [new file with mode: 0644]
queue-4.9/drm-i915-don-t-whitelist-oacontrol-in-cmd-parser.patch [new file with mode: 0644]
queue-4.9/drm-i915-gen8-add-rc6-ctx-corruption-wa.patch [new file with mode: 0644]
queue-4.9/drm-i915-gtt-add-read-only-pages-to-gen8_pte_encode.patch [new file with mode: 0644]
queue-4.9/drm-i915-gtt-disable-read-only-support-under-gvt.patch [new file with mode: 0644]
queue-4.9/drm-i915-gtt-read-only-pages-for-insert_entries-on-bdw.patch [new file with mode: 0644]
queue-4.9/drm-i915-kick-out-cmd_parser-specific-structs-from-i915_drv.h.patch [new file with mode: 0644]
queue-4.9/drm-i915-lower-rm-timeout-to-avoid-dsi-hard-hangs.patch [new file with mode: 0644]
queue-4.9/drm-i915-move-engine-needs_cmd_parser-to-engine-flags.patch [new file with mode: 0644]
queue-4.9/drm-i915-prevent-writing-into-a-read-only-object-via-a-ggtt-mmap.patch [new file with mode: 0644]
queue-4.9/drm-i915-remove-master-tables-from-cmdparser.patch [new file with mode: 0644]
queue-4.9/drm-i915-rename-gen7-cmdparser-tables.patch [new file with mode: 0644]
queue-4.9/drm-i915-return-eacces-for-check_cmd-failures.patch [new file with mode: 0644]
queue-4.9/drm-i915-silence-smatch-for-cmdparser.patch [new file with mode: 0644]
queue-4.9/drm-i915-support-ro-ppgtt-mapped-cmdparser-shadow-buffers.patch [new file with mode: 0644]
queue-4.9/drm-i915-use-the-precomputed-value-for-whether-to-enable-command-parsing.patch [new file with mode: 0644]
queue-4.9/series