aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier18-178/+273
2007-05-08Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds19-1577/+3564
2007-05-08Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds31-187/+306
2007-05-08Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds30-510/+1188
2007-05-08Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds13-152/+222
2007-05-08Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds46-404/+402
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds55-687/+213
2007-05-08sm501fb printk warning fixesAndrew Morton1-1/+1
2007-05-08xilinxfb: xilinx framebuffer device driverAndrei Konovalov3-0/+393
2007-05-08pm2fb: fix of jumps in pm2fb_probeKrzysztof Helt1-2/+2
2007-05-08skeletonfb: improvementsKrzysztof Helt1-2/+4
2007-05-08pm2fb: removal of pm2fb_par fieldsKrzysztof Helt1-10/+7
2007-05-08skeletonfb: more correctionsKrzysztof Helt1-21/+5
2007-05-08vga16fb: actually support widths in multiples of 8Antonino A. Daplas1-2/+2
2007-05-08vgacon: disallow console operations when in KD_GRAPHICS modeAntonino A. Daplas1-1/+4
2007-05-08Use menuconfig objects II: video/logoJan Engelhardt1-17/+13
2007-05-08pm2fb: accelerated fillrect and copyareaKrzysztof Helt1-4/+128
2007-05-08s3fb: updatesOndrej Zajicek2-9/+12
2007-05-08pm2fb: memclock setting correctionsKrzysztof Helt1-2/+2
2007-05-08pm2fb: reset transparency settingskrzysztof.h1@wp.pl1-0/+2
2007-05-08fbcon: check console-fb mapping in fbcon_get_requirementAntonino A. Daplas1-9/+8
2007-05-08fbdev: clean up exit patch of fb_set_varAntonino A. Daplas1-14/+15
2007-05-08drivers/video/sis/: remove more kernel 2.4 codeAdrian Bunk3-138/+22
2007-05-08use mutex instead of semaphore in virtual console driverMatthias Kaehlcke2-10/+13
2007-05-08atyfb: halve XCLK with Mobility and 32bit memoryVille Syrjala1-0/+3
2007-05-08atyfb: reorganize clock initVille Syrjala1-14/+18
2007-05-08atyfb: increase SPLL delayVille Syrjala1-5/+3
2007-05-08nvidiafb: fix return value of nvidiafb_open()Antonino A. Daplas1-1/+1
2007-05-08vga: vgastate fixOndrej Zajicek1-15/+11
2007-05-08s3fb: implement fb_get_capsAntonino A. Daplas1-0/+18
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas2-0/+75
2007-05-08nvidiafb: prevent triggering of softlockupDave Jones2-32/+48
2007-05-08pm2fb: pixclock setting restrictionKrzysztof Helt1-3/+3
2007-05-08pm2fb: Permedia 2V memory clock settingKrzysztof Helt1-15/+37
2007-05-08pm2fb: 3dlabs Permedia 2V reference board addedKrzysztof Helt1-10/+23
2007-05-08nvidiafb/rivafb: switch to pci_get refcountingAlan Cox4-13/+23
2007-05-08vmlfb: framebuffer driver for Intel Vermilion RangeAlan Hourihane9-0/+1981
2007-05-08s3fb: driver fixesOndrej Zajicek1-11/+10
2007-05-08fbdev: save the activate field before calling fb_check_var()Antonino A. Daplas1-1/+3
2007-05-08fbcon: check if the character count can be handledAntonino A. Daplas1-0/+21
2007-05-08s3fb: implement fb_get_tilemax()Antonino A. Daplas1-1/+6
2007-05-08s3fb: limit 8x16 rectangles when tileblitting is enabledAntonino A. Daplas2-0/+7
2007-05-08vga16fb: restrict to blit rectangles with widths of multiples of 8 pixelsAntonino A. Daplas2-0/+3
2007-05-08fbcon: font setting should check limitation of driverAntonino A. Daplas3-5/+24
2007-05-08fbdev: advertise limitation of drawing engineAntonino A. Daplas1-0/+6
2007-05-08fbdev: consolidate common drawing functions into a header fileAntonino A. Daplas5-158/+76
2007-05-08vfb: use fb_sys_read() and fb_sys_write()Antonino A. Daplas2-0/+3
2007-05-08hecubafb: use fb_sys_read()Antonino A. Daplas2-0/+2
2007-05-08arcfb: use fb_sys_read()Antonino A. Daplas2-0/+2
2007-05-08fbdev: add fb_read/fb_write functions for framebuffers in system RAMAntonino A. Daplas3-0/+110