summaryrefslogtreecommitdiffstats
path: root/drivers/net (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-11fbdev: add BF52x EZkit Display driverMichael Hennerich3-0/+699
2008-03-11BF54x LQ043 Framebuffer driver: Update copyright on previously modified filesMichael Hennerich1-1/+1
2008-03-11BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakageBryan Wu1-1/+1
2008-03-11BF54x LQ043 Framebuffer driver: fix bug NULL for gpio_request label is not al...Michael Hennerich1-1/+1
2008-03-11stifb: fix crash A1439A CRX (Rattler) graphics cardHelge Deller1-7/+15
2008-03-11mbxfb: fix incorrect argument typeKrzysztof Helt1-1/+1
2008-03-11iov_iter_advance() fixNick Piggin1-12/+10
2008-03-11rcu: move PREEMPT_RCU config option back under PREEMPTPaul E. McKenney2-31/+18
2008-03-11i8042: use SGI_HAS_I8042 to select SGI i8042 handlinigThomas Bogendoerfer1-1/+1
2008-03-11modules: warn about suspicious return values from module's ->init() hookAlexey Dobriyan1-0/+8
2008-03-11modules: fix module waiting for dependent modules' initRusty Russell1-3/+4
2008-03-11hugetlb: correct page count for surplus huge pagesAdam Litke1-3/+10
2008-03-11gpio/pca953x bugfix: mark as can_sleepArnaud Patard1-0/+1
2008-03-11md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown1-1/+3
2008-03-11md: fix formatting error in /proc/mdstatNeilBrown1-1/+1
2008-03-11mempolicy: fix reference counting bugsLee Schermerhorn2-3/+9
2008-03-11Typo in Documentation/scheduler/sched-stats.txtMasatake YAMATO1-1/+1
2008-03-11memstick: add support for JMicron jmb38x MemoryStick host controllerAlex Dubov5-4/+960
2008-03-11memstick: try harder to recover from unsuccessful interface mode switchAlex Dubov1-2/+19
2008-03-11memstick: fix parsing of "assembly_date" attribute fieldAlex Dubov1-2/+16
2008-03-11memstick: add support for decoding "specfile" media attributesAlex Dubov1-0/+49
2008-03-11tifm: clear interrupt mask bits before setting them on adapter initAlex Dubov1-0/+2
2008-03-11tifm: fix memorystick host initialization codeAlex Dubov1-25/+15
2008-03-11tifm: fix the MemoryStick host fifo handling codeAlex Dubov2-262/+264
2008-03-11memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov3-6/+0
2008-03-11memstick: make sure number of command retries is exactly as specifiedAlex Dubov1-1/+1
2008-03-11memstick: add memstick_suspend/resume_host methodsAlex Dubov3-4/+31
2008-03-11memstick: introduce correct definitions in the headerAlex Dubov4-64/+105
2008-03-11tridentfb: fix memory size detectionKrzysztof Helt1-1/+1
2008-03-11tridentfb: register should be left in non-locked stateKrzysztof Helt1-12/+0
2008-03-11of_serial: fix section mismatch warningsJosh Boyer1-1/+1
2008-03-11rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton2-4/+4
2008-03-11PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller DriverJesper Juhl1-0/+1
2008-03-11PCI: rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton2-4/+4
2008-03-11drivers: fix dma_get_required_maskJames Bottomley1-1/+1
2008-03-11firmware: provide stubs for the FW_LOADER=n caseJames Bottomley1-0/+23
2008-03-11nozomi: fix initialization and early flow control accessFrank Seidel1-18/+43
2008-03-11sysdev: fix problem with sysdev_class being re-registeredGreg Kroah-Hartman1-0/+4
2008-03-10lguest: Do not append space to guests kernel command linePaul Bolle1-2/+5
2008-03-10lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell2-2/+2
2008-03-10lguest: Sanitize the lguest clock.Rusty Russell1-32/+21
2008-03-10lguest: fix __get_vm_area usage.Rusty Russell1-2/+13
2008-03-10lguest: make sure cpu is initialized before accessing itEugene Teo1-7/+8
2008-03-10ocfs2: Fix NULL pointer dereferences in o2netTao Ma1-5/+4
2008-03-10ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlockSunil Mushran1-2/+4
2008-03-10ocfs2/dlm: Print message showing the recovery masterSunil Mushran1-3/+3
2008-03-10ocfs2/dlm: Add missing dlm_lockres_put()sSunil Mushran1-1/+10
2008-03-10ocfs2/dlm: Add missing dlm_lockres_put()s in migration pathSunil Mushran2-6/+35
2008-03-10ocfs2/dlm: Add missing dlm_lock_put()sSunil Mushran2-0/+12
2008-03-10ocfs2: Fix an endian bug in online resize.Tao Ma1-1/+1