summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-07make blkdev_put() return voidAl Viro8-46/+22
2013-05-07block_device_operations->release() should return voidAl Viro37-121/+62
2013-05-07ARM: OMAP4: change the device names in usb_bind_phyKishon Vijay Abraham I2-2/+2
2013-05-07ARM: OMAP2+: Fix mismerge for timer.c between ff931c82 and da4a686aVaibhav Hiremath1-0/+4
2013-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-50/+1826
2013-05-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds36-220/+1149
2013-05-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds36-293/+1293
2013-05-07Merge tag 'for-3.10-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds20-79/+91
2013-05-07Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-131/+380
2013-05-07Merge branch 'exynos/pwm-clocksource' into late/multiplatformArnd Bergmann10-17/+946
2013-05-07Merge branch 'late/clksrc' into late/cleanupArnd Bergmann353-4947/+15263
2013-05-07Fix cleaning in scripts/modAndreas Schwab1-0/+2
2013-05-07Merge branch 'late/dt' into next/dt2Arnd Bergmann422-2523/+4475
2013-05-07parisc: implement atomic64_dec_if_positive()Helge Deller2-0/+24
2013-05-07parisc: use long branch in fork_like macroJohn David Anglin1-1/+2
2013-05-07parisc: fix NATIVE set up in buildMike Frysinger1-3/+1
2013-05-07parisc: document the parisc gateway pageHelge Deller1-1/+24
2013-05-07parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller6-25/+52
2013-05-07parisc: Provide default implementation for dma_{alloc, free}_attrsDamian Hobson-Garcia1-0/+3
2013-05-07parisc: fix whitespace errors in arch/parisc/kernel/traps.cRolf Eike Beer1-12/+12
2013-05-07mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter1-9/+15
2013-05-07parisc: remove the second argument of kmap_atomicZhao Hongjiang1-3/+3
2013-05-07tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter1-2/+4
2013-05-07tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter1-1/+4
2013-05-07net/usb: new driver for RTL8152hayeswang4-0/+1789
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds32-2280/+4196
2013-05-07Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds36-1304/+1261
2013-05-07autofs - remove autofs dentry mount checkDavid Jeffery1-9/+0
2013-05-07autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc1-1/+1
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds18-269/+415
2013-05-063c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov1-1/+1
2013-05-06netpoll: inverted down_trylock() testDan Carpenter1-1/+1
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro2-12/+1
2013-05-06fib_trie: no need to delay vfree()Al Viro1-11/+2
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov2-2/+4
2013-05-06vhost: drop virtio_net.h dependencyMichael S. Tsirkin1-1/+1
2013-05-06vhost-net: Cleanup vhost_ubuf and vhost_zcopyAsias He1-28/+30
2013-05-06vhost: Remove vhost_enable_zcopy in vhost.hAsias He1-3/+0
2013-05-06vhost: Remove comments for hdr in vhost.hAsias He1-3/+0
2013-05-06vhost: Move VHOST_NET_FEATURES to net.cAsias He2-3/+6
2013-05-06vhost-net: Free ubuf when vhost_dev_set_owner failsAsias He1-6/+32
2013-05-06vhost: Export vhost_dev_set_ownerAsias He2-1/+2
2013-05-06slab: Return NULL for oversized allocationsChristoph Lameter2-0/+9
2013-05-06powerpc/topology: Fix spurr attribute permissionBenjamin Herrenschmidt1-1/+1
2013-05-06powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt10-104/+54
2013-05-06powerpc/cell/iommu: Improve error message for missing nodeBenjamin Herrenschmidt1-1/+1
2013-05-06powerpc/cell/spufs: Fix status attribute permissionBenjamin Herrenschmidt1-1/+1
2013-05-06irqdomain: Allow quiet failure modeBenjamin Herrenschmidt2-6/+28
2013-05-06mtd_blktrans_ops->release() should return voidAl Viro4-10/+7
2013-05-06Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds88-1317/+8956