aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds6-7/+7
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+9
2013-05-05staging: single_open() leaksAl Viro8-8/+8
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-5/+2
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-46/+18
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-4/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds41-5702/+1600
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2-2/+2
2013-05-01rtl8192u: Don't need to save device proc dir PDEDavid Howells2-13/+6
2013-05-01rtl8187se: Use a dir under /proc/net/r8180/David Howells2-19/+8
2013-05-01proc: Add proc_mkdir_data()David Howells1-2/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+6
2013-04-30staging: speakup: remove custom string_unescape_any_inplaceAndy Shevchenko3-49/+4
2013-04-30staging: zcache: enable zcache to be built/loaded as a moduleDan Magenheimer5-12/+55
2013-04-30staging: zcache: enable ramster to be built/loaded as a moduleDan Magenheimer7-13/+39
2013-04-30zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk1-1/+4
2013-04-30cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk1-4/+4
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk1-4/+4
2013-04-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds58-8744/+5750
2013-04-29Include missing linux/slab.h inclusionsDavid Howells4-1/+4
2013-04-29hostap: Don't use create_proc_read_entry()David Howells3-37/+34
2013-04-29wlags49_h2: Don't use create_proc_read_entry()David Howells1-159/+161
2013-04-29cxt1e1: Don't use create_proc_read_entry()David Howells3-302/+175
2013-04-29csr: Don't use create_proc_read_entry()David Howells3-332/+189
2013-04-29comedi: Don't use create_proc_read_entry()David Howells1-21/+31
2013-04-29ft1000: Don't use create_proc_read_entry()David Howells2-136/+123
2013-04-29rtl8187se: Don't use create_proc_read_entry()David Howells1-71/+63
2013-04-29rtl8192u: Don't use create_proc_read_entry()David Howells1-123/+91
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-14/+3
2013-04-23staging: comedi: ni_labpc: fix legacy driver buildH Hartley Sweeten1-4/+3
2013-04-23staging: comedi: das800: cleanup the cio-das802/16 fifo commentsH Hartley Sweeten1-2/+2
2013-04-23staging: comedi: das800: rename CamelCase vars in das800_ai_do_cmd()H Hartley Sweeten1-9/+6
2013-04-23staging: comedi: das800: tidy up the private dataH Hartley Sweeten1-5/+5
2013-04-23staging: comedi: das800: tidy up das800_interrupt()H Hartley Sweeten1-48/+37
2013-04-23staging: comedi: das800: tidy up das800_ai_insn_read()H Hartley Sweeten1-28/+35
2013-04-23staging: comedi: das800: tidy up das800_di_insn_bits()H Hartley Sweeten1-6/+1
2013-04-23staging: comedi: das800: tidy up das800_do_insn_bits()H Hartley Sweeten1-11/+12
2013-04-23staging: comedi: das800: remove extra divisor calculation callH Hartley Sweeten1-5/+0
2013-04-23staging: comedi: das800: rename {enable,disable}_das800H Hartley Sweeten1-10/+8
2013-04-23staging: comedi: das800: tidy up subdevice initH Hartley Sweeten1-26/+29
2013-04-23staging: comedi: das800: allow attaching without interrupt supportH Hartley Sweeten1-14/+6
2013-04-23staging: comedi: das800: interrupts are required for async command supportH Hartley Sweeten1-16/+13
2013-04-23staging: comedi: das800: tidy up das800_ai_do_cmdtest()H Hartley Sweeten1-16/+18
2013-04-23staging: comedi: das800: remove 'volatile' on private data variablesH Hartley Sweeten1-5/+5
2013-04-23staging: comedi: das800: cleanup the boardinfoH Hartley Sweeten1-81/+65
2013-04-23staging: comedi: das800: cleanup range table declarationsH Hartley Sweeten1-47/+43
2013-04-23staging: comedi: das800: introduce das800_ind_{write, read}()H Hartley Sweeten1-23/+39
2013-04-23staging: comedi: das800: remove forward declarationsH Hartley Sweeten1-116/+109