messages from 2023-08-28 06:37:53 to 2023-09-20 08:10:28 UTC [more...]
[PATCH v4 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-09-20 8:09 UTC (11+ messages)
` [PATCH v4 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v4 2/5] fbdev: Replace fb_pgprotect() with pgprot_framebuffer()
` [PATCH v4 3/5] arch/powerpc: Remove trailing whitespaces
` [PATCH v4 4/5] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH v4 5/5] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code
Poptávka
2023-09-20 7:51 UTC
[PATCH 0/2] Fix sloppy typing in the area copy
2023-09-19 19:05 UTC (7+ messages)
` [PATCH 1/2] video: fbdev: core: cfbcopyarea: fix sloppy typing
` [PATCH 2/2] video: fbdev: core: syscopyarea: "
[PATCH v3 0/1] HID backlight driver
2023-09-19 17:46 UTC (6+ messages)
` [PATCH v3 1/1] backlight: hid_bl: Add VESA VCP "
[PATCH v4 00/41] drm: renesas: shmobile: Atomic conversion + DT support
2023-09-19 15:24 UTC (3+ messages)
` [GIT PULL] drm: renesas: shmobile: Atomic conversion + DT support (was: Re: [PATCH v4 00/41] drm: renesas: shmobile: Atomic conversion + DT support)
simpledrm instead of efifb used on Nvidia system
2023-09-19 13:49 UTC
Pytanie o samochód
2023-09-19 7:30 UTC
[PATCH v2 1/2] dt-bindings: backlight: Add MPS MP3309C
2023-09-18 12:30 UTC (7+ messages)
` [PATCH v2 2/2] backlight: mp3309c: Add support for "
[PATCH] fbdev/sh7760fb: Depend on FB=y
2023-09-18 9:30 UTC (2+ messages)
[PATCH] drm: fix up fbdev Kconfig defaults
2023-09-18 8:57 UTC (16+ messages)
[PATCH] staging: fbtft: Removed unnecessary parenthesis around conditions to comply with the checkpatch coding style
2023-09-15 7:56 UTC (3+ messages)
sh4-linux-ld: drivers/video/fbdev/sh7760fb.o:undefined reference to `fb_io_read'
2023-09-13 5:13 UTC
[PATCH v3 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-09-11 14:28 UTC (8+ messages)
` [PATCH v3 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v3 2/5] fbdev: Replace fb_pgprotect() with fb_pgprot_device()
` [PATCH v3 3/5] arch/powerpc: Remove trailing whitespaces
` [PATCH v3 4/5] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH v3 5/5] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code
[PATCH 0/3] pwm: Drop useless member "pwm" from struct pwm_device
2023-09-10 6:58 UTC (6+ messages)
` [PATCH 2/3] video: fbdev: ssd1307fb: Print the PWM's label instead of its number
[PATCH 0/7] fbdev: Split off code for boot-up logo
2023-09-07 8:07 UTC (23+ messages)
` [PATCH 1/7] fbdev/au1200fb: Do not display "
` [PATCH 2/7] fbdev/mmp/mmpfb: "
` [PATCH 3/7] fbdev/core: Fix style of code for "
` [PATCH 4/7] fbdev/core: Move logo functions into separate source file
` [PATCH 5/7] fbdev/core: Build fb_logo iff CONFIG_LOGO has been selected
` [PATCH 6/7] fbdev/core: Remove empty internal helpers from fb_logo.c
` [PATCH 7/7] fbdev/core: Clean up include statements in fbmem.c
[PATCH v2 0/7] fbdev: Split off code for boot-up logo
2023-09-07 8:52 UTC (8+ messages)
` [PATCH v2 1/7] fbdev/au1200fb: Do not display "
` [PATCH v2 2/7] fbdev/mmp/mmpfb: "
` [PATCH v2 3/7] fbdev/core: Fix style of code for "
` [PATCH v2 4/7] fbdev/core: Unexport logo helpers
` [PATCH v2 5/7] fbdev/core: Move logo functions into separate source file
` [PATCH v2 6/7] fbdev/core: Remove empty internal helpers from fb_logo.c
` [PATCH v2 7/7] fbdev/core: Clean up include statements in fbmem.c
[PATCH v2 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-09-07 6:49 UTC (8+ messages)
` [PATCH v2 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v2 2/5] fbdev: Replace fb_pgprotect() with fb_pgprot_device()
` [PATCH v2 3/5] arch/powerpc: Remove trailing whitespaces
` [PATCH v2 4/5] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH v2 5/5] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code
[PATCH] lockdep: Fix static memory detection even more
2023-09-06 8:11 UTC (4+ messages)
[PATCH 0/4] ppc, fbdev: Clean up fbdev mmap helper
2023-09-05 12:44 UTC (8+ messages)
` [PATCH 1/4] arch/powerpc: Remove trailing whitespaces
` [PATCH 2/4] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH 3/4] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code
` [PATCH 4/4] fbdev: Replace fb_pgprotect() with fb_pgprot_device()
[PATCH 0/8] fbdev: Use helpers for deferred I/O
2023-09-04 15:28 UTC (24+ messages)
` [PATCH 1/8] fbdev/smscufx: Use fb_ops "
` [PATCH 2/8] fbdev/udlfb: "
` [PATCH 3/8] fbdev: Add Kconfig macro FB_IOMEM_HELPERS_DEFERRED
` [PATCH 4/8] fbdev/hyperv_fb: Use fb_ops helpers for deferred I/O
` [PATCH 5/8] hid: Remove trailing whitespace
` [PATCH 6/8] hid/picolcd: Use fb_ops helpers for deferred I/O
` [PATCH 7/8] staging/fbtft: Initialize fb_op struct as static const
` [PATCH 8/8] staging/fbtft: Use fb_ops helpers for deferred I/O
Fwd: Kernel version 6.1.50 regression: radeonfb deactivate vga console
2023-09-04 11:11 UTC (2+ messages)
[PATCH] fbdev/g364fb: fix build failure with mips
2023-09-04 7:59 UTC (2+ messages)
mainline build failure due to 501126083855 ("fbdev/g364fb: Use fbdev I/O helpers")
2023-09-03 6:25 UTC (4+ messages)
[PATCH] fbdev: Update fbdev source file paths
2023-09-01 17:19 UTC (7+ messages)
[GIT PULL] fbdev fixes and updates for v6.6-rc1
2023-09-01 17:13 UTC (2+ messages)
Framebuffer mmap on PowerPC
2023-09-01 6:45 UTC (5+ messages)
truncation in drivers/video/fbdev/neofb.c
2023-08-31 22:26 UTC (6+ messages)
[PATCH] fbdev: ssd1307fb: Use bool for ssd1307fb_deviceinfo flags
2023-08-31 21:40 UTC (3+ messages)
[PATCH v1 1/2] dt-bindings: backlight: Add MPS MP3309C
2023-08-30 11:56 UTC (9+ messages)
` [PATCH v1 2/2] backlight: mp3309c: Add support for "
[PATCH AUTOSEL 6.4 14/17] fbdev: goldfishfb: Do not check 0 for platform_get_irq()
2023-08-29 13:32 UTC
[PATCH v3] fs: clean up usage of noop_dirty_folio
2023-08-29 8:11 UTC (2+ messages)
[PATCH v2] fs: clean up usage of noop_dirty_folio
2023-08-28 14:42 UTC (5+ messages)
[PATCH 6.1 004/122] drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
2023-08-28 10:12 UTC (5+ messages)
` [PATCH 6.1 005/122] fbdev/radeon: use pci aperture helpers
` [PATCH 6.1 007/122] drm/aperture: Remove primary argument
` [PATCH 6.1 008/122] video/aperture: Only kick vgacon when the pdev is decoding vga
` [PATCH 6.1 009/122] video/aperture: Move vga handling to pci function
[PATCH 00/11] fbdev/sbus: Initializers for struct fb_ops
2023-08-28 8:51 UTC (3+ messages)
Efektivní sledování a optimalizace výroby pro vaši společnost
2023-08-28 8:00 UTC
Słowa kluczowe do wypozycjonowania
2023-08-28 7:30 UTC
[PATCH] fs: clean up usage of noop_dirty_folio
2023-08-28 6:36 UTC (4+ 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).