messages from 2026-09-08 14:47:40 to 2026-09-09 00:55:15 UTC [more...]
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-08 20:50 UTC (79+ 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 v6 0/6] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
2026-09-08 17:55 UTC (3+ 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 02/13] ARM: remove footbridge
2026-09-08 19:42 UTC (9+ messages)
` [PATCH 06/13] ARM: omap2: remove omap24xx support
[PATCH] rust/drm/gem: initialize callbacks with ..pin_init::zeroed()
2026-09-08 20:50 UTC (3+ messages)
[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
2026-09-09 0:55 UTC (9+ messages)
` [PATCH v9 01/39] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v9 02/39] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v9 03/39] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v9 04/39] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v9 07/39] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v9 21/39] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v9 23/39] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v9 27/39] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
[PATCH v2 0/8] gpu: nova-core: add NVKV codec
2026-09-09 0:51 UTC (3+ messages)
` [PATCH v2 5/8] gpu: nova-core: add NVKV decoder
[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-09-08 23:16 UTC (14+ messages)
` [PATCH v2 09/15] accel/qda: Add DMA-backed GEM objects and memory manager integration
` [PATCH v2 11/15] accel/qda: Add PRIME DMA-BUF import support
` [PATCH v2 12/15] accel/qda: Add FastRPC invocation support
[RFC v4 0/2] Realtime workqueues and panthor realtime submission
2026-09-08 22:51 UTC (5+ messages)
` [RFC v4 1/2] workqueue: Add support for real-time workers
[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-09-08 22:44 UTC (11+ messages)
[PATCH] drm/msm/adreno: keep the GPU timestamp monotonic across power collapse
2026-09-08 22:24 UTC (9+ messages)
[PATCH v3 00/22] accel: ethosu: Another batch of fixes
2026-09-08 22:24 UTC (35+ messages)
` [PATCH v3 01/22] accel: ethosu: Suspend after initialization
` [PATCH v3 02/22] accel: ethosu: Ensure suspended on removal
` [PATCH v3 03/22] accel: ethosu: Fix probe error cleanup
` [PATCH v3 04/22] accel: ethosu: Disable clocks on PM setup failure
` [PATCH v3 05/22] accel: ethosu: Quiesce jobs before scheduler teardown
` [PATCH v3 06/22] accel: ethosu: Prevent command stream export
` [PATCH v3 07/22] accel: ethosu: Move DMA mode to src/dst struct
` [PATCH v3 08/22] accel: ethosu: Track command stream register setup
` [PATCH v3 09/22] accel: ethosu: Factor buffer bounds checks
` [PATCH v3 10/22] accel: ethosu: Fix NHCWB16 bounds calculation
` [PATCH v3 11/22] accel: ethosu: Validate secondary streams
` [PATCH v3 12/22] accel: ethosu: Reject unsupported commands
` [PATCH v3 13/22] accel: ethosu: Validate all feature map tiles
` [PATCH v3 14/22] accel: ethosu: Account for feature map element size
` [PATCH v3 15/22] accel: ethosu: Validate convolution parameter
` [PATCH v3 16/22] accel: ethosu: Account for kernel dilation in IFM size
` [PATCH v3 17/22] accel: ethosu: Reject reserved command encodings
` [PATCH v3 18/22] accel: ethosu: Validate accumulator input
` [PATCH v3 19/22] accel: ethosu: Restrict dynamic IFM2 weights
` [PATCH v3 20/22] accel: ethosu: Split U65 and U85 DMA length validation
` [PATCH v3 21/22] accel: ethosu: Validate OFM transpose
` [PATCH v3 22/22] accel: ethosu: Validate resize operations
[PATCH] drm/vkms: Add pixel blend mode property
2026-09-08 22:18 UTC (2+ messages)
[PATCH] drm/amd/ras: Adjust second parameter of mp1_v13_0_eeprom_send_msg()
2026-09-08 21:41 UTC (2+ messages)
[PATCH] Revert "drm/amdgpu: debugfs: avoid extra EOLs in amdgpu_gem_info"
2026-09-08 21:39 UTC (3+ messages)
[PATCH] drm/pl111: Advertise no pixel blending
2026-09-08 21:31 UTC (2+ messages)
[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
2026-09-08 21:20 UTC (11+ messages)
` [PATCH v5 05/11] drm: nova: Add an info ioctl
[PATCH] backlight: qcom-wled: Fix unbalanced OVP IRQ enable at probe
2026-09-08 21:09 UTC (2+ messages)
[PATCH] drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums
2026-09-08 20:33 UTC
[PATCH v8 0/3] drm: Extract dma-fence-to-workqueue pattern into common helpers
2026-09-08 20:22 UTC (6+ 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 1/2] drm/intel: Generalize PCI ID macro for subvendor and subid
2026-09-08 20:05 UTC (2+ messages)
` [PATCH 2/2] drm/intel: Add quirk to disable rc6 on some TUXEDO devices
[PATCH v2 0/9] drm/tyr: add VM and BO ioctl support
2026-09-08 19:47 UTC (3+ messages)
` [PATCH v2 1/9] rust: sizes: add SZ_4G constant
[PATCH 0/7] accel/rocket: DVFS for the RK3588 NPU
2026-09-08 19:44 UTC (3+ messages)
` [PATCH 3/7] arm64: dts: rockchip: rk3588: add an OPP table for the NPU
[PATCH 0/3] drm/amd/display: Fix HDMI RGB quantization updates
2026-09-08 19:36 UTC (2+ messages)
[PATCH] drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums
2026-09-08 19:03 UTC (2+ messages)
[PATCH RESEND v2] dt-bindings: mediatek: hdmi-ddc: Correct the compatibles for mt7623-mt8167
2026-09-08 18:41 UTC
[PATCH] drm/amdgpu/gfx8: fix register_list_format leak in gfx_v8_0_init_microcode
2026-09-08 18:24 UTC (2+ messages)
[PATCH v3 0/7] drm/msm/hdmi: Fixes/Cleanups before Eliza
2026-09-08 18:00 UTC (3+ messages)
` [PATCH v3 7/7] dt-bindings: display/msm: hdmi: Correct name of disallowed supplies
[QUESTION] accel/amdxdna: AIE2 maps unspecified QoS priority to PRIORITY_HIGH, AIE4 to NORMAL
2026-09-08 17:48 UTC (2+ messages)
[PATCH v12 0/2] Subject: Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI driver
2026-09-08 17:45 UTC (4+ messages)
` [PATCH v12 2/2] drm/bridge: "
[PATCH] drm/omap: dsi: print errors with device prefix
2026-09-08 17:22 UTC
[PATCH 1/2] drm/msm: Enable THP for GEM buffers
2026-09-08 16:49 UTC (3+ messages)
[PATCH v2 1/4] dt-bindings: display: panel: Document 10" Raspberry Pi Touch Display 2
2026-09-08 16:48 UTC (3+ messages)
` [PATCH v2 4/4] drm/panel: ilitek-ili9882t: Add support for Ilitek ILI79600A-based panels
[PATCH v8 00/14] Add support for a DRM backlight capability
2026-09-08 16:33 UTC (7+ messages)
` [PATCH v8 02/14] backlight: add kernel-internal backlight API
` [PATCH v8 04/14] drm: add connector backlight (LUMINANCE) infrastructure
[PATCH RFC v2 00/19] drm/panel: embed a drm_bridge into every drm_panel
2026-09-08 16:18 UTC (6+ messages)
` [PATCH RFC v2 05/19] "
[PATCH V2 0/3] Add UALink infrastructure series 2
2026-09-08 16:03 UTC (6+ messages)
` [PATCH 1/3] drm/gem: Add callback for when handle count goes to 0
[PATCH v3 0/3] arm64: dts: qcom: add the Xiaomi Mi Pad 5 Pro 5G
2026-09-08 15:57 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: display: panel: novatek,nt36523: add the Mi Pad 5 Pro 5G panel
` [PATCH v3 2/3] dt-bindings: arm: qcom: add the Xiaomi Mi Pad 5 Pro 5G
` [PATCH v3 3/3] arm64: dts: qcom: sm8250: add device tree for "
rust: Build error in DRM bindings
2026-09-08 15:46 UTC (2+ messages)
[PATCH v2 0/6] drm/msm: fix SMMU fault dumps
2026-09-08 15:42 UTC (10+ messages)
` [PATCH v2 1/6] drm/msm: serialise framebuffer pin state
` [PATCH v2 2/6] drm/msm: fix framebuffer pin refcount leak on prepare failure
` [PATCH v2 3/6] drm/msm: release scanout framebuffers only after a vblank
` [PATCH v2 4/6] drm/msm/dpu: clear the DSPP pointer when no DSPP is assigned
` [PATCH v2 5/6] drm/msm/dpu: only reassign resources when the encoder is reprogrammed
` [PATCH v2 6/6] drm/ci: mark pixel-format tests as passing on SC7180
[PATCH v2 7/7] vga-switcheroo: Remove unused interfaces
2026-09-08 15:29 UTC (2+ messages)
[PATCH v2 6/7] drm: Implement vga_switcheroo_client_ops.post_switch
2026-09-08 15:28 UTC (2+ messages)
[PATCH v2 5/7] drm: Implement struct vga_switcheroo_client_ops.pre_switch
2026-09-08 15:27 UTC (2+ messages)
[PATCH v2 4/7] vga_switcheroo: Add post_switch callback to client ops
2026-09-08 15:27 UTC (2+ messages)
[PATCH v2 3/7] vga_switcheroo: Add pre_switch callback to client ops
2026-09-08 15:26 UTC (2+ messages)
[PATCH v2 2/7] drm/client: Add acquire_outputs callback; implement for fbdev emulation
2026-09-08 15:24 UTC (2+ messages)
[PATCH v2 1/7] drm/edid: Include <linux/fb.h>
2026-09-08 15:23 UTC (2+ messages)
linux-next: build failure after merge of the drm-misc tree
2026-09-08 15:22 UTC (4+ messages)
[PATCH v4 0/3] drm/sched: fix use-after-free of the fence timeline name
2026-09-08 15:20 UTC (13+ messages)
` [PATCH v4 1/3] drm/sched: cache the timeline name to fix a use-after-free
[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
2026-09-08 14:59 UTC (5+ messages)
` [PATCH v6 06/12] of: Export of_node_to_nid()
` [PATCH v6 09/12] dma-buf: heaps: Add support for Tegra VPR
[PATCH v4 00/41] drm/plane: Convert all drivers to atomic_create_state and remove reset
2026-09-08 14:47 UTC (34+ messages)
` [PATCH v4 09/41] drm/kmb: Convert to atomic_create_state
` [PATCH v4 10/41] drm/logicvc: "
` [PATCH v4 11/41] drm/loongson: "
` [PATCH v4 12/41] drm/lcdif: "
` [PATCH v4 13/41] drm/mxsfb: "
` [PATCH v4 14/41] drm/qxl: "
` [PATCH v4 15/41] drm/rockchip: "
` [PATCH v4 16/41] drm/sprd: "
` [PATCH v4 17/41] drm/sti: "
` [PATCH v4 18/41] drm/stm: "
` [PATCH v4 19/41] drm/tests: kunit: "
` [PATCH v4 20/41] drm/tilcdc: "
` [PATCH v4 21/41] drm/vboxvideo: "
` [PATCH v4 22/41] drm/verisilicon: "
` [PATCH v4 23/41] drm/virtio: "
` [PATCH v4 24/41] drm/xlnx: "
` [PATCH v4 25/41] drm/atomic-state-helper: Remove drm_atomic_helper_plane_reset()
` [PATCH v4 26/41] drm/amdgpu_dm: Convert to atomic_create_state
` [PATCH v4 27/41] drm/armada: "
` [PATCH v4 28/41] drm/atmel-hlcdc: Drop spurious csc_init call from reset
` [PATCH v4 29/41] drm/atmel-hlcdc: Convert to atomic_create_state
` [PATCH v4 30/41] drm/exynos: "
` [PATCH v4 31/41] drm/imx/ipuv3: "
` [PATCH v4 32/41] drm/mediatek: "
` [PATCH v4 33/41] drm/nouveau: "
` [PATCH v4 34/41] drm/omap: "
` [PATCH v4 35/41] drm/rcar-du: "
` [PATCH v4 36/41] drm/rz-du: "
` [PATCH v4 37/41] drm/shmobile: "
` [PATCH v4 38/41] drm/sun4i: layer: "
` [PATCH v4 39/41] drm/vmwgfx: "
` [PATCH v4 40/41] drm/atomic-state-helper: Remove __drm_atomic_helper_plane_reset()
` [PATCH v4 41/41] drm/plane: Remove reset
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