| Commit message (Expand) | Author | Age | Files | Lines |
* | splice: don't pass the address of ->f_pos to methods | Al Viro | 2013-06-20 | 5 | -23/+41 |
* | mconsole: we'd better initialize pos before passing it to vfs_read()... | Al Viro | 2013-06-19 | 1 | -1/+1 |
* | lseek(fd, n, SEEK_END) does *not* go to eof - n | Al Viro | 2013-06-16 | 4 | -4/+4 |
* | Linux 3.10-rc6v3.10-rc6 | Linus Torvalds | 2013-06-15 | 1 | -1/+1 |
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-06-15 | 13 | -29/+96 |
|\ |
|
| * | Merge tag 'fixes-3.10-4' of git://git.infradead.org/users/jcooper/linux into ... | Olof Johansson | 2013-06-11 | 3 | -6/+9 |
| |\ |
|
| | * | arm: mvebu: armada-xp-{gp,openblocks-ax3-4}: specify PCIe range | Thomas Petazzoni | 2013-06-06 | 2 | -4/+6 |
| | * | ARM: Kirkwood: handle mv88f6282 cpu in __kirkwood_variant(). | Nicolas Schichan | 2013-06-06 | 1 | -2/+3 |
| * | | ARM: SAMSUNG: pm: Adjust for pinctrl- and DT-enabled platforms | Tomasz Figa | 2013-06-11 | 1 | -5/+13 |
| * | | ARM: prima2: fix incorrect panic usage | Haojian Zhuang | 2013-06-11 | 2 | -4/+8 |
| * | | Merge tag 'omap-for-v3.10/fixes-v3.10-rc4' of git://git.kernel.org/pub/scm/li... | Olof Johansson | 2013-06-09 | 7 | -14/+66 |
| |\ \ |
|
| | * \ | Merge tag 'omap-fixes-b-for-3.10-rc' of git://git.kernel.org/pub/scm/linux/ke... | Tony Lindgren | 2013-06-07 | 2 | -10/+17 |
| | |\ \ |
|
| | | * | | ARM: omap3: clock: fix wrong container_of in clock36xx.c | Jean-Philippe Francois | 2013-06-06 | 1 | -9/+9 |
| | | * | | arm: omap2: fix AM33xx hwmod infos for UART2 | Thomas Petazzoni | 2013-06-03 | 1 | -1/+8 |
| | * | | | Merge branch 'dts-fixes-for-3.10' of git://git.kernel.org/pub/scm/linux/kerne... | Tony Lindgren | 2013-06-07 | 206 | -1655/+4045 |
| | |\ \ \ |
|
| | | * | | | ARM: dts: OMAP5: Fix missing PWM capability to timer nodes | Suman Anna | 2013-06-03 | 1 | -0/+3 |
| | | * | | | ARM: dts: omap4-panda|sdp: Fix mux for twl6030 IRQ pin and msecure line | Kevin Hilman | 2013-06-03 | 2 | -0/+40 |
| | | * | | | ARM: dts: AM33xx: Fix properties on gpmc node | Lars Poeschel | 2013-06-03 | 1 | -2/+2 |
| | | |/ / |
|
| | * | | | ARM: OMAP3: Fix iva2_pwrdm settings for 3703 | Tony Lindgren | 2013-05-30 | 1 | -2/+4 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-06-15 | 20 | -81/+147 |
|\ \ \ \ \ |
|
| * | | | | | sctp: fully initialize sctp_outq in sctp_outq_init | Neil Horman | 2013-06-13 | 1 | -4/+2 |
| * | | | | | netiucv: Hold rtnl between name allocation and device registration. | Benjamin Poirier | 2013-06-13 | 1 | -1/+5 |
| * | | | | | tulip: Properly check dma mapping result | Neil Horman | 2013-06-13 | 1 | -0/+6 |
| * | | | | | net: sh_eth: fix incorrect RX length error if R8A7740 | Yoshihiro Shimoda | 2013-06-13 | 1 | -4/+11 |
| * | | | | | ip_tunnel: remove __net_init/exit from exported functions | Eric Dumazet | 2013-06-13 | 2 | -5/+5 |
| * | | | | | drivers: net: davinci_mdio: restore mdio clk divider in mdio resume | Mugunthan V N | 2013-06-13 | 1 | -4/+1 |
| * | | | | | drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driver | Mugunthan V N | 2013-06-13 | 1 | -2/+2 |
| * | | | | | net/ipv4: ip_vti clear skb cb before tunneling. | Saurabh Mohan | 2013-06-13 | 1 | -2/+1 |
| * | | | | | tg3: Wait for boot code to finish after power on | Nithin Sujir | 2013-06-13 | 1 | -0/+10 |
| * | | | | | l2tp: Fix sendmsg() return value | Guillaume Nault | 2013-06-13 | 1 | -1/+1 |
| * | | | | | l2tp: Fix PPP header erasure and memory leak | Guillaume Nault | 2013-06-13 | 1 | -2/+2 |
| * | | | | | bonding: fix igmp_retrans type and two related races | Nikolay Aleksandrov | 2013-06-13 | 2 | -5/+12 |
| * | | | | | bonding: reset master mac on first enslave failure | Nikolay Aleksandrov | 2013-06-13 | 1 | -0/+4 |
| * | | | | | packet: packet_getname_spkt: make sure string is always 0-terminated | Daniel Borkmann | 2013-06-13 | 1 | -3/+2 |
| * | | | | | net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG used | Dinh Nguyen | 2013-06-13 | 1 | -1/+1 |
| * | | | | | be2net: Fix 32-bit DMA Mask handling | Somnath Kotur | 2013-06-13 | 1 | -0/+3 |
| * | | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 2013-06-13 | 3 | -35/+60 |
| |\ \ \ \ \ |
|
| | * | | | | | batman-adv: Don't handle address updates when bla is disabled | Simon Wunderlich | 2013-06-10 | 1 | -0/+4 |
| | * | | | | | batman-adv: forward late OGMs from best next hop | Simon Wunderlich | 2013-06-10 | 1 | -31/+55 |
| | * | | | | | batman-adv: wait for rtnl in batadv_store_mesh_iface instead of failing if it... | Matthias Schiffer | 2013-06-10 | 1 | -4/+1 |
| * | | | | | | xen-netback: don't de-reference vif pointer after having called xenvif_put() | Jan Beulich | 2013-06-13 | 1 | -5/+6 |
| * | | | | | | macvlan: don't touch promisc without passthrough | Michael S. Tsirkin | 2013-06-13 | 1 | -7/+13 |
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2013-06-14 | 5 | -5/+15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | powerpc: Fix missing/delayed calls to irq_work | Benjamin Herrenschmidt | 2013-06-15 | 1 | -1/+1 |
| * | | | | | | | powerpc: Fix emulation of illegal instructions on PowerNV platform | Paul Mackerras | 2013-06-15 | 2 | -1/+11 |
| * | | | | | | | powerpc: Fix stack overflow crash in resume_kernel when ftracing | Michael Ellerman | 2013-06-15 | 2 | -3/+3 |
* | | | | | | | | smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu(). | David Daney | 2013-06-14 | 1 | -7/+12 |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-06-14 | 5 | -23/+15 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | snd_pcm_link(): fix a leak... | Al Viro | 2013-06-15 | 1 | -2/+2 |
| * | | | | | | | | use can_lookup() instead of direct checks of ->i_op->lookup | Al Viro | 2013-06-15 | 1 | -2/+2 |