linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-17 12:59:55 to 2023-04-30 18:14:21 UTC [more...]

[PATCH v2 00/19] drm,fbdev: Use fbdev's I/O helpers
 2023-04-30 18:14 UTC  (34+ messages)
` [PATCH v2 01/19] auxdisplay/cfag12864bfb: Use struct fb_info.screen_buffer
` [PATCH v2 02/19] auxdisplay/ht16k33: "
` [PATCH v2 03/19] hid/hid-picolcd_fb: "
` [PATCH v2 04/19] fbdev/arcfb: "
` [PATCH v2 05/19] fbdev/au1200fb: "
` [PATCH v2 06/19] fbdev/broadsheetfb: "
` [PATCH v2 07/19] fbdev/hecubafb: "
` [PATCH v2 08/19] fbdev/metronomefb: "
` [PATCH v2 09/19] fbdev/ps3fb: "
` [PATCH v2 10/19] fbdev/smscufx: "
` [PATCH v2 11/19] fbdev/udlfb: "
` [PATCH v2 12/19] fbdev/vfb: "
` [PATCH v2 13/19] fbdev/xen-fbfront: "
` [PATCH v2 14/19] fbdev: Return number of bytes read or written
` [PATCH v2 15/19] fbdev: Use screen_buffer in fb_sys_{read,write}()
` [PATCH v2 16/19] fbdev: Don't re-validate info->state in fb_ops implementations
` [PATCH v2 17/19] fbdev: Validate info->screen_{base,buffer} "
` [PATCH v2 18/19] fbdev: Move I/O read and write code into helper functions
` [PATCH v2 19/19] drm/fb-helper: Use fb_{cfb,sys}_{read, write}()

[PATCH 0/4] Fix up Nokia 770 regression
 2023-04-30  9:22 UTC  (5+ messages)
` [PATCH 1/4] Input/ARM: ads7846: Get pendown IRQ from descriptors
` [PATCH 2/4] fbdev/ARM: Fix up LCD MIPID GPIO usage
` [PATCH 3/4] ARM/mmc: Convert old mmci-omap to GPIO descriptors
` [PATCH 4/4] ARM: omap1: Fix up the Nokia 770 board device IRQs

[PATCH v2 0/5] fbdev: Use regular I/O function for framebuffers
 2023-04-29 14:11 UTC  (23+ messages)
` [PATCH v2 1/5] fbdev/matrox: Remove trailing whitespaces
` [PATCH v2 2/5] ipu-v3: Include <linux/io.h>
` [PATCH v2 3/5] fbdev: Include <linux/io.h> in various drivers
` [PATCH v2 4/5] fbdev: Include <linux/io.h> in drivers
` [PATCH v2 5/5] fbdev: Define framebuffer I/O from Linux' I/O functions

[PATCH 0/4] video: backlight: lp855x: modernize bindings
 2023-04-29 11:14 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: backlight: lp855x: convert to YAML and modernize
` [PATCH 2/4] video: backlight: lp855x: get PWM for PWM mode during probe
` [PATCH 3/4] ARM: dts: adapt to LP855X bindings changes
` [PATCH 4/4] arm64: "

[PATCH] drm/fb-helper: Fix height, width, and accel_flags in fb_var
 2023-04-29  3:45 UTC  (5+ messages)
`  "

[PATCH 0/6] drm,fbdev: Use fbdev's I/O helpers
 2023-04-28 12:20 UTC  (41+ messages)
` [PATCH 1/6] fbdev: Return number of bytes read or written
  ` [1/6] "
` [PATCH 2/6] fbdev: Use screen_buffer in fb_sys_{read,write}()
  ` [2/6] "
` [PATCH 3/6] fbdev: Don't re-validate info->state in fb_ops implementations
  ` [3/6] "
` [PATCH 4/6] fbdev: Validate info->screen_{base,buffer} "
  ` [4/6] fbdev: Validate info->screen_{base, buffer} "
` [PATCH 5/6] fbdev: Move CFB read and write code into helper functions
  ` [5/6] "
` [PATCH 6/6] drm/fb-helper: Use fb_{cfb,sys}_{read, write}()
  ` [6/6] "

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

[GIT PULL] fbdev fixes and updates for v6.4-rc1
 2023-04-27 19:20 UTC  (2+ messages)

[PATCH 0/5] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-04-27 17:17 UTC  (10+ messages)
` [PATCH 1/5] fbdev/matrox: Remove trailing whitespaces
` [PATCH 2/5] ipu-v3: Include <linux/io.h>
` [PATCH 3/5] fbdev: Include <linux/io.h> in various drivers
` [PATCH 4/5] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH 5/5] fbdev: Move framebuffer I/O helpers into <asm/fb.h>

[PATCH v2] video: imsttfb: Fix use after free bug in imsttfb_probe due to lack of error-handling of init_imstt
 2023-04-27  3:08 UTC 

[PATCH] video: imsttfb: Fix use after free bug in imsttfb_probe due to lack of error-handling of init_imstt
 2023-04-27  3:04 UTC 

Tlakově litý
 2023-04-26  7:40 UTC 

[PATCH] arch/x86: Include <asm/fb.h> in fbdev source file
 2023-04-25 16:56 UTC  (2+ messages)

[PATCH v3] fbdev: visfxfb: HP Visualize-FX framebufffer driver
 2023-04-25 10:58 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-04-25  9:42 UTC 

[PATCH] MAINTAINERS: Remove rage128 framebuffer driver maintainer
 2023-04-24  9:45 UTC  (2+ messages)

[PATCH 0/3] fbdev: Set missing owner fields in fb_ops
 2023-04-24  9:43 UTC  (5+ messages)
` [PATCH 1/3] fbdev/68328fb: Init owner field of struct fb_ops
` [PATCH 2/3] fbdev/ps3fb: "
` [PATCH 3/3] fbdev/vfb: "

Updating hardcoded "of-display" devices
 2023-04-24  9:35 UTC  (8+ messages)
` [PATCH 1/2] fbdev/offb: Update expected device name
` [PATCH 2/2] drm/ofdrm: "

[PATCH] fbdev: modedb: Add a 1920x1080 at 60 Hz video mode
 2023-04-22 21:24 UTC 

[PATCH] video/hdmi: minor fixes for *_infoframe_init functions
 2023-04-22 21:17 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] video: fbdev: mmp: Fix deferred clk handling in mmphw_probe()
 2023-04-22  9:41 UTC  (5+ messages)

[PATCH] linux/vt_buffer.h: allow either builtin or modular for macros
 2023-04-22  9:36 UTC  (2+ messages)

[PATCH v5] drm/fbdev-generic: prohibit potential out-of-bounds access
 2023-04-21  8:24 UTC  (14+ messages)

[PATCH v3] drm/fbdev-generic: prohibit potential out-of-bounds access
 2023-04-20  6:56 UTC  (14+ messages)

[PATCH v4] drm/fbdev-generic: prohibit potential out-of-bounds access
 2023-04-19 20:07 UTC 

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-19 17:22 UTC  (13+ messages)
` [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 6.2 020/139] fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
 2023-04-18 12:21 UTC 

[PATCH 6.1 019/134] fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
 2023-04-18 12:21 UTC 

[PATCH 5.15 12/91] fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
 2023-04-18 12:21 UTC 

[PATCH 5.10 063/124] fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
 2023-04-18 12:21 UTC 

[PATCH 01/11] drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
 2023-04-18  0:53 UTC  (3+ messages)

new order
 2023-04-17 20:12 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).