index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-11
fbdev: imxfb: replace some magic numbers with constants
Dario Binacchi
1
-3
/
+4
2024-01-11
fbdev: imxfb: use BIT, FIELD_{GET,PREP} and GENMASK macros
Dario Binacchi
1
-51
/
+56
2024-01-11
fbdev: imxfb: move PCR bitfields near their offset
Dario Binacchi
1
-7
/
+6
2024-01-11
fbdev: imxfb: fix left margin setting
Dario Binacchi
1
-2
/
+25
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2
-4
/
+4
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
1
-1
/
+1
2023-12-18
fbdev/vesafb: Use screen_info pointer from device
Thomas Zimmermann
1
-1
/
+13
2023-12-18
fbdev/vesafb: Replace references to global screen_info by local pointer
Thomas Zimmermann
1
-31
/
+35
2023-12-18
fbdev/efifb: Use screen_info pointer from device
Thomas Zimmermann
1
-1
/
+13
2023-12-18
fbdev/efifb: Replace references to global screen_info by local pointer
Thomas Zimmermann
1
-60
/
+64
2023-12-14
fbdev/simplefb: change loglevel when the power domains cannot be parsed
Brian Masney
1
-1
/
+1
2023-11-29
fbdev: Remove default file-I/O implementations
Thomas Zimmermann
2
-26
/
+12
2023-11-29
fbdev: Warn on incorrect framebuffer access
Thomas Zimmermann
8
-0
/
+33
2023-11-29
fbdev: Move default fb_mmap code into helper function
Thomas Zimmermann
2
-30
/
+33
2023-11-29
fbdev: Push pgprot_decrypted() into mmap implementations
Thomas Zimmermann
17
-5
/
+33
2023-11-29
fbdev: Remove trailing whitespaces
Thomas Zimmermann
1
-2
/
+2
2023-11-29
fbdev: Rename FB_SYS_FOPS token to FB_SYSMEM_FOPS
Thomas Zimmermann
3
-6
/
+6
2023-11-29
fbdev/cyber2000fb: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2
-12
/
+2
2023-11-29
fbdev/wm8505fb: Initialize fb_ops to fbdev I/O-memory helpers
Thomas Zimmermann
2
-0
/
+3
2023-11-29
fbdev/vt8500lcdfb: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2
-1
/
+4
2023-11-29
fbdev/clps711x-fb: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2
-6
/
+2
2023-11-29
fbdev/ps3fb: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2
-9
/
+3
2023-11-29
fbdev/ps3fb: Set FBINFO_VIRTFB flag
Thomas Zimmermann
1
-1
/
+1
2023-11-29
fbdev/au1200fb: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2
-9
/
+3
2023-11-29
fbdev/au1200fb: Set FBINFO_VIRTFB flag
Thomas Zimmermann
1
-0
/
+2
2023-11-29
fbdev/udlfb: Select correct helpers
Thomas Zimmermann
1
-5
/
+1
2023-11-29
fbdev/smscufx: Select correct helpers
Thomas Zimmermann
1
-5
/
+1
2023-11-29
fbdev/sh_mobile_lcdcfb: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2
-12
/
+5
2023-11-29
fbdev/sh_mobile_lcdcfb: Set FBINFO_VIRTFB flag
Thomas Zimmermann
1
-0
/
+2
2023-11-29
fbdev/arcfb: Use generator macros for deferred I/O
Thomas Zimmermann
2
-91
/
+27
2023-11-29
fbdev/arcfb: Set FBINFO_VIRTFB flag
Thomas Zimmermann
1
-0
/
+1
2023-11-29
fbdev/vfb: Initialize fb_ops with fbdev macros
Thomas Zimmermann
2
-9
/
+3
2023-11-29
fbdev/vfb: Set FBINFO_VIRTFB flag
Thomas Zimmermann
1
-0
/
+1
2023-11-29
fbdev/sm712fb: Use correct initializer macros for struct fb_ops
Thomas Zimmermann
1
-4
/
+2
2023-11-29
fbdev/acornfb: Fix name of fb_ops initializer macro
Thomas Zimmermann
1
-1
/
+1
2023-11-22
fbdev/simplefb: Suppress error on missing power domains
Richard Acayan
1
-0
/
+4
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
27
-131
/
+88
2023-11-10
fbdev: fsl-diu-fb: mark wr_reg_wa() static
Arnd Bergmann
1
-1
/
+1
2023-11-10
fbdev: amifb: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-11-10
fbdev: amifb: Mark driver struct with __refdata to prevent section mismatch warning
Uwe Kleine-König
1
-1
/
+7
2023-11-10
fbdev: hyperv_fb: fix uninitialized local variable use
Arnd Bergmann
1
-0
/
+2
2023-11-10
fbdev: omapfb/tpd12s015: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-10
fbdev: omapfb/tfp410: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-10
fbdev: omapfb/sharp-ls037v7dw01: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-10
fbdev: omapfb/opa362: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-10
fbdev: omapfb/hdmi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-10
fbdev: omapfb/dvi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-10
fbdev: omapfb/dsi-cm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-10
fbdev: omapfb/dpi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-10
fbdev: omapfb/analog-tv: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
[prev]
[next]