aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-12copy_signal() cleanup: clean tty_audit_fork()Veaceslav Falico1-1/+0
2010-03-12drivers/char/mem.c: cleanupsAndrew Morton1-102/+102
2010-03-12/dev/mem: dont allow seek to last pageWu Fengguang1-6/+13
2010-03-12fbdev: bfin-lq035q1-fb: remove duplicated #includeHuang Weiyi1-1/+0
2010-03-12video: fix first line of kernel-doc for a few functionsBen Hutchings1-4/+4
2010-03-12obsolete config in kernel source: LWMON5Christoph Egger1-13/+0
2010-03-12drivers/video/via: fix continuation line formatsJoe Perches2-10/+10
2010-03-12NUC900 LCD Controller DriverWang Qiang4-0/+856
2010-03-12fbdev: remove obsolete CONFIG_FB_SOFT_CURSORChristoph Egger2-4/+0
2010-03-12broadsheetfb: support storing waveformJaya Kumar1-1/+500
2010-03-12broadsheetfb: add MMIO hooksJaya Kumar1-16/+94
2010-03-12viafb: support color depth 15 and 30Florian Tobias Schandinat2-18/+34
2010-03-12viafb: rework color settingFlorian Tobias Schandinat3-216/+51
2010-03-12viafb: some virtual_xres handling fixesFlorian Tobias Schandinat1-8/+4
2010-03-12viafb: rework color checkingFlorian Tobias Schandinat2-35/+56
2010-03-12viafb: make some variables a bit less globalFlorian Tobias Schandinat5-12/+7
2010-03-12viafb: remove dead code due to IGA1_IGA2Florian Tobias Schandinat3-574/+11
2010-03-12viafb: split color mode setting upFlorian Tobias Schandinat3-35/+53
2010-03-12viafb: introduce strict parameter checkingFlorian Tobias Schandinat1-29/+38
2010-03-12viafb: make viafb_set_par more dual framebuffer compatibleFlorian Tobias Schandinat1-5/+15
2010-03-12viafb: video address setting revisitedFlorian Tobias Schandinat2-10/+15
2010-03-12viafb: reorder initialization for dual framebuffer modeFlorian Tobias Schandinat1-3/+3
2010-03-12viafb: yet another dead code removalFlorian Tobias Schandinat7-122/+1
2010-03-12viafb: some dvi cleanupFlorian Tobias Schandinat4-75/+55
2010-03-12viafb: remove the remaining VIA_RES_* usesFlorian Tobias Schandinat4-166/+15
2010-03-12viafb: split global index upFlorian Tobias Schandinat9-386/+225
2010-03-12viafb: remove dead codeFlorian Tobias Schandinat2-13/+0
2010-03-12viafb: deprecate private ioctlsFlorian Tobias Schandinat1-0/+1
2010-03-12broadsheetfb: add multiple panel type supportJaya Kumar1-17/+110
2010-03-12fbdev: bf54x-lq043fb/bfin-t350mcqb-fb: drop custom mmap() handlerMichael Hennerich2-59/+0
2010-03-12asiliantfb: fix test of unsigned in asiliant_calc_dclk2()Roel Kluin1-2/+2
2010-03-12drivers/block/floppy.c: remove unnecessary casting in fd_ioctlJoe Perches1-9/+8
2010-03-12drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macroJoe Perches1-3/+1
2010-03-12drivers/block/floppy.c: remove obfuscating CODE2SIZE macroJoe Perches1-3/+2
2010-03-12drivers/block/floppy.c: add __func__ to debugtJoe Perches1-15/+15
2010-03-12drivers/block/floppy.c: convert raw_cmd_copyin from while(1) to label: gotoJoe Perches1-35/+38
2010-03-12drivers/block/floppy.c: remove some unnecessary castingJoe Perches1-6/+5
2010-03-12drivers/block/floppy.c: use %pf in logging messagesJoe Perches1-8/+8
2010-03-12drivers/block/floppy.c: use __func__ where appropriateJoe Perches1-11/+11
2010-03-12drivers/block/floppy.c: DPRINT neateningJoe Perches1-9/+7
2010-03-12drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECKJoe Perches1-34/+1
2010-03-12drivers/block/floppy.c: remove unnecessary argument from [__]reschedule_timeoutJoe Perches1-10/+12
2010-03-12drivers/block/floppy.c: unclutter redo_fd_request logicJoe Perches1-53/+52
2010-03-12drivers/block/floppy.c: remove REPEAT macroJoe Perches1-4/+4
2010-03-12drivers/block/floppy.c: remove unnecessary return and bracesJoe Perches1-3/+1
2010-03-12drivers/block/floppy.c: add function is_ready_stateJoe Perches1-4/+15
2010-03-12drivers/block/floppy.c: convert int initialising to bool initializedJoe Perches1-11/+10
2010-03-12drivers/block/floppy.c: remove #define DEVICE_NAME "floppy"Joe Perches1-3/+1
2010-03-12drivers/block/floppy.c: move leading && and || to preceding lineJoe Perches1-4/+4
2010-03-12drivers/block/floppy.c: convert int 1/0 to bool true/falseJoe Perches1-30/+30