messages from 2026-08-31 06:20:21 to 2026-09-08 20:20:34 UTC [more...]
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-08 20:01 UTC (39+ 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 03/13] ARM: remove riscpc
2026-09-08 19:42 UTC (6+ messages)
` [PATCH 06/13] ARM: omap2: remove omap24xx support
[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 00/74] Add HDMI 2.0 support to DW HDMI QP TX
2026-09-08 13:05 UTC (93+ messages)
` [PATCH v11 01/74] video/hdmi: Introduce HDMI version enum
` [PATCH v11 02/74] drm/connector: hdmi: Handle reset() state allocation failure
` [PATCH v11 03/74] drm/display: hdmi: Rename drmm_connector_hdmi_init() to *_ini2()
` [PATCH v11 04/74] drm/connector: Add drmm_connector_hdmi_init() with new signature
` [PATCH v11 05/74] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()
` [PATCH v11 06/74] drm/probe-helper: Introduce .force_ctx() connector callback
` [PATCH v11 07/74] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v11 08/74] drm/display: scdc-helper: Add macro for connector-prefixed debug messages
` [PATCH v11 09/74] drm/display: scdc-helper: Add helper to set SCDC version information
` [PATCH v11 10/74] drm/display: hdmi: Add HDMI 2.0 scrambling management helpers
` [PATCH v11 11/74] drm/display: hdmi: Advertise SCDC source version when scrambling
` [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()
` [PATCH v11 15/74] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v11 16/74] drm/bridge: Add bridge ops for source-side HDMI 2.0 scrambling
` [PATCH v11 17/74] drm/display: bridge_connector: Use cached connector status in .get_modes()
` [PATCH v11 18/74] drm/display: bridge_connector: Switch to .detect_ctx() connector helper
` [PATCH v11 19/74] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [PATCH v11 20/74] drm/display: hdmi-state-helper: Add source TMDS rate validation
` [PATCH v11 21/74] drm/display: hdmi-state-helper: Pass acquire ctx to hotplug helpers
` [PATCH v11 22/74] drm/display: hdmi-state-helper: Add drm_atomic_helper_connector_hdmi_force_ctx()
` [PATCH v11 23/74] drm/display: hdmi-state-helper: Sync SCDC state on hotplug
` [PATCH v11 24/74] drm/display: hdmi-state-helper: Set HDMI scrambling requirement
` [PATCH v11 25/74] drm/display: bridge_connector: Switch to .force_ctx() connector helper
` [PATCH v11 26/74] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v11 27/74] drm/bridge: dw-hdmi-qp: Provide .{enable,disable}_hpd() PHY ops
` [PATCH v11 28/74] drm/bridge: dw-hdmi-qp: Remove unused workqueue include and define
` [PATCH v11 29/74] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 scrambling support
` [PATCH v11 30/74] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper
` [PATCH v11 31/74] drm/rockchip: dw_hdmi_qp: Fix invalid drvdata access in PM ops
` [PATCH v11 32/74] drm/rockchip: dw_hdmi_qp: Cancel pending HPD work on suspend
` [PATCH v11 33/74] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v11 34/74] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v11 35/74] drm/rockchip: dw_hdmi_qp: Avoid spurious HPD IRQ thread wakeups
` [PATCH v11 36/74] drm/rockchip: dw_hdmi_qp: Mask RK3576 HPD IRQ in io_init
` [PATCH v11 37/74] drm/rockchip: dw_hdmi_qp: Implement .{enable,disable}_hpd() PHY ops
` [PATCH v11 38/74] drm/rockchip: dw_hdmi_qp: Factor out HPD interrupt (un)mask helpers
` [PATCH v11 39/74] drm/rockchip: dw_hdmi_qp: Control the HPD IRQ line via the bridge HPD ops
` [PATCH v11 40/74] drm/rockchip: dw_hdmi_qp: Use dw_hdmi_qp_hpd_notify() for HPD reports
` [PATCH v11 41/74] drm/bridge: dw-hdmi-qp: Drop unused .setup_hpd() phy op
` [PATCH v11 42/74] drm/vc4: hdmi: Use common TMDS char rate constants
` [PATCH v11 43/74] drm/vc4: hdmi: Switch to drm_hdmi_mode_needs_scrambling()
` [PATCH v11 44/74] drm/vc4: hdmi: Switch to .force_ctx() connector helper
` [PATCH v11 45/74] drm/vc4: hdmi: Propagate -EDEADLK to the top level
` [PATCH v11 46/74] drm/vc4: hdmi: Convert to drmm_connector_hdmi_init()
` [PATCH v11 47/74] drm/vc4: hdmi: Convert to common HDMI 2.0 scrambling infrastructure
` [PATCH v11 48/74] drm/vc4: hdmi: Defer pixel clock validation to HDMI helpers
` [PATCH v11 49/74] drm/display: hdmi-state-helper: Drop drm_atomic_helper_connector_hdmi_force()
` [PATCH v11 50/74] drm/bridge: adv7511: Advertise HDMI 1.2 capabilities
` [PATCH v11 51/74] drm/bridge: inno-hdmi: "
` [PATCH v11 52/74] drm/bridge: ite-it6263: Drop redundant .mode_valid hook
` [PATCH v11 53/74] drm/bridge: ite-it6263: Advertise HDMI 1.3 capabilities
` [PATCH v11 54/74] drm/bridge: ite-it66121: Advertise HDMI 1.2 capabilities
` [PATCH v11 55/74] drm/bridge: lontium-lt9611: Advertise HDMI 1.4 capabilities
` [PATCH v11 56/74] drm/rockchip: rk3066_hdmi: "
` [PATCH v11 57/74] drm/sun4i: hdmi: Convert to drmm_connector_hdmi_init()
` [PATCH v11 58/74] drm/tests: edid: Add 4K@60Hz EDID with 600MHz TMDS
` [PATCH v11 59/74] drm/tests: edid: Fix conformity for 1080p+4K YUV420 200MHz EDID
` [PATCH v11 60/74] drm/tests: edid: Fix conformity for 4K RGB/YUV 340MHz EDID
` [PATCH v11 61/74] drm/tests: bridge: Set supported HDMI version
` [PATCH v11 62/74] drm/tests: connector: Convert to drmm_connector_hdmi_init()
` [PATCH v11 63/74] drm/tests: connector: Add HDMI max_tmds_char_rate init coverage
` [PATCH v11 64/74] drm/tests: connector: Add HDMI source-side scrambler coverage
` [PATCH v11 65/74] drm/tests: hdmi_state_helper: Convert to drmm_connector_hdmi_init()
` [PATCH v11 66/74] drm/tests: hdmi_state_helper: Add connector-provided max_tmds_char_rate coverage
` [PATCH v11 67/74] drm/tests: hdmi_state_helper: Cover source-side scrambling decision
` [PATCH v11 68/74] drm/connector: Remove drmm_connector_hdmi_ini2()
` [PATCH v11 69/74] drm/connector: Drop redundant hdmi vendor/product fields
` [PATCH v11 70/74] drm/connector: Drop redundant hdmi supported_formats field
` [PATCH v11 71/74] drm/connector: Drop redundant max_bpc field
` [PATCH v11 72/74] video/hdmi: Define SPD InfoFrame field lengths and use strtomem_pad()
` [PATCH v11 73/74] drm/connector: Use the SPD InfoFrame field length defines
` [PATCH v11 74/74] drm/tests: hdmi: Add SPD InfoFrame vendor/product coverage
[PATCH] fbdev: atafb: Restrict SuperBlitter to supported formats
2026-09-08 7:18 UTC (7+ 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 v5] Kconfig: fix typos in core makefiles and purge defective DVB debug (v5)
2026-09-07 6:59 UTC (2+ messages)
[PATCH] fbdev: sh_mobile_lcdcfb: Restore the per-overlay sysfs attributes
2026-09-07 2:18 UTC
[PATCH v5 00/14] mfd: lm3533: convert to OF bindings, improve support
2026-09-06 17:28 UTC (3+ messages)
[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 v9 1/3] interconnect: mediatek: fix Makefile typo for mt8196
2026-09-05 13:09 UTC (3+ 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 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
[PATCH] fbdev: fix typos in comments
2026-09-04 12:22 UTC
[PATCH] fbdev: fix typos in comments
2026-09-04 11:13 UTC
[PATCH 1/2] staging: sm750fb: make g_fbmode const to fix checkpatch warning
2026-09-04 5:48 UTC
[PATCH] staging: fbtft: fix len<=0 buffer overflow in define_fbtft_write_reg()
2026-09-03 8:29 UTC (5+ messages)
[PATCH v3] staging: sm750fb: fix mono image source stride mismatch in lynxfb_ops_imageblit()
2026-09-01 11:46 UTC (3+ messages)
[PATCH v4] staging: sm750fb: fix mono image source stride mismatch in lynxfb_ops_imageblit()
2026-09-01 11:30 UTC
vt: Enlarge the framebuffer glyph size from 16 to 32 bits
2026-09-01 11:14 UTC (9+ messages)
[PATCH] staging: sm750fb: rename CamelCase variable pvReg to vreg
2026-09-01 9:36 UTC (2+ messages)
[PATCH AUTOSEL 6.18-6.12] fbcon: don't suspend/resume when vc is graphics mode
2026-08-31 13:26 UTC (3+ messages)
` [PATCH AUTOSEL 6.18-5.10] fbdev: pm2fb: unwind WC setup on probe failure
` [PATCH AUTOSEL 6.18] fbdev: Wrap user-invoked calls to fb_set_var() in helper
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