Age | Commit message (Expand) | Author | Files | Lines |
2013-04-09 | i2o: use proc_remove_subtree() | Al Viro | 1 | -50/+1 |
2013-04-09 | silicom: bury bp_proc.c | Al Viro | 3 | -1330/+0 |
2013-04-09 | silicom: switch to create_proc_data(), clean procfs side of things up | Al Viro | 1 | -820/+379 |
2013-04-09 | silicom: untangle module_init | Al Viro | 1 | -192/+133 |
2013-04-09 | silicom: get_bypass_slave_pfs() open-codes lookup_port() | Al Viro | 1 | -25/+2 |
2013-04-09 | silicom: unobfuscate get_{status,master}_port_fn() | Al Viro | 1 | -48/+19 |
2013-04-09 | silicom: helper functions are often useful... | Al Viro | 1 | -280/+43 |
2013-04-09 | get rid of a bunch of open-coded create_proc_read_entry() | Al Viro | 2 | -9/+5 |
2013-04-09 | isp1362-hcd: don't reimplement proc_create_data() | Al Viro | 1 | -4/+1 |
2013-04-09 | rtl8192u: don't play with reassigning ->proc_fops, just use proc_create() | Al Viro | 1 | -5/+1 |
2013-04-09 | dgrp procfs fixes, part 6: just use proc_create{,_data} | Al Viro | 3 | -65/+4 |
2013-04-09 | dgrp procfs fixes, part 5: per-node files | Al Viro | 6 | -129/+45 |
2013-04-09 | dgrp procfs fixes, part 4: get rid of sysctl-like machinery | Al Viro | 2 | -270/+42 |
2013-04-09 | dgrp procfs fixes, part 3: kill dead code | Al Viro | 1 | -63/+0 |
2013-04-09 | dgrp procfs fixes, part 2 | Al Viro | 1 | -4/+1 |
2013-04-09 | dgrp procfs fixes, part 1 | Al Viro | 1 | -2/+1 |
2013-04-09 | The rtl8192e procfs-based debug interface seems very broken | Sean MacLennan | 4 | -1041/+0 |
2013-04-09 | rtl8192e: switch to proc_create() | Al Viro | 1 | -31/+21 |
2013-04-09 | rtl8192e: don't use create_proc_entry() for directories | Al Viro | 1 | -1/+1 |
2013-04-09 | mode_t, whack-a-mole at 11... | Al Viro | 3 | -4/+4 |
2013-04-09 | hysdn: stash pointer to card into proc_dir_entry->data | Al Viro | 2 | -85/+18 |
2013-04-09 | gadgetfs: don't bother with fops->owner | Al Viro | 2 | -4/+0 |
2013-04-09 | ccg: don't bother with fops->owner | Al Viro | 1 | -2/+0 |
2013-04-09 | lift sb_start_write() out of ->write() | Al Viro | 1 | -0/+2 |
2013-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+4 |
2013-03-26 | vt: synchronize_rcu() under spinlock is not nice... | Al Viro | 1 | -2/+4 |
2013-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 29 | -104/+195 |
2013-03-26 | bonding: remove already created master sysfs link on failure | Veaceslav Falico | 1 | -0/+5 |
2013-03-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 5 | -22/+43 |
2013-03-26 | pch_gbe: fix ip_summed checksum reporting on rx | Veaceslav Falico | 1 | -2/+2 |
2013-03-26 | igb: fix PHC stopping on max freq | Jiri Benc | 1 | -1/+1 |
2013-03-26 | igb: make sensor info static | Stephen Hemminger | 1 | -1/+1 |
2013-03-26 | igb: SR-IOV init reordering | Alex Williamson | 1 | -1/+1 |
2013-03-26 | igb: Fix null pointer dereference | Alex Williamson | 1 | -1/+1 |
2013-03-26 | igb: fix i350 anti spoofing config | Lior Levy | 1 | -14/+19 |
2013-03-26 | ixgbevf: don't release the soft entries | xunleer | 1 | -4/+20 |
2013-03-25 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 9 | -18/+26 |
2013-03-25 | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -2/+5 |
2013-03-25 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 11 | -73/+384 |
2013-03-25 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 5 | -13/+19 |
2013-03-25 | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 6 | -60/+365 |
2013-03-24 | bnx2x: fix assignment of signed expression to unsigned variable | Kumar Amit Mehta | 1 | -9/+9 |
2013-03-24 | Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -7/+11 |
2013-03-24 | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2 | -46/+122 |
2013-03-24 | Revert "drm/i915: write backlight harder" | Daniel Vetter | 1 | -8/+5 |
2013-03-24 | drm/i915: don't disable the power well yet | Paulo Zanoni | 3 | -0/+9 |
2013-03-24 | Revert "drm/i915: set TRANSCODER_EDP even earlier" | Daniel Vetter | 1 | -5/+5 |
2013-03-23 | Merge tag 'efi-for-3.9-rc4' into x86/urgent | H. Peter Anvin | 1 | -1/+1 |
2013-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 6 | -12/+29 |
2013-03-23 | Merge tag 'md-3.9-fixes' of git://neil.brown.name/md | Linus Torvalds | 4 | -45/+86 |