summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-221-1/+6
| * rtc: s3c: balance state changes of wakeup flagVladimir Zapolskiy2010-09-221-5/+8
| * drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton2010-09-221-47/+43
| * drivers/video/sis/sis_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-221-0/+3
| * fbcon: fix lockdep warning from fbcon_deinit()Jarek Poplawski2010-09-221-2/+3
| * efifb: support the EFI framebuffer on more Apple hardwareLuke Macken2010-09-221-0/+42
| * efifb: check that the base address is plausible on pci systemsPeter Jones2010-09-221-12/+49
| * drivers/rtc/rtc-ab3100.c: add missing platform_set_drvdata() in ab3100_rtc_pr...Axel Lin2010-09-221-0/+2
| * vmware balloon: rename moduleDmitry Torokhov2010-09-223-2/+2
| * ipmi: fix acpi probe printYinghai Lu2010-09-221-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-211-0/+2
| |\ \
| | * | i2c-omap: Make sure i2c bus is free before setting it to idleMathias Nyman2010-09-221-0/+2
| | |/
| * | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-09-218-26/+73
| |\ \
| | * \ Merge remote branch 'linus' into drm-intel-fixesChris Wilson2010-09-2193-431/+743
| | |\ \
| | * | | drm/i915: Hold a reference to the object whilst unbinding the eviction listChris Wilson2010-09-201-2/+7
| | * | | drm/i915,agp/intel: Add second set of PCI-IDs for B43Chris Wilson2010-09-173-0/+5
| | * | | drm/i915: Fix Sandybridge fence registersChris Wilson2010-09-172-22/+51
| | * | | drm/i915/crt: Downgrade warnings for hotplug failuresChris Wilson2010-09-171-2/+2
| | * | | Merge remote branch 'linus' into drm-intel-fixesChris Wilson2010-09-13151-891/+1453
| | |\ \ \
| | * | | | drm/i915: Ensure that the crtcinfo is populated during mode_fixup()Chris Wilson2010-09-121-0/+8
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-09-211-1/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | virtio: console: Prevent userspace from submitting NULL buffersAmit Shah2010-09-211-0/+4
| | * | | | virtio: console: Fix poll blocking even though there is data to readHans de Goede2010-09-211-1/+1
| | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-09-203-22/+10
| |\ \ \ \