Linux Framebuffer Layer development
 help / color / mirror / Atom feed
 messages from 2026-09-04 12:26:52 to 2026-09-11 10:13:49 UTC [more...]

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 10:13 UTC  (48+ 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 v3 00/13] x86/msr: Drop 32-bit MSR interfaces
 2026-09-11 10:11 UTC  (5+ messages)
` [PATCH v3 06/13] fbdev/geode: Stop using "
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function

[PATCH 0/5] fbcon,vgacon,vt: Share helpers for text cursors
 2026-09-11  9:25 UTC  (6+ messages)
` [PATCH 1/5] vt: Add cursor-size helpers
` [PATCH 2/5] vgacon: Remove trailing whitespaces
` [PATCH 3/5] vgacon: Use vt_font_cursor_{start,end}()
` [PATCH 4/5] lib/fonts: Add font_glyph_cursor() helper
` [PATCH 5/5] fbcon: Replace fbcon_fill_cursor_mask() with fbcon_cursor_glyph()

[PATCH 03/13] ARM: remove riscpc
 2026-09-11  9:07 UTC  (12+ messages)
` [PATCH 06/13] ARM: omap2: remove omap24xx support

[PATCH RFC 00/10] arm64: qcom: sm6125-ginkgo: display, backlight, and touch support
 2026-09-11  8:51 UTC  (11+ messages)
` [PATCH RFC 01/10] dt-bindings: backlight: add Kinetic KTD3136
` [PATCH RFC 02/10] backlight: add Kinetic KTD3136 driver
` [PATCH RFC 03/10] dt-bindings: display: panel: novatek,nt36672a: add Tianma FHD+ video mode variant
` [PATCH RFC 04/10] drm/panel: novatek-nt36672a: add Tianma FHD+ video mode panel
` [PATCH RFC 05/10] dt-bindings: input: touchscreen: add Novatek NT36672A SPI touchscreen
` [PATCH RFC 06/10] Input: novatek-nt36672a-spi: add driver for "
` [PATCH RFC 07/10] drm/msm/dpu: describe SM6125 programmable-fetch delayed-start quirk
` [PATCH RFC 08/10] drm/msm/dsi: make command and video mode configuration mutually exclusive
` [PATCH RFC 09/10] drm/msm/dsi: separate host link enable from video stream enable
` [PATCH RFC 10/10] arm64: dts: qcom: sm6125-xiaomi-ginkgo: enable display, backlight and touchscreen

[PATCH] fbdev: atafb: Restrict SuperBlitter to supported formats
 2026-09-11  7:36 UTC  (12+ messages)

[PATCH 00/14] mfd: unused driver purge
 2026-09-11  7:24 UTC  (31+ messages)
` [PATCH 01/14] mfd: remove unused 88pm80x driver
` [PATCH 02/14] mfd: remove unused rdc321x southbridge support
` [PATCH 03/14] mfd: remove unused si476x driver
` [PATCH 04/14] mfd: remove unused wm8400 driver
` [PATCH 05/14] mfd: remove unused adp5520 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 09/14] mfd: remove unused lm3533 driver
` [PATCH 10/14] mfd: remove unused rc5t583 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

[PATCH] fbdev: sh_mobile_lcdcfb: Restore the per-overlay sysfs attributes
 2026-09-11  1:41 UTC  (3+ messages)

[PATCH] fbdev: sstfb: use managed PCI device enable
 2026-09-11  0:08 UTC 

[PATCH] fbdev: vfb: defer cleanup until the last reference
 2026-09-10 20:52 UTC  (2+ messages)

[PATCH] fbdev: ssd1307fb: fix NULL pointer dereference on missing match data
 2026-09-10 20:02 UTC  (2+ messages)

[PATCH 08/14] mfd: remove unused aat2870 driver
 2026-09-10 19:31 UTC  (4+ messages)

[PATCH v6 00/14] mfd: lm3533: convert to OF bindings, improve support
 2026-09-10 16:28 UTC  (4+ messages)
` [GIT PULL] Immutable branch between MFD, Backlight, IIO and LEDs due for the v7.4 merge window

[PATCH 5.10.y 1/2] staging: sm750fb: sm750_accel: Provide description for 'accel' and fix function naming
 2026-09-10 12:53 UTC 

[PATCH v5] Kconfig: fix typos in core makefiles and purge defective DVB debug (v5)
 2026-09-10  0:11 UTC  (4+ messages)

[PATCH v5 00/14] mfd: lm3533: convert to OF bindings, improve support
 2026-09-09 16:25 UTC  (4+ messages)

[PATCH v9 1/3] interconnect: mediatek: fix Makefile typo for mt8196
 2026-09-09 14:58 UTC  (4+ messages)
