summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-03userns: Fix build of drivers/staging/dgrpEric W. Biederman
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-02drm: refcnt drm_framebuffer (v4.1)Rob Clark
2012-10-02Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-10-02Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-10-01Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27staging: comedi: jr3_pci: fix iomem dereferenceIan Abbott
2012-09-27make get_file() return its argumentAl Viro
2012-09-27take descriptor-related part of close() to file.cAl Viro
2012-09-27expose a low-level variant of fd_install() for binderAl Viro
2012-09-27new helper: __alloc_fd()Al Viro
2012-09-27binder: don't allow mmap() by process other than proc->tskAl Viro
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten
2012-09-26Staging: winbond: usb_free_urb(NULL) is safeHarsh Kumar
2012-09-26Staging: winbond: checkpatch cleanupHarsh Kumar
2012-09-26Staging: winbond: Removed undesired spaces, lines and tabsHarsh Kumar
2012-09-26Staging: winbond: Typo corrections in commentsHarsh Kumar
2012-09-26Staging: winbond: Changed c99 comments to c89 commentsHarsh Kumar
2012-09-26staging: r8712u: Do not queue cloned skbLarry Finger
2012-09-26staging: comedi: ni_mio_common: always lock in ni_ai_poll()Ian Abbott
2012-09-26staging: comedi: s626: add FIXME commentIan Abbott
2012-09-26staging: comedi: s626: don't dereference insn->dataIan Abbott
2012-09-26staging: comedi: s526: fix if() check in s526_gpct_winsn()H Hartley Sweeten
2012-09-26staging: comedi: s626: cleanup comments in s626_initialize()H Hartley Sweeten
2012-09-26staging: comedi: s626: remove clear of kzalloc'ed dataH Hartley Sweeten
2012-09-26staging: comedi: s626: remove 'WDInterval' from private dataH Hartley Sweeten
2012-09-26staging: comedi: s626: remove 'ChargeEnabled' from private dataH Hartley Sweeten
2012-09-26staging: comedi: s626: remove 'IsBoardRevA' commentH Hartley Sweeten
2012-09-26staging: comedi: s626: #if 0 out the "SAA7146 BUG WORKAROUND"H Hartley Sweeten
2012-09-26staging: comedi: s626: remove 'allocatedBuf' from private dataH Hartley Sweeten
2012-09-26staging: comedi: s626: add final attach messageH Hartley Sweeten
2012-09-26staging: comedi: s626: remove unneeded clear of private dataH Hartley Sweeten
2012-09-26staging: comedi: s626: factor out the board init codeH Hartley Sweeten
2012-09-26staging: comedi: s626: cleanup request_irq in s626_attach_pci()H Hartley Sweeten
2012-09-26staging: comedi: s626: factor out the dma buffer allocationH Hartley Sweeten
2012-09-26staging: comedi: s626: remove unnecessary checks of 'devpriv->base_addr'H Hartley Sweeten
2012-09-26staging: comedi: s626: cleanup ioremap()H Hartley Sweeten
2012-09-26staging: comedi: s626: remove 'got_regions' from private dataH Hartley Sweeten
2012-09-26staging: comedi: s626: remove unneeded local variable in attach_pci()H Hartley Sweeten
2012-09-26staging: comedi: s626: use dev->board_name for resource nameH Hartley Sweeten
2012-09-26staging: comedi: s626: store the pci_dev in the comedi_deviceH Hartley Sweeten
2012-09-26staging: comedi: s626: use attach_pci callbackH Hartley Sweeten