summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez2010-09-2410-22/+24
* drm/nouveau: PRAMIN is available from the start on pre-nv50.Francisco Jerez2010-09-241-1/+3
* drm/nouveau: Add module parameter to override the default AGP rate.Francisco Jerez2010-09-243-5/+15
* drm/nouveau: Don't enable AGP FW on nv18.Francisco Jerez2010-09-241-2/+19
* drm/nouveau: Don't remove ramht entries from the neighboring channels.Francisco Jerez2010-09-241-0/+18
* drm/nouveau: Break some long lines in the TV-out code.Francisco Jerez2010-09-243-66/+96
* drm/nv50: fix SOR count for early chipsetsBen Skeggs2010-09-242-9/+19
* drm/nv50: report BAR access faultsBen Skeggs2010-09-241-0/+8
* drm/nv50: move vm trap to nv50_fb.cBen Skeggs2010-09-243-46/+51
* drm/nv50: demagic grctx, and add NVAF supportMarcin Koƛcielnicki2010-09-241-1182/+2123
* drm/nouveau: protect ramht_find() from oopsing if on channel without ramhtBen Skeggs2010-09-241-0/+3
* drm/nouveau: remove nouveau_gpuobj_late_takedownBen Skeggs2010-09-242-7/+1
* drm/nouveau: protect gpuobj list + global instmem heap with spinlockBen Skeggs2010-09-242-9/+27
* drm/nouveau: fix gpuobj refcount to use atomicsBen Skeggs2010-09-242-23/+12
* drm/nouveau: add spinlock around ramht modificationsBen Skeggs2010-09-242-21/+58
* drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs2010-09-2411-101/+69
* drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs2010-09-247-303/+243
* drm/nv50: calculate vram reordering block sizeBen Skeggs2010-09-242-2/+66
* drm/nv50: allow gpuobjs that aren't mapped into apertureBen Skeggs2010-09-245-27/+86
* drm/nouveau: simplify fake gpu objectsBen Skeggs2010-09-245-86/+39
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-2421-583/+459
* drm/nouveau: rebase per-channel pramin heap offsets to 0Ben Skeggs2010-09-244-25/+43
* drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs2010-09-2415-458/+474
* drm/nouveau: move ramht code out of nouveau_object.c, nothing to see hereBen Skeggs2010-09-244-132/+193
* drm/nouveau: have nv_mask return original register valueBen Skeggs2010-09-241-4/+3
* drm/nv40: Try to set up CRE_LCD even if it has unknown bits set.Francisco Jerez2010-09-243-36/+20
* drm/nv17-nv4x: Fix analog load detection false positive on rare occasions.Francisco Jerez2010-09-241-0/+2
* drm/nouveau: require explicit unmap of kmapped bosBen Skeggs2010-09-245-3/+7
* drm/nouveau: remove second map of notifier boBen Skeggs2010-09-241-5/+0
* drm/nouveau: move check for no-op bo move before memcpy fallbackBen Skeggs2010-09-241-6/+6
* drm/nv50: add new accelerated bo move funtionBen Skeggs2010-09-241-48/+145
* drm/nv20: Use the nv30 CRTC bandwidth calculation code.Francisco Jerez2010-09-243-8/+10
* drm/nouveau: Fix suspend on some nv4x AGP cards.Francisco Jerez2010-09-241-1/+2
* Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into d...Dave Airlie2010-09-24265-1734/+2932
|\
| * thinkpad-acpi: avoid keymap pitfallHenrique de Moraes Holschuh2010-09-231-2/+3
| * ipmi: fix hardcoded ipmi device exit path warningYinghai Lu2010-09-231-1/+6
| * rtc: s3c: balance state changes of wakeup flagVladimir Zapolskiy2010-09-231-5/+8
| * drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton2010-09-231-47/+43
| * drivers/video/sis/sis_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-231-0/+3
| * fbcon: fix lockdep warning from fbcon_deinit()Jarek Poplawski2010-09-231-2/+3
| * efifb: support the EFI framebuffer on more Apple hardwareLuke Macken2010-09-231-0/+42
| * efifb: check that the base address is plausible on pci systemsPeter Jones2010-09-231-12/+49
| * drivers/rtc/rtc-ab3100.c: add missing platform_set_drvdata() in ab3100_rtc_pr...Axel Lin2010-09-231-0/+2
| * vmware balloon: rename moduleDmitry Torokhov2010-09-233-2/+2
| * ipmi: fix acpi probe printYinghai Lu2010-09-231-5/+5
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-222-2/+3
| |\
| | * char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara2010-09-221-1/+2
| | * cciss: freeing uninitialized data on error pathDan Carpenter2010-09-211-1/+1
| * | Merge branch 'for-linus/i2c/2636-rc5' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-09-221-0/+2
| |\ \
| | * | i2c-omap: Make sure i2c bus is free before setting it to idleMathias Nyman2010-09-221-0/+2
| | |/