Age | Commit message (Expand) | Author | Files | Lines |
2012-04-13 | Fix number parsing in cifs_parse_mount_options | Sachin Prabhu | 1 | -1/+1 |
2012-04-12 | Cleanup handling of NULL value passed for a mount option | Sachin Prabhu | 1 | -61/+19 |
2012-04-07 | Make the "word-at-a-time" helper functions more commonly usable | Linus Torvalds | 2 | -32/+49 |
2012-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 38 | -376/+602 |
2012-04-06 | net: fix a race in sock_queue_err_skb() | Eric Dumazet | 1 | -1/+3 |
2012-04-06 | netlink: fix races after skb queueing | Eric Dumazet | 1 | -11/+13 |
2012-04-06 | doc, net: Update ndo_start_xmit return type and values | Ben Hutchings | 1 | -10/+12 |
2012-04-06 | doc, net: Remove instruction to set net_device::trans_start | Ben Hutchings | 1 | -5/+2 |
2012-04-06 | doc, net: Update netdev operation names | Ben Hutchings | 2 | -14/+14 |
2012-04-06 | doc, net: Update documentation of synchronisation for TX multiqueue | Ben Hutchings | 1 | -3/+3 |
2012-04-06 | doc, net: Remove obsolete reference to dev->poll | Ben Hutchings | 1 | -2/+1 |
2012-04-06 | ethtool: Remove exception to the requirement of holding RTNL lock | Ben Hutchings | 1 | -2/+1 |
2012-04-06 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 71 | -342/+603 |
2012-04-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli... | Linus Torvalds | 3 | -3/+14 |
2012-04-06 | blackfin: update defconfig for bf527-ezkit | Bob Liu | 1 | -0/+1 |
2012-04-06 | blackfin: gpio: fix compile error if !CONFIG_GPIOLIB | Bob Liu | 1 | -2/+12 |
2012-04-06 | blackfin: fix L1 data A overflow link issue | Mike Frysinger | 1 | -1/+1 |
2012-04-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-04-06 | Merge tag 'omap-fixes-a2-for-3.4rc' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 9 | -68/+105 |
2012-04-06 | MAINTAINERS: update for Marvell Ethernet drivers | stephen hemminger | 1 | -12/+7 |
2012-04-06 | bonding: properly unset current_arp_slave on slave link up | Veaceslav Falico | 1 | -1/+5 |
2012-04-06 | phonet: Check input from user before allocating | Sasha Levin | 1 | -0/+3 |
2012-04-06 | tcp: tcp_sendpages() should call tcp_push() once | Eric Dumazet | 4 | -6/+9 |
2012-04-06 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 78 | -631/+518 |
2012-04-06 | memcg swap: use mem_cgroup_uncharge_swap fix | Michal Hocko | 1 | -7/+7 |
2012-04-06 | backlight: add driver for DA9052/53 PMIC v1 | Ashish Jangam | 3 | -0/+194 |
2012-04-06 | C6X: use set_current_blocked() and block_sigmask() | Matt Fleming | 1 | -13/+3 |
2012-04-06 | MAINTAINERS: add entry for sparse checker | Christopher Li | 1 | -0/+9 |
2012-04-06 | MAINTAINERS: fix REMOTEPROC F: typo | Joe Perches | 1 | -1/+1 |
2012-04-06 | alpha: use set_current_blocked() and block_sigmask() | Matt Fleming | 1 | -21/+10 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 63 | -572/+176 |
2012-04-06 | scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open() | Julia Lawall | 1 | -0/+70 |
2012-04-06 | libfs: add simple_open() | Stephen Boyd | 2 | -0/+9 |
2012-04-06 | hugetlbfs: remove unregister_filesystem() when initializing module | Hillf Danton | 1 | -1/+0 |
2012-04-06 | drivers/rtc/rtc-88pm860x.c: fix rtc irq enable callback | Jett.Zhou | 1 | -2/+2 |
2012-04-06 | fs/xattr.c:setxattr(): improve handling of allocation failures | Andrew Morton | 1 | -4/+17 |
2012-04-06 | fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failed | Andrew Morton | 1 | -4/+13 |
2012-04-06 | fs/xattr.c: suppress page allocation failure warnings from sys_listxattr() | Dave Jones | 1 | -1/+1 |
2012-04-06 | sysrq: use SEND_SIG_FORCED instead of force_sig() | Anton Vorontsov | 1 | -1/+1 |
2012-04-06 | proc: fix mount -t proc -o AAA | Vasiliy Kulikov | 1 | -4/+5 |
2012-04-05 | ARM: fix __io macro for PCMCIA | Rob Herring | 7 | -1/+93 |
2012-04-05 | Merge branch 'v3.4-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 5 | -8/+39 |
2012-04-05 | Merge branch 'v3.4-cpufreq-exynos-fixes' of git://git.kernel.org/pub/scm/linu... | Olof Johansson | 1 | -7/+3 |
2012-04-05 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/... | Olof Johansson | 17 | -122/+122 |
2012-04-05 | Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes | Olof Johansson | 19 | -104/+137 |
2012-04-05 | Merge branch 'for-3.4/fixes-for-rc2' of git://git.kernel.org/pub/scm/linux/ke... | Olof Johansson | 1 | -15/+44 |
2012-04-05 | ARM: EXYNOS: Fix compiler warning in dma.c file | Sachin Kamat | 1 | -2/+0 |
2012-04-05 | ARM: EXYNOS: fix ISO C90 warning | Il Han | 1 | -1/+2 |
2012-04-05 | Merge branches 'clock_fixes_3.4rc', 'clockdomain_fixes_3.4rc', 'hsmmc_erratum... | Paul Walmsley | 6 | -58/+87 |
2012-04-05 | ARM: OMAP2+: hwmod: Fix wrong SYSC_TYPE1_XXX_MASK bit definitions | Vaibhav Hiremath | 1 | -6/+6 |