summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dgrp procfs fixes, part 6: just use proc_create{,_data}Al Viro2013-04-093-65/+4Star
| * | | dgrp procfs fixes, part 5: per-node filesAl Viro2013-04-096-129/+45Star
| * | | dgrp procfs fixes, part 4: get rid of sysctl-like machineryAl Viro2013-04-092-270/+42Star
| * | | dgrp procfs fixes, part 3: kill dead codeAl Viro2013-04-091-63/+0Star
| * | | dgrp procfs fixes, part 2Al Viro2013-04-091-4/+1Star
| * | | dgrp procfs fixes, part 1Al Viro2013-04-091-2/+1Star
| * | | The rtl8192e procfs-based debug interface seems very brokenSean MacLennan2013-04-094-1041/+0Star
| * | | rtl8192e: switch to proc_create()Al Viro2013-04-091-31/+21Star
| * | | rtl8192e: don't use create_proc_entry() for directoriesAl Viro2013-04-091-1/+1
| * | | mode_t, whack-a-mole at 11...Al Viro2013-04-092-2/+2
| * | | ccg: don't bother with fops->ownerAl Viro2013-04-091-2/+0Star
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-6/+6
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-012-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | gdm72xx: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-6/+6
| | |/ | |/|
* | | staging: speakup: remove custom string_unescape_any_inplaceAndy Shevchenko2013-05-013-49/+4Star
* | | staging: zcache: enable zcache to be built/loaded as a moduleDan Magenheimer2013-05-015-12/+55
* | | staging: zcache: enable ramster to be built/loaded as a moduleDan Magenheimer2013-05-017-13/+39
* | | zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk2013-05-011-1/+4
* | | cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk2013-05-011-4/+4
* | | frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk2013-05-011-4/+4
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-3058-8744/+5750Star
|\ \ \
| * | | [media] solo6x10: Fix pixelformat accepted/reported by the encoderIsmael Luceno2013-04-221-11/+32
| * | | [media] go7007: dubious one-bit signed bitfieldsDan Carpenter2013-04-221-2/+2
| * | | [media] solo6x10: Update the encoder mode on VIDIOC_S_FMTIsmael Luceno2013-04-221-0/+1
| * | | [media] staging/media: fix go7007 dependencies and buildRandy Dunlap2013-04-161-1/+1
| * | | [media] dt3155v4l: fix timestamp handlingHans Verkuil2013-04-151-1/+3
| * | | [media] dt3155v4l: fix incorrect mutex lockingHans Verkuil2013-04-151-1/+2
| * | | Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab2013-04-0112-117/+116Star
| |\ \ \ | | | |/ | | |/|
| * | | [media] media: move dvb-usb-v2/cypress_firmware.c to media/commonHans Verkuil2013-03-293-8/+5Star
| * | | [media] solo6x10: The size of the thresholds ioctls was too largeHans Verkuil2013-03-292-2/+9
| * | | [media] ioctl numbers are unsigned intMauro Carvalho Chehab2013-03-291-1/+1
| * | | [media] staging: davinci: Fix typo in staging/media/davinciMasanari Iida2013-03-294-9/+9
| * | | [media] go7007: fix invalid use of sizeof in go7007_usb_i2c_master_xfer()Wei Yongjun2013-03-261-1/+1
| * | | [media] solo6x10: prefix sources with 'solo6x10-'Hans Verkuil2013-03-2512-1/+3
| * | | [media] solo6x10: rename headersHans Verkuil2013-03-259-7/+7
| * | | [media] solo6x10: clean up motion detection handlingHans Verkuil2013-03-253-54/+97
| * | | [media] solo6x10: disable the 'priv' abuseHans Verkuil2013-03-251-0/+8
| * | | [media] solo6x10: fix sequence handlingHans Verkuil2013-03-253-2/+6
| * | | [media] solo6x10: use V4L2_PIX_FMT_MPEG4, not _FMT_MPEGHans Verkuil2013-03-251-12/+6Star
| * | | [media] solo6x10: small big-endian fixHans Verkuil2013-03-251-1/+1
| * | | [media] solo6x10: also stop DMA if the SOLO_PCI_ERR_P2M_DESC is raisedHans Verkuil2013-03-251-1/+1
| * | | [media] solo6x10: drop video_type and add proper s_std supportHans Verkuil2013-03-256-52/+67
| * | | [media] solo6x10: add call to pci_dma_mapping_errorHans Verkuil2013-03-251-0/+2
| * | | [media] solo6x10: fix 'BUG: key ffff88081a2a9b58 not in .data!'Hans Verkuil2013-03-251-0/+1
| * | | [media] solo6x10: convert the display node to vb2Hans Verkuil2013-03-254-207/+103Star
| * | | [media] solo6x10: convert encoder nodes to vb2Hans Verkuil2013-03-253-379/+140Star
| * | | [media] solo6x10: move global fields in solo_enc_fh to solo_enc_devHans Verkuil2013-03-252-221/+175Star
| * | | [media] solo6x10: move global fields in solo_dev_fh to solo_devHans Verkuil2013-03-252-137/+101Star
| * | | [media] solo6x10: add support for prio and control event handlingHans Verkuil2013-03-252-3/+33
| * | | [media] solo6x10: fix various format-related compliancy issuesHans Verkuil2013-03-252-35/+46