messages from 2026-09-09 01:39:11 to 2026-09-09 08:59:46 UTC [more...]
[PATCH v4 00/14] drm/panic: Split into core and helpers
2026-09-09 8:55 UTC (8+ messages)
` [PATCH v4 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v4 02/14] drm/panic: Test address from kmap op for NULL
` [PATCH v4 03/14] drm/panic: Return -EINVAL if font is not available
` [PATCH v4 04/14] drm/panic: Return errno codes if panic output fails
` [PATCH v4 05/14] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH v4 06/14] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH v4 08/14] drm/panic: Retry in dispatch function if panic output fails
[RFC] virtio-gpu: guest request for host-managed HDCP
2026-09-09 8:58 UTC
[PATCH RESEND] drm/bridge: tc358768: Enforce input bus flags via atomic_check
2026-09-09 8:57 UTC (2+ messages)
[PATCH] drm/msm: split DPU core IRQ handler under CONFIG_PREEMPT_RT
2026-09-09 8:52 UTC
[PATCH v2] drm/sysfb: Use iosys_map_memset() to clear buffer
2026-09-09 8:48 UTC (2+ messages)
[PATCH] drm/amdgpu/smu: Enable UCLK after init in AMD Radeon Pro 5300
2026-09-09 8:39 UTC (5+ messages)
[PATCH] drm/virtio: Replace deprecated drm_simple_encoder_init()
2026-09-09 7:52 UTC (3+ messages)
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-09 7:37 UTC (42+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()
[PATCH 06/13] ARM: omap2: remove omap24xx support
2026-09-09 8:06 UTC (3+ messages)
[PATCH 0/3] mm: page_counter: move hierarchical protection out of struct page_counter
2026-09-09 8:38 UTC (6+ messages)
` [PATCH 1/3] mm: page_counter: add page_counter_protection struct and init API
` [PATCH 2/3] mm: page_counter: track protection state in page_counter_protection
` [PATCH 3/3] mm: page_counter: drop protection fields from struct page_counter
[PATCH v3 00/11] drm: Add DRM_MODE_ATOMIC_RESET flag
2026-09-09 8:22 UTC (21+ messages)
` [PATCH v3 01/11] drm/atomic: colorop: Rename state to state_to_destroy
` [PATCH v3 02/11] drm/atomic: Create function to insert CRTC state into a commit
` [PATCH v3 03/11] drm/atomic: Create function to insert plane "
` [PATCH v3 04/11] drm/atomic: Create function to insert colorop "
` [PATCH v3 05/11] drm/atomic: Create function to insert private obj "
` [PATCH v3 06/11] drm/atomic: Create function to insert connector "
` [PATCH v3 07/11] drm/atomic: Add drm_atomic_can_create_state() helper
` [PATCH v3 08/11] drm/atomic: Allow filling a commit with pristine object states
` [PATCH v3 09/11] drm/atomic-uapi: Add DRM_MODE_ATOMIC_RESET flag
[PATCH] drm/pl111: Advertise no pixel blending
2026-09-09 8:16 UTC (3+ messages)
[PATCH 0/4] Update my email address
2026-09-09 8:12 UTC (5+ messages)
` [PATCH 1/4] mailmap: update Joel Selvaraj's "
` [PATCH 2/4] MAINTAINERS: "
` [PATCH 3/4] dt-bindings: display: panel: ebbg,ft8719: "
` [PATCH 4/4] drm/panel: ebbg-ft8719: "
[PATCH] rust/drm/gem: initialize callbacks with ..pin_init::zeroed()
2026-09-09 8:11 UTC (8+ messages)
[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-09-09 8:02 UTC (13+ messages)
[PATCH] drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums
2026-09-09 8:00 UTC (2+ messages)
[PATCH RFC v2 00/19] drm/panel: embed a drm_bridge into every drm_panel
2026-09-09 7:59 UTC (8+ messages)
` [PATCH RFC v2 05/19] "
[PATCH] drm/sched: drop the unused entity argument from drm_sched_fence_alloc()
2026-09-09 7:55 UTC (2+ messages)
[PATCH v4 0/3] drm/sched: fix use-after-free of the fence timeline name
2026-09-09 7:44 UTC (19+ messages)
` [PATCH v4 1/3] drm/sched: cache the timeline name to fix a use-after-free
[PATCH] drm/i915: fix incorrect RCU teardown order
2026-09-09 7:24 UTC (5+ messages)
[PATCH] gpu: buddy: Drop the stale @p line from the gpu_buddy_print() kernel-doc
2026-09-09 7:00 UTC (2+ messages)
[RFC PATCH] misc: fgds: enable GPU-NVMe direct I/O via POSIX and io_uring
2026-09-09 6:10 UTC (2+ messages)
[PATCH v6 00/13] gpu: nova: Export parameters from nova-core to nova-drm
2026-09-09 6:57 UTC (16+ messages)
` [PATCH v6 01/13] rust: auxiliary: let registration_data_with() closures return covariant sub-fields
` [PATCH v6 02/13] gpu: nova-core: Add public driver API to nova-core
` [PATCH v6 03/13] drm: nova: Add DRM registration data
` [PATCH v6 04/13] drm: nova: Add GPU architecture enum to nova-drm UAPI
` [PATCH v6 05/13] drm: nova: Add chipid "
` [PATCH v6 06/13] rust: uaccess: add UserSliceWriter::write_truncated()
` [PATCH v6 07/13] drm: nova: Add an info ioctl
` [PATCH v6 08/13] drm: nova: Add usable VRAM size to GPU info
` [PATCH v6 09/13] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter
` [PATCH v6 10/13] drm: nova: Expose a render node
` [PATCH v6 11/13] drm: nova: Report GPU name in GPU info
` [PATCH v6 12/13] drm: nova: Report GPU short "
` [PATCH v6 13/13] drm: nova: Report GPU GID "
[PATCH 0/4] arm64: dts: qcom: add the Xiaomi Mi Pad 5 Pro 5G
2026-09-08 16:04 UTC (4+ messages)
` [PATCH 4/4] arm64: dts: qcom: sm8250: add device tree for "
[PATCH v6 0/6] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
2026-09-09 5:44 UTC (8+ messages)
` [PATCH v6 1/6] dt-bindings: display: verisilicon, dc: add support for nuvoton, ma35d1-dcu
` [PATCH v6 1/6] dt-bindings: display: verisilicon,dc: add support for nuvoton,ma35d1-dcu
` [PATCH v6 2/6] drm/verisilicon: add register-level macros for DC8000
` [PATCH v6 3/6] drm/verisilicon: introduce per-variant hardware ops table
` [PATCH v6 4/6] drm/verisilicon: add DC8000 (DCUltraLite) display controller support
` [PATCH v6 5/6] drm/verisilicon: add DCUltraLite chip identity to HWDB
` [PATCH v6 6/6] drm/verisilicon: extend Kconfig to support ARCH_MA35 platforms
[BUG] DP-CEC wake NACKs after S3 with UGREEN DP-to-HDMI adapter
2026-09-08 15:59 UTC
[PATCH] MAINTAINERS: update MEGACHIPS dt-binding path to yaml
2026-09-09 5:15 UTC (2+ messages)
[PATCH] drm/virtio: fix memory leak of fence event on execbuffer failure
2026-09-09 3:42 UTC (3+ messages)
[PATCH V2 0/3] Add UALink infrastructure series 2
2026-09-08 17:57 UTC (7+ messages)
` [PATCH 1/3] drm/gem: Add callback for when handle count goes to 0
[PATCH] drm/msm/dp: don't gate eDP on DP_SINK_COUNT
2026-09-08 9:01 UTC
[RFC PATCH] drm/amd/pm: defer UCLK DPM enablement on Apple Navi 14 0218
2026-09-09 4:54 UTC (2+ messages)
[QUESTION] accel/amdxdna: AIE2 maps unspecified QoS priority to PRIORITY_HIGH, AIE4 to NORMAL
2026-09-09 3:54 UTC (3+ messages)
[PATCH v2] drm/msm/dp: don't gate eDP on DP_SINK_COUNT
2026-09-08 9:17 UTC
[PATCH 1/2] drm/intel: Generalize PCI ID macro for subvendor and subid
2026-09-09 6:32 UTC (3+ messages)
` [PATCH 2/2] drm/intel: Add quirk to disable rc6 on some TUXEDO devices
[PATCH] drm/vc4: drain the hangcheck timer and works on V3D unbind
2026-09-09 5:51 UTC (2+ messages)
[PATCH] drm/xe/i2c: cancel the client work on remove
2026-09-09 5:23 UTC
[PATCH v8 0/3] drm: Extract dma-fence-to-workqueue pattern into common helpers
2026-09-09 5:20 UTC (9+ messages)
` [PATCH v8 1/3] drm: Add drm_work_fence helper
` [PATCH v8 3/3] drm/xe: Convert xe_user_fence to drm_user_fence
[PATCH v9 0/3] drm: Extract dma-fence-to-workqueue pattern into common helpers
2026-09-09 4:57 UTC (7+ messages)
` [PATCH v9 1/3] drm: Add drm_work_fence helper
` [PATCH v9 2/3] drm: Add drm_user_fence helper
` [PATCH v9 3/3] drm/xe: Convert xe_user_fence to drm_user_fence
[PATCH v2 0/8] gpu: nova-core: add NVKV codec
2026-09-09 4:48 UTC (5+ messages)
` [PATCH v2 5/8] gpu: nova-core: add NVKV decoder
[PATCH] accel/habanalabs: fix use-after-free of decoder array on removal
2026-09-09 4:38 UTC (2+ messages)
[PATCH 00/16] gpu: nova-core: GPU page table, vmm, and bar1 mapping
2026-09-09 4:18 UTC (28+ messages)
` [PATCH 01/16] gpu: nova-core: mm: Add common types for virtual memory management
` [PATCH 02/16] gpu: nova-core: mm: Add buddy allocator and TLB to GpuMm
` [PATCH 03/16] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH 04/16] gpu: nova-core: mm: pagetable: Add PteOps trait
` [PATCH 05/16] gpu: nova-core: mm: pagetable: Add PdeOps trait
` [PATCH 06/16] gpu: nova-core: mm: pagetable: Add DualPdeOps trait
` [PATCH 07/16] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH 08/16] gpu: nova-core: mm: Add MMU v3 "
` [PATCH 09/16] gpu: nova-core: mm: pagetable: Add MmuConfig trait
` [PATCH 10/16] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH 11/16] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH 12/16] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH 13/16] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH 14/16] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH 15/16] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH 16/16] gpu: nova-core: mm: Add BAR1 memory management self-tests
[PATCH] drm/amdgpu: don't migrate a dma-buf into VRAM while runtime suspended
2026-09-09 2:23 UTC (2+ messages)
[PATCH] drm/dp_mst: Track allocated_pbn from ALLOCATE_PAYLOAD down-reply
2026-09-09 2:19 UTC (3+ messages)
` [PATCH v2] "
[PATCH] drm/vkms: Skip pre_blend_color_transform when pipeline is all bypassed
2026-09-09 2:19 UTC (2+ messages)
[PATCH] drm/vkms: Fix vertical read step for R1/R2/R4 formats
2026-09-09 2:10 UTC
[PATCH] drm/vkms: Fix gamma_lut size check
2026-09-09 2:10 UTC
[PATCH v2] drm/vkms: Add pixel blend mode property
2026-09-09 2:09 UTC
[PATCH v5] drm/bridge: dw-hdmi-qp: Guard clear_audio_infoframe when PHY is down
2026-09-09 1:38 UTC (3+ messages)
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