summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-29be2net: add unlock on error pathDan Carpenter1-2/+5
2010-05-29net/rds: Add missing mutex_unlockJulia Lawall2-0/+2
2010-05-29drivers/isdn/hardware/mISDN: Add missing spin_unlockJulia Lawall1-1/+3
2010-05-29fs_enet: Adjust BDs after tx errorMark Ware1-6/+43
2010-05-29skb: make skb_recycle_check() return a bool valueChangli Gao2-7/+7
2010-05-29IPv6: fix Mobile IPv6 regressionBrian Haley1-1/+1
2010-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-12/+27
2010-05-29ACPI / EC / PM: Fix names of functions that block/unblock EC transactionsRafael J. Wysocki3-17/+17
2010-05-29ACPI / EC / PM: Fix race between EC transactions and system suspendRafael J. Wysocki3-26/+40
2010-05-29Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-2/+3
2010-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-42/+538
2010-05-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds59-471/+4472
2010-05-29drm/radeon: fix the r100/r200 ums block 0 page fixDave Airlie1-2/+3
2010-05-29Merge branch 'ht-delete-2.6.35' into releaseLen Brown6-24/+6
2010-05-29xfs: fix access to upper inodes without inode64Christoph Hellwig5-46/+21
2010-05-29xfs: fix might_sleep() warning when initialising per-ag treeDave Chinner1-1/+1
2010-05-29fs/xfs/quota: Add missing mutex_unlockJulia Lawall1-1/+3
2010-05-29xfs: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-29xfs: convert more trace events to DEFINE_EVENTLi Zefan1-168/+188
2010-05-29xfs: xfs_trace.c: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-29xfs: Check new inode size is OK before preallocatingDave Chinner2-4/+14
2010-05-29Merge branch 'misc-2.6.35' into releaseLen Brown6-39/+30
2010-05-29Merge branches 'video' and 'video-edid' into releaseLen Brown3-9/+119
2010-05-29Merge branch 'acpi_enable' into releaseLen Brown5-189/+24
2010-05-29Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown5-32/+50
2010-05-28xfs: clean up xlog_alignChristoph Hellwig1-8/+3
2010-05-28xfs: cleanup log reservation calculactionsChristoph Hellwig2-457/+400
2010-05-28xfs: be more explicit if RT mount fails due to configEric Sandeen1-1/+10
2010-05-28xfs: replace E2BIG with EFBIG where appropriateEric Sandeen2-9/+9
2010-05-28ACPI: Don't let acpi_pad needlessly mark TSC unstableVenkatesh Pallipadi1-2/+11
2010-05-28drivers/acpi/sleep.h: Checkpatch cleanupAndrea Gelmini1-1/+1
2010-05-28ACPI: Minor cleanup eliminating redundant PMTIMER_TICKS to NS conversionVenkatesh Pallipadi1-4/+10
2010-05-28intel_idle: native hardware cpuidle driver for latest Intel processorsLen Brown6-2/+486
2010-05-28drm/i915: Unmask interrupt for render engine on SandybridgeZhenyu Wang1-0/+19
2010-05-28drm/i915: Fix PIPE_CONTROL command on SandybridgeZhenyu Wang1-2/+14
2010-05-28drm/i915: Fix up address spaces in slow_kernel_write()Chris Wilson1-25/+17
2010-05-28drm/i915: Use non-atomic kmap for slow copy pathsChris Wilson1-52/+30
2010-05-28drm/i915: Avoid moving from CPU domain during pwriteChris Wilson1-1/+2
2010-05-28drm/i915: Cleanup after failed initialization of ringbuffersChris Wilson1-1/+18
2010-05-28ACPI: acpi_idle: touch TS_POLLING only in the non-MWAIT caseLen Brown1-12/+16
2010-05-28ssb: fix NULL ptr deref when pcihost_wrapper is usedChristoph Fritz2-3/+7
2010-05-28drm/i915: Reject bind_to_gtt() early if object > apertureChris Wilson1-0/+8
2010-05-28drm/i915: Check error code whilst moving buffer to GTT domain.Chris Wilson1-1/+5
2010-05-28drm/i915: Remove spurious warning "Failure to install fence"Chris Wilson1-6/+11
2010-05-28drm/i915: Rebind bo if currently bound with incorrect alignment.Chris Wilson1-0/+11
2010-05-28drm/i915: Include pitch in set_base debug statement.Chris Wilson1-1/+2
2010-05-28drm/i915: Only print "nothing to do" debug message as required.Chris Wilson1-2/+3
2010-05-28drm/i915: Propagate error from unbinding an unfenceable object.Chris Wilson1-3/+7
2010-05-28drm/i915: Avoid nesting of domain changes when setting display planeChris Wilson1-5/+3
2010-05-28mac80211: make a function staticJohannes Berg1-1/+1