messages from 2026-06-08 15:27:28 to 2026-06-09 07:00:23 UTC [more...]
[PATCH] drm/debugfs: fix dentry leak when removing files
2026-06-09 5:49 UTC (2+ messages)
[PATCH 0/3] drm/nouveau: stability fixes for NVAC (MCP79/MCP7A)
2026-06-08 19:57 UTC (3+ messages)
[PATCH] lib/fonts: Avoid unncessary 64-bit math in font code
2026-06-09 6:14 UTC (6+ messages)
[PATCH v2 00/14] list: Prepare entry iterators to cache cursor state
2026-06-09 7:00 UTC (26+ messages)
` [PATCH v2 01/14] drbd: Open-code transfer log list walk
` [PATCH v2 02/14] firewire: core: Open-code topology "
` [PATCH v2 03/14] drm/bridge: Open-code bridge chain list walks
` [PATCH v2 04/14] drm/i915/gt: Open-code active timeline walk
` [PATCH v2 05/14] drm/i915: Open-code DFS dependency list walk
` [PATCH v2 06/14] drm/ttm: Open-code reservation "
` [PATCH v2 07/14] spi: fsi: Open-code message transfer walk
` [PATCH v2 08/14] spi: stm32-ospi: "
` [PATCH v2 09/14] spi: stm32-qspi: "
` [PATCH v2 10/14] spi: tegra210-quad: "
` [PATCH v2 11/14] locking/locktorture: Open-code ww mutex list walk
` [PATCH v2 12/14] locking/ww_mutex: Open-code stress reorder "
` [PATCH v2 13/14] ASoC: dapm: Open-code widget invalidation walk
` [PATCH v2 14/14] list: Cache cursors in entry iterators
[PATCH v2 00/78] drm/bridge: Convert all reset users to create_state
2026-06-09 6:54 UTC (28+ messages)
` [PATCH v2 14/78] drm/bridge: imx8mp-hdmi-pvi: Switch to atomic_create_state
` [PATCH v2 15/78] drm/bridge: imx8qm-ldb: "
` [PATCH v2 16/78] drm/bridge: imx8qxp-ldb: "
` [PATCH v2 17/78] drm/bridge: imx8qxp-pixel-combiner: "
` [PATCH v2 18/78] drm/bridge: imx8qxp-pixel-link: "
` [PATCH v2 19/78] drm/bridge: imx8qxp-pxl2dpi: "
` [PATCH v2 21/78] drm/bridge: ite-it6263: "
` [PATCH v2 49/78] drm/mediatek: dp: "
` [PATCH v2 50/78] drm/mediatek: dpi: "
` [PATCH v2 51/78] drm/mediatek: dsi: "
` [PATCH v2 52/78] drm/mediatek: hdmi: "
` [PATCH v2 53/78] drm/mediatek: hdmi_v2: "
[PATCH v6 00/15] drm/msm/dp: Prerequisite cleanup for upcoming MST support
2026-06-09 6:27 UTC (4+ messages)
` [PATCH v6 07/15] drm/msm/dp: move the pixel clock control to its own API
[PATCH v2] accel/ivpu: Fix signed integer truncation in IPC receive
2026-06-09 5:54 UTC (3+ messages)
[RFC PATCH] dma-fence: Fix races of fence callbacks versus destructors by locking
2026-06-09 5:52 UTC (16+ messages)
[PATCH v3 0/4] DRM RAS Fixes
2026-06-09 4:59 UTC (3+ messages)
` [PATCH v3 3/4] drm/xe/drm_ras: Add per node cleanup action
[PATCH v8 0/4] misc: fastrpc: Add missing bug fixes
2026-06-09 3:18 UTC (9+ messages)
` [PATCH v8 1/4] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
` [PATCH v8 2/4] misc: fastrpc: Remove buffer from list prior to unmap operation
` [PATCH v8 3/4] misc: fastrpc: Allocate entire reserved memory for Audio PD in probe
` [PATCH v8 4/4] misc: fastrpc: Allow fastrpc_buf_free() to accept NULL
[PATCH] drm/gem: Fix ww_acquire context leak in drm_gem_lru_scan()
2026-06-09 2:42 UTC
[PATCH] drm/gem: Fix resource leaks in drm_gem_huge_mnt_create() error paths
2026-06-09 2:37 UTC (2+ messages)
[PATCH v3 1/2] rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo
2026-06-09 1:54 UTC (4+ messages)
` [PATCH v3 2/2] rust: drm: gpuvm: require Send and Sync for GpuVm's shared data
[PATCH V3] accel/amdxdna: Fix VMA access race
2026-06-09 1:27 UTC (2+ messages)
[PATCH 0/6] drm/msm: Assorted fixes - June/26
2026-06-09 0:20 UTC (5+ messages)
` [PATCH 5/6] drm/msm/a6xx: Fix IRQ storm during msm_recovery test
[PATCH] iommufd: take dma_resv lock before dma_buf_unpin() in release path
2026-06-09 0:17 UTC (2+ messages)
[PATCH 0/1] drm-tip: build failure
2026-06-09 0:08 UTC (4+ messages)
` [PATCH 1/1] drm/amdgpu: check individual moved list instead of invalidated
[PATCH v3 00/19] rust: I/O type generalization and projection
2026-06-08 23:52 UTC (31+ messages)
` [PATCH v3 01/19] rust: io: add dynamically-sized `Region` type
` [PATCH v3 02/19] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v3 03/19] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v3 04/19] rust: io: implement `Io` on reference types instead
` [PATCH v3 05/19] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v3 06/19] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v3 07/19] rust: io: implement `Mmio` as view type
` [PATCH v3 08/19] rust: pci: io: make `ConfigSpace` a view
` [PATCH v3 09/19] rust: io: use view types instead of addresses for `Io`
` [PATCH v3 10/19] rust: io: remove `MmioOwned`
` [PATCH v3 11/19] rust: io: move `Io` methods to extension trait
` [PATCH v3 12/19] rust: io: add projection macro and methods
` [PATCH v3 13/19] rust: io: add I/O backend for system memory with volatile access
` [PATCH v3 14/19] rust: io: implement a view type for `Coherent`
` [PATCH v3 15/19] rust: io: add `read_val` and `write_val` function on `Io`
` [PATCH v3 16/19] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v3 17/19] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v3 18/19] rust: io: add copying methods
` [PATCH v3 19/19] rust: io: implement `Io` for `Either`
[PATCH 0/2] drm/msm: Add support for Shikra GPU (A704)
2026-06-08 23:36 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: display/msm/gpu: Add support for A704 GPU
` [PATCH 2/2] drm/msm/adreno: "
[PATCH v2 0/2] drm/gpuvm: Delete some dead code and fix a comment
2026-06-08 22:33 UTC (3+ messages)
` [PATCH v2 1/2] drm/gpuvm: Remove dead code
` [PATCH v2 2/2] drm/gpuvm: Fix comment to reflect remap operation operand status
[PATCH next] drivers/gpu/drm/vmwgfx/vmwgfx_msg: Use strscpy() to copy mks-guest-stat names
2026-06-08 22:20 UTC (2+ messages)
[PATCH v1] drm/kmb: Fix device reference leaks in probe
2026-06-08 21:28 UTC (2+ messages)
[PATCH v2 0/7] rust: drm: Higher-Ranked Lifetime private data
2026-06-08 20:50 UTC (7+ messages)
` [PATCH v2 3/7] rust: drm: Add RegistrationData to drm::Driver
[PATCH V2] accel/amdxdna: Fix VMA access race
2026-06-08 20:35 UTC (2+ messages)
[PATCH v6] dma-buf: Fix silent overflow for phys vec to sgt
2026-06-08 19:58 UTC (2+ messages)
[PATCH] drm/amdgpu: initialize irq.lock spinlock earlier
2026-06-08 19:39 UTC (2+ messages)
[PATCH v6 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
2026-06-08 18:56 UTC (6+ messages)
` [PATCH v6 1/5] net/mlx5: free mlx5_st_idx_data on final dealloc
` [PATCH v6 2/5] PCI/TPH: expose enabled requester type and capability helpers
` [PATCH v6 3/5] dma-buf: add optional get_tph() callback
` [PATCH v6 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature
` [PATCH v6 5/5] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
[PATCH v5] dma-buf: Fix silent overflow for phys vec to sgt
2026-06-08 18:54 UTC (5+ messages)
[PATCH v19 0/4] Rust bindings for gem shmem
2026-06-08 18:50 UTC (10+ messages)
` [PATCH v19 1/4] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v19 2/4] rust: drm: gem: shmem: Add vmap functions
` [PATCH v19 3/4] rust: faux: Allow retrieving a bound Device
` [PATCH v19 4/4] rust: drm: gem: Introduce shmem::Object::sg_table()
[PATCH] drm/virtio: fix dma_fence refcount leak on error in virtio_gpu_dma_fence_wait()
2026-06-08 18:43 UTC (2+ messages)
[PATCH v1] drm/virtio: Fix driver removal with disabled KMS
2026-06-08 18:40 UTC (2+ messages)
[PATCH] drm/amd/display: Avoid using zero AC/DC brightness levels
2026-06-08 18:34 UTC (6+ messages)
[PATCH V1] accel/amdxdna: Fix VMA access race
2026-06-08 18:04 UTC (2+ messages)
[PATCH] nouveau/firmware: fix memory leak on BL load failure
2026-06-08 17:53 UTC (3+ messages)
[PATCH v2] gpu: nova-core: gsp: Move gsp register definition into gsp module
2026-06-08 17:36 UTC (2+ messages)
[PATCH v1 0/2] drm/panel-edp: Add AUO, BOE, CMN, and CSW panels
2026-06-08 17:28 UTC (5+ messages)
` [PATCH v1 1/2] drm/panel-edp: Add AUO B116XAT04.3, CMN N116BCP-EA2, CSW MNB601LS1-8
` [PATCH v1 2/2] drm/panel-edp: Add BOE NV116WH2-M30, BOE NT116WHM-N21, BOE NV116FH1-M31, BOE NV116FH1-M30
[PATCH][next] drm/sched: Fix spelling mistake "sumission" -> "submission"
2026-06-08 17:23 UTC
[PATCH v2 46/78] drm/bridge: ti-tfp410: Switch to atomic_create_state
2026-06-08 17:11 UTC (2+ messages)
[PATCH 1/3] dt-bindings: display: panel: himax, hx83121a: add optional bl supply
2026-06-08 17:11 UTC (6+ messages)
` [PATCH 2/3] drm/panel: himax-hx83121a: pass the panel pointer when creating BL
` [PATCH 3/3] drm/panel: himax-hx83121a: add backlight regulator support
` [PATCH 1/3] dt-bindings: display: panel: himax,hx83121a: add optional bl supply
[PATCH v18 0/4] Rust bindings for gem shmem
2026-06-08 17:10 UTC (4+ messages)
` [PATCH v18 1/4] rust: drm: gem: shmem: Add DmaResvGuard helper
[PATCH v2 43/78] drm/bridge: ti-sn65dsi83: Switch to atomic_create_state
2026-06-08 17:03 UTC (2+ messages)
[PATCH v2] cgroup/dmem: accept only one region per limit write
2026-06-08 16:51 UTC (4+ messages)
[PATCH v2 34/78] drm/bridge: dw-hdmi-qp: Switch to atomic_create_state
2026-06-08 16:43 UTC (2+ messages)
[PATCH v2 33/78] drm/bridge: dw-dp: Switch to atomic_create_state
2026-06-08 16:40 UTC (2+ messages)
Build of drm-tip broken possibly by commit 40396ffdf612
2026-06-08 16:34 UTC
[PATCH v2 32/78] drm/bridge: ssd2825: Switch to atomic_create_state
2026-06-08 16:33 UTC (2+ messages)
[PATCH V2 1/3] accel/amdxdna: Fix amdxdna_client lifetime race during device removal
2026-06-08 16:32 UTC (6+ messages)
` [PATCH V2 2/3] accel/amdxdna: Fix amdxdna_client accessing race in amdxdna_drm_gem_mmap()
` [PATCH V2 3/3] accel/amdxdna: Fix amdxdna_client race in amdxdna_show_fdinfo()
[PATCH 00/39] Add i.MX95 DPU/DSI/LVDS support
2026-06-08 16:29 UTC (5+ messages)
[RFC PATCH 00/18] drm/panthor: Add Mali v15 AM virtualization support
2026-06-08 16:27 UTC (4+ messages)
` [RFC PATCH 01/18] drm/panthor: Ignore -EOPNOTSUPP for shader-present nvmem lookup
[PATCH v2 30/78] drm/bridge: samsung-dsim: Switch to atomic_create_state
2026-06-08 16:26 UTC (2+ messages)
[PATCH] drm/logicvc: Avoid use-after-free with devm_kzalloc()
2026-06-08 16:19 UTC (4+ messages)
[PATCH v2 28/78] drm/bridge: panel: Switch to atomic_create_state
2026-06-08 16:17 UTC (2+ messages)
[PATCH v2 27/78] drm/bridge: nwl-dsi: Switch to atomic_create_state
2026-06-08 16:15 UTC (2+ messages)
[PATCH] cgroup/dmem: accept only one region per limit write
2026-06-08 15:42 UTC (7+ messages)
[PATCH v2] rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo
2026-06-08 15:32 UTC (2+ messages)
No display initialisation when using DRM_CLIENT_LOG instead of DRM_FBDEV_EMULATION
2026-06-08 15:32 UTC (3+ messages)
[PATCH v3 0/5] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
2026-06-08 9:45 UTC (9+ messages)
` [PATCH v3 1/5] dt-bindings: display: verisilicon, dc: generalize for single-output variants
` [PATCH v3 1/5] dt-bindings: display: verisilicon,dc: "
` [PATCH v3 3/5] drm/verisilicon: introduce per-variant hardware ops table
[PATCH 1/3] drm/i915/dsi: Program TRANS_HSYNC register for dual-link command mode
2026-06-08 9:12 UTC
[PATCH] accel/rocket: Fix dma_fence reference leak on error paths in rocket_job_run()
2026-06-08 8:38 UTC
[PATCH net-next 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-06-08 13:55 UTC (6+ messages)
` [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
[PATCH 2/3] drm/i915/dsi: Fix hsync readout for dual-link command mode
2026-06-08 9:12 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox