| Commit message (Expand) | Author | Age | Files | Lines |
* | aha152x: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -49/+12 |
* | advansys: fix buggered formats - unsigned long != u32 on 64bit | Al Viro | 2013-04-09 | 1 | -13/+13 |
* | advansys: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -837/+327 |
* | nsp_cs: switch to ->show_info() | Al Viro | 2013-04-09 | 2 | -38/+7 |
* | nsp32: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -33/+6 |
* | 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 |
* | tcm: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -5/+4 |
* | cciss: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -51/+45 |
* | BusLogic: switch to ->show_info() | Al Viro | 2013-04-09 | 2 | -46/+38 |
* | scsi_debug: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -32/+21 |
* | fusion: switch to ->show_info() | Al Viro | 2013-04-09 | 5 | -95/+11 |
* | usb-storage: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -28/+14 |
* | NCR5830: switch to ->show_info() | Al Viro | 2013-04-09 | 13 | -78/+71 |
* | ppa: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -26/+10 |
* | imm: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -29/+11 |
* | gdth: switch to ->show_info() | Al Viro | 2013-04-09 | 4 | -170/+52 |
* | switch wd33c93 to ->show_info() | Al Viro | 2013-04-09 | 6 | -115/+94 |
* | wd7000: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -23/+8 |
* | sym53c8xx_2: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -94/+21 |
* | scsi: saner replacements for ->proc_info() | Al Viro | 2013-04-09 | 1 | -9/+59 |
* | i2o: use proc_remove_subtree() | Al Viro | 2013-04-09 | 1 | -50/+1 |
* | 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 | 2 | -9/+5 |
* | isp1362-hcd: don't reimplement proc_create_data() | Al Viro | 2013-04-09 | 1 | -4/+1 |
* | 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 | 3 | -4/+4 |
* | hysdn: stash pointer to card into proc_dir_entry->data | Al Viro | 2013-04-09 | 2 | -85/+18 |
* | gadgetfs: don't bother with fops->owner | Al Viro | 2013-04-09 | 2 | -4/+0 |
* | ccg: don't bother with fops->owner | Al Viro | 2013-04-09 | 1 | -2/+0 |
* | lift sb_start_write() out of ->write() | Al Viro | 2013-04-09 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-03-27 | 1 | -2/+4 |
|\ |
|
| * | vt: synchronize_rcu() under spinlock is not nice... | Al Viro | 2013-03-27 | 1 | -2/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-03-26 | 29 | -104/+195 |
|\ \ |
|
| * | | bonding: remove already created master sysfs link on failure | Veaceslav Falico | 2013-03-26 | 1 | -0/+5 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2013-03-26 | 5 | -22/+43 |
| |\ \ |
|