dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 17:08:02 to 2021-07-28 05:49:51 UTC [more...]

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-28  5:49 UTC  (86+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [PATCH 03/64] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 05/64] skbuff: Switch structure bounds to struct_group()
` [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH 07/64] staging: rtl8192e: Use struct_group() "
` [PATCH 08/64] staging: rtl8192u: "
` [PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy()
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 11/64] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 12/64] mwl8k: Use struct_group() for memcpy() region
` [PATCH 13/64] libertas: "
` [PATCH 14/64] libertas_tf: "
` [PATCH 15/64] ipw2x00: "
` [PATCH 16/64] thermal: intel: int340x_thermal: "
` [PATCH 17/64] iommu/amd: "
` [PATCH 18/64] cxgb3: "
` [PATCH 19/64] ip: Use struct_group() for memcpy() regions
` [PATCH 20/64] intersil: Use struct_group() for memcpy() region
` [PATCH 21/64] cxgb4: "
` [PATCH 22/64] bnx2x: "
` [PATCH 23/64] drm/amd/pm: "
` [PATCH 24/64] staging: wlan-ng: "
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 26/64] net/mlx5e: "
` [PATCH 27/64] HID: cp2112: "
` [PATCH 28/64] compiler_types.h: Remove __compiletime_object_size()
` [PATCH 29/64] lib/string: Move helper functions out of string.c
` [PATCH 30/64] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH 31/64] fortify: Explicitly disable Clang support
` [PATCH 32/64] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH 35/64] fortify: Detect struct member overflows in memmove() "
` [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH 37/64] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH 38/64] xfrm: Use memset_after() to clear padding
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status
` [PATCH 40/64] net: 802: Use memset_after() to clear struct fields
` [PATCH 41/64] net: dccp: Use memset_after() for TP zeroing
` [PATCH 42/64] net: qede: Use memset_after() for counters
` [PATCH 43/64] ath11k: Use memset_after() for clearing queue descriptors
` [PATCH 44/64] iw_cxgb4: Use memset_after() for cpl_t5_pass_accept_rpl
` [PATCH 45/64] intel_th: msu: Use memset_after() for clearing hw header
` [PATCH 46/64] IB/mthca: Use memset_after() for clearing mpt_entry
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
` [PATCH 48/64] drbd: Use struct_group() to zero algs
` [PATCH 49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH 50/64] KVM: x86: Use struct_group() to zero decode cache
` [PATCH 51/64] tracing: Use struct_group() to zero struct trace_iterator
` [PATCH 52/64] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH 53/64] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
` [PATCH 55/64] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH 56/64] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH 57/64] netfilter: conntrack: Use struct_group() to zero struct nf_conn
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow
` [PATCH 59/64] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH 60/64] fortify: Work around Clang inlining bugs
` [PATCH 61/64] Makefile: Enable -Warray-bounds
` [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
` [PATCH 63/64] iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write
` [PATCH 64/64] fortify: Add run-time WARN for cross-field memcpy()

[PATCH v2 00/14] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-07-28  5:34 UTC  (9+ messages)
` [PATCH v2 04/14] dt-bindings: reset: mt8195: Move reset controller constants into common location
` [PATCH v2 07/14] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v2 13/14] drm/mediatek: add ETHDR support for MT8195

[PATCH 00/14] drm: Make DRM's IRQ helpers legacy
 2021-07-28  5:19 UTC  (17+ messages)
` [PATCH 01/14] drm/amdgpu: Convert to Linux IRQ interfaces
` [PATCH 02/14] drm/arm/hdlcd: "
` [PATCH 03/14] drm/atmel-hlcdc: "
` [PATCH 04/14] drm/fsl-dcu: "
` [PATCH 05/14] drm/gma500: "
` [PATCH 06/14] drm/kmb: "
` [PATCH 07/14] drm/msm: "
` [PATCH 08/14] drm/mxsfb: "
` [PATCH 09/14] drm/radeon: "
` [PATCH 10/14] drm/tidss: "
` [PATCH 11/14] drm/tilcdc: "
` [PATCH 12/14] drm/vc4: "
` [PATCH 13/14] drm: Remove unused devm_drm_irq_install()
` [PATCH 14/14] drm: IRQ midlayer is now legacy

