Michael Hennerich c24b6b6a8e backlight: adp5520: rename common defines and typos 15 years ago
..
aty af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
backlight c24b6b6a8e backlight: adp5520: rename common defines and typos 15 years ago
console 4ef58d4e2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 15 years ago
display 77997aaadd device create: video: convert device_create_drvdata to device_create 16 years ago
geode 35887b1cf7 gx1fb: properly alloc cmap and plug cmap leak 16 years ago
i810 0c8ddf7f8b i810fb: fix regression with uninitalized fb_info->mm_lock mutex 16 years ago
intelfb b586640141 intelfb: fix a bug when changing video timing 16 years ago
kyro 84902b7af6 fbdev: change asm/uaccess.h to linux/uaccess.h 17 years ago
logo ae52bb2384 fbdev: move logo externs to header file 16 years ago
matrox a690606d1f matroxfb: get rid of CONFIG_FB_MATROX_32MB 15 years ago
mb862xx 24f01dcb53 mb862xxfb: use CONFIG_OF instead of CONFIG_PPC_OF 16 years ago
mbx 1039edc98a mbxfb: fix incorrect argument type 17 years ago
msm 69fd8d2467 drivers/video/msm: update to new kernel 15 years ago
nvidia 4e8a2372f9 nvidiafb: fix boot-time printk string 16 years ago
omap 8d72c796c9 omap1: LCD_DMA: Use some define rather than a hexadecimal 15 years ago
omap2 f133a9d7f2 OMAP: DSS2: Taal DSI command mode panel driver 15 years ago
pnx4008 a09e64fbc0 [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 17 years ago
riva 5ae121705b video: replace remaining __FUNCTION__ occurrences 17 years ago
savage b9f9d4706c savagefb: fix blanking mode on CRT display 15 years ago
sis 532f649f14 sisfb: change SiS_DDC_Port type to SISIOADDRESS 15 years ago
vermilion 7a8fc9b248 removed unused #include <linux/version.h>'s 17 years ago
via af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
68328fb.c e98d9b407c 68328fb: fix cmap memory leaks 16 years ago
Kconfig c4e194e3b7 Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/dwalker/linux-msm 15 years ago
Makefile afedec183e OMAP: Add VRAM manager 15 years ago
acornfb.c 34308fd4a2 acornfb: remove fb_mmap function 16 years ago
acornfb.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
amba-clcd.c ad361c9884 Remove multiple KERN_ prefixes from printk formats 16 years ago
amifb.c eb8972b440 amifb: check fb_alloc_cmap return value and handle failure properly 16 years ago
arcfb.c 84902b7af6 fbdev: change asm/uaccess.h to linux/uaccess.h 17 years ago
arkfb.c b935257b1f arkfb: fix misplaced parentheses 16 years ago
asiliantfb.c 44aa417910 asiliantfb: add missing return statement 16 years ago
atafb.c 8546e3ce6e fbdev: atafb - add palette register check 15 years ago
atafb.h a100501212 m68k: Atari fb revival 18 years ago
atafb_iplan2p2.c a100501212 m68k: Atari fb revival 18 years ago
atafb_iplan2p4.c a100501212 m68k: Atari fb revival 18 years ago
atafb_iplan2p8.c a100501212 m68k: Atari fb revival 18 years ago
atafb_mfb.c a100501212 m68k: Atari fb revival 18 years ago
atafb_utils.h a100501212 m68k: Atari fb revival 18 years ago
atmel_lcdfb.c d014d04386 Merge branch 'for-next' into for-linus 15 years ago
au1100fb.c ff8147fe71 drivers/video: add kmalloc NULL tests 15 years ago
au1100fb.h 03ae4e0ccc [PATCH] au11oofb: fix to remove flickering 18 years ago
au1200fb.c 7a192ec334 platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver' 16 years ago
au1200fb.h f95ec3c6df [PATCH] au1200fb: Alchemy Au1200 framebuffer driver 19 years ago
bf54x-lq043fb.c a34601c5d8 fbdev: bf54x-lq043fb: use kzalloc over kmalloc/memset 16 years ago
bfin-t350mcqb-fb.c 8f09d74a61 fbdev: *bfin*: fix __dev{init,exit} markings 16 years ago
broadsheetfb.c a9b5ff99c3 fb-defio: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers. 15 years ago
bt431.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
bt455.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
bw2.c 3f06cd2935 bw2: use standard fields for framebuffer physical address and length 16 years ago
c2p.h 2eab7ff843 fbdev: c2p - Rename c2p to c2p_planar 16 years ago
c2p_core.h 96f47d6105 fbdev: c2p/atafb - Add support for Atari interleaved bitplanes 16 years ago
c2p_iplan2.c 96f47d6105 fbdev: c2p/atafb - Add support for Atari interleaved bitplanes 16 years ago
c2p_planar.c 2eab7ff843 fbdev: c2p - Rename c2p to c2p_planar 16 years ago
carminefb.c 493f139ecf carminefb: fix possible access beyond end of carmine_modedb[] 16 years ago
carminefb.h 2ece5f43b0 fbdev: add the carmine FB driver 17 years ago
carminefb_regs.h 2ece5f43b0 fbdev: add the carmine FB driver 17 years ago
cfbcopyarea.c a419aef8b8 trivial: remove unnecessary semicolons 15 years ago
cfbfillrect.c bdca0f9b1e fbdev: fix fillrect for 24bpp modes 16 years ago
cfbimgblt.c 5ae121705b video: replace remaining __FUNCTION__ occurrences 17 years ago
cg14.c de4dc48ee2 cg14: use standard fields for framebuffer physical address and length 16 years ago
cg3.c 9fbfd4b8a4 cg3: use standard fields for framebuffer physical address and length 16 years ago
cg6.c 963b916c1c cg6: use standard fields for framebuffer physical address and length 16 years ago
chipsfb.c 7ec42d2659 chipsfb: remove redundant assignment 16 years ago
cirrusfb.c 0efb2a03af cirrusfb: do not allow unsupported pixel depth 16 years ago
clps711xfb.c a09e64fbc0 [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 17 years ago
cobalt_lcdfb.c ada8e9514b Update Yoichi Yuasa's e-mail address 16 years ago
controlfb.c 64b3d0e812 powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED 16 years ago
controlfb.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
cyber2000fb.c ab8e2eb722 cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARK 16 years ago
cyber2000fb.h 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
da8xx-fb.c 3510b8f7f5 davinci: fb: fix frame buffer driver issues 15 years ago
dnfb.c d649770087 m68k: dnfb doesnt check for Apollo 17 years ago
edid.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
efifb.c 4410f39109 fbdev: add support for handoff from firmware to hw framebuffers 16 years ago
ep93xx-fb.c 88017bda96 ep93xx video driver 15 years ago
epson1355fb.c a09e64fbc0 [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 17 years ago
fb_ddc.c c1b6b4f234 i2c: Let framebuffer drivers set their I2C bus class to DDC 17 years ago
fb_defio.c eae6fa9b0c Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen 15 years ago
fb_draw.h bdca0f9b1e fbdev: fix fillrect for 24bpp modes 16 years ago
fb_notify.c 256154fbc3 [PATCH] fbdev: statically link the framebuffer notification functions 19 years ago
fb_sys_fops.c 84902b7af6 fbdev: change asm/uaccess.h to linux/uaccess.h 17 years ago
fbcmap.c 1f5e31d7e5 fbmem: don't call copy_from/to_user() with mutex held 16 years ago
fbcvt.c d95159cf1b [PATCH] various fbdev files: mark structs and array read-only 18 years ago
fbmem.c e15daf6cdf Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 15 years ago
fbmon.c 3730793d45 fbmon: work around compiler bug in gcc-2.4.2 16 years ago
fbsysfs.c 6c96895e99 Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()" 16 years ago
ffb.c fd098316ef sparc: Annotate of_device_id arrays with const or __initdata. 17 years ago
fm2fb.c c771eba1fe fm2fb: the pseudo_palette is only 16 elements long 18 years ago
fsl-diu-fb.c b5daa70a4a fsl-diu-fb: fix regression with uninitalized fb_info->mm_lock mutex 16 years ago
fsl-diu-fb.h 9b53a9e28a fbdev: powerpc: driver for Freescale 8610 and 5121 DIU 17 years ago
g364fb.c 6473d160b4 PCI: Cleanup the includes of <linux/pci.h> 18 years ago
gbefb.c d014d04386 Merge branch 'for-next' into for-linus 15 years ago
gxt4500.c 3c36aa5ccd pci: use pci_ioremap_bar() in drivers/video 16 years ago
hecubafb.c a9b5ff99c3 fb-defio: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers. 15 years ago
hgafb.c 2870086e9f hgafb: convert to new platform driver API 17 years ago
hitfb.c 2dbc8a23cc video: hitfb: Move over to dev_pm_ops. 16 years ago
hpfb.c fd5b462f0b m68k: Return -ENODEV if no device is found 17 years ago
igafb.c 100b4a6eef igafb: use framebuffer_alloc() to allocate fb_info struct 16 years ago
imsttfb.c 5ae121705b video: replace remaining __FUNCTION__ occurrences 17 years ago
imxfb.c a419aef8b8 trivial: remove unnecessary semicolons 15 years ago
leo.c 8803f7afe6 leo: use standard fields for framebuffer physical address and length 16 years ago
macfb.c 3839d01d61 macfb annotations and compiler warning fix 16 years ago
macmodes.c 57a3db98ac drivers/video/macmodes.c:mac_find_mode() mustn't be __devinit 18 years ago
macmodes.h 57a3db98ac drivers/video/macmodes.c:mac_find_mode() mustn't be __devinit 18 years ago
maxinefb.c cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 years ago
metronomefb.c a9b5ff99c3 fb-defio: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers. 15 years ago
modedb.c 27b7f2e3b5 fbdev: add video modes for resolutions and timings of PAL RGB 16 years ago
mx3fb.c 20de03dae5 i.MX31: fix framebuffer locking regressions 16 years ago
n411.c 0e27aa3dab fbdev: platforming hecubafb and n411 17 years ago
neofb.c 27ec937c4f neofb: fix sparse warnings 16 years ago
offb.c ceae8cbe94 offb: Add support for framebuffer handoff to offb. 15 years ago
output.c 64dba9a9a3 video: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
p9100.c 0d76cb2606 p9100: use standard fields for framebuffer physical address and length 16 years ago
platinumfb.c 6e3658f0df platinumfb: fix misplaced parenthesis 15 years ago
platinumfb.h 9cf84d7c97 [PATCH] powerpc: Fix platinumfb for some modes 19 years ago
pm2fb.c 491bcc9bf5 fbdev: use framebuffer_release() for freeing fb_info structures 16 years ago
pm3fb.c 7654532dbe pm3fb: fix sparse warning 16 years ago
pmag-aa-fb.c 91c4313206 fbcon: fix color generation for monochrome framebuffer 17 years ago
pmag-ba-fb.c 7ad33e7485 video: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
pmagb-b-fb.c 7ad33e7485 video: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
ps3fb.c 9413c8836a powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h> 16 years ago
pvr2fb.c da62e71d13 sh: dma: Make PVR2 DMA configurable. 16 years ago
pxa168fb.c a291ea217c pxa168fb: fix offset setting at initialization 15 years ago
pxa168fb.h 638772c755 fb: add support of LCD display controller on pxa168/910 (base layer) 16 years ago
pxafb.c 049ad833b1 pxafb: add transparency field to pxafb_mode_info struct 15 years ago
pxafb.h 198fc108ee [ARM] pxafb: add support for overlay1 and overlay2 as framebuffer devices 16 years ago
q40fb.c ce303c076b q40fb: the pseudo_palette is only 16 elements long 18 years ago
s1d13xxxfb.c 3ed167af96 fbdev: s1d13xxxfb: add accelerated bitblt functions 16 years ago
s3c-fb.c 3163eaba34 video: s3c_fb.c: fix build with CONFIG_HOTPLUG=n 15 years ago
s3c2410fb.c 360fa58828 s3c2410fb: fix clockrate calculation 15 years ago
s3c2410fb.h 0dac6ecdc0 s3c-fb: CPUFREQ frequency scaling support 16 years ago
s3fb.c c26d7b29d9 s3fb: fix color component length for pseudocolor modes 16 years ago
sa1100fb.c 2f82af08fc Nicolas Pitre has a new email address 15 years ago
sa1100fb.h 0a45348014 sa1100fb: fix color component length for pseudocolor modes 16 years ago
sbuslib.c 6cd5a86b56 sparc video: remove open boot prom code 17 years ago
sbuslib.h 6cd5a86b56 sparc video: remove open boot prom code 17 years ago
sgivwfb.c 96c085db0a sgivwfb: Make use of ARRAY_SIZE. 15 years ago
sh7760fb.c 537a1bf059 fbdev: add mutex for fb_mmap locking 16 years ago
sh_mobile_lcdcfb.c 5c1a56b5f6 video: sh_mobile_lcdcfb: Don't attempt to map zero-length scatterlists. 15 years ago
skeletonfb.c ebde441177 fbdev: fix color component field length documentation 16 years ago
sm501fb.c afecb0d02a sm501fb: fix regression with uninitalized fb_info->mm_lock mutex 16 years ago
sstfb.c c23124277e sstfb: check fb_alloc_cmap return value and handle failure properly 16 years ago
sticore.h 3d1e412ac5 video/console/stico{n,re}.c: make code static 17 years ago
stifb.c af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
sunxvr2500.c 6cd5a86b56 sparc video: remove open boot prom code 17 years ago
sunxvr500.c cc880a7157 sunxvr500: fix cmap memory leaks 16 years ago
svgalib.c d4b766a0bd svgalib: mode selection updates 17 years ago
syscopyarea.c e4c690e061 fb: add support for foreign endianness 17 years ago
sysfillrect.c bdca0f9b1e fbdev: fix fillrect for 24bpp modes 16 years ago
sysimgblt.c 5ae121705b video: replace remaining __FUNCTION__ occurrences 17 years ago
tcx.c fe3a1aa239 tcx: use standard fields for framebuffer physical address and length 16 years ago
tdfxfb.c af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
tgafb.c 327fc8752a tgafb: fix cmap memory leak 16 years ago
tmiofb.c a9672c4b86 drivers/video/tmiofb.c: fix uninitialised return value 15 years ago
tridentfb.c 04645fc337 tridentfb: delete acceleration Kconfig option 16 years ago
uvesafb.c f5c15d0b37 fb: remove fb_save_state() and fb_restore_state operations 15 years ago
valkyriefb.c ccb121e695 valkyriefb: check fb_alloc_cmap return value and handle failure properly 16 years ago
valkyriefb.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
vesafb.c 4410f39109 fbdev: add support for handoff from firmware to hw framebuffers 16 years ago
vfb.c ebde441177 fbdev: fix color component field length documentation 16 years ago
vga16fb.c 9c8db4a265 vga16fb: remove open_lock mutex 16 years ago
vgastate.c 0449359f05 vga: vgastate fix 18 years ago
vt8623fb.c af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
w100fb.c f1b9c339bf w100fb: fix regression with uninitalized fb_info->mm_lock mutex 16 years ago
w100fb.h 9b0e1c5dd2 [PATCH] w100fb: Add acceleration support to ATI Imageon 19 years ago
xen-fbfront.c 11bd04f6f3 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 15 years ago
xilinxfb.c aa296a891d fbdev/xilinxfb: Fix improper casting and tighen up probe path 16 years ago