aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fbmem.c
AgeCommit message (Expand)Author
2010-02-25fb: for framebuffer handover don't exit the loop early.Dave Airlie
2009-09-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds
2009-09-25fb: change rules for global rules match.Dave Airlie
2009-09-23fb: do not ignore fb_set_par errorsFlorian Tobias Schandinat
2009-09-23fb: fix fb_pan_display range checkFlorian Tobias Schandinat
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-08Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()"Linus Torvalds
2009-07-06fb: Initialize fb_info mutexes in framebuffer_alloc()Paul Mundt
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt
2009-06-16fbdev: add support for handoff from firmware to hw framebuffersDave Airlie
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi
2009-04-01fbdev: uninline lock_fb_info()Andrew Morton
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi
2009-02-05fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi
2009-01-06fbdev/logo: check compatibility of main and extra logosGeert Uytterhoeven
2008-11-19fbdev: clean the penguin's dirty feetClemens Ladisch
2008-11-06fbdev: fix fb_compat_ioctl() deadlocksGeert Uytterhoeven
2008-10-30framebuffer compat_ioctl deadlockMikulas Patocka
2008-10-20fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt
2008-10-20fb: push down the BKL in the ioctl handlerAlan Cox
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16device create: video: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-17remove CONFIG_KMOD from driversJohannes Berg
2008-09-23lcd: allow lcd device to handle mode change eventsEric Miao
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell
2008-07-26drivers/video/fbmem.c: removed duplicated includeHuang Weiyi
2008-07-24video/fb: cleanup FB_MAJOR usagePhilippe De Muyter
2008-07-24fbdev: xoffset, yoffset and yres are unsignedVille Syrjala
2008-07-21device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-06-20fbmem: cdev lock_kernel() pushdownJonathan Corbet
2008-04-28fb: convert /proc/fb to seq_file interfaceAlexey Dobriyan
2008-04-28fbmem: fix con2fbmap limit checkPeter Samuelson
2008-04-28fb: add support for foreign endiannessAnton Vorontsov
2008-04-15fbdev: fix /proc/fb oops after module removalAlexey Dobriyan
2007-10-16fb: move and rename extern declaration for global_mode_optionGeert Uytterhoeven
2007-10-16unexport fb_prepare_logoAdrian Bunk
2007-07-31fbdev: Fix logo if logo depth is less than framebuffer depthAntonino A. Daplas
2007-07-17fbdev: Add fb_append_extra_logo()Geert Uytterhoeven
2007-07-17fbdev: extract fb_show_logo_line()Geert Uytterhoeven
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas
2007-05-09fbdev: add support for AVR32Haavard Skinnemoen
2007-05-08fbdev: clean up exit patch of fb_set_varAntonino A. Daplas
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas
2007-05-08fbdev: save the activate field before calling fb_check_var()Antonino A. Daplas
2007-05-08fbdev: advertise limitation of drawing engineAntonino A. Daplas
2007-05-08fbdev: pass struct fb_info to fb_read and fb_writeAntonino A. Daplas
2007-05-08fbdev: don't show logo if driver or fbcon are modularAntonino A. Daplas
2007-05-08fbdev: correct image offsets when rotating logoGeert Uytterhoeven
2007-05-08fbdev: fb_do_show_logo() updatesGeert Uytterhoeven