[Bug 213779] New: Screen stays blank on resume. from hibernate
 2021-07-28  4:49 UTC  (3+ messages)
` [Bug 213779] Screen stays blank on resume "

[PATCH v3 00/15] drm/i915/guc/slpc: Enable GuC based power management features
 2021-07-28  4:03 UTC  (43+ messages)
` [PATCH 02/15] drm/i915/guc/slpc: Initial definitions for SLPC
` [PATCH 03/15] drm/i915/guc/slpc: Gate Host RPS when SLPC is enabled
` [PATCH 04/15] drm/i915/guc/slpc: Adding SLPC communication interfaces
` [PATCH 06/15] drm/i915/guc/slpc: Enable SLPC and add related H2G events
  ` [Intel-gfx] "
` [PATCH 07/15] drm/i915/guc/slpc: Remove BUG_ON in guc_submission_disable
` [PATCH 08/15] drm/i915/guc/slpc: Add methods to set min/max frequency
  ` [Intel-gfx] "
` [PATCH 09/15] drm/i915/guc/slpc: Add get max/min freq hooks
  ` [Intel-gfx] "
` [PATCH 10/15] drm/i915/guc/slpc: Add debugfs for SLPC info
` [PATCH 11/15] drm/i915/guc/slpc: Enable ARAT timer interrupt
` [PATCH 12/15] drm/i915/guc/slpc: Cache platform frequency limits
` [PATCH 14/15] drm/i915/guc/slpc: Add SLPC selftest
` [PATCH 15/15] drm/i915/guc/rc: Setup and enable GUCRC feature

[PATCH v4 00/13] drm/msm: drm scheduler conversion and cleanups
 2021-07-28  1:06 UTC  (14+ messages)
` [PATCH v4 01/13] drm/msm: Docs and misc cleanup
` [PATCH v4 02/13] drm/msm: Small submitqueue creation cleanup
` [PATCH v4 03/13] drm/msm: drop drm_gem_object_put_locked()
` [PATCH v4 04/13] drm: Drop drm_gem_object_put_locked()
` [PATCH v4 05/13] drm/msm/submit: Simplify out-fence-fd handling
` [PATCH v4 06/13] drm/msm: Consolidate submit bo state
` [PATCH v4 07/13] drm/msm: Track "seqno" fences by idr
` [PATCH v4 08/13] drm/msm: Return ERR_PTR() from submit_create()
` [PATCH v4 09/13] drm/msm: Conversion to drm scheduler
` [PATCH v4 10/13] drm/msm: Drop submit bo_list
` [PATCH v4 11/13] drm/msm: Drop struct_mutex in submit path
` [PATCH v4 12/13] drm/msm: Utilize gpu scheduler priorities
` [PATCH v4 13/13] drm/msm/gem: Mark active before pinning

[PATCH 01/14] drm/kmb: Enable LCD DMA for low TVDDCV
 2021-07-28  0:31 UTC  (14+ messages)
` [PATCH 02/14] drm/kmb: Define driver date and major/minor version
` [PATCH 03/14] drm/kmb: Work around for higher system clock
` [PATCH 04/14] drm/kmb : W/A for 256B cache alignment for video
` [PATCH 05/14] drm/kmb: Limit supported mode to 1080p
` [PATCH 06/14] drm/kmb: Remove clearing DPHY regs
` [PATCH 07/14] drm/kmb: Disable change of plane parameters
` [PATCH 08/14] drm/kmb: Corrected typo in handle_lcd_irq
` [PATCH 09/14] drm/kmb : W/A for planar formats
` [PATCH 10/14] drm/kmb: Enable ADV bridge after modeset
` [PATCH 11/14] drm/kmb: Prune display modes with CRTC vfp < 4
` [PATCH 12/14] drm/kmb: Fix possible oops in error handling
` [PATCH 13/14] drm/kmb: Enable alpha blended second plane
` [PATCH 14/14] drm/kmb: Enable support for fbcon (framebuffer console)

[PATCH 0/3] drm/amdgpu: modernize virtual display feature
 2021-07-28  0:11 UTC  (4+ messages)
