summaryrefslogtreecommitdiffstats
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-24682-4388/+7763
|\
| * hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()Naoya Horiguchi2010-09-231-0/+2
| * hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi2010-09-231-10/+12
| * hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi2010-09-231-1/+1
| * hugetlb, rmap: always use anon_vma root pointerNaoya Horiguchi2010-09-231-6/+7
| * Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-09-232-2/+5
| |\
| | * KVM: Fix reboot on Intel hostsAvi Kivity2010-09-231-1/+3
| | * KVM: fix irqfd assign/deassign raceMichael S. Tsirkin2010-09-231-1/+2
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-09-232-5/+4
| |\ \
| | * | thinkpad-acpi: avoid keymap pitfallHenrique de Moraes Holschuh2010-09-231-2/+3
| | * | Change MSI LAPTOP driver maintainer to Lee, Chun-YiLee, Chun-Yi2010-09-231-3/+1
| * | | MN10300: Arch doesn't support HAVE_ARCH_TRACEHOOKMark Salter2010-09-231-1/+0
| * | | MN10300: Fix SIGRTMAXMark Salter2010-09-231-1/+1
| * | | MN10300: Fix endianess of ext2 bitopsMark Salter2010-09-231-2/+2
| |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-09-231-1/+1
| |\ \
| | * | percpu: fix pcpu_last_unit_cpuTejun Heo2010-09-211-1/+1
| * | | 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
| * | | mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli2010-09-221-0/+1
| * | | rmap: fix walk during forkAndrea Arcangeli2010-09-221-1/+1
| * | | drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton2010-09-221-47/+43
| * | | oom: filter unkillable tasks from tasklist dumpDavid Rientjes2010-09-221-21/+19
| * | | drivers/video/sis/sis_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-221-0/+3
| * | | uml: fix compile warningRichard Weinberger2010-09-223-6/+6
| * | | /proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro2010-09-221-2/+2
| * | | 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-222-12/+55
| * | | aio: do not return ERESTARTSYS as a result of AIOJan Kara2010-09-221-1/+9