` [PATCH v9 2/3] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v9 3/3] media: dvb-core: extirpate defective and unsafe ULE debug block

[PATCH 1/2] staging: sm750fb: make g_fbmode const to fix checkpatch warning
 2026-09-09 13:35 UTC  (2+ messages)

[PATCH] backlight: qcom-wled: Fix unbalanced OVP IRQ enable at probe
 2026-09-09  9:18 UTC  (2+ messages)

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

[PATCH v11 47/74] drm/vc4: hdmi: Convert to common HDMI 2.0 scrambling infrastructure
 2026-09-08 13:05 UTC  (2+ messages)

[PATCH v11 45/74] drm/vc4: hdmi: Propagate -EDEADLK to the top level
 2026-09-08 13:04 UTC  (2+ messages)

[PATCH v11 23/74] drm/display: hdmi-state-helper: Sync SCDC state on hotplug
 2026-09-08 12:48 UTC  (2+ messages)

[PATCH v11 00/74] Add HDMI 2.0 support to DW HDMI QP TX
 2026-09-08 12:48 UTC  (6+ messages)
` [PATCH v11 13/74] drm/bridge: Fix NULL deref in drm_bridge_add() for legacy bridges
` [PATCH v11 30/74] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper

[PATCH v11 07/74] drm/connector: Add HDMI 2.0 scrambler infrastructure
 2026-09-08 12:27 UTC  (2+ messages)

[PATCH v11 73/74] drm/connector: Use the SPD InfoFrame field length defines
 2026-09-08 12:17 UTC  (2+ messages)

[PATCH v11 61/74] drm/tests: bridge: Set supported HDMI version
 2026-09-08 11:47 UTC  (2+ messages)

[PATCH v11 60/74] drm/tests: edid: Fix conformity for 4K RGB/YUV 340MHz EDID
 2026-09-08 11:47 UTC  (2+ messages)

[PATCH v11 56/74] drm/rockchip: rk3066_hdmi: Advertise HDMI 1.4 capabilities
 2026-09-08 11:46 UTC  (2+ messages)

[PATCH v11 55/74] drm/bridge: lontium-lt9611: Advertise HDMI 1.4 capabilities
 2026-09-08 11:46 UTC  (2+ messages)

[PATCH v11 54/74] drm/bridge: ite-it66121: Advertise HDMI 1.2 capabilities
 2026-09-08 11:46 UTC  (2+ messages)

[PATCH v11 53/74] drm/bridge: ite-it6263: Advertise HDMI 1.3 capabilities
 2026-09-08 11:45 UTC  (2+ messages)

[PATCH v11 52/74] drm/bridge: ite-it6263: Drop redundant .mode_valid hook
 2026-09-08  9:59 UTC  (2+ messages)

[PATCH v11 51/74] drm/bridge: inno-hdmi: Advertise HDMI 1.2 capabilities
 2026-09-08  9:58 UTC  (2+ messages)

[PATCH v11 50/74] drm/bridge: adv7511: Advertise HDMI 1.2 capabilities
 2026-09-08  9:58 UTC  (2+ messages)

[PATCH v11 25/74] drm/display: bridge_connector: Switch to .force_ctx() connector helper
 2026-09-08  9:53 UTC  (2+ messages)

[PATCH v3 0/5] m68k SuperVidel patches
 2026-09-07 11:39 UTC  (4+ messages)
` [PATCH v3 2/5] fbdev: Give atafb proper parent

[PATCH v11 1/3] interconnect: mediatek: fix Makefile typo for mt8196
 2026-09-05 14:01 UTC  (3+ messages)
` [PATCH v11 2/3] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v11 3/3] media: dvb-core: extirpate defective and unsafe ULE debug block

[PATCH v10] media: dvb-core: extirpate defective and unsafe ULE debug block
 2026-09-05 13:28 UTC 

[PATCH v2] tree-wide: extirpate seventy-eight orphaned code files
 2026-09-05 13:17 UTC 

[PATCH v8 1/3] interconnect: mediatek: fix Makefile typo for mt8196
 2026-09-05 12:57 UTC  (3+ messages)
` [PATCH v8 2/3] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v8 3/3] media: dvb-core: extirpate defective and unsafe ULE debug block

[PATCH v7 1/3] interconnect: mediatek: fix Makefile typo for mt8196
 2026-09-05 12:44 UTC  (3+ messages)
` [PATCH v7 2/3] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v7 3/3] media: dvb-core: extirpate defective and unsafe ULE debug block

[PATCH v6 1/4] interconnect: mediatek: fix Makefile typo for mt8196
 2026-09-05 12:34 UTC  (4+ messages)
` [PATCH v6 2/4] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v6 3/4] media: dvb-core: remove defective and unsafe ULE debug block
` [PATCH v6 4/4] tree-wide: purge verified remaining legacy ghost options

[PATCH] Kconfig: purge twenty-nine legacy ghost options
 2026-09-05 11:29 UTC  (3+ messages)

[PATCH v4] Kconfig: fix typos in core makefiles/code and purge remaining ghosts (v4)
 2026-09-05  0:16 UTC 

[PATCH v3] Kconfig: fix typos in core makefiles/code and purge remaining ghosts (v3)
 2026-09-05  0:06 UTC 

[PATCH v2] Kconfig: purge twenty-eight legacy ghost options (v2)
 2026-09-04 23:29 UTC 

[PATCH] backlight: fix typos in comments
 2026-09-04 12:26 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox