summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-14drm: mm: add helper to unwind scan statefor-sedat-dilekDaniel Vetter2-0/+12
2010-11-14drm: mm: add api for embedding struct drm_mm_nodeDaniel Vetter2-14/+98
2010-11-14drm: mm: extract node insert helper functionsDaniel Vetter1-25/+42
2010-11-14drm: mm: track free areas implicitlyDaniel Vetter2-260/+225
2010-11-14drm_mm: add support for range-restricted fair-lru scansDaniel Vetter2-1/+46
2010-11-14drm/nouveau: don't munge in drm_mm internalsDaniel Vetter3-2/+7
2010-11-10drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom2-0/+8
2010-11-10drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.Michel Dänzer1-2/+2
2010-11-09drm/radeon/kms: fix thermal sensor reporting on rv6xxAlex Deucher1-7/+1
2010-11-09drm/radeon/kms: fix bugs in ddc and cd path router codeTyson Whitehead2-10/+7
2010-11-09drm/radeon/kms: add support for clock/data path routersAlex Deucher6-29/+85
2010-11-09drm: vmwgfx: fix information leak to userlandKulikov Vasiliy1-0/+1
2010-11-09drivers/gpu: Use vzallocJoe Perches1-2/+2
2010-11-09drm/vmwgfx: Fix oops on failing bo pinThomas Hellstrom1-0/+5
2010-11-09drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinningThomas Hellstrom1-28/+2
2010-11-09drm/ttm: Make sure a sync object doesn't disappear while we use itThomas Hellstrom1-4/+7
2010-11-09drm/radeon/kms: don't disable shared encoders on pre-DCE3 display blocksAlex Deucher1-0/+18
2010-11-09drivers/gpu/drm: Update WARN usesJoe Perches10-14/+15
2010-11-09drivers/gpu/drm/vmwgfx: Fix k.alloc switched argumentsJoe Perches2-2/+2
2010-11-09DRM: ignore invalid EDID extensionsSam Tygier1-6/+20
2010-11-09drm/radeon/kms: make the connector code less verboseAlex Deucher1-6/+6
2010-11-09drm/ttm: remove failed ttm binding error printoutThomas Hellstrom1-3/+1
2010-11-09drm/ttm: Add a barrier when unreservingThomas Hellstrom1-0/+6
2010-11-09drm/ttm: Remove mm init error printouts and checksThomas Hellstrom1-18/+2
2010-11-09drm/ttm: Remove pointless list_empty checkThomas Hellstrom1-7/+0
2010-11-09drm/ttm: Use private locks for the default bo range managerThomas Hellstrom1-36/+45
2010-11-09drm/ttm: Documentation updateThomas Hellstrom2-13/+74
2010-11-09drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handlerAlex Deucher1-0/+6
2010-11-09drm/stub/Kconfig: fix Kconfig for stub driver.Ingo Molnar1-0/+3
2010-11-09Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie14-96/+267
2010-11-09drm/i915: Fix LVDS fixed-mode regression from 219adae1Chris Wilson1-5/+11
2010-11-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds6-91/+214
2010-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds27-43/+47
2010-11-08Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-4/+4
2010-11-08Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-34/+171
2010-11-08Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds49-1482/+259
2010-11-08ext4: Add new ext4 inode tracepointsTheodore Ts'o3-0/+110
2010-11-08ext4: Don't call sb_issue_discard() in ext4_free_blocks()Theodore Ts'o1-2/+0
2010-11-08ext4: do not try to grab the s_umount semaphore in ext4_quota_offDmitry Monakhov1-5/+3
2010-11-08ext4: fix potential race when freeing ext4_io_page structuresTheodore Ts'o2-24/+16
2010-11-08ext4: handle writeback of inodes which are being freedTheodore Ts'o3-25/+38
2010-11-08drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson1-1/+12
2010-11-08drm/i915: Avoid might_fault during pwrite whilst holding our mutexChris Wilson1-9/+16
2010-11-08Merge branch 'rmobile/core' into rmobile-fixes-for-linusPaul Mundt10-34/+171
2010-11-08Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/int...Paul Mundt49-1482/+259
2010-11-08sh: clkfwk: Fix up checkpatch warnings.Paul Mundt1-5/+22
2010-11-08sh: make some needlessly global sh7724 clocks staticGuennadi Liakhovetski1-3/+3
2010-11-08sh: add clk_round_parent() to optimize parent clock rateGuennadi Liakhovetski2-0/+79
2010-11-06Staging: ath6kl: remove empty files that mess with 'distclean'Greg Kroah-Hartman2-0/+0
2010-11-06floppy: fix another use-after-freeVivek Goyal1-1/+1