summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbmem.c
Commit message (Expand)AuthorAgeFilesLines
...
* fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas2007-07-171-58/+4Star
* fbdev: add support for AVR32Haavard Skinnemoen2007-05-091-0/+4
* fbdev: clean up exit patch of fb_set_varAntonino A. Daplas2007-05-081-14/+15
* fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas2007-05-081-0/+33
* fbdev: save the activate field before calling fb_check_var()Antonino A. Daplas2007-05-081-1/+3
* fbdev: advertise limitation of drawing engineAntonino A. Daplas2007-05-081-0/+6
* fbdev: pass struct fb_info to fb_read and fb_writeAntonino A. Daplas2007-05-081-2/+2
* fbdev: don't show logo if driver or fbcon are modularAntonino A. Daplas2007-05-081-2/+4
* fbdev: correct image offsets when rotating logoGeert Uytterhoeven2007-05-081-4/+8
* fbdev: fb_do_show_logo() updatesGeert Uytterhoeven2007-05-081-19/+15Star
* fb: fsync() method for deferred I/O flush.Paul Mundt2007-05-081-0/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.cHelge Deller2006-12-081-7/+7
* [PATCH] struct path: convert videoJosef Sipek2006-12-081-4/+4
* Driver core: convert fb code to use struct deviceGreg Kroah-Hartman2006-12-011-8/+8
* [PATCH] fbdev: correct buffer size limit in fbmem_read_proc()Geert Uytterhoeven2006-10-031-1/+2
* [PATCH] fbdev: statically link the framebuffer notification functionsAntonino A. Daplas2006-07-311-43/+11Star
* [PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl2006-07-101-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0Star
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0Star
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0Star
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0Star
* [PATCH] VT binding: Update fbcon to support bindingAntonino A. Daplas2006-06-261-1/+6
* [PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas2006-06-261-23/+2Star
* [PATCH] fbdev: Fix logo rotation if width != heightAntonino A. Daplas2006-06-261-10/+10
* [PATCH] fbdev: Remove unused exportsAdrian Bunk2006-06-261-2/+0Star
* [PATCH] fbdev: Static pseudocolor with depth less than 4 does existAntonino A. Daplas2006-06-261-1/+1
* [PATCH] fbdev: Remove duplicate #include'sAdrian Bunk2006-06-261-2/+0Star
* [PATCH] fbdev: Fix return error of fb_writeAntonino A. Daplas2006-04-191-4/+10
* [PATCH] fbdev: Use logo with depth of 4 or less for static pseudocolorAntonino A. Daplas2006-04-111-0/+5
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-1/+1
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-14/+17
* [SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller2006-03-221-7/+1Star
* [PATCH] fbdev: video_setup() warning fixAndrew Morton2006-02-121-0/+2
* [PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig2006-01-151-1/+1
* [PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig2006-01-151-2/+2
* [PATCH] non-linear frame buffer read/write accessThomas Koeller2006-01-101-3/+2Star
* [PATCH] fbdev: Fix return code of fb_read and fb_writeAntonino A. Daplas2006-01-101-12/+20
* [PATCH] fbdev: Pan display fixesAntonino A. Daplas2005-12-131-5/+21
* [PATCH] fbcon: fix obvious bug in fbcon logo rotation codeJasper Spaans2005-11-251-1/+5
* [PATCH] fbdev: move ioctl32 code to fbmem.cArnd Bergmann2005-11-091-5/+142
* [PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfsAntonino A. Daplas2005-11-091-0/+22
* [PATCH] fbcon: Console Rotation - Add support to rotate the logoAntonino A. Daplas2005-11-091-13/+117
* Merge ../linux-2.6 by handPaul Mackerras2005-10-311-1/+1
|\
| * [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* | [PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addressesRoland Dreier2005-10-291-1/+1
|/
* [PATCH] fbcon: Break up bit_putcs into its component functionsAntonino A. Daplas2005-09-091-9/+1Star
* [PATCH] fbdev: Add VESA Coordinated Video Timings (CVT) supportAntonino A. Daplas2005-09-091-8/+4Star
* [PATCH] fbdev: Fix greater than 1 bit monochrome color handlingAntonino A. Daplas2005-09-091-13/+28