aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09vt6655: slightly clean reading config fileAl Viro1-75/+40
2013-04-09vt6656: slightly sanitized reading configAl Viro1-43/+20
2013-04-09silicom-bypass: Remove device_open/close()David Howells1-24/+0
2013-04-09wlags49_h2: Don't use create_proc_entry()David Howells1-11/+0
2013-04-09constify a bunch of struct file_operations instancesAl Viro5-8/+8
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro6-46/+25
2013-04-09rtl8192u: switch to proc_create()Al Viro1-31/+22
2013-04-09keucr: switch to ->show_info()Al Viro1-32/+13
2013-04-09rts5139: switch to ->show_info()Al Viro2-23/+9
2013-04-09silicom: bury bp_proc.cAl Viro3-1330/+0
2013-04-09silicom: switch to create_proc_data(), clean procfs side of things upAl Viro1-820/+379
2013-04-09silicom: untangle module_initAl Viro1-192/+133
2013-04-09silicom: get_bypass_slave_pfs() open-codes lookup_port()Al Viro1-25/+2
2013-04-09silicom: unobfuscate get_{status,master}_port_fn()Al Viro1-48/+19
2013-04-09silicom: helper functions are often useful...Al Viro1-280/+43
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro1-5/+2
2013-04-09rtl8192u: don't play with reassigning ->proc_fops, just use proc_create()Al Viro1-5/+1
2013-04-09dgrp procfs fixes, part 6: just use proc_create{,_data}Al Viro3-65/+4
2013-04-09dgrp procfs fixes, part 5: per-node filesAl Viro6-129/+45
2013-04-09dgrp procfs fixes, part 4: get rid of sysctl-like machineryAl Viro2-270/+42
2013-04-09dgrp procfs fixes, part 3: kill dead codeAl Viro1-63/+0
2013-04-09dgrp procfs fixes, part 2Al Viro1-4/+1
2013-04-09dgrp procfs fixes, part 1Al Viro1-2/+1
2013-04-09The rtl8192e procfs-based debug interface seems very brokenSean MacLennan4-1041/+0
2013-04-09rtl8192e: switch to proc_create()Al Viro1-31/+21
2013-04-09rtl8192e: don't use create_proc_entry() for directoriesAl Viro1-1/+1
2013-04-09mode_t, whack-a-mole at 11...Al Viro2-2/+2
2013-04-09ccg: don't bother with fops->ownerAl Viro1-2/+0
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