summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-11-11drm/radeon/benchmark: signedness bug in radeon_benchmark_move()Dan Carpenter1-1/+1
2011-11-11drm: do not sleep on vblank while holding a mutexIlija Hadzic1-1/+1
2011-11-11drm: try to restore previous CRTC config if mode set failsJesse Barnes1-0/+13
2011-11-11drm/radeon/kms: make an aux failure debug onlyAlex Deucher1-1/+1
2011-11-11drm: drop select of SLOW_WORKPaul Bolle1-1/+0
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz2-4/+13
2011-11-11drm/radeon/kms: fix use of vram scratch page on evergreen/niAlex Deucher1-1/+1
2011-11-11drm/radeon: Make sure CS mutex is held across GPU reset.Michel Dänzer3-12/+62
2011-11-11drm: Ensure string is null terminated.Vinson Lee1-1/+3
2011-11-11vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz1-0/+4
2011-11-11vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz1-2/+3
2011-11-11vmwgfx: Close screen object systemJakob Bornecrantz1-1/+4
2011-11-11Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt1508-15311/+30120
2011-11-11sh: clkfwk: Kill off remaining debugfs cruft.Paul Mundt1-87/+0
2011-11-11drivers: sh: Kill off dead pathname for runtime PM stub.Paul Mundt1-3/+1
2011-11-11drivers: sh: Generalize runtime PM platform stub.Paul Mundt2-0/+75
2011-11-11pata_of_platform: Don't use NO_IRQAnton Vorontsov1-1/+1
2011-11-10drm/i915: Module parameters using '-1' as default must be signed typeKeith Packard2-4/+4
2011-11-10[SCSI] mpt2sas: add missing allocation.Dan Carpenter1-0/+5
2011-11-10PM / devfreq: Remove compiler error after irq.h updateMyungJoo Ham1-0/+2
2011-11-10pinctrl: hide subsystem from the populaceLinus Walleij1-15/+7
2011-11-10Input: ams_delta_serio - include linux/module.hAaro Koskinen1-0/+1
2011-11-10Input: elantech - adjust hw_version detection logicJJ Ding1-8/+18
2011-11-10net: Fix references to deleted NET_ETHERNET Kconfig setting.David S. Miller2-4/+4
2011-11-10PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()Guennadi Liakhovetski1-12/+6
2011-11-10PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm1-1/+2
2011-11-10drm/nouveau: Fix bandwidth calculation for DisplayPortAdam Jackson1-1/+1
2011-11-10drm/nouveau: by default use low bpp framebuffer on low memory cardsMarcin Slusarz1-1/+10
2011-11-10drm/nv10: Change the BO size threshold determining the memory placement range.Francisco Jerez1-1/+1
2011-11-10drm/nvc0: enable acceleration for nvc1 by defaultBen Skeggs1-1/+3
2011-11-10drm/nvc0/gr: fixup the mmio list register writes for 0xc1Ben Skeggs1-9/+32
2011-11-10drm/nvc1: hacky workaround to fix accel issuesBen Skeggs1-0/+8
2011-11-10drm/nvc0/gr: fix some bugs in grctx generationBen Skeggs1-17/+14
2011-11-10drm/nvc0: enable acceleration on 0xc8 by defaultBen Skeggs1-1/+0
2011-11-10drm/nvc0/vram: skip disabled PBFB subunitsBen Skeggs1-5/+9
2011-11-10drm/nv40/pm: fix issues on igp chipsets, which don't have memoryBen Skeggs1-5/+15
2011-11-10drm/nouveau: testing the wrong variableDan Carpenter1-1/+1
2011-11-10drm/nvc0/vram: storage type 0xc3 is not compressedChristoph Bumiller1-1/+1
2011-11-10drm/nv50: fix stability issue on NV86.Maxim Levitsky1-1/+1
2011-11-10drm/nouveau: initialize chan->fence.lock before useMarcin Slusarz2-2/+1
2011-11-10drm/nv50/vram: fix incorrect detection of bank count on newer chipsetsBen Skeggs1-1/+1
2011-11-10drm/nv50/gr: typo fix, how about we not reset fifo during graph init?Ben Skeggs1-2/+2
2011-11-10drm/nv50/bios: fixup mpll programming from the init table parserBen Skeggs1-9/+13
2011-11-10drm/nouveau: fix oops if i2c bus not found in nouveau_i2c_identify()Ben Skeggs1-1/+1
2011-11-10drm: make sure drm_vblank_init() has been called before touching vbl_lockBen Skeggs1-6/+9
2011-11-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller7-7/+39
2011-11-10net: drivers/net/hippi/Kconfig should be sourcedPaul Bolle2-1/+3
2011-11-10net/ll_temac: FIX : Wait for indirect wait to endRicardo Ribalda1-0/+1
2011-11-10net/temac: FIX segfault when process old irqsRicardo Ribalda1-1/+5
2011-11-09wireless: libertas: fix unaligned le64 accessesSteven Miao1-1/+1