summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-07-08[PATCH] dvb: saa7146: kj pci_module_init cleanupChristophe Lucas1-1/+1
2005-07-08[PATCH] dvb: add Pluto2 driverAndreas Oberritter5-1/+833
2005-07-08[PATCH] dvb: DVB updateJohannes Stezenbach1-4/+4
2005-07-08[PATCH] dvb: frontend: l64781: improve tuningJohannes Stezenbach1-4/+5
2005-07-08[PATCH] dvb: frontend: cx22702: support for cxusbPatrick Boettcher2-9/+25
2005-07-08[PATCH] dvb: frontend: tda1004x: support tda827x tunersHartmut Hackmann2-4/+44
2005-07-08[PATCH] dvb: add missing release_firmware() callsAnssi Hannula2-2/+11
2005-07-08[PATCH] dvb: frontend: bcm3510: fix firmware version checkHartmut Hackmann1-1/+1
2005-07-08[PATCH] dvb: frontend: tda1004x updateHartmut Hackmann4-98/+130
2005-07-08[PATCH] dvb: frontend: remove unused I2C idsAndrew de Quincey1-22/+0
2005-07-08[PATCH] dvb: core: dmxdev cleanupsPeter Beutner1-11/+4
2005-07-08[PATCH] dvb: core: demux error handling fixPeter Beutner1-1/+3
2005-07-08[PATCH] dvb: core: add workaround for tuning problemAndrew de Quincey1-3/+25
2005-07-08[PATCH] dvb: core: fix race condition in FE_READ_STATUS ioctlPeter Beutner1-3/+13
2005-07-08[PATCH] dvb: remove obsolete skystar2 driverJohannes Stezenbach3-2660/+0
2005-07-08[PATCH] dvb: cinergyT2: endianness fix for raw remote-control keysMartin Loschwitz1-1/+3
2005-07-08[PATCH] IB uverbs: add mthca user QP supportRoland Dreier3-85/+212
2005-07-08[PATCH] IB uverbs: add mthca user CQ supportRoland Dreier4-37/+110
2005-07-08[PATCH] IB uverbs: add mthca user MR supportRoland Dreier1-0/+82
2005-07-08[PATCH] IB uverbs: add mthca user PD supportRoland Dreier5-12/+28
2005-07-08[PATCH] IB uverbs: add mthca mmap supportRoland Dreier1-0/+18
2005-07-08[PATCH] IB uverbs: add mthca user context supportRoland Dreier2-0/+72
2005-07-08[PATCH] IB uverbs: add mthca user doorbell record supportRoland Dreier2-6/+149
2005-07-08[PATCH] IB uverbs: add mthca ABI headerRoland Dreier1-0/+81
2005-07-08[PATCH] IB uverbs: hook up Kconfig/MakefileRoland Dreier2-1/+14
2005-07-08[PATCH] IB uverbs: memory pinning implementationRoland Dreier1-0/+221
2005-07-08[PATCH] IB uverbs: core implementationRoland Dreier3-0/+1836
2005-07-08[PATCH] IB uverbs: add user verbs ABI headerRoland Dreier1-0/+389
2005-07-08[PATCH] IB uverbs: update mthca for new APIRoland Dreier1-3/+10
2005-07-08[PATCH] IB uverbs: update kernel midlayer for new APIRoland Dreier1-12/+20
2005-07-08[PATCH] IB uverbs: core API extensionsRoland Dreier1-18/+106
2005-07-08[PATCH] coverity: fix fbsysfs null pointer checkKAMBAROV, ZAUR1-1/+1
2005-07-08[PATCH] mostly_read data sectionChristoph Lameter1-1/+1
2005-07-08[PATCH] tty output lossage fixRoman Zippel1-18/+15
2005-07-08[PATCH] pm: fix u32 vs. pm_message_t confusion in cpufreqBernard Blackham1-2/+2
2005-07-08[PATCH] pm: more u32 vs. pm_message_t fixesPavel Machek6-23/+11
2005-07-08[PATCH] hvc_console: Use hvc_get_chars in hvsi codeMilton Miller1-5/+3
2005-07-08[PATCH] hvc_console: Separate the NUL character filtering from get_hvc_charsMilton Miller1-1/+23
2005-07-08[PATCH] hvc_console: Register ops when setting up hvc_consoleMilton Miller2-10/+20
2005-07-08[PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller3-40/+137
2005-07-08[PATCH] hvc_console: Separate hvc_console and vio codeMilton Miller1-2/+22
2005-07-08[PATCH] hvc_console: Add some sanity checksMilton Miller1-0/+18
2005-07-08[PATCH] hvc_console: Statically initialize the vtermnos arrayMilton Miller1-6/+2
2005-07-08[PATCH] hvc_console: remove num_vterms and some dead codeMilton Miller1-6/+2
2005-07-08[PATCH] hvc_console: Add missing includeMilton Miller1-0/+1
2005-07-08[PATCH] hvc_console: Unregister the console in the exit routine.Milton Miller1-2/+4
2005-07-08[PATCH] hvc_console: MAGIC_SYSRQ should only be on console channelMilton Miller1-8/+11
2005-07-08[PATCH] hvc_console: Dont always kick the poll thread in interruptMilton Miller1-3/+7
2005-07-08[PATCH] hvc_console: Match vio and console devices using vterm numbersMilton Miller1-7/+29
2005-07-08[PATCH] hvc_console: Rearrange codeMilton Miller1-142/+142