linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-16 16:51:02 to 2026-09-25 09:54:24 UTC [more...]

[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-25  9:53 UTC  (77+ messages)
` [PATCH v3 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v3 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v3 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v3 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v3 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v3 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v3 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v3 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v3 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v3 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v3 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v3 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v3 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v3 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v3 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v3 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v3 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v3 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v3 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v3 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v3 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v3 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v3 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v3 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v3 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v3 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v3 27/40] mm: remove hugetlb_inline.h
` [PATCH v3 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v3 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v3 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v3 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v3 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v3 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v3 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v3 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v3 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v3 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v3 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v3 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v3 40/40] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v3 0/7] Boot logo supplied by the device tree
 2026-09-25  8:58 UTC  (13+ messages)
` [PATCH v3 1/7] fbdev: describe where the boot logo goes in one place
` [PATCH v3 2/7] dt-bindings: display: add a device tree supplied boot logo
` [PATCH v3 3/7] video: logo: allow the boot logo to come from the device tree
` [PATCH v3 4/7] fbdev: honour the device tree boot logo placement properties
` [PATCH v3 5/7] dt-bindings: display: allow the boot logo in a reserved memory region
` [PATCH v3 6/7] video: logo: allow the boot logo to come from "
` [PATCH v3 7/7] video: logo: add ppmtodtlogo host tool

[PATCH RFC 00/25] VRR Target Rate Limiter KMS uAPI and Implementation
 2026-09-25  3:48 UTC  (40+ messages)
` [PATCH RFC 01/25] drm/edid: Add a query for vrr range
` [PATCH RFC 02/25] drm: Add VRR state
` [PATCH RFC 03/25] drm/atomic-helper: Set mode_changed on vrr_enabled change
` [PATCH RFC 04/25] video/hdmi: Add VTEM EMP packing
` [PATCH RFC 05/25] drm/bridge: Add VTEM EMP support
` [PATCH RFC 06/25] drm/connector: hdmi: Add VTEM EMP generation
` [PATCH RFC 07/25] drm/crtc-helper: Add VRR helper functions
` [PATCH RFC 08/25] drm/bridge: synopsys: Add VTEM EMP support
` [PATCH RFC 09/25] drm/connector: Add drm_display_info_is_vrr_capable
` [PATCH RFC 10/25] drm/rockchip: dw_hdmi_qp: Add VRR support
` [PATCH RFC 11/25] drm/rockchip: vop2: Enable VRR
` [PATCH RFC 12/25] drm/edid: Parse CinemaVRR flag from HDMI SCDS
` [PATCH RFC 13/25] drm: Add VRR target frame rate properties
` [PATCH RFC 14/25] drm: Implement VRR rate limiting
` [PATCH RFC 15/25] drm/edid: Parse QMS flag from HDMI SCDS
` [PATCH RFC 16/25] drm/edid: Parse QMS TFR min/max flags "
` [PATCH RFC 17/25] drm/connector: Add "qms_enabled" drm property
` [PATCH RFC 18/25] video/hdmi: Add support for QMS in VTEM EMP packing
` [PATCH RFC 19/25] drm/connector: hdmi: Add QMS to VTEM EMP generation
` [PATCH RFC 20/25] drm/connector: hdmi: Add QMS state validation and computation
` [PATCH RFC 21/25] drm/rockchip: dw_hdmi_qp: Add QMS support
` [PATCH RFC 22/25] drm/tests: hdmi: Add "Game Mode" VRR tests
` [PATCH RFC 23/25] drm/tests: hdmi: Add Fixed/Constrained rate "
` [PATCH RFC 24/25] drm/tests: hdmi: Add Quick Media Switching tests
` [PATCH RFC 25/25] drm/atomic: Disable VRR in helper_set_config

[PATCH] staging: sm750fb: fix const pointer declaration in sm750.c
 2026-09-23 19:18 UTC  (3+ messages)

