aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fbmem.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-28fb: convert /proc/fb to seq_file interfaceGravatar Alexey Dobriyan 1-19/+44
2008-04-28fbmem: fix con2fbmap limit checkGravatar Peter Samuelson 1-1/+1
2008-04-28fb: add support for foreign endiannessGravatar Anton Vorontsov 1-0/+30
2008-04-15fbdev: fix /proc/fb oops after module removalGravatar Alexey Dobriyan 1-0/+1
2007-10-16fb: move and rename extern declaration for global_mode_optionGravatar Geert Uytterhoeven 1-3/+1
2007-10-16unexport fb_prepare_logoGravatar Adrian Bunk 1-1/+0
2007-07-31fbdev: Fix logo if logo depth is less than framebuffer depthGravatar Antonino A. Daplas 1-16/+26
2007-07-17fbdev: Add fb_append_extra_logo()Gravatar Geert Uytterhoeven 1-69/+143
2007-07-17fbdev: extract fb_show_logo_line()Gravatar Geert Uytterhoeven 1-16/+23
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferGravatar Jesse Barnes 1-4/+22
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesGravatar Antonino A. Daplas 1-58/+4
2007-05-09fbdev: add support for AVR32Gravatar Haavard Skinnemoen 1-0/+4
2007-05-08fbdev: clean up exit patch of fb_set_varGravatar Antonino A. Daplas 1-14/+15
2007-05-08fbdev: fbcon: check if mode can handle new screenGravatar Antonino A. Daplas 1-0/+33
2007-05-08fbdev: save the activate field before calling fb_check_var()Gravatar Antonino A. Daplas 1-1/+3
2007-05-08fbdev: advertise limitation of drawing engineGravatar Antonino A. Daplas 1-0/+6
2007-05-08fbdev: pass struct fb_info to fb_read and fb_writeGravatar Antonino A. Daplas 1-2/+2
2007-05-08fbdev: don't show logo if driver or fbcon are modularGravatar Antonino A. Daplas 1-2/+4
2007-05-08fbdev: correct image offsets when rotating logoGravatar Geert Uytterhoeven 1-4/+8
2007-05-08fbdev: fb_do_show_logo() updatesGravatar Geert Uytterhoeven 1-19/+15
2007-05-08fb: fsync() method for deferred I/O flush.Gravatar Paul Mundt 1-0/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-08[PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.cGravatar Helge Deller 1-7/+7
2006-12-08[PATCH] struct path: convert videoGravatar Josef Sipek 1-4/+4
2006-12-01Driver core: convert fb code to use struct deviceGravatar Greg Kroah-Hartman 1-8/+8
2006-10-03[PATCH] fbdev: correct buffer size limit in fbmem_read_proc()Gravatar Geert Uytterhoeven 1-1/+2
2006-07-31[PATCH] fbdev: statically link the framebuffer notification functionsGravatar Antonino A. Daplas 1-43/+11
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hGravatar Jon Smirl 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGravatar Greg Kroah-Hartman 1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] VT binding: Update fbcon to support bindingGravatar Antonino A. Daplas 1-1/+6
2006-06-26[PATCH] Detaching fbcon: sdd sysfs class device entry for fbconGravatar Antonino A. Daplas 1-23/+2
2006-06-26[PATCH] fbdev: Fix logo rotation if width != heightGravatar Antonino A. Daplas 1-10/+10
2006-06-26[PATCH] fbdev: Remove unused exportsGravatar Adrian Bunk 1-2/+0
2006-06-26[PATCH] fbdev: Static pseudocolor with depth less than 4 does existGravatar Antonino A. Daplas 1-1/+1
2006-06-26[PATCH] fbdev: Remove duplicate #include'sGravatar Adrian Bunk 1-2/+0
2006-04-19[PATCH] fbdev: Fix return error of fb_writeGravatar Antonino A. Daplas 1-4/+10
2006-04-11[PATCH] fbdev: Use logo with depth of 4 or less for static pseudocolorGravatar Antonino A. Daplas 1-0/+5
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]Gravatar OGAWA Hirofumi 1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesGravatar Alan Stern 1-14/+17
2006-03-22[SPARC]: Respect vm_page_prot in io_remap_page_range().Gravatar David S. Miller 1-7/+1
2006-02-11[PATCH] fbdev: video_setup() warning fixGravatar Andrew Morton 1-0/+2
2006-01-14[PATCH] fbdev: Sanitize ->fb_mmap prototypeGravatar Christoph Hellwig 1-1/+1
2006-01-14[PATCH] fbdev: Sanitize ->fb_ioctl prototypeGravatar Christoph Hellwig 1-2/+2
2006-01-10[PATCH] non-linear frame buffer read/write accessGravatar Thomas Koeller 1-3/+2
2006-01-10[PATCH] fbdev: Fix return code of fb_read and fb_writeGravatar Antonino A. Daplas 1-12/+20
2005-12-12[PATCH] fbdev: Pan display fixesGravatar Antonino A. Daplas 1-5/+21