summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-06minix: fix add link's wrong position calculationEvgeniy Dushistov1-1/+1
2009-01-06fbdev/logo: check compatibility of main and extra logosGeert Uytterhoeven1-0/+4
2009-01-06sm501: unsigned ptr cannot be negativeroel kluin1-3/+3
2009-01-06intelfb: fix sparse warningsHannes Eder1-8/+16
2009-01-06i810: fix sparse warningsHannes Eder1-6/+12
2009-01-06neofb: fix sparse warningsHannes Eder1-2/+4
2009-01-06pm3fb: fix sparse warningHannes Eder1-2/+4
2009-01-06viafb: fix sparse warningsHannes Eder1-6/+12
2009-01-06nvidia: fix sparse warningsHannes Eder1-4/+8
2009-01-06gbefb: unsigned var->pixclock cannot be less than 0roel kluin1-2/+5
2009-01-06fb: carminefb: trivial annotation packing color registerHarvey Harrison1-1/+1
2009-01-06blackfin: remove __FUNCTION__ in video driverHarvey Harrison1-3/+3
2009-01-06fbdev: fix typo in drivers/video/modedb.cJiri Moravec1-1/+1
2009-01-06pci: use pci_ioremap_bar() in drivers/videoArjan van de Ven6-18/+11
2009-01-06gpio: pca953x handles more chips, i2c fault codesDavid Brownell2-8/+11
2009-01-06twl4030-gpio: cleanup debounceDavid Brownell2-37/+26
2009-01-06drivers/rtc: correct an error testJulia Lawall1-1/+1
2009-01-06rtc: driver for Marvell's SoCs 88F6281 and 88F6192Saeed Bishara3-0/+175
2009-01-06rtc: rtc-ds1216 fixesAlessandro Zummo1-16/+14
2009-01-06rtc: add rtc-tx4939 driverAtsushi Nemoto3-0/+325
2009-01-06rtc: use set_mmss when set_time is not availableAlessandro Zummo4-45/+9
2009-01-06rtc: rtc-ds3234 fixesAlessandro Zummo1-136/+36
2009-01-06rtc: rtc-max6902 fixesAlessandro Zummo1-138/+38
2009-01-06rtc: Au1000 On-Chip Counter0-as-RTC driver.Manuel Lauss3-0/+164
2009-01-06rtc: kconfig cleanupAlessandro Zummo1-26/+26
2009-01-06rtc: rtc-ds1390 probe sequence and misc fixesAlessandro Zummo2-51/+24
2009-01-06rtc: pxa27x/pxa3xx driver fixes, revisedAlessandro Zummo1-27/+23
2009-01-06rtc: driver for pxa27x and pxa3xx SoCRobert Jarzmik3-0/+505
2009-01-06rtc: move power of 2 periodic frequency check down into driversJonathan Cameron5-3/+12
2009-01-06rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov9-40/+40
2009-01-06rtc: struct device: replace bus_id with dev_name(), dev_set_name()Kay Sievers3-16/+12
2009-01-06genrtc: disable genrtc on Blackfin systemsMike Frysinger1-1/+1
2009-01-06autofs4: fix string validation check orderIan Kent1-6/+7
2009-01-06autofs4: make autofs type usage explicitIan Kent6-21/+73
2009-01-06autofs4: fix var shadowed by local delarationIan Kent1-3/+3
2009-01-06autofs4: improve parameter usageIan Kent2-29/+100
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng1-2/+1
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow1-27/+24
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow1-0/+11
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow4-16/+16
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow4-24/+24
2009-01-06eCryptfs: Filename Encryption: mount optionMichael Halcrow1-27/+99
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow4-242/+195
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow1-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow2-14/+51
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow3-70/+613
2009-01-06i2o: remove extraneous kernel-docRandy Dunlap2-3/+0
2009-01-06kprobes: support probing module __init functionMasami Hiramatsu1-4/+19
2009-01-06module: add MODULE_STATE_LIVE notifyMasami Hiramatsu1-0/+2
2009-01-06kprobes: remove called_from argumentMasami Hiramatsu1-58/+14