| Commit message (Expand) | Author | Age | Files | Lines |
* | vt6655: slightly clean reading config file | Al Viro | 2013-04-09 | 1 | -75/+40 |
* | vt6656: slightly sanitized reading config | Al Viro | 2013-04-09 | 1 | -43/+20 |
* | silicom-bypass: Remove device_open/close() | David Howells | 2013-04-09 | 1 | -24/+0 |
* | wlags49_h2: Don't use create_proc_entry() | David Howells | 2013-04-09 | 1 | -11/+0 |
* | constify a bunch of struct file_operations instances | Al Viro | 2013-04-09 | 5 | -8/+8 |
* | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 6 | -46/+25 |
* | rtl8192u: switch to proc_create() | Al Viro | 2013-04-09 | 1 | -31/+22 |
* | keucr: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -32/+13 |
* | rts5139: switch to ->show_info() | Al Viro | 2013-04-09 | 2 | -23/+9 |
* | silicom: bury bp_proc.c | Al Viro | 2013-04-09 | 3 | -1330/+0 |
* | silicom: switch to create_proc_data(), clean procfs side of things up | Al Viro | 2013-04-09 | 1 | -820/+379 |
* | silicom: untangle module_init | Al Viro | 2013-04-09 | 1 | -192/+133 |
* | silicom: get_bypass_slave_pfs() open-codes lookup_port() | Al Viro | 2013-04-09 | 1 | -25/+2 |
* | silicom: unobfuscate get_{status,master}_port_fn() | Al Viro | 2013-04-09 | 1 | -48/+19 |
* | silicom: helper functions are often useful... | Al Viro | 2013-04-09 | 1 | -280/+43 |
* | get rid of a bunch of open-coded create_proc_read_entry() | Al Viro | 2013-04-09 | 1 | -5/+2 |
* | rtl8192u: don't play with reassigning ->proc_fops, just use proc_create() | Al Viro | 2013-04-09 | 1 | -5/+1 |
* | dgrp procfs fixes, part 6: just use proc_create{,_data} | Al Viro | 2013-04-09 | 3 | -65/+4 |
* | dgrp procfs fixes, part 5: per-node files | Al Viro | 2013-04-09 | 6 | -129/+45 |
* | dgrp procfs fixes, part 4: get rid of sysctl-like machinery | Al Viro | 2013-04-09 | 2 | -270/+42 |
* | dgrp procfs fixes, part 3: kill dead code | Al Viro | 2013-04-09 | 1 | -63/+0 |
* | dgrp procfs fixes, part 2 | Al Viro | 2013-04-09 | 1 | -4/+1 |
* | dgrp procfs fixes, part 1 | Al Viro | 2013-04-09 | 1 | -2/+1 |
* | The rtl8192e procfs-based debug interface seems very broken | Sean MacLennan | 2013-04-09 | 4 | -1041/+0 |
* | rtl8192e: switch to proc_create() | Al Viro | 2013-04-09 | 1 | -31/+21 |
* | rtl8192e: don't use create_proc_entry() for directories | Al Viro | 2013-04-09 | 1 | -1/+1 |
* | mode_t, whack-a-mole at 11... | Al Viro | 2013-04-09 | 2 | -2/+2 |
* | ccg: don't bother with fops->owner | Al Viro | 2013-04-09 | 1 | -2/+0 |
* | Merge branch 'akpm' (fixes from Andrew) | Linus Torvalds | 2013-03-13 | 2 | -59/+36 |
|\ |
|
| * | tidspbridge: convert to idr_alloc() | Tejun Heo | 2013-03-13 | 1 | -44/+26 |
| * | zcache: convert to idr_alloc() | Tejun Heo | 2013-03-13 | 1 | -15/+10 |
* | | Merge tag 'staging-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-03-13 | 7 | -56/+77 |
|\ \
| |/
|/| |
|
| * | staging: comedi: dt9812: use CR_CHAN() for channel number | Ian Abbott | 2013-03-11 | 1 | -6/+10 |
| * | staging/vt6656: Fix too large integer constant warning on 32-bit | Geert Uytterhoeven | 2013-03-11 | 1 | -1/+1 |
| * | staging: comedi: drivers: usbduxsigma.c: fix DMA buffers on stack | Kumar Amit Mehta | 2013-03-11 | 1 | -10/+17 |
| * | staging: imx/drm: request irq only after adding the crtc | Philipp Zabel | 2013-03-11 | 1 | -11/+12 |
| * | staging: comedi: drivers: usbduxfast.c: fix for DMA buffers on stack | Kumar Amit Mehta | 2013-03-11 | 1 | -12/+18 |
| * | staging: comedi: drivers: usbdux.c: fix DMA buffers on stack | Kumar Amit Mehta | 2013-03-11 | 1 | -12/+19 |
| * | staging: vt6656: Fix oops on resume from suspend. | Malcolm Priestley | 2013-03-11 | 1 | -4/+0 |
* | | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 2013-03-03 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-03-03 | 1 | -7/+7 |
|\ |
|
| * | more file_inode() open-coded instances | Al Viro | 2013-02-27 | 1 | -7/+7 |
* | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -12/+7 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 7 | -11/+11 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 8 | -12/+12 |
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-02-25 | 25 | -8395/+0 |
|\ \ |
|
| * | | drm/omap: move out of staging | Rob Clark | 2013-02-16 | 25 | -8413/+0 |
| * | | staging/omapdrm: Use kmemdup rather than duplicating its implementation | Peter Huewe | 2013-02-16 | 1 | -2/+2 |
| * | | staging: omapdrm/omap_gem_dmabuf.c: fix memory leakage | Cong Ding | 2013-02-16 | 1 | -3/+3 |
| * | | drm/omap: Add OMAP5 support | Andy Gross | 2013-02-16 | 3 | -44/+90 |