linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-09 16:04:18 to 2023-03-22 20:04:28 UTC [more...]

[PATCH AUTOSEL 6.2 32/45] fbdev: tgafb: Fix potential divide by zero
 2023-03-22 19:56 UTC  (5+ messages)
` [PATCH AUTOSEL 6.2 39/45] fbdev: nvidia: "
` [PATCH AUTOSEL 6.2 40/45] fbdev: intelfb: "
` [PATCH AUTOSEL 6.2 41/45] fbdev: lxfb: "
` [PATCH AUTOSEL 6.2 42/45] fbdev: au1200fb: "

Regression in deaeeda2051f ("backlight: pwm_bl: Don't rely on a disabled PWM emiting inactive state")
 2023-03-22  9:14 UTC  (4+ messages)
    ` [PATCH] backlight: pwm_bl: Disable PWM on shutdown and suspend "

[syzbot] [fbdev?] KASAN: use-after-free Write in fbcon_get_font
 2023-03-21 17:03 UTC 

[PATCH v2 000/101] fbdev: Fix memory leak in option parsing
 2023-03-21  8:53 UTC  (67+ messages)
` [PATCH v2 001/101] lib: Add option iterator
` [PATCH v2 031/101] fbdev/hyperv_fb: Duplicate video-mode option string
` [PATCH v2 044/101] fbdev/macfb: Parse option string with struct option_iter
` [PATCH v2 048/101] fbdev/neofb: Duplicate video-mode option string
` [PATCH v2 049/101] fbdev/neofb: Parse option string with struct option_iter
` [PATCH v2 050/101] fbdev/nvidiafb: Duplicate video-mode option string
` [PATCH v2 051/101] fbdev/nvidiafb: Parse option string with struct option_iter
` [PATCH v2 052/101] fbdev/ocfb: Duplicate video-mode option string
` [PATCH v2 053/101] fbdev/ocfb: Parse option string with struct option_iter
` [PATCH v2 054/101] fbdev/omapfb: "
` [PATCH v2 055/101] fbdev/platinumfb: Remove trailing whitespaces
` [PATCH v2 056/101] fbdev/platinumfb: Parse option string with struct option_iter
` [PATCH v2 057/101] fbdev/pm2fb: Duplicate video-mode option string
` [PATCH v2 058/101] fbdev/pm2fb: Parse option string with struct option_iter
` [PATCH v2 059/101] fbdev/pm3fb: Duplicate video-mode option string
` [PATCH v2 061/101] fbdev/ps3fb: "
` [PATCH v2 062/101] fbdev/ps3fb: Parse option string with struct option_iter
` [PATCH v2 063/101] fbdev/pvr2fb: Duplicate video-mode option string
` [PATCH v2 064/101] fbdev/pvr2fb: Parse option string with struct option_iter
` [PATCH v2 065/101] fbdev/pxafb: "
` [PATCH v2 066/101] fbdev/rivafb: Duplicate video-mode option string
` [PATCH v2 067/101] fbdev/rivafb: Parse option string with struct option_iter
` [PATCH v2 068/101] fbdev/s3fb: Duplicate video-mode option string
` [PATCH v2 069/101] fbdev/s3fb: Parse option string with struct option_iter
` [PATCH v2 070/101] fbdev/savagefb: Duplicate video-mode option string
` [PATCH v2 071/101] fbdev/savagefb: Parse option string with struct option_iter
` [PATCH v2 072/101] fbdev/sisfb: Constify mode string
` [PATCH v2 073/101] fbdev/sisfb: Parse option string with struct option_iter
` [PATCH v2 074/101] fbdev/skeletonfb: "
` [PATCH v2 075/101] fbdev/sm712fb: Duplicate video-mode option string
` [PATCH v2 076/101] fbdev/sstfb: "
` [PATCH v2 077/101] fbdev/sstfb: Parse option string with struct option_iter
` [PATCH v2 078/101] fbdev/stifb: Remove trailing whitespaces
` [PATCH v2 079/101] fbdev/stifb: Constify option string
` [PATCH v2 080/101] fbdev/tdfxfb: Duplicate video-mode "
` [PATCH v2 081/101] fbdev/tdfxfb: Parse option string with struct option_iter
` [PATCH v2 082/101] fbdev/tgafb: Duplicate video-mode option string
` [PATCH v2 083/101] fbdev/tgafb: Parse option string with struct option_iter
` [PATCH v2 084/101] fbdev/tmiofb: Remove unused option string
` [PATCH v2 085/101] fbdev/tridentfb: Duplicate video-mode "
` [PATCH v2 086/101] fbdev/tridentfb: Parse option string with struct option_iter
` [PATCH v2 087/101] fbdev/uvesafb: Duplicate video-mode option string
` [PATCH v2 088/101] fbdev/uvesafb: Parse option string with struct option_iter
` [PATCH v2 089/101] fbdev/valkyriefb: Remove trailing whitespaces
` [PATCH v2 090/101] fbdev/valkyriefb: Parse option string with struct option_iter
` [PATCH v2 091/101] fbdev/vermilion: Remove unused option string
` [PATCH v2 092/101] fbdev/vesafb: Parse option string with struct option_iter
` [PATCH v2 093/101] fbdev/vfb: Remove trailing whitespaces
` [PATCH v2 094/101] fbdev/vfb: Duplicate video-mode option string
` [PATCH v2 095/101] fbdev/vfb: Parse option string with struct option_iter
` [PATCH v2 096/101] fbdev/viafb: "
` [PATCH v2 097/101] fbdev/vt8623fb: Duplicate video-mode option string
` [PATCH v2 098/101] staging/sm750fb: Release g_settings in module-exit function
` [PATCH v2 099/101] staging/sm750fb: Duplicate video-mode option string
` [PATCH v2 100/101] staging/sm750fb: Parse option string with struct option_iter
` [PATCH v2 101/101] fbdev: Constify option strings

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

[PATCH v1 1/1] backlight: hx8357: Convert to agnostic GPIO API
 2023-03-20 11:54 UTC  (3+ messages)

[PATCH 00/51] video: fbdev: Convert to platform remove callback returning void
 2023-03-20 10:03 UTC  (57+ messages)
` [PATCH 01/51] video: fbdev: au1100fb: Drop if with an always false condition
` [PATCH 02/51] video: fbdev: arcfb: Convert to platform remove callback returning void
` [PATCH 03/51] video: fbdev: au1100fb: "
` [PATCH 04/51] video: fbdev: au1200fb: "
` [PATCH 05/51] video: fbdev: broadsheetfb: "
` [PATCH 06/51] video: fbdev: bw2: "
` [PATCH 07/51] video: fbdev: cg14: "
` [PATCH 08/51] video: fbdev: cg3: "
` [PATCH 09/51] video: fbdev: cg6: "
` [PATCH 10/51] video: fbdev: clps711x-fb: "
` [PATCH 11/51] video: fbdev: cobalt_lcdfb: "
` [PATCH 12/51] video: fbdev: da8xx-fb: "
` [PATCH 13/51] video: fbdev: efifb: "
` [PATCH 14/51] video: fbdev: ep93xx-fb: "
` [PATCH 15/51] video: fbdev: ffb: "
` [PATCH 16/51] video: fbdev: fsl-diu-fb: "
` [PATCH 17/51] video: fbdev: gbefb: "
` [PATCH 18/51] video: fbdev: goldfishfb: "
` [PATCH 19/51] video: fbdev: grvga: "
` [PATCH 20/51] video: fbdev: hecubafb: "
` [PATCH 21/51] video: fbdev: hgafb: "
` [PATCH 22/51] video: fbdev: hitfb: "
` [PATCH 23/51] video: fbdev: imxfb: "
` [PATCH 24/51] video: fbdev: leo: "
` [PATCH 25/51] video: fbdev: mb862xx: "
` [PATCH 26/51] video: fbdev: metronomefb: "
` [PATCH 27/51] video: fbdev: mx3fb: "
` [PATCH 28/51] video: fbdev: ocfb: "
` [PATCH 29/51] video: fbdev: offb: "
` [PATCH 30/51] video: fbdev: omapfb: "
` [PATCH 31/51] video: fbdev: p9100: "
` [PATCH 32/51] video: fbdev: platinumfb: "
` [PATCH 33/51] video: fbdev: pxa168fb: "
` [PATCH 34/51] video: fbdev: pxa3xx-gcu: "
` [PATCH 35/51] video: fbdev: pxafb: "
` [PATCH 36/51] video: fbdev: s1d13xxxfb: "
` [PATCH 37/51] video: fbdev: s3c-fb: "
` [PATCH 38/51] video: fbdev: sh7760fb: "
` [PATCH 39/51] video: fbdev: sh_mobile_lcdcfb: "
` [PATCH 40/51] video: fbdev: simplefb: "
` [PATCH 41/51] video: fbdev: sm501fb: "
` [PATCH 42/51] video: fbdev: tcx: "
` [PATCH 43/51] video: fbdev: uvesafb: "
` [PATCH 44/51] video: fbdev: vesafb: "
` [PATCH 45/51] video: fbdev: vfb: "
` [PATCH 46/51] video: fbdev: vga16fb: "
` [PATCH 47/51] video: fbdev: via: "
` [PATCH 48/51] video: fbdev: vt8500lcdfb: "
` [PATCH 49/51] video: fbdev: wm8505fb: "
` [PATCH 50/51] video: fbdev: wmt_ge_rops: "
` [PATCH 51/51] video: fbdev: xilinxfb: "

