dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 20:59:58 to 2021-07-28 12:52:39 UTC [more...]

[PATCH] drm: rcar-du: crtc: force depends on cmm
 2021-07-28 12:24 UTC  (11+ messages)

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-28 11:24 UTC  (92+ 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 13/64] libertas: "
` [PATCH 16/64] thermal: intel: int340x_thermal: "
` [PATCH 17/64] iommu/amd: "
` [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 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()

[PULL] drm-misc-fixes
 2021-07-28 12:52 UTC 

[PATCH v4 00/18] drm/sched dependency tracking and dma-resv fixes
 2021-07-28 12:46 UTC  (6+ messages)
` [PATCH v4 03/18] drm/sched: Add dependency tracking
    ` [Linaro-mm-sig] "

linux-next: build failure after merge of the amdgpu tree
 2021-07-28 12:34 UTC 

[PATCH v7] drm/bridge: add it6505 driver
 2021-07-28 12:13 UTC  (3+ messages)

[PATCH v3 1/2] arm64: dts: qcom: sc7280: Add gpu support
 2021-07-28 11:54 UTC  (2+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: sc7280: Add gpu thermal zone cooling support

[PATCH] drm/vc4: hdmi: Add debugfs prefix
 2021-07-28 11:54 UTC  (2+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-28 11:50 UTC  (14+ 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: "

[PATCH 1/2] drm/vc4: hdmi: Remove redundant variables
 2021-07-28 11:43 UTC  (4+ messages)
` [PATCH 2/2] drm/vc4: hdmi: Remove unused struct

[RFC 0/4] dma-fence: Deadline awareness
 2021-07-28 11:37 UTC  (12+ messages)
` [RFC 1/4] dma-fence: Add deadline awareness
` [RFC 5/4] drm/msm: Add deadline based boost support

[PATCH 1/5] drm/vmwgfx: unbind in vmw_ttm_unpopulate
 2021-07-28 11:18 UTC  (9+ messages)

[PATCH v1 0/5] add mt8195 SoC DRM binding
 2021-07-28 10:56 UTC  (7+ messages)
` [PATCH v1 1/5] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding

[PATCH v2 00/14] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-07-28 10:31 UTC  (13+ 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 09/14] soc: mediatek: mmsys: Add reset controller support for MT8195 vdosys1
` [PATCH v2 13/14] drm/mediatek: add ETHDR support for MT8195

[PATCH v3] drm: clarify usage of drm leases
 2021-07-28 10:27 UTC 

[PATCH 00/14] drm: Make DRM's IRQ helpers legacy
 2021-07-28 10:27 UTC  (5+ messages)
` [PATCH 01/14] drm/amdgpu: Convert to Linux IRQ interfaces

[PATCH v2 0/3] drm, drm/vmwgfx: fixes and updates related to drm_master
 2021-07-28 10:01 UTC  (4+ messages)
` [PATCH v2 2/3] drm: clarify usage of drm leases

[PATCH] efi: sysfb_efi: fix build when EFI is not set
 2021-07-28  8:50 UTC  (3+ messages)

[PATCH] drm/i915/gt: Fix a lockdep warning with disable interrupts
 2021-07-28  7:58 UTC 

[PATCH 00/33] Remaining patches for basic GuC submission
 2021-07-28  8:01 UTC  (3+ messages)
` [PATCH 03/33] drm/i915: Hold reference to intel_context over life of i915_request
  ` [Intel-gfx] "

[PATCH 1/9] dt-bindings: phy: mediatek: tphy: support type switch by pericfg
 2021-07-28  7:58 UTC  (9+ messages)
` [PATCH 2/9] phy: phy-mtk-tphy: use clock bulk to get clocks
` [PATCH 3/9] phy: phy-mtk-tphy: support type switch by pericfg
` [PATCH 4/9] phy: phy-mtk-tphy: print error log using child device
` [PATCH 5/9] phy: phy-mtk-tphy: remove error log of ioremap failure
` [PATCH 6/9] phy: phy-mtk-ufs: use clock bulk to get clocks
` [PATCH 7/9] phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resource
` [PATCH 8/9] phy: phy-mtk-mipi-dsi: remove dummy assignment of error number
` [PATCH 9/9] phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resource

[PATCH 01/14] drm/kmb: Enable LCD DMA for low TVDDCV
 2021-07-28  7:46 UTC  (22+ 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 v2] arm64: dts: qcom: sc7280: Add gpu support
 2021-07-28  7:17 UTC  (3+ messages)

[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  (28+ messages)
` [PATCH 03/15] drm/i915/guc/slpc: Gate Host RPS when SLPC is enabled
` [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 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 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)


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 NNTP newsgroup(s).