[PATCH] staging: sm750fb: mark g_fbmode as const
 2026-09-23 15:48 UTC  (3+ messages)

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-23 14:31 UTC  (16+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get

[PATCH v2 0/5] fbcon,vgacon,vt: Share helpers for text cursors
 2026-09-23 13:30 UTC  (4+ messages)
` [PATCH v2 1/5] vt: Add cursor-size helpers

[PATCH] video/logo: Improve logo help texts
 2026-09-23 11:23 UTC  (2+ messages)

[PATCH] staging: sm750fb: remove unused variable 'tmp' in sw_i2c_wait
 2026-09-23  7:34 UTC  (2+ messages)

[PATCH] fbdev: fbcon: Fix KASAN slab-out-of-bounds read in rotated font buffer
 2026-09-23  6:08 UTC 

[PATCH v11 00/74] Add HDMI 2.0 support to DW HDMI QP TX
 2026-09-22 21:24 UTC  (15+ messages)
` [PATCH v11 12/74] drm/bridge: Fix unlocked list_del in drm_bridge_add()
` [PATCH v11 13/74] drm/bridge: Fix NULL deref in drm_bridge_add() for legacy bridges
` [PATCH v11 14/74] drm/bridge: Fix unlocked list access in drm_bridge_attach()
` (subset) [PATCH v11 00/74] Add HDMI 2.0 support to DW HDMI QP TX

[PATCH] staging: sm750fb: free cmap on framebuffer release
 2026-09-22 16:06 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3 00/13] x86/msr: Drop 32-bit MSR interfaces
 2026-09-22 13:59 UTC  (4+ messages)
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function

[PATCH v3 0/3] Bring includes in linux/kmod.h up to date
 2026-09-22 12:39 UTC  (4+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed

[PATCH RFC 00/10] arm64: qcom: sm6125-ginkgo: display, backlight, and touch support
 2026-09-22  9:52 UTC  (5+ messages)
` [PATCH RFC 02/10] backlight: add Kinetic KTD3136 driver
` [PATCH RFC 10/10] arm64: dts: qcom: sm6125-xiaomi-ginkgo: enable display, backlight and touchscreen

[PATCH v2] staging: fbtft: fbtft-bus: remove space before close parenthesis
 2026-09-22  9:04 UTC  (2+ messages)

[syzbot] Monthly fbdev report (Sep 2026)
 2026-09-22  4:33 UTC 

[PATCH] staging: fbtft: fbtft-bus: remove space before close parenthesis
 2026-09-21 18:13 UTC 

[PATCH v2 06/14] ARM: omap2: remove omap24xx support
 2026-09-21 16:06 UTC  (2+ messages)

[PATCH v4 0/4] backlight: qcom-wled: Fix OVP IRQ imbalance and start from the hardware state
 2026-09-21 11:11 UTC  (8+ messages)
` [PATCH v4 1/4] backlight: qcom-wled: Fix NULL pointer dereference in wled_remove()
` [PATCH v4 2/4] backlight: qcom-wled: Fix WLED3 brightness register stride
` [PATCH v4 3/4] backlight: qcom-wled: Fix unbalanced OVP IRQ enable at probe
` [PATCH v4 4/4] backlight: qcom-wled: Read back the programmed brightness "

[PATCH v3 0/4] backlight: qcom-wled: Fix OVP IRQ imbalance and start from the hardware state
 2026-09-21  9:29 UTC  (5+ messages)
` [PATCH v3 1/4] backlight: qcom-wled: Fix NULL pointer dereference in PM callbacks
` [PATCH v3 2/4] backlight: qcom-wled: Fix WLED3 brightness register stride

[PATCH 00/14] mfd: unused driver purge
 2026-09-16 16:56 UTC  (17+ messages)
` [PATCH 04/14] mfd: remove unused wm8400 driver
` [PATCH 06/14] mfd: remove unused da903x driver
` [PATCH 07/14] mfd: remove unused lp8788 driver
` [PATCH 08/14] mfd: remove unused aat2870 driver
` [PATCH 11/14] mfd: remove unused wm8350 driver
` [PATCH 12/14] mfd: remove unused mcp-sa11x0/ucb1x00 driver
` [PATCH 13/14] mfd: remove unused menelaus driver
` [PATCH 14/14] mfd: remove unused iPaq micro driver


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).