[PATCH 00/15] backlight: Drop use of deprecated fb_blank property
 2023-03-19 18:44 UTC  (7+ messages)
` [PATCH 12/15] auxdisplay: ht16k33: Introduce backlight_get_brightness()

[PATCH] video: ARM CLCD: Use of_address_to_resource()
 2023-03-19 17:27 UTC  (2+ messages)

[GIT PULL] fbdev fixes for v6.3-rc3
 2023-03-18 23:09 UTC  (2+ messages)

[PATCH] backlight: as3711: Use of_property_read_bool() for boolean properties
 2023-03-16 16:13 UTC  (3+ messages)

[PATCH] backlight: hx8357: Use of_property_present() for testing DT property presence
 2023-03-16 16:12 UTC  (3+ messages)

[PATCH 1/2] backlight: lp855x: mark OF related data as maybe unused
 2023-03-16 16:12 UTC  (6+ messages)
` [PATCH 2/2] backlight: arcxcnn_bl: drop of_match_ptr for ID table

[PATCH 00/13] backlight: Convert to platform remove callback returning void
 2023-03-16 13:52 UTC  (27+ messages)
` [PATCH 01/13] backlight: aat2870_bl: "
` [PATCH 02/13] backlight: adp5520_bl: "
` [PATCH 03/13] backlight: cr_bllcd: "
` [PATCH 04/13] backlight: da9052_bl: "
` [PATCH 05/13] backlight: hp680_bl: "
` [PATCH 06/13] backlight: led_bl: "
` [PATCH 07/13] backlight: lm3533_bl: "
` [PATCH 08/13] backlight: lp8788_bl: "
` [PATCH 09/13] backlight: mt6370-backlight: "
` [PATCH 10/13] backlight: pwm_bl: "
` [PATCH 11/13] backlight: qcom-wled: "
` [PATCH 12/13] backlight: rt4831-backlight: "
` [PATCH 13/13] backlight: sky81452-backlight: "

[PATCH] fbdev: Use of_property_present() for testing DT property presence
 2023-03-16 13:49 UTC  (5+ messages)

[PATCH] fbdev: nvidia: Fix potential divide by zero
 2023-03-16 13:34 UTC  (2+ messages)

[PATCH] fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks
 2023-03-16 10:44 UTC 

Rubber Molded
 2023-03-16  8:45 UTC 

[PATCH] fbdev: au1200fb: Fix potential divide by zero
 2023-03-15 12:27 UTC  (3+ messages)

[PATCH v3 32/38] staging: add HAS_IOPORT dependencies
 2023-03-15 10:19 UTC  (4+ messages)
` [PATCH v3 35/38] video: handle "

[PATCH] fbdev: lxfb: Fix potential divide by zero
 2023-03-15  9:05 UTC 

[PATCH] fbdev: intelfb: Fix potential divide by zero
 2023-03-15  8:33 UTC 

[PATCH] fbdev: omapfb: remove omap1 osk driver
 2023-03-14 17:50 UTC  (2+ messages)

[PATCH -next 1/3] video: fbdev: pxa3xx-gcu: Use devm_platform_get_and_ioremap_resource()
 2023-03-14 10:48 UTC  (4+ messages)
` [PATCH -next 2/3] video: fbdev: wm8505fb: Use devm_platform_ioremap_resource()
` [PATCH -next 3/3] video: fbdev: xilinxfb: Use devm_platform_get_and_ioremap_resource()

Panele fotowaltaiczne
 2023-03-13 10:37 UTC 

[PATCH] fbdev: Use of_property_read_bool() for boolean properties
 2023-03-11 12:02 UTC  (2+ messages)

[PATCH -next] fbdev/clps711x-fb: Use devm_platform_get_and_ioremap_resource()
 2023-03-11 11:57 UTC  (2+ messages)

[PATCH v2] fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()
 2023-03-10 14:23 UTC  (3+ messages)


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