aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-08[PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.cHelge Deller1-7/+7
2006-12-08[PATCH] struct path: convert videoJosef Sipek1-4/+4
2006-12-01Driver core: convert fb code to use struct deviceGreg Kroah-Hartman1-8/+8
2006-10-03[PATCH] fbdev: correct buffer size limit in fbmem_read_proc()Geert Uytterhoeven1-1/+2
2006-07-31[PATCH] fbdev: statically link the framebuffer notification functionsAntonino A. Daplas1-43/+11
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] VT binding: Update fbcon to support bindingAntonino A. Daplas1-1/+6
2006-06-26[PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas1-23/+2
2006-06-26[PATCH] fbdev: Fix logo rotation if width != heightAntonino A. Daplas1-10/+10
2006-06-26[PATCH] fbdev: Remove unused exportsAdrian Bunk1-2/+0
2006-06-26[PATCH] fbdev: Static pseudocolor with depth less than 4 does existAntonino A. Daplas1-1/+1
2006-06-26[PATCH] fbdev: Remove duplicate #include'sAdrian Bunk1-2/+0
2006-04-19[PATCH] fbdev: Fix return error of fb_writeAntonino A. Daplas1-4/+10
2006-04-11[PATCH] fbdev: Use logo with depth of 4 or less for static pseudocolorAntonino A. Daplas1-0/+5
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-14/+17
2006-03-22[SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller1-7/+1
2006-02-11[PATCH] fbdev: video_setup() warning fixAndrew Morton1-0/+2
2006-01-14[PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig1-1/+1
2006-01-14[PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig1-2/+2
2006-01-10[PATCH] non-linear frame buffer read/write accessThomas Koeller1-3/+2
2006-01-10[PATCH] fbdev: Fix return code of fb_read and fb_writeAntonino A. Daplas1-12/+20
2005-12-12[PATCH] fbdev: Pan display fixesAntonino A. Daplas1-5/+21
2005-11-24[PATCH] fbcon: fix obvious bug in fbcon logo rotation codeJasper Spaans1-1/+5
2005-11-09[PATCH] fbdev: move ioctl32 code to fbmem.cArnd Bergmann1-5/+142
2005-11-09[PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfsAntonino A. Daplas1-0/+22
2005-11-09[PATCH] fbcon: Console Rotation - Add support to rotate the logoAntonino A. Daplas1-13/+117
2005-10-31Merge ../linux-2.6 by handPaul Mackerras1-1/+1
2005-10-29[PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addressesRoland Dreier1-1/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-09-09[PATCH] fbcon: Break up bit_putcs into its component functionsAntonino A. Daplas1-9/+1
2005-09-09[PATCH] fbdev: Add VESA Coordinated Video Timings (CVT) supportAntonino A. Daplas1-8/+4
2005-09-09[PATCH] fbdev: Fix greater than 1 bit monochrome color handlingAntonino A. Daplas1-13/+28
2005-09-09[PATCH] fbdev: Add fbset -a supportAntonino A. Daplas1-2/+4
2005-08-15[PATCH] intelfb/fbdev: Save info->flags in a local variableAntonino A. Daplas1-2/+2
2005-07-29[PATCH] fbdev: Replace memcpy with for-loop when preparing bitmapAntonino A. Daplas1-2/+4
2005-07-27[PATCH] fbmem: use unregister_chrdev() on unloadJon Smirl1-0/+1
2005-06-21[PATCH] fbdev: fill in the access_align field.James Simmons1-1/+1
2005-06-21[PATCH] fbdev: stack reductionJames Simmons1-9/+5
2005-06-21[PATCH] fbdev: iomove removalJames Simmons1-52/+5
2005-06-20[PATCH] class: convert drivers/* to use the new class api instead of class_simplegregkh@suse.de1-5/+5
2005-05-05[PATCH] make some things staticAdrian Bunk1-1/+1
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-3/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1371