summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-07rwsem: skip initial trylock in rwsem_down_write_failedMichel Lespinasse
2013-05-07rwsem: avoid taking wait_lock in rwsem_down_write_failedMichel Lespinasse
2013-05-07rwsem: use cmpxchg for trying to steal write lockMichel Lespinasse
2013-05-07rwsem: more agressive lock stealing in rwsem_down_write_failedMichel Lespinasse
2013-05-07rwsem: simplify rwsem_down_write_failedMichel Lespinasse
2013-05-07rwsem: simplify rwsem_down_read_failedMichel Lespinasse
2013-05-07rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failedMichel Lespinasse
2013-05-07rwsem: shorter spinlocked section in rwsem_down_failed_common()Michel Lespinasse
2013-05-07rwsem: make the waiter type an enumeration rather than a bitmaskMichel Lespinasse
2013-05-07Merge tag 'omap-for-v3.10/fixes-for-merge-window' of git://git.kernel.org/pub...Arnd Bergmann
2013-05-07vhost-scsi: Enable VIRTIO_RING_F_EVENT_IDXAsias He
2013-05-07powerpc: Make hard_irq_disable() do the right thing vs. irq tracingBenjamin Herrenschmidt
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg
2013-05-07make blkdev_put() return voidAl Viro
2013-05-07block_device_operations->release() should return voidAl Viro
2013-05-06ARM: OMAP4: change the device names in usb_bind_phyKishon Vijay Abraham I
2013-05-06ARM: OMAP2+: Fix mismerge for timer.c between ff931c82 and da4a686aVaibhav Hiremath
2013-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-05-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-05-06Merge tag 'for-3.10-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-05-06Merge branch 'exynos/pwm-clocksource' into late/multiplatformArnd Bergmann
2013-05-06Merge branch 'late/clksrc' into late/cleanupArnd Bergmann
2013-05-06Fix cleaning in scripts/modAndreas Schwab
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann
2013-05-06parisc: implement atomic64_dec_if_positive()Helge Deller
2013-05-06parisc: use long branch in fork_like macroJohn David Anglin
2013-05-06parisc: fix NATIVE set up in buildMike Frysinger
2013-05-06parisc: document the parisc gateway pageHelge Deller
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller
2013-05-06parisc: Provide default implementation for dma_{alloc, free}_attrsDamian Hobson-Garcia
2013-05-06parisc: fix whitespace errors in arch/parisc/kernel/traps.cRolf Eike Beer
2013-05-06mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter
2013-05-06parisc: remove the second argument of kmap_atomicZhao Hongjiang
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter
2013-05-06net/usb: new driver for RTL8152hayeswang
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery
2013-05-06autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-05-063c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov
2013-05-06netpoll: inverted down_trylock() testDan Carpenter
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro
2013-05-06fib_trie: no need to delay vfree()Al Viro
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov
2013-05-06vhost: drop virtio_net.h dependencyMichael S. Tsirkin
2013-05-06vhost-net: Cleanup vhost_ubuf and vhost_zcopyAsias He