aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-13Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2-59/+36
2013-03-13tidspbridge: convert to idr_alloc()Tejun Heo1-44/+26
2013-03-13zcache: convert to idr_alloc()Tejun Heo1-15/+10
2013-03-13Merge tag 'staging-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-56/+77
2013-03-11staging: comedi: dt9812: use CR_CHAN() for channel numberIan Abbott1-6/+10
2013-03-11staging/vt6656: Fix too large integer constant warning on 32-bitGeert Uytterhoeven1-1/+1
2013-03-11staging: comedi: drivers: usbduxsigma.c: fix DMA buffers on stackKumar Amit Mehta1-10/+17
2013-03-11staging: imx/drm: request irq only after adding the crtcPhilipp Zabel1-11/+12
2013-03-11staging: comedi: drivers: usbduxfast.c: fix for DMA buffers on stackKumar Amit Mehta1-12/+18
2013-03-11staging: comedi: drivers: usbdux.c: fix DMA buffers on stackKumar Amit Mehta1-12/+19
2013-03-11staging: vt6656: Fix oops on resume from suspend.Malcolm Priestley1-4/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-12/+7
2013-02-27more file_inode() open-coded instancesAl Viro1-7/+7
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-11/+11
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-8395/+0
2013-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds51-330/+14362
2013-02-23mm: rename page struct field helpersMel Gorman2-2/+2
2013-02-22new helper: file_inode(file)Al Viro8-12/+12
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-7/+2
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds10-75/+54
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds524-29852/+19602
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-15/+11
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-34/+33
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2013-02-18staging: comedi: vmk80xx: wait for URBs to completeIan Abbott1-232/+20
2013-02-18staging: comedi: drivers: addi-data: hwdrv_apci3200.c: Add a missing semicolonKumar Amit Mehta1-1/+1
2013-02-18staging: et131x: Update TODO listMark Einon1-0/+4
2013-02-18staging: et131x: Remove assignment of skb->devMark Einon1-1/+0
2013-02-18staging: wlan-ng: hfa384x.h: fix for error reported by smatchKumar Amit Mehta1-0/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2013-02-18staging/zache checkpatch ERROR: spaces prohibited around thatRobert Berger1-2/+2
2013-02-16drm/omap: move out of stagingRob Clark25-8413/+0
2013-02-16staging/omapdrm: Use kmemdup rather than duplicating its implementationPeter Huewe1-2/+2
2013-02-16staging: omapdrm/omap_gem_dmabuf.c: fix memory leakageCong Ding1-3/+3
2013-02-16drm/omap: Add OMAP5 supportAndy Gross3-44/+90
2013-02-16drm/omap: Add PM capabilitiesAndy Gross4-0/+80
2013-02-15staging/ozwpan: Mark read only parameters and structs as constPeter Huewe8-25/+26
2013-02-15staging/ozwpan: Remove empty and unused function oz_cdev_heartbeatPeter Huewe2-7/+0
2013-02-15staging/ozwpan: Mark local functions as static (fix sparse warnings)Peter Huewe6-19/+21
2013-02-15staging/ozwpan: Add missing header includesPeter Huewe2-0/+2
2013-02-15staging/usbip: Mark local functions as static (fix sparse warnings)Peter Huewe1-2/+2
2013-02-15staging/xgifb: Remove duplicated code in loops.Peter Huewe1-8/+3
2013-02-15staging/xgifb: Consolidate return pathsPeter Huewe1-3/+1
2013-02-15staging/xgifb: Remove code without effectPeter Huewe1-8/+1