Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set | Keith Packard | 1 | -2/+3 |
2011-11-08 | drm/i915: fix if statement (bogus semi-colon) | Dan Carpenter | 1 | -1/+1 |
2011-11-03 | Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl... | Linus Torvalds | 1 | -2/+4 |
2011-10-28 | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+28 |
2011-10-26 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2011-10-21 | drm/i915: ILK + VT-d workaround | Ben Widawsky | 1 | -0/+28 |
2011-09-21 | iommu: Rename the DMAR and INTR_REMAP config options | Suresh Siddha | 1 | -2/+2 |
2011-09-15 | char: Convert vmalloc/memset to vzalloc | Joe Perches | 1 | -2/+1 |
2011-08-24 | [IA64] agp/hp-agp: Allow binding user memory to the AGP GART | Émeric Maschino | 1 | -2/+4 |
2011-07-13 | agp/intel: Fix typo in G4x_GMCH_SIZE_VT_2M | Chris Wilson | 1 | -3/+4 |
2011-05-22 | agp/uninorth: Fix lockups with radeon KMS and >1x. | Michel Dänzer | 1 | -1/+1 |
2011-05-14 | agp/intel: add Ivy Bridge support | Jesse Barnes | 3 | -0/+21 |
2011-04-21 | agp: fix arbitrary kernel memory writes | Vasiliy Kulikov | 1 | -3/+8 |
2011-04-21 | agp: fix OOM and buffer overflow | Vasiliy Kulikov | 1 | -1/+7 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 4 | -4/+4 |
2011-02-24 | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Dave Airlie | 2 | -35/+22 |
2011-02-23 | amd64-agp: fix crash at second module load | Florian Mickler | 1 | -2/+7 |
2011-02-22 | agp/intel: Experiment with a 855GM GWB bit | Chris Wilson | 2 | -35/+22 |
2011-02-04 | agp: ensure GART has an address before enabling it | Stephen Kitt | 1 | -11/+16 |
2011-02-04 | Revert "agp: AMD AGP is used on UP1100 & UP1500 alpha boxen" | Matt Turner | 1 | -1/+1 |
2011-02-04 | amd-k7-agp: remove non-x86 code | Matt Turner | 1 | -19/+0 |
2011-01-24 | drm/i915,agp/intel: Do not clear stolen entries | Chris Wilson | 1 | -10/+9 |
2011-01-14 | agp/intel: Fix device names of i845 and 845G | Oswald Buddenhagen | 2 | -3/+3 |
2011-01-12 | i915/gtt: fix ordering causing DMAR errors on object teardown. | Dave Airlie | 1 | -2/+2 |
2011-01-12 | i915/gtt: fix ordering issues with status setup and DMAR | Dave Airlie | 1 | -2/+2 |
2011-01-11 | agp/intel: Flush the chipset write buffers when changing GTT base | Chris Wilson | 2 | -0/+11 |
2011-01-11 | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -472/+363 |
2011-01-06 | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -17/+16 |
2010-12-14 | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 1 | -2/+9 |
2010-12-14 | agp/intel: Fix missed cached memory flags setting in i965_write_entry() | Chris Wilson | 1 | -2/+9 |
2010-12-05 | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 1 | -2/+4 |
2010-12-05 | agp/intel: Fix wrong kunmap in i830_cleanup() | Takashi Iwai | 1 | -2/+4 |
2010-11-23 | agp/intel: Remove duplicate const | Chris Wilson | 1 | -1/+1 |
2010-11-23 | intel-gtt: export api for drm/i915 | Daniel Vetter | 1 | -52/+68 |
2010-11-23 | agp: kill agp_rebind_memory | Daniel Vetter | 1 | -20/+0 |
2010-11-23 | drm/i915: restore gtt on resume in the drm instead of in intel-gtt.ko | Daniel Vetter | 1 | -5/+0 |
2010-11-23 | agp: kill agp_flush_chipset and corresponding ioctl | Daniel Vetter | 6 | -24/+0 |
2010-11-23 | drm/i915/gtt: call chipset flush directly | Daniel Vetter | 1 | -0/+7 |
2010-11-23 | drm/i915|intel-gtt: consolidate intel-gtt.h headers | Daniel Vetter | 1 | -5/+0 |
2010-11-23 | intel-gtt: fold i81x-only dcache support into the generic driver | Daniel Vetter | 1 | -89/+61 |
2010-11-23 | intel-gtt: switch i81x to the common initialization helpers | Daniel Vetter | 1 | -127/+71 |
2010-11-23 | intel-gtt: switch i81x to the write_entry helpers | Daniel Vetter | 1 | -92/+60 |
2010-11-23 | intel-gtt: kill unneeded sandybridge memory types | Daniel Vetter | 1 | -6/+0 |
2010-11-23 | intel-gtt: drop dcache support for i830 and later | Daniel Vetter | 1 | -7/+1 |
2010-11-23 | agp/intel: Remove confusion of stolen entries not stolen memory | Chris Wilson | 1 | -33/+7 |
2010-11-23 | agp/intel: Remove the artificial cap on stolen size | Chris Wilson | 1 | -13/+3 |
2010-11-22 | Merge branch 'drm-intel-fixes' into drm-intel-next | Chris Wilson | 1 | -1/+0 |
2010-11-18 | x86, amd-nb: Cleanup AMD northbridge caching code | Hans Rosenfeld | 1 | -15/+14 |
2010-11-18 | x86, amd-nb: Complete the rename of AMD NB and related code | Hans Rosenfeld | 1 | -16/+16 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |