aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2006-03-11[PATCH] radeonfb: Fix static array overrunAntonino A. Daplas1-0/+4
2006-03-11[PATCH] aty128fb: Fix array overrunAntonino A. Daplas1-3/+4
2006-03-11[PATCH] tdfxfb: Fix buffer overrunAntonino A. Daplas1-19/+23
2006-03-11[PATCH] intelfb: Fix buffer overrunAntonino A. Daplas1-24/+26
2006-03-11[PATCH] savagefb: Fix kfree before useAntonino A. Daplas1-1/+1
2006-03-11[PATCH] imsttfb: Fix resource leakAntonino A. Daplas1-0/+2
2006-03-11[PATCH] s1d13xxxfb: Fix resource leakAntonino A. Daplas1-2/+1
2006-03-11[PATCH] arcfb: Fix dereference before NULL checkAntonino A. Daplas1-1/+1
2006-03-11[PATCH] kyrofb: Fix uninitialized valueAntonino A. Daplas1-1/+1
2006-03-11[PATCH] arcfb: Fix uninitialized valueAntonino A. Daplas1-2/+1
2006-03-11[PATCH] neofb: Fix uninitialized valueAntonino A. Daplas1-3/+1
2006-03-09[PATCH] Fix error handling in backlight driversJean Delvare2-2/+2
2006-02-24[PATCH] Fix pseudo_palette setup in asiliantfb_setcolreg()Antonino A. Daplas1-12/+9
2006-02-24[PATCH] au1100fb: replaced io_remap_page_range() with io_remap_pfn_range()Freddy Spierenburg1-1/+2
2006-02-24[PATCH] gbefb: Set default of FB_GBE_MEM to 4 MBMartin Michlmayr1-1/+1
2006-02-24[PATCH] gbefb: IP32 gbefb depth change fixKaj-Michael Lang1-0/+3
2006-02-24[PATCH] vgacon: no vertical resizing on EGASamuel Thibault1-32/+35
2006-02-20[PATCH] radeonfb: resume support for Samsung P35 laptopsCarl-Daniel Hailfinger1-4/+15
2006-02-17[PATCH] Fix SGI O2 compile error in drivers/video/gbefb.cJoshua Kinard1-1/+1
2006-02-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+0
2006-02-15[PATCH] neofb: avoid resetting display config on unblank (v2)Christian Trefzer1-3/+12
2006-02-15[ARM] remove duplicate #includesHerbert Poetzl1-1/+0
2006-02-14[PATCH] neofb: avoid resetting display config on unblankChristian Trefzer1-1/+7
2006-02-11[PATCH] fbdev: video_setup() warning fixAndrew Morton1-0/+2
2006-02-11[PATCH] nvidiafb: Add support for Geforce4 MX 4000Antonino A. Daplas1-0/+2
2006-02-11[PATCH] drivers/video/Kconfig: remove unused BUS_I2C optionAdrian Bunk1-5/+0
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro4-4/+0
2006-02-03Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-26/+19
2006-02-01[PATCH] i810fb: Do not probe the third i2c bus by defaultManuel Lauss3-6/+14
2006-02-01[PATCH] video: hp680 backlight driverAndriy Skulysh3-0/+198
2006-01-31[PATCH] PCI: cyblafb: remove pci_module_init() return, really.Arthur Othieno1-1/+0
2006-01-26[ARM] amba-clcd: Allow RGB555 and RGB565 with 16bppRussell King1-25/+29
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller1-26/+19
2006-01-17[SPARC]: Fix sbusfb build.David S. Miller2-7/+4
2006-01-16[PATCH] fix up sbuslib for new fb_comapt_ioctl prototypeChristoph Hellwig2-13/+11
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-3/+3
2006-01-15[PATCH] ppc: Remove powermac support from ARCH=ppcPaul Mackerras1-3/+3
2006-01-14[PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig21-38/+34
2006-01-14[PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig26-105/+63
2006-01-14[PATCH] gx1fb: (try to) play nicer with various BIOSesDavid Vrabel1-7/+4
2006-01-14[PATCH] neofb: take existing display configuration as defaultChristian Trefzer1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2006-01-12[PATCH] m68k: fix macfb initAl Viro1-7/+8
2006-01-12[PATCH] m68k: amifb __user annotationsAl Viro1-17/+17
2006-01-12[PATCH] m68k: dumb typo in atyfbAl Viro1-1/+1
2006-01-12[PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro1-0/+2
2006-01-10[PARISC] stifb: Remove obsolete MODULE_PARM()Helge Deller1-4/+0
2006-01-10[PARISC] stifb: Fix framebuffer console at 32bppHelge Deller1-21/+23
2006-01-10[PARISC] stifb: use F_EXTEND macroHelge Deller1-12/+5
2006-01-10[PATCH] video/matrox/matroxfb_misc.c: remove dead codeAdrian Bunk1-7/+1
2006-01-10[PATCH] drivers/video/: possible cleanupsAdrian Bunk13-62/+68
2006-01-10[PATCH] non-linear frame buffer read/write accessThomas Koeller1-3/+2
2006-01-10[PATCH] fbdev: Typos in KconfigYOSHIFUJI Hideaki1-2/+2
2006-01-10[PATCH] fbdev: Replace kmalloc with kzallocAntonino A. Daplas4-8/+8
2006-01-10[PATCH] fbcon: Code cleanupsAntonino A. Daplas2-18/+11
2006-01-10[PATCH] i810fb: Fix suspend and resume hooksAntonino A. Daplas1-28/+28
2006-01-10[PATCH] s3c2410fb: cleanup and fixArnaud Patard1-6/+4
2006-01-10[PATCH] nvidiafb: Reduce stack usageAntonino A. Daplas3-13/+26
2006-01-10[PATCH] nvidiafb: Add boot option 'bpp'Antonino A. Daplas1-4/+21
2006-01-10[PATCH] fbdev: Reduce stack usageAntonino A. Daplas1-58/+68
2006-01-10[PATCH] fbdev: Fix return code of fb_read and fb_writeAntonino A. Daplas1-12/+20
2006-01-10[PATCH] fbcon: disable ywrap if not supported by fbcon scrolling codeKnut Petersen1-1/+2
2006-01-10[PATCH] skeletonfb: Documentation updateAntonino A. Daplas1-99/+383
2006-01-10[PATCH] nvidiafb: Add support for some pci-e chipsetsAntonino A. Daplas1-21/+54
2006-01-10[PATCH] atyfb: LT/LG cleanupVille Syrjälä1-3/+5
2006-01-10[PATCH] atyfb: VT/GT cleanupVille Syrjälä1-21/+41
2006-01-10[PATCH] atyfb: Rage XL/XC cleanupVille Syrjälä1-6/+6
2006-01-10[PATCH] atyfb: Improve blankingVille Syrjälä1-12/+12
2006-01-10[PATCH] atyfb: Set ECP dividerVille Syrjälä3-45/+63
2006-01-10[PATCH] atyfb: Don't stretch with CRTVille Syrjälä1-2/+2
2006-01-10[PATCH] atyfb: Fix interlaced modesVille Syrjälä1-10/+0
2006-01-10[PATCH] atyfb: Fix CRTC_FIFO_LWM maskVille Syrjälä1-3/+2
2006-01-10[PATCH] atyfb: Reduce verbosityVille Syrjälä1-8/+24
2006-01-10[PATCH] atyfb: Fix spellingVille Syrjälä1-9/+9
2006-01-10[PATCH] vga16fb: Trim vga16fb_pan_displayAntonino A. Daplas1-8/+0
2006-01-10[PATCH] Fix vesafb display panning regressionAntonino A. Daplas1-0/+3
2006-01-10[PATCH] vesafb: Trim vesafb_pan_displayAntonino A. Daplas1-9/+0
2006-01-10[PATCH] savagefb: Trim savagefb_pan_displayAntonino A. Daplas1-20/+0
2006-01-10[PATCH] rivafb: Trim rivafb_pan_displayAntonino A. Daplas1-24/+0
2006-01-10[PATCH] fbdev: sstfb: Driver cleanupsAntonino A. Daplas1-33/+27
2006-01-10[PATCH] fbdev: atyfb: Remove BIOS-less bootingAntonino A. Daplas5-371/+0
2006-01-10[PATCH] fbdev: fbdev: CleanupAntonino A. Daplas1-33/+20
2006-01-10[PATCH] fbdev: tdfxfb: Driver cleanupsAntonino A. Daplas1-26/+31
2006-01-10[PATCH] fbdev: pm2fb: Driver cleanupsAntonino A. Daplas1-11/+10
2006-01-10[PATCH] fbdev: neofb: Driver cleanupsAntonino A. Daplas1-18/+18
2006-01-10[PATCH] fbdev: kyrofb: Driver cleanupsAntonino A. Daplas1-18/+14
2006-01-10[PATCH] fbdev: imsttfb: Driver cleanupsAntonino A. Daplas1-29/+27
2006-01-10[PATCH] fbdev: hgafb: Convert to platform deviceAntonino A. Daplas1-29/+78
2006-01-10[PATCH] fbdev: asiliantfb: Driver cleanupsAntonino A. Daplas1-1/+1
2006-01-10[PATCH] fbdev: rivafb: Driver cleanupsAntonino A. Daplas2-26/+26
2006-01-10[PATCH] fbdev: i810fb: Driver cleanupsAntonino A. Daplas3-29/+29
2006-01-10[PATCH] fbdev: savagefb: Driver cleanupAntonino A. Daplas3-49/+35
2006-01-10[PATCH] fbdev: nvidiafb: Driver cleanupAntonino A. Daplas2-5/+8
2006-01-10[PATCH] Add sysfs entry to disable framebuffer accessMatthew Garrett1-0/+23
2006-01-10[PATCH] savagefb: One more I2C-enabled device in savagefbJean Delvare1-0/+1
2006-01-10[PATCH] matroxfb: Remove fbcon.h from the main header fileAntonino A. Daplas1-4/+0
2006-01-10[PATCH] fbcon: Store struct display when setting all vcsAntonino A. Daplas1-0/+2
2006-01-10[PATCH] nvidiafb: i2c bus name beautificationAlessandro Zummo1-3/+3
2006-01-10[PATCH] fbcon: Sanitize fbconAntonino A. Daplas8-82/+71
2006-01-10[PATCH] aty: remove unnecessary CONFIG_PCIRichard Knutsson1-4/+0
2006-01-10[PATCH] vesafb: Drop blank hookAntonino A. Daplas1-37/+0
2006-01-10[PATCH] nvidiafb: Fixes for new G5Benjamin Herrenschmidt3-18/+75
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+1
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk2-2/+2
2006-01-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-6/+10
2006-01-09[PATCH] drivers/*rest*: Replace pci_module_init() with pci_register_driver()Richard Knutsson1-0/+1
2006-01-09Merge Linus' tree.Russell King2-9/+29
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds5-173/+177
2006-01-09[PATCH] Update cyblafb driverKnut Petersen2-650/+875
2006-01-09[ARM] Remove asm/irq.h includes from ARM driversRussell King2-6/+10
2006-01-08[PATCH] vgacon: Workaround for resize bug in some chipsetsAntonino A. Daplas1-7/+21
2006-01-08[PATCH] vgacon: fix doublescan modeSamuel Thibault1-1/+7
2006-01-08[PATCH] frv: suppress configuration of certain features for FRVDavid Howells1-1/+1
2006-01-09[PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt4-168/+166
2006-01-09[PATCH] powerpc: Fix platinumfb for some modesBenjamin Herrenschmidt2-5/+11
2006-01-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-19/+9
2006-01-07[PATCH] fbcon: don´t call set_par() in fbcon_init() if vc_mode == KD_GRAPHICSKnut Petersen1-1/+1
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King2-2/+2
2006-01-07Merge with Linus' kernel.Russell King3-17/+12
2006-01-07[ARM] Move AMBA include files to include/linux/amba/Russell King1-3/+2
2006-01-07[ARM] 3232/1: i.MX Frame Buffer undeclared "dev" variable fixPavel Pisa1-3/+3
2006-01-05[PATCH] i2c: drop empty i2c_driver.command implementationsLaurent Riffard1-5/+0
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 9 of 11Laurent Riffard1-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2006-01-05[ATYFB]: Fix onboard video on SPARC Blade 100 for 2.6.{13,14,15}Luis F. Ortiz1-1/+1
2006-01-05[ARM] 3228/1: SharpSL: Move PM code to arch/arm/commonRichard Purdie1-0/+1
2006-01-03[ARM] Remove clk_use()/clk_unuse()Russell King2-11/+1
2006-01-03s/retreiv/retriev/gMatt Mackall1-8/+8
2005-12-24[VIDEO] sbuslib: Disallow private mmaps.David S. Miller1-0/+3
2005-12-22[SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk3-16/+16
2005-12-20[PATCH] Fix framebuffer console upside-down ywrap scrollingKnut Petersen1-3/+5
2005-12-20[PATCH] intelfb: Fix oops when changing video modeAntonino A. Daplas1-29/+13
2005-12-20[PATCH] intelfb: Fix freeing of nonexistent resourceAntonino A. Daplas2-2/+12
2005-12-15[PATCH] arcfb __user annotationsAl Viro1-1/+1
2005-12-15[PATCH] cyber2000fb.c __iomem annotationsAl Viro1-2/+2
2005-12-13[PATCH] fbdev: make pxafb more robust to errors with CONFIG_FB_PXA_PARAMETERSOle Reinhardt1-1/+2
2005-12-12[PATCH] fbdev: Fix incorrect unaligned access in little-endian machinesAntonino A. Daplas3-36/+24
2005-12-12[PATCH] fbdev: Shift pixel value before entering loop in cfbimageblitAntonino A. Daplas1-1/+2
2005-12-12[PATCH] fbdev: fix switch to KD_TEXT, enhanced versionKnut Petersen1-1/+2
2005-12-12[PATCH] fbcon: Avoid illegal display panningAntonino A. Daplas1-6/+19
2005-12-12[PATCH] fbdev: Pan display fixesAntonino A. Daplas1-5/+21
2005-12-12[PATCH] fbcon: Add ability to save/restore graphics stateAntonino A. Daplas1-1/+4
2005-12-12[PATCH] fbcon: fix complement_mask() with 512 character mapAntonino A. Daplas1-1/+8
2005-12-12[SBUSFB] tcx: Use FB_BLANK_UNBLANK instead of magic constant.Hareesh Nagarajan1-1/+1
2005-12-12[SBUSFB]: Kill 'list' member from foo_par structs, totally unused.David S. Miller8-9/+1
2005-11-29[PATCH] fbdev: cg3fb: Kconfig fixMark Fortescue1-6/+7
2005-11-29[PATCH] fbdev: cirrusfb: Driver cleanup and bug fixesAntonino A. Daplas1-6/+9
2005-11-28[PATCH] Console rotation fixesBenjamin Herrenschmidt2-11/+4
2005-11-24[PATCH] fbcon: fix obvious bug in fbcon logo rotation codeJasper Spaans1-1/+5
2005-11-22[PATCH] vgacon: Fix usage of stale height value on vc initializationAntonino A. Daplas1-0/+1
2005-11-22[PATCH] fbcon: Console Rotation - Fix wrong shift calculationAntonino A. Daplas1-2/+2
2005-11-18offb: Fix compile error on ppc32 systemsPaul Mackerras1-0/+1
2005-11-17[PATCH] powerpc: Workaround for offb on 64 bits platformsBenjamin Herrenschmidt1-5/+35
2005-11-13[PATCH] make vesafb build without CONFIG_MTRRJan Beulich1-0/+2
2005-11-13[PATCH] w100fb: platform device conversion fixupRichard Purdie1-1/+1
2005-11-13[PATCH] nvidiafb: Fix bug in nvidiafb_pan_displayAntonino A. Daplas1-1/+1
2005-11-13[PATCH] fbdev: fix module dependency loopAntonino A. Daplas5-39/+29
2005-11-13[PATCH] nv_of.c build fixAndrew Morton1-1/+1
2005-11-12[SBUSFB]: implement ->compat_ioctlChristoph Hellwig10-0/+133
2005-11-12Revert "[PATCH] fbcon: Add rl (Roman Large) font"Linus Torvalds4-4386/+0
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds16-228/+228
2005-11-10[ARM] 3096/1: Add SharpSL Zaurus power and battery management core driverRichard Purdie1-0/+6
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King16-228/+228
2005-11-09[PATCH] drivers/video/vgastate.c: kill dead codeAdrian Bunk1-5/+0
2005-11-09[PATCH] fbdev: move ioctl32 code to fbmem.cArnd Bergmann1-5/+142
2005-11-09[PATCH] fbdev: Remove remains of epson1356fbRalf Baechle1-32/+0
2005-11-09[PATCH] fbdev: Possible endian fix in cfbimageblitAntonino A. Daplas1-1/+3
2005-11-09[PATCH] vga16fb: Convert vga16fb as a platform deviceAntonino A. Daplas1-59/+110
2005-11-09[PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfsAntonino A. Daplas3-0/+161
2005-11-09[PATCH] fbcon: Console Rotation - Add support for 270-degree rotationAntonino A. Daplas4-1/+434
2005-11-09[PATCH] fbcon: Console Rotation - Add support for 180-degree console rotationAntonino A. Daplas4-1/+459
2005-11-09[PATCH] fbcon: Console Rotation - Add support for 90-degree console rotationAntonino A. Daplas5-1/+433
2005-11-09[PATCH] fbcon: Console Rotation - Add support to rotate font bitmapAntonino A. Daplas4-0/+214
2005-11-09[PATCH] fbcon: Console Rotation - Add support to rotate the logoAntonino A. Daplas2-15/+120
2005-11-09[PATCH] fbcon: Console Rotation - Prepare fbcon for console rotationAntonino A. Daplas5-136/+276
2005-11-09[PATCH] fbdev: Framebuffer mode required for PowerBook TitaniumMichael Hanselmann1-0/+4
2005-11-09[PATCH] savagefb: X-panning fixesAntonino A. Daplas1-4/+6
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering4-4/+0
2005-11-08[ARM] More sparse fixesRussell King1-1/+1
2005-11-07[SPARC]: Remove bogus register programming in cg6 driver.David S. Miller1-6/+0
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-2/+1
2005-11-07[PATCH] matroxfb: Set maxhipri to 0Ville Syrjälä1-1/+1
2005-11-07[PATCH] matroxfb: Kill a useless messageVille Syrjälä1-4/+0
2005-11-07[PATCH] matroxfb: Use CACHEFLUSH on all chipsVille Syrjälä3-14/+2
2005-11-07[PATCH] matroxfb: Add support for Mystique AGPVille Syrjälä1-0/+14
2005-11-07[PATCH] matroxfb: Remove an unused wait queue entryVille Syrjälä1-2/+0
2005-11-07[PATCH] fbdev: ATI RN50 pci idJake Moilanen2-0/+2
2005-11-07[PATCH] fbdev: Convert a few drivers to use the fb_find_best_display helperAntonino A. Daplas3-45/+11
2005-11-07[PATCH] fbdev: Add helper to get an appropriate initial modeAntonino A. Daplas1-0/+60
2005-11-07[PATCH] fbdev: Rearrange mode database entriesAntonino A. Daplas1-14/+16
2005-11-07[PATCH] fbcon: Add rl (Roman Large) fontZach Smith4-0/+4386
2005-11-07[PATCH] i810fb: Cleanup I2C codeAntonino A. Daplas4-90/+51
2005-11-07[PATCH] vesafb: Disable mtrr as the defaultAntonino A. Daplas1-1/+1
2005-11-07[PATCH] s3c2410fb: initialise device_driver .ownerBen Dooks1-0/+1
2005-11-07[PATCH] fbdev: fix the fb_find_nearest_mode() functionMichal Januszewski2-12/+15
2005-11-07[PATCH] nvidiafb: Fix empty macroAntonino A. Daplas1-1/+1
2005-11-07[PATCH] fbdev: Workaround for buggy EDID blocksAntonino A. Daplas1-1/+17
2005-11-07[PATCH] pm2fb: Manual configuration of timings for Elsa Winner 2000 OfficePeter 'p2' De Schrijver1-0/+16