aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-25fuse: fix truncate after openMiklos Szeredi1-2/+5
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2-8/+50
2011-02-24Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds5-47/+127
2011-02-25Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel into drm-fixesDave Airlie1-1/+1
2011-02-24Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2011-02-24MAINTAINERS: Update email addressHerton Ronaldo Krzesinski1-2/+2
2011-02-24drm/i915: Fix unintended recursion in ironlake_disable_rc6Chris Wilson1-1/+1
2011-02-24block: bd_link_disk_holder() should hold on to holder_dirTejun Heo1-0/+6
2011-02-24mm: fix refcounting in swaponMiklos Szeredi1-1/+1
2011-02-24block: fix refcounting in BLKBSZSETMiklos Szeredi1-3/+5
2011-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-02-24Unlock vfsmount_lock in do_umountJ. R. Okajima1-1/+1
2011-02-23mm: fix possible cause of a page_mapped BUGHugh Dickins1-3/+1
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi10-38/+23
2011-02-23Revert "Bluetooth: Enable USB autosuspend by default on btusb"Linus Torvalds1-2/+0
2011-02-24Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel into drm-fixesDave Airlie5-46/+126
2011-02-24drm/i915: fix corruptions on i8xx due to relaxed fencingDaniel Vetter1-1/+15
2011-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds31-170/+258
2011-02-23Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds5-19/+27
2011-02-23Merge branch 'r8169-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6David S. Miller1-19/+23
2011-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-5/+85
2011-02-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-0/+5
2011-02-23Added support for usb ethernet (0x0fe6, 0x9700)Shahar Havivi1-0/+4
2011-02-23r8169: fix RTL8168DP power off issue.Hayes Wang1-3/+14
2011-02-23r8169: correct settings of rtl8102e.Hayes Wang1-14/+6
2011-02-23r8169: fix incorrect args to oob notify.Hayes Wang1-2/+3
2011-02-23DM9000B: Fix PHY power for network down/upHenry Nestler1-3/+4
2011-02-23DM9000B: Fix reg_save after spin_lock in dm9000_timeoutHenry Nestler1-1/+1
2011-02-23net_sched: long word align struct qdisc_skb_cb dataEric Dumazet1-1/+1
2011-02-23Input: serio/gameport - use 'long' system workqueueDmitry Torokhov2-2/+2
2011-02-23Input: synaptics - document 0x0c queryDmitry Torokhov1-0/+23
2011-02-23Drop redundant __param section for CRISv32.Jesper Nilsson1-5/+0
2011-02-23amd64-agp: fix crash at second module loadFlorian Mickler1-2/+7
2011-02-22Merge branch 'for-2639-rc4/i2c-fixes' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-2/+35
2011-02-22Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds6-14/+42
2011-02-23i2c-omap: fixup commit cb527ede1bf6ff2008a025606f25344b8ed7b4ac whitespaceBen Dooks1-2/+2
2011-02-23i2c-omap: Double clear of ARDY status in IRQ handlerRichard woodruff1-1/+5
2011-02-23i2c-omap: fix build for !CONFIG_SUSPENDBalaji T K1-2/+3
2011-02-23drm/radeon: fix regression with AA resolve checkingDave Airlie1-1/+1
2011-02-23drm: drop commented out code and preceding commentPaul Bolle1-2/+0
2011-02-23drm/vblank: Enable precise vblank timestamps for interlaced and doublescan modes.Mario Kleiner1-8/+6
2011-02-23drm/vblank: Use memory barriers optimized for atomic_t instead of generics.Mario Kleiner1-3/+7
2011-02-23drm/vblank: Use abs64(diff_ns) for s64 diff_ns instead of abs(diff_ns)Mario Kleiner1-2/+2
2011-02-23drm/radeon/kms: align height of fb allocation.Dave Airlie1-1/+4
2011-02-23Revert "drm/radeon/kms: switch back to min->max pll post divider iteration"Alex Deucher1-1/+1
2011-02-22i2c-omap: fix static suspend vs. runtime suspendKevin Hilman1-0/+28
2011-02-22i2c-stu300: make sure adapter-name is terminatedWolfram Sang1-1/+1
2011-02-22xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner1-0/+2
2011-02-22xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg1-0/+3
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller12-86/+129