linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-24 20:21:40 to 2023-04-17 13:00:21 UTC [more...]

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17 12:56 UTC  (20+ messages)
` [PATCH v3 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v3 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 03/19] arch/arm: "
` [PATCH v3 04/19] arch/arm64: "
` [PATCH v3 05/19] arch/ia64: "
` [PATCH v3 06/19] arch/loongarch: "
` [PATCH v3 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v3 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v3 09/19] arch/mips: "
` [PATCH v3 10/19] video: Remove trailing whitespaces
` [PATCH v3 11/19] video: Move HP PARISC STI core code to shared location
` [PATCH v3 12/19] arch/parisc: Remove trailing whitespaces
` [PATCH v3 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH v3 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 15/19] arch/powerpc: "
` [PATCH v3 16/19] arch/sh: "
` [PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH v3 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 19/19] arch/x86: "

[PATCH v3] drm/fbdev-generic: prohibit potential out-of-bounds access
 2023-04-17 11:54 UTC  (2+ messages)

[PATCH v2 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17  9:22 UTC  (30+ messages)
` [PATCH v2 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v2 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 03/19] arch/arm: "
` [PATCH v2 04/19] arch/arm64: "
` [PATCH v2 05/19] arch/ia64: "
` [PATCH v2 06/19] arch/loongarch: "
` [PATCH v2 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v2 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v2 09/19] arch/mips: "
` [PATCH v2 10/19] video: Remove trailing whitespaces
` [PATCH v2 11/19] video: Move HP PARISC STI core code to shared location
` [PATCH v2 12/19] arch/parisc: Remove trailing whitespaces
` [PATCH v2 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH v2 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 15/19] arch/powerpc: "
` [PATCH v2 16/19] arch/sh: "
` [PATCH v2 17/19] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH v2 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 19/19] arch/x86: "

[PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access
 2023-04-17  8:42 UTC  (8+ messages)

[PATCH] drm/fbdev-generic: fix potential out-of-bounds access
 2023-04-17  7:17 UTC  (20+ messages)

Updating hardcoded "of-display" devices
 2023-04-16 12:34 UTC  (4+ messages)
` [PATCH 1/2] fbdev/offb: Update expected device name
` [PATCH 2/2] drm/ofdrm: "

[PATCH] video: fbdev: mmp: Fix deferred clk handling in mmphw_probe()
 2023-04-15 13:09 UTC  (2+ messages)

[PATCH v2] video/hdmi: minor fixes for *_infoframe_init functions
 2023-04-13 14:22 UTC 

[PATCH v5 2/9] video/aperture: use generic code to figure out the vga default device
 2023-04-13  8:54 UTC  (9+ messages)
` [PATCH v5 3/9] drm/aperture: Remove primary argument
` [PATCH v5 4/9] video/aperture: Only kick vgacon when the pdev is decoding vga
` [PATCH v5 5/9] video/aperture: Move vga handling to pci function
` [PATCH v5 6/9] video/aperture: Drop primary argument

[PATCH] video/hdmi: minor fixes for *_infoframe_init functions
 2023-04-13  4:15 UTC  (3+ messages)

[PATCH] fbdev: modedb: Fix kernel crash in fb_videomode_to_var()
 2023-04-12 20:05 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2023-04-12  7:40 UTC 

[PATCH] fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
 2023-04-11 15:57 UTC  (6+ messages)

KASAN: null-ptr-deref Read in soft_cursor
 2023-04-09 12:15 UTC 

[PATCH] staging: fbtft: fbtft-bus.c added params
 2023-04-08 17:26 UTC  (3+ messages)

[PATCH] Staging: fbtft: fbtft-bus: fixed extra space and parenthesis issue
 2023-04-08 10:38 UTC  (4+ messages)

[PATCH 00/18] arch: Consolidate <asm/fb.h>
 2023-04-06 19:08 UTC  (25+ messages)
` [PATCH 01/18] fbdev: Prepare generic architecture helpers
` [PATCH 02/18] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH 03/18] arch/arm: "
` [PATCH 04/18] arch/arm64: "
` [PATCH 05/18] arch/ia64: "
` [PATCH 06/18] arch/loongarch: "
` [PATCH 07/18] arch/m68k: "
` [PATCH 08/18] arch/mips: "
` [PATCH 09/18] video: Remove trailing whitespaces
` [PATCH 10/18] video: Move HP PARISC STI core code to shared location
` [PATCH 11/18] arch/parisc: Remove trailing whitespaces
` [PATCH 12/18] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH 13/18] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH 14/18] arch/powerpc: "
` [PATCH 15/18] arch/sh: "
` [PATCH 16/18] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH 17/18] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH 18/18] arch/x86: "

[PATCH v4 2/9] video/aperture: use generic code to figure out the vga default device
 2023-04-06  8:32 UTC  (5+ messages)
` [PATCH v4 3/9] drm/aperture: Remove primary argument
` [PATCH v4 4/9] video/aperture: Only kick vgacon when the pdev is decoding vga
` [PATCH v4 5/9] video/aperture: Move vga handling to pci function
` [PATCH v4 6/9] video/aperture: Drop primary argument

[PATCH 2/8] video/aperture: use generic code to figure out the vga default device
 2023-04-05 11:36 UTC  (12+ messages)
` [PATCH 3/8] drm/aperture: Remove primary argument
` [PATCH 4/8] video/aperture: Only kick vgacon when the pdev is decoding vga
` [PATCH 5/8] video/aperture: Move vga handling to pci function
` [PATCH 6/8] video/aperture: Drop primary argument

[PATCH] video/aperture: fix typos
 2023-04-05 10:36 UTC  (9+ messages)

W sprawie samochodu
 2023-04-04  7:50 UTC 

[PATCH] drm/fb-helper: Remove helpers to change frame buffer config
 2023-04-04 15:20 UTC  (4+ messages)

[PATCH] fbdev: Don't spam dmesg on bad userspace ioctl input
 2023-04-04 14:54 UTC 

[PATCH 01/11] drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
 2023-04-04 14:45 UTC  (2+ messages)

[PATCH v2 00/11] fbdev: Maintain device ownership with aperture helpers
 2023-04-04 11:36 UTC  (9+ messages)
` [PATCH v2 07/11] video/aperture: Disable and unregister sysfb devices via "

[PATCH fbtest] pnmtohex: Optionally use pkg-config for netpbm
 2023-04-03  9:11 UTC  (3+ messages)

[PATCH 00/15] fbdev: Remove trailing whitespaces
 2023-03-31  9:53 UTC  (17+ messages)
` [PATCH 01/15] fbdev/68328fb: "
` [PATCH 02/15] fbdev/atmel_lcdfb: "
  ` [02/15] "
` [PATCH 03/15] fbdev/cg14: "
` [PATCH 04/15] fbdev/controlfb: "
` [PATCH 05/15] fbdev/g364fb: "
` [PATCH 06/15] fbdev/hgafb: "
` [PATCH 07/15] fbdev/hpfb: "
` [PATCH 08/15] fbdev/macfb: "
` [PATCH 09/15] fbdev/maxinefb: "
` [PATCH 10/15] fbdev/p9100: "
` [PATCH 11/15] fbdev/platinumfb: "
` [PATCH 12/15] fbdev/sa1100fb: "
` [PATCH 13/15] fbdev/stifb: "
` [PATCH 14/15] fbdev/valkyriefb: "
` [PATCH 15/15] fbdev/vfb: "

[PATCH v6] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case
 2023-03-29 14:30 UTC  (4+ messages)

[PATCH] linux/vt_buffer.h: allow either builtin or modular for macros
 2023-03-29  2:15 UTC 

Słowa kluczowe do wypozycjonowania
 2023-03-28  7:40 UTC 


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