Show patches with: Submitter = Thomas Zimmermann       |    State = Action Required       |    Archived = No       |   620 patches
« 1 2 ... 3 4 56 7 »
Patch Series S/W/F Date Submitter Delegate State
[1/3] fbdev/hitfb: Declare hitfb_blank() as static fbdev/hitfb: Various fixes --- 2023-06-06 Thomas Zimmermann New
[30/30] fbdev: Make support for userspace interfaces configurable Untitled series #211798 --- 2023-06-05 Thomas Zimmermann New
[22/30] fbdev/smscufx: Detect registered fb_info from refcount Untitled series #211798 --- 2023-06-05 Thomas Zimmermann New
[19/30] fbdev/rivafb: Reorder backlight and framebuffer init/cleanup Untitled series #211798 --- 2023-06-05 Thomas Zimmermann New
[12/30] fbdev/mb862xxfb: Output messages with fb_dbg() and fb_err() Untitled series #211798 --- 2023-06-05 Thomas Zimmermann New
[03/30] backlight/lv5207lp: Compare against struct fb_info.device Untitled series #211798 --- 2023-06-05 Thomas Zimmermann New
[02/30] backlight/gpio_backlight: Compare against struct fb_info.device Untitled series #211798 --- 2023-06-05 Thomas Zimmermann New
[v7,6/7] fbdev: Move framebuffer I/O helpers into <asm/fb.h> [v7,1/7] fbdev/hitfb: Cast I/O offset to address --- 2023-05-12 Thomas Zimmermann New
[v7,5/7] fbdev: Include <linux/fb.h> instead of <asm/fb.h> [v7,1/7] fbdev/hitfb: Cast I/O offset to address --- 2023-05-12 Thomas Zimmermann New
[v7,4/7] fbdev: Include <linux/io.h> in various drivers [v7,1/7] fbdev/hitfb: Cast I/O offset to address --- 2023-05-12 Thomas Zimmermann New
[v7,1/7] fbdev/hitfb: Cast I/O offset to address [v7,1/7] fbdev/hitfb: Cast I/O offset to address --- 2023-05-12 Thomas Zimmermann New
[v6,6/6] fbdev: Rename fb_mem*() helpers fbdev: Move framebuffer I/O helpers to <asm/fb.h> --- 2023-05-10 Thomas Zimmermann New
[v6,2/6] ipu-v3: Include <linux/io.h> fbdev: Move framebuffer I/O helpers to <asm/fb.h> --- 2023-05-10 Thomas Zimmermann New
[v6,1/6] fbdev/matrox: Remove trailing whitespaces fbdev: Move framebuffer I/O helpers to <asm/fb.h> --- 2023-05-10 Thomas Zimmermann New
[v3,6/6] fbdev: Rename fb_mem*() helpers fbdev: Move framebuffer I/O helpers to <asm/fb.h> --- 2023-05-02 Thomas Zimmermann New
[v3,5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h> fbdev: Move framebuffer I/O helpers to <asm/fb.h> --- 2023-05-02 Thomas Zimmermann New
[v3,4/6] fbdev: Include <linux/io.h> via <asm/fb.h> fbdev: Move framebuffer I/O helpers to <asm/fb.h> --- 2023-05-02 Thomas Zimmermann New
[v2,19/19] drm/fb-helper: Use fb_{cfb,sys}_{read, write}() drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,18/19] fbdev: Move I/O read and write code into helper functions drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,17/19] fbdev: Validate info->screen_{base,buffer} in fb_ops implementations drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,16/19] fbdev: Don't re-validate info->state in fb_ops implementations drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,15/19] fbdev: Use screen_buffer in fb_sys_{read,write}() drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,14/19] fbdev: Return number of bytes read or written drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,13/19] fbdev/xen-fbfront: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,12/19] fbdev/vfb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,11/19] fbdev/udlfb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,10/19] fbdev/smscufx: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,09/19] fbdev/ps3fb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,08/19] fbdev/metronomefb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,07/19] fbdev/hecubafb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,06/19] fbdev/broadsheetfb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,05/19] fbdev/au1200fb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,04/19] fbdev/arcfb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,03/19] hid/hid-picolcd_fb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,02/19] auxdisplay/ht16k33: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,01/19] auxdisplay/cfag12864bfb: Use struct fb_info.screen_buffer drm,fbdev: Use fbdev's I/O helpers --- 2023-04-28 Thomas Zimmermann New
[v2,5/5] fbdev: Define framebuffer I/O from Linux' I/O functions fbdev: Use regular I/O function for framebuffers --- 2023-04-28 Thomas Zimmermann New
[v2,4/5] fbdev: Include <linux/io.h> in drivers fbdev: Use regular I/O function for framebuffers --- 2023-04-28 Thomas Zimmermann New
[5/5] fbdev: Move framebuffer I/O helpers into <asm/fb.h> fbdev: Move framebuffer I/O helpers to <asm/fb.h> --- 2023-04-26 Thomas Zimmermann New
[5/6] fbdev: Move CFB read and write code into helper functions drm,fbdev: Use fbdev's I/O helpers --- 2023-04-25 Thomas Zimmermann New
[4/6] fbdev: Validate info->screen_{base,buffer} in fb_ops implementations drm,fbdev: Use fbdev's I/O helpers --- 2023-04-25 Thomas Zimmermann New
[3/6] fbdev: Don't re-validate info->state in fb_ops implementations drm,fbdev: Use fbdev's I/O helpers --- 2023-04-25 Thomas Zimmermann New
[1/6] fbdev: Return number of bytes read or written drm,fbdev: Use fbdev's I/O helpers --- 2023-04-25 Thomas Zimmermann New
[3/3] fbdev/vfb: Init owner field of struct fb_ops fbdev: Set missing owner fields in fb_ops --- 2023-04-24 Thomas Zimmermann New
[2/3] fbdev/ps3fb: Init owner field of struct fb_ops fbdev: Set missing owner fields in fb_ops --- 2023-04-24 Thomas Zimmermann New
[1/3] fbdev/68328fb: Init owner field of struct fb_ops fbdev: Set missing owner fields in fb_ops --- 2023-04-24 Thomas Zimmermann New
arch/x86: Include <asm/fb.h> in fbdev source file arch/x86: Include <asm/fb.h> in fbdev source file --- 2023-04-24 Thomas Zimmermann New
[v3,19/19] arch/x86: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,18/19] arch/sparc: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,17/19] arch/sparc: Implement fb_is_primary_device() in source file arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,15/19] arch/powerpc: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,14/19] arch/parisc: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,12/19] arch/parisc: Remove trailing whitespaces arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,11/19] video: Move HP PARISC STI core code to shared location arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,10/19] video: Remove trailing whitespaces arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,09/19] arch/mips: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,08/19] arch/m68k: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,07/19] arch/m68k: Merge variants of fb_pgprotect() into single function arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,06/19] arch/loongarch: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,05/19] arch/ia64: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,04/19] arch/arm64: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,02/19] arch/arc: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v3,01/19] fbdev: Prepare generic architecture helpers arch: Consolidate <asm/fb.h> --- 2023-04-17 Thomas Zimmermann New
[v2,18/19] arch/sparc: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-06 Thomas Zimmermann New
[v2,14/19] arch/parisc: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-06 Thomas Zimmermann New
[v5,5/9] video/aperture: Move vga handling to pci function Untitled series #206235 --- 2023-04-06 Thomas Zimmermann New
[v4,6/9] video/aperture: Drop primary argument Untitled series #206236 --- 2023-04-06 Thomas Zimmermann New
[v4,4/9] video/aperture: Only kick vgacon when the pdev is decoding vga Untitled series #206236 --- 2023-04-06 Thomas Zimmermann New
[v4,3/9] drm/aperture: Remove primary argument Untitled series #206236 --- 2023-04-06 Thomas Zimmermann New
[v4,2/9] video/aperture: use generic code to figure out the vga default device Untitled series #206236 --- 2023-04-06 Thomas Zimmermann New
[17/18] arch/sparc: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-05 Thomas Zimmermann New
[07/18] arch/m68k: Implement <asm/fb.h> with generic helpers arch: Consolidate <asm/fb.h> --- 2023-04-05 Thomas Zimmermann New
[15/15] fbdev/vfb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[14/15] fbdev/valkyriefb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[13/15] fbdev/stifb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[12/15] fbdev/sa1100fb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[11/15] fbdev/platinumfb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[10/15] fbdev/p9100: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[09/15] fbdev/maxinefb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[08/15] fbdev/macfb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[07/15] fbdev/hpfb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[06/15] fbdev/hgafb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[05/15] fbdev/g364fb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[04/15] fbdev/controlfb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[03/15] fbdev/cg14: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[02/15] fbdev/atmel_lcdfb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[01/15] fbdev/68328fb: Remove trailing whitespaces fbdev: Remove trailing whitespaces --- 2023-03-31 Thomas Zimmermann New
[v2,101/101] fbdev: Constify option strings fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,100/101] staging/sm750fb: Parse option string with struct option_iter fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,099/101] staging/sm750fb: Duplicate video-mode option string fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,098/101] staging/sm750fb: Release g_settings in module-exit function fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,097/101] fbdev/vt8623fb: Duplicate video-mode option string fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,096/101] fbdev/viafb: Parse option string with struct option_iter fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,095/101] fbdev/vfb: Parse option string with struct option_iter fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,094/101] fbdev/vfb: Duplicate video-mode option string fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,092/101] fbdev/vesafb: Parse option string with struct option_iter fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,091/101] fbdev/vermilion: Remove unused option string fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,090/101] fbdev/valkyriefb: Parse option string with struct option_iter fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
[v2,088/101] fbdev/uvesafb: Parse option string with struct option_iter fbdev: Fix memory leak in option parsing --- 2023-03-09 Thomas Zimmermann New
« 1 2 ... 3 4 56 7 »