summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable in get_unmapped_areaRoland McGrath2007-05-081-1/+0
* Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-05-082-9/+9
|\
| * [PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern()Mike Christie2007-05-081-0/+1
| * [PATCH] splice: always call into page_cache_readahead()Jens Axboe2007-05-081-5/+3
| * [PATCH] splice(): fix interaction with readaheadFengguang Wu2007-05-081-4/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2007-05-089-9/+38
|\ \
| * | JFS: Fix race waking up jfsIO kernel threadDave Kleikamp2007-05-051-1/+2
| * | JFS: use __set_current_state()Milind Arun Choudhary2007-04-263-6/+6
| * | Copy i_flags to jfs inode flags on writeDave Kleikamp2007-04-255-1/+23
| * | JFS: document uid, gid, and umask mount options in jfs.txtDave Kleikamp2007-03-091-1/+7
* | | sm501fb printk warning fixesAndrew Morton2007-05-081-1/+1
* | | xilinxfb: xilinx framebuffer device driverAndrei Konovalov2007-05-084-0/+400
* | | pm2fb: fix of jumps in pm2fb_probeKrzysztof Helt2007-05-081-2/+2
* | | skeletonfb: improvementsKrzysztof Helt2007-05-081-2/+4
* | | pm2fb: removal of pm2fb_par fieldsKrzysztof Helt2007-05-081-10/+7
* | | skeletonfb: more correctionsKrzysztof Helt2007-05-081-21/+5
* | | vga16fb: actually support widths in multiples of 8Antonino A. Daplas2007-05-081-2/+2
* | | vgacon: disallow console operations when in KD_GRAPHICS modeAntonino A. Daplas2007-05-081-1/+4
* | | Use menuconfig objects II: video/logoJan Engelhardt2007-05-081-17/+13
* | | pm2fb: accelerated fillrect and copyareaKrzysztof Helt2007-05-081-4/+128
* | | s3fb: updatesOndrej Zajicek2007-05-083-9/+13
* | | pm2fb: memclock setting correctionsKrzysztof Helt2007-05-081-2/+2
* | | pm2fb: reset transparency settingskrzysztof.h1@wp.pl2007-05-081-0/+2
* | | fbcon: check console-fb mapping in fbcon_get_requirementAntonino A. Daplas2007-05-081-9/+8
* | | fbdev: clean up exit patch of fb_set_varAntonino A. Daplas2007-05-081-14/+15
* | | drivers/video/sis/: remove more kernel 2.4 codeAdrian Bunk2007-05-083-138/+22
* | | use mutex instead of semaphore in virtual console driverMatthias Kaehlcke2007-05-083-11/+15
* | | atyfb: halve XCLK with Mobility and 32bit memoryVille Syrjala2007-05-082-0/+4
* | | atyfb: reorganize clock initVille Syrjala2007-05-081-14/+18
* | | atyfb: increase SPLL delayVille Syrjala2007-05-081-5/+3
* | | nvidiafb: fix return value of nvidiafb_open()Antonino A. Daplas2007-05-081-1/+1
* | | vga: vgastate fixOndrej Zajicek2007-05-081-15/+11
* | | s3fb: implement fb_get_capsAntonino A. Daplas2007-05-081-0/+18
* | | fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas2007-05-083-0/+87
* | | nvidiafb: prevent triggering of softlockupDave Jones2007-05-082-32/+48
* | | pm2fb: pixclock setting restrictionKrzysztof Helt2007-05-081-3/+3
* | | pm2fb: Permedia 2V memory clock settingKrzysztof Helt2007-05-082-15/+41
* | | pm2fb: 3dlabs Permedia 2V reference board addedKrzysztof Helt2007-05-081-10/+23
* | | nvidiafb/rivafb: switch to pci_get refcountingAlan Cox2007-05-084-13/+23
* | | vmlfb: framebuffer driver for Intel Vermilion RangeAlan Hourihane2007-05-089-0/+1981
* | | s3fb: driver fixesOndrej Zajicek2007-05-082-15/+18
* | | fbdev: save the activate field before calling fb_check_var()Antonino A. Daplas2007-05-081-1/+3
* | | fbcon: check if the character count can be handledAntonino A. Daplas2007-05-081-0/+21
* | | s3fb: implement fb_get_tilemax()Antonino A. Daplas2007-05-081-1/+6
* | | fbdev: add tile operation to get the maximum length of the mapAntonino A. Daplas2007-05-081-1/+2
* | | s3fb: limit 8x16 rectangles when tileblitting is enabledAntonino A. Daplas2007-05-082-0/+7
* | | vga16fb: restrict to blit rectangles with widths of multiples of 8 pixelsAntonino A. Daplas2007-05-082-0/+3
* | | fbcon: font setting should check limitation of driverAntonino A. Daplas2007-05-084-6/+26
* | | fbdev: advertise limitation of drawing engineAntonino A. Daplas2007-05-082-0/+10
* | | fbdev: consolidate common drawing functions into a header fileAntonino A. Daplas2007-05-085-158/+76