summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* wlags49_h2: Don't use create_proc_read_entry()David Howells2013-04-291-159/+161
* cxt1e1: Don't use create_proc_read_entry()David Howells2013-04-293-302/+175Star
* csr: Don't use create_proc_read_entry()David Howells2013-04-293-332/+189Star
* comedi: Don't use create_proc_read_entry()David Howells2013-04-291-21/+31
* ft1000: Don't use create_proc_read_entry()David Howells2013-04-292-136/+123Star
* rtl8187se: Don't use create_proc_read_entry()David Howells2013-04-291-71/+63Star
* rtl8192u: Don't use create_proc_read_entry()David Howells2013-04-291-123/+91Star
* vt6655: slightly clean reading config fileAl Viro2013-04-091-75/+40Star
* vt6656: slightly sanitized reading configAl Viro2013-04-091-43/+20Star
* silicom-bypass: Remove device_open/close()David Howells2013-04-091-24/+0Star
* wlags49_h2: Don't use create_proc_entry()David Howells2013-04-091-11/+0Star
* constify a bunch of struct file_operations instancesAl Viro2013-04-095-8/+8
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-096-46/+25Star
* rtl8192u: switch to proc_create()Al Viro2013-04-091-31/+22Star
* keucr: switch to ->show_info()Al Viro2013-04-091-32/+13Star
* rts5139: switch to ->show_info()Al Viro2013-04-092-23/+9Star
* silicom: bury bp_proc.cAl Viro2013-04-093-1330/+0Star
* silicom: switch to create_proc_data(), clean procfs side of things upAl Viro2013-04-091-820/+379Star
* silicom: untangle module_initAl Viro2013-04-091-192/+133Star
* silicom: get_bypass_slave_pfs() open-codes lookup_port()Al Viro2013-04-091-25/+2Star
* silicom: unobfuscate get_{status,master}_port_fn()Al Viro2013-04-091-48/+19Star
* silicom: helper functions are often useful...Al Viro2013-04-091-280/+43Star
* get rid of a bunch of open-coded create_proc_read_entry()Al Viro2013-04-091-5/+2Star
* rtl8192u: don't play with reassigning ->proc_fops, just use proc_create()Al Viro2013-04-091-5/+1Star
* 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 branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-132-59/+36Star
|\
| * tidspbridge: convert to idr_alloc()Tejun Heo2013-03-131-44/+26Star
| * zcache: convert to idr_alloc()Tejun Heo2013-03-131-15/+10Star
* | Merge tag 'staging-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-137-56/+77
|\ \ | |/ |/|
| * staging: comedi: dt9812: use CR_CHAN() for channel numberIan Abbott2013-03-111-6/+10
| * staging/vt6656: Fix too large integer constant warning on 32-bitGeert Uytterhoeven2013-03-111-1/+1
| * staging: comedi: drivers: usbduxsigma.c: fix DMA buffers on stackKumar Amit Mehta2013-03-111-10/+17
| * staging: imx/drm: request irq only after adding the crtcPhilipp Zabel2013-03-111-11/+12
| * staging: comedi: drivers: usbduxfast.c: fix for DMA buffers on stackKumar Amit Mehta2013-03-111-12/+18
| * staging: comedi: drivers: usbdux.c: fix DMA buffers on stackKumar Amit Mehta2013-03-111-12/+19
| * staging: vt6656: Fix oops on resume from suspend.Malcolm Priestley2013-03-111-4/+0Star
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-7/+7
|\
| * more file_inode() open-coded instancesAl Viro2013-02-271-7/+7
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-12/+7Star
|/