aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2005-09-09[PATCH] fbdev: Add fbset -a supportAntonino A. Daplas2-2/+52
2005-09-09[PATCH] vga text console and stty cols/rowsSamuel Thibault1-2/+69
2005-09-09[PATCH] Separate pci bits out of struct device_nodePaul Mackerras1-1/+1
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk2-8/+0
2005-09-07[PATCH] w100fb: Rewrite for platform independenceRichard Purdie2-1465/+1224
2005-09-07[PATCH] Remove non-arch consumers of asm/segment.hKumar Gala1-1/+0
2005-09-07[PATCH] Support powering sharp zaurus sl-5500 LCD up and downPavel Machek2-0/+158
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (6/7)Jean Delvare4-7/+4
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (5/7)Jean Delvare1-1/+1
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek5-25/+22
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek2-2/+1
2005-09-05[PATCH] DEC PMAGB B framebuffer updateRalf Baechle1-109/+308
2005-09-05[PATCH] DEC PMAG BA frame buffer updateRalf Baechle1-102/+183
2005-09-05[PATCH] DEC PMAG AA framebuffer updateRalf Baechle1-1/+1
2005-08-23[PATCH] Kconfig fix (VGA console on arm/versatile)Al Viro1-1/+1
2005-08-18[PATCH] disable debug info in radeonfb old driverMichael Iatrou1-1/+1
2005-08-15[PATCH] intelfb/fbdev: Save info->flags in a local variableAntonino A. Daplas1-2/+2
2005-08-15[PATCH] intelfb: Do not ioremap entire graphics apertureSylvain Meyer1-23/+27
2005-08-10[PATCH] ARM: 2846/1: proper handling of CKEN for pxafbNicolas Pitre1-2/+6
2005-08-08Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2005-08-08[PATCH] nvidiafb: Fix initial display corruption on certain laptopsAntonino Daplas2-0/+12
2005-08-07[PATCH] ARM: Make sa1100fb_display_dma_period() an inline functionRussell King1-1/+1
2005-08-01[PATCH] tridentfb: Fix scrolling artifacts during disk IOAntonino A. Daplas1-1/+1
2005-08-01[PATCH] tridentfb: Fix scrolling artifacts if acceleration is enabledAntonino A. Daplas1-10/+16
2005-07-31[PATCH] Display name of fbdev deviceJames Simmons1-0/+8
2005-07-29[PATCH] fbdev: Replace memcpy with for-loop when preparing bitmapAntonino A. Daplas1-2/+4
2005-07-29[PATCH] vesafb: Fix mtrr bugsAntonino A. Daplas1-11/+36
2005-07-28[PATCH] fbdev: colormap fixes fixJon Smirl1-7/+7
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-8/+8
2005-07-27[PATCH] fbdev: update info->cmap when setting cmap from user-/kernelspace.Michal Januszewski1-60/+36
2005-07-27[PATCH] fbcon: don't repaint the cursor when it is disabled.Michal Januszewski1-1/+2
2005-07-27[PATCH] fbdev: colormap fixesJon Smirl1-10/+72
2005-07-27[PATCH] radeonfb: clean up EDID sysfs attributeJon Smirl1-0/+5
2005-07-27[PATCH] fbmem: use unregister_chrdev() on unloadJon Smirl1-0/+1
2005-07-27[PATCH] fbmon: horizontal frequency rounding fixJon Smirl1-0/+2
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-1/+1
2005-07-27[PATCH] mips: fbdev Kcofnig fixYoichi Yuasa1-2/+2
2005-07-17[PATCH] ARM: 2687/1: i.MX framebuffer: make dmacr register platform configurableSascha Hauer2-7/+8
2005-07-07[PATCH] m32r: framebuffer device supportHirokazu Takata5-0/+1313
2005-07-07[PATCH] coverity: fix fbsysfs null pointer checkKAMBAROV, ZAUR1-1/+1
2005-07-07[PATCH] pm: more u32 vs. pm_message_t fixesPavel Machek1-1/+1
2005-07-06[PATCH] openfirmware: generate device table for userspaceJeff Mahoney1-4/+2
2005-06-30[PATCH] ARM: Acornfb: Don't claim IRQ fbcon for cursorRussell King1-7/+1
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt2-98/+92
2005-06-25[PATCH] drivers/video/matrox/matroxfb_misc.c: remove dead codeAdrian Bunk1-4/+1
2005-06-25[PATCH] au1100fb: convert to C99 inits.randy_dunlap1-9/+9
2005-06-25[PATCH] fbdev: remove unneeded fbsysfs printkJon Smirl1-2/+0
2005-06-25[PATCH] font selection Kconfig fixesJurriaan on adsl-gate1-3/+2
2005-06-25[PATCH] Fix vesafb/mtrr scaling problem.Dave Jones1-4/+5
2005-06-23[PATCH] ARM: 2721/1: remove reliance on udivdi3 for pxafb driverNicolas Pitre1-1/+2
2005-06-21[PATCH] I2C: Kill address ranges in non-sensors i2c chip driversJean Delvare1-1/+0
2005-06-21[PATCH] fbdev: fill in the access_align field.James Simmons6-2/+6
2005-06-21[PATCH] fbdev: stack reductionJames Simmons5-39/+24
2005-06-21[PATCH] New framebuffer fonts + updated 12x22 font availableJurriaan6-817/+10053
2005-06-21[PATCH] Framebuffer driver for Arc LCD boardJaya Kumar3-0/+701
2005-06-21[PATCH] intelfb: fix accel detection when changing video modesSylvain Meyer1-2/+2
2005-06-21[PATCH] intelfb: Add voffset option to avoid conficts with Xorg i810 driverSylvain Meyer1-4/+12
2005-06-21[PATCH] VGA to fbcon fix.James Simmons1-4/+13
2005-06-21[PATCH] pm3fb typo fixAlexey Dobriyan1-1/+1
2005-06-21[PATCH] fbdev: iomove removalJames Simmons3-74/+9
2005-06-21[PATCH] intelfbdrv naming fixAndrew Morton1-1/+1
2005-06-21[PATCH] some vesafb fixesGerd Knorr1-4/+4
2005-06-21[PATCH] s1d13xxxfb linkage fixAndrew Morton1-1/+1
2005-06-21[PATCH] Bring back Tux on Chips 65550 framebufferKeenan Pepper1-3/+0
2005-06-20[PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c...Yani Ioannou2-8/+8
2005-06-20[PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de1-5/+5
2005-06-14[PATCH] macmodes: needs a licenseRandy Dunlap1-0/+1
2005-06-13[PATCH] Typo in fbdev sysfs support, virtual_sizeJon Smirl1-1/+1
2005-06-12[PATCH] radeonfb: don't blow up VGA console on loadBenjamin Herrenschmidt1-4/+3
2005-05-28[PATCH] intelfb section fixPatrick McManus1-11/+11
2005-05-05[PATCH] make some things staticAdrian Bunk7-17/+12
2005-05-04[PATCH] i810fb: fix __initdata accessDenis Vlasenko1-2/+4
2005-05-03[PATCH] ARM: Cleanup kmalloc in cyber2000fbRussell King1-4/+4
2005-05-01[PATCH] drivers/video/radeonfb.c: fix an array overflowAdrian Bunk1-1/+1
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-3/+2
2005-05-01[PATCH] Clean-up and bug fix for tdfxfb framebuffer size detectionRichard Drummond1-23/+22
2005-05-01[PATCH] Better PLL frequency matching for tdfxfb driverRichard Drummond1-12/+31
2005-05-01[PATCH] imxfb: Add Freescale i.MX framebuffer driverSascha Hauer4-0/+776
2005-05-01[PATCH] i810fb: Fix default monitor sync timingsDenis Vlasenko1-3/+9
2005-05-01[PATCH] intelfb: Remove intelfbdrv.hAdrian Bunk2-69/+37
2005-05-01[PATCH] fbcon: Fix check after useAdrian Bunk1-1/+4
2005-05-01[PATCH] fbdev: edid.h cleanupsAdrian Bunk2-4/+0
2005-05-01[PATCH] nvidiafb: ioremap and i2c fixesAntonino A. Daplas1-5/+21
2005-05-01[PATCH] fbdev: Batch cmap changes at driver levelBenjamin Herrenschmidt2-26/+124
2005-05-01[PATCH] vgacon: set vc_hi_font_mask correctlyBill Nottingham1-0/+2
2005-04-30[PATCH] ARM: IntegratorCP: 16bpp is RGB565 not RGB555Russell King1-3/+3
2005-04-30[PATCH] ARM: AMBA CLCD: program palette for pseudocolor visualsRussell King1-1/+1
2005-04-28[PATCH] ARM: Fix AMBA CLCD fb driver for 32bppRussell King1-1/+7
2005-04-28[PATCH] ARM: Fix AMBA CLCD fb driver for 1bpp/STN mono panelsRussell King1-3/+3
2005-04-26[PATCH] imsttfb missing iomem annotationsAl Viro1-2/+2
2005-04-26[PATCH] savagefb iomem annotationsAl Viro1-3/+3
2005-04-24[SPARC]: Enable sun logo on sparc32Bob Breuer1-1/+1
2005-04-24[SPARC]: TCX Framebuffer fixesTom 'spot' Callaway1-1/+13
2005-04-21[PATCH] Fix tgafb.c compile failureAdrian Bunk1-3/+1
2005-04-16[PATCH] fix u32 vs. pm_message_t in driver/videoPavel Machek5-6/+6
2005-04-16[PATCH] ppc32: Fix AGP and sleep againBenjamin Herrenschmidt2-48/+29
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds252-0/+223058