` [PATCH 1/3] drm/amdgpu: create amdgpu_vkms (v4)
` [PATCH 2/3] drm/amdgpu: cleanup dce_virtual
` [PATCH 3/3] drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)

[PATCH] drm/exynos: Always initialize mapping in exynos_drm_register_dma()
 2021-07-27 23:36 UTC 

[PATCH v3] drm/dp_mst: Fix return code on sideband message failure
 2021-07-27 22:44 UTC  (8+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-27 22:37 UTC  (13+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH 03/11] powerpc/pseries/svm: Add a powerpc "
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "
` [PATCH 10/11] powerpc/pseries/svm: "
` [PATCH 11/11] s390/mm: "

[RFC 0/4] dma-fence: Deadline awareness
 2021-07-27 21:17 UTC  (2+ messages)
` [RFC 5/4] drm/msm: Add deadline based boost support

[PATCH v2 0/3] drm/msm: Improved devfreq tuning
 2021-07-27 20:11 UTC  (5+ messages)
` [PATCH v2 1/3] drm/msm: Split out devfreq handling
` [PATCH v2 2/3] drm/msm: Split out get_freq() helper

[PATCH V2] drm: mxsfb: Use bus_format from the nearest bridge if present
 2021-07-27 19:46 UTC  (2+ messages)

[RESEND PATCH v6 00/14] drm/trace: Mirror DRM debug logs to tracefs
 2021-07-27 19:25 UTC  (3+ messages)
` [RESEND PATCH v6 11/14] drm/mst: Convert debug printers to debug category printers

[PATCH 00/33] Remaining patches for basic GuC submission
 2021-07-27 19:21 UTC  (5+ messages)
` [PATCH 25/33] drm/i915/guc: Support request cancellation
` [PATCH 29/33] drm/i915/selftest: Increase some timeouts in live_requests

[PATCH 0/2] Add support for querying hw info that UMDs need
 2021-07-27 18:46 UTC  (3+ messages)

[PATCH 0/5] drm/msm/dp: Support multiple DP instances and add sc8180x
 2021-07-27 18:42 UTC  (5+ messages)
` [PATCH 1/5] drm/msm/dp: Remove global g_dp_display variable
` [PATCH 2/5] drm/msm/dp: Modify prototype of encoder based API

[PATCH 00/47] GuC submission support
 2021-07-27 18:30 UTC  (6+ messages)
` [PATCH 31/47] drm/i915/guc: Reset implementation for new GuC interface
  ` [Intel-gfx] "

[PATCH v2 01/11] drm/i915: Check for nomodeset in i915_init() first
 2021-07-27 18:25 UTC  (4+ messages)
` [PATCH v2 11/11] drm/i915: Extract i915_module.c

[PATCH] drm/amdkfd: move PTR_ERR under IS_ERR() condition
 2021-07-27 18:16 UTC  (2+ messages)

[PATCH v6] drm/msm/dp: add logs across DP driver for ease of debugging
 2021-07-27 18:13 UTC  (2+ messages)

[PATCH] drm/msm/dp: Initialize dp->aux->drm_dev before registration
 2021-07-27 17:59 UTC  (2+ messages)

[PATCH v3 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip
 2021-07-27 17:41 UTC  (4+ messages)

[PATCH 1/1] drm/i915: dgfx cards need to wait on pcode's uncore init done
 2021-07-27 17:33 UTC 

[PATCH v3 00/13] drm/msm: drm scheduler conversion and cleanups
 2021-07-27 17:11 UTC  (8+ messages)
` [PATCH v3 07/13] drm/msm: Track "seqno" fences by idr
` [PATCH v3 08/13] drm/msm: Return ERR_PTR() from submit_create()
` [PATCH v3 09/13] drm/msm: Conversion to drm scheduler
` [PATCH v3 10/13] drm/msm: Drop submit bo_list
` [PATCH v3 11/13] drm/msm: Drop struct_mutex in submit path
` [PATCH v3 12/13] drm/msm: Utilize gpu scheduler priorities
` [PATCH v3 13/13] drm/msm/gem: Mark active before pinning


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).