summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbmem.c
AgeCommit message (Expand)AuthorLines
2008-04-28fb: convert /proc/fb to seq_file interfaceAlexey Dobriyan-19/+44
2008-04-28fbmem: fix con2fbmap limit checkPeter Samuelson-1/+1
2008-04-28fb: add support for foreign endiannessAnton Vorontsov-0/+30
2008-04-15fbdev: fix /proc/fb oops after module removalAlexey Dobriyan-0/+1
2007-10-16fb: move and rename extern declaration for global_mode_optionGeert Uytterhoeven-3/+1
2007-10-16unexport fb_prepare_logoAdrian Bunk-1/+0
2007-07-31fbdev: Fix logo if logo depth is less than framebuffer depthAntonino A. Daplas-16/+26
2007-07-17fbdev: Add fb_append_extra_logo()Geert Uytterhoeven-69/+143
2007-07-17fbdev: extract fb_show_logo_line()Geert Uytterhoeven-16/+23
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes-4/+22
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas-58/+4
2007-05-09fbdev: add support for AVR32Haavard Skinnemoen-0/+4
2007-05-08fbdev: clean up exit patch of fb_set_varAntonino A. Daplas-14/+15
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas-0/+33
2007-05-08fbdev: save the activate field before calling fb_check_var()Antonino A. Daplas-1/+3
2007-05-08fbdev: advertise limitation of drawing engineAntonino A. Daplas-0/+6
2007-05-08fbdev: pass struct fb_info to fb_read and fb_writeAntonino A. Daplas-2/+2
2007-05-08fbdev: don't show logo if driver or fbcon are modularAntonino A. Daplas-2/+4
2007-05-08fbdev: correct image offsets when rotating logoGeert Uytterhoeven-4/+8
2007-05-08fbdev: fb_do_show_logo() updatesGeert Uytterhoeven-19/+15
2007-05-08fb: fsync() method for deferred I/O flush.Paul Mundt-0/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2006-12-08[PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.cHelge Deller-7/+7
2006-12-08[PATCH] struct path: convert videoJosef Sipek-4/+4
2006-12-01Driver core: convert fb code to use struct deviceGreg Kroah-Hartman-8/+8
2006-10-03[PATCH] fbdev: correct buffer size limit in fbmem_read_proc()Geert Uytterhoeven-1/+2
2006-07-31[PATCH] fbdev: statically link the framebuffer notification functionsAntonino A. Daplas-43/+11
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman-1/+0
2006-06-26[PATCH] VT binding: Update fbcon to support bindingAntonino A. Daplas-1/+6
2006-06-26[PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas-23/+2
2006-06-26[PATCH] fbdev: Fix logo rotation if width != heightAntonino A. Daplas-10/+10
2006-06-26[PATCH] fbdev: Remove unused exportsAdrian Bunk-2/+0
2006-06-26[PATCH] fbdev: Static pseudocolor with depth less than 4 does existAntonino A. Daplas-1/+1
2006-06-26[PATCH] fbdev: Remove duplicate #include'sAdrian Bunk-2/+0
2006-04-19[PATCH] fbdev: Fix return error of fb_writeAntonino A. Daplas-4/+10
2006-04-11[PATCH] fbdev: Use logo with depth of 4 or less for static pseudocolorAntonino A. Daplas-0/+5
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern-14/+17
2006-03-22[SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller-7/+1
2006-02-11[PATCH] fbdev: video_setup() warning fixAndrew Morton-0/+2
2006-01-14[PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig-1/+1
2006-01-14[PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig-2/+2
2006-01-10[PATCH] non-linear frame buffer read/write accessThomas Koeller-3/+2
2006-01-10[PATCH] fbdev: Fix return code of fb_read and fb_writeAntonino A. Daplas-12/+20
2005-12-12[PATCH] fbdev: Pan display fixesAntonino A. Daplas-5/+21