messages from 2026-09-08 19:22:41 to 2026-09-14 15:07:18 UTC [more...]
[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-14 14:57 UTC (18+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
[PATCH v2 06/14] ARM: omap2: remove omap24xx support
2026-09-14 14:08 UTC
[PATCH RFC 00/10] arm64: qcom: sm6125-ginkgo: display, backlight, and touch support
2026-09-14 13:29 UTC (14+ 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] staging: fbtft: replace number with sizeof()
2026-09-14 10:57 UTC (2+ messages)
[PATCH] staging: fbtft: sort includes
2026-09-14 9:33 UTC (2+ messages)
[PATCH 1/2] staging: sm750fb: clean up sm750_hw_imageblit() kernel-doc comment
2026-09-14 8:54 UTC (4+ messages)
` [PATCH 2/2] staging: sm750fb: remove unused definitions from ddk750_reg.h
[PATCH 03/13] ARM: remove riscpc
2026-09-13 18:13 UTC (20+ messages)
` [PATCH 06/13] ARM: omap2: remove omap24xx support
[PATCH 08/14] mfd: remove unused aat2870 driver
2026-09-13 8:33 UTC (8+ messages)
[PATCH v3 00/13] x86/msr: Drop 32-bit MSR interfaces
2026-09-13 5:36 UTC (7+ messages)
` [PATCH v3 06/13] fbdev/geode: Stop using "
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function
[PATCH] fbdev: udlfb: don't rebuild the mode list while the framebuffer is in use
2026-09-12 21:49 UTC (2+ messages)
[PATCH 0/5] fbcon,vgacon,vt: Share helpers for text cursors
2026-09-12 19:01 UTC (7+ 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] fbdev: fix typos in comments
2026-09-12 16:46 UTC (2+ messages)
[PATCH] fbdev: fix typos in comments
2026-09-12 16:22 UTC (2+ messages)
[PATCH] fbdev: Drop unused FB_IOMEM_HELPERS_DEFERRED Kconfig option
2026-09-12 16:18 UTC
[PATCH v2] fbdev: sh_mobile_lcdcfb: Restore the per-overlay sysfs attributes
2026-09-12 16:11 UTC (2+ messages)
[PATCH] fbdev: sstfb: use managed PCI device enable
2026-09-12 16:09 UTC (2+ messages)
[GIT PULL] fbdev fixes for v7.3-rc3
2026-09-12 15:16 UTC (2+ messages)
[PATCH 00/16] ARM: omap3: pandora: Modernize audio and backlight to Device Tree to finally remove pdata-quirks
2026-09-11 19:25 UTC (3+ messages)
` [PATCH 08/16] ASoC: pcm1773-codec: write a driver for the PCM1773 chip from TI
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-11 15:05 UTC (51+ 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 0/3] Bring includes in linux/kmod.h up to date
2026-09-11 14:46 UTC (4+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v3 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v3 3/3] module: Bring includes in linux/kmod.h up to date
[PATCH] fbdev: atafb: Restrict SuperBlitter to supported formats
2026-09-11 7:36 UTC (10+ 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: 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 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 (2+ messages)
[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)
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;
as well as URLs for NNTP newsgroup(s).