aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp
Commit message (Expand)AuthorAgeFilesLines
* agp: intel-agp: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-051-11/+11
* agp: efficeon-agp: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-051-11/+11
* drm/agp/i915: trim stolen space to 32MJesse Barnes2010-08-011-1/+10
* agp/intel: Destroy the scatterlist on allocation failureChris Wilson2010-08-011-5/+8
* Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-08-011-5/+8
|\
| * agp/intel: Use the correct mask to detect i830 aperture size.Tim Gardner2010-07-261-5/+8
* | agp/intel: Add actual definitions of the Sandybridge PTE caching bits.Zhenyu Wang2010-08-012-1/+7
* | agp/intel: Support the extended physical addressing bits on Sandybridge.Zhenyu Wang2010-08-012-2/+45
* | intel_agp: Don't oops with zero stolen memoryOndrej Zary2010-08-011-0/+14
|/
* agp: add no warn since we have a fallback to vmalloc pathsDave Airlie2010-06-151-1/+1
* agp: drop vmalloc flag.Dave Airlie2010-06-151-3/+1
* agp/uninorth: Fix oops caused by flushing too muchPaul Mackerras2010-06-021-1/+1
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-06-011-7/+39
|\
| * agp/intel: Restrict GTT mapping to valid range on i915 and i945Chris Wilson2010-05-261-7/+39
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-05-261-10/+18
|\ \ | |/ |/|
| * agp: amd64, fix pci reference leaksJiri Slaby2010-05-261-10/+18
* | Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-2113-1876/+1917
|\ \ | |/
| * amd64-agp: Probe unknown AGP devices the right wayBen Hutchings2010-05-191-12/+15
| * sis-agp: Remove SIS 760, handled by amd64-agpBen Hutchings2010-05-191-8/+0
| * agp: use scratch page on memory remove and at GATT creation V4Jerome Glisse2010-04-239-4/+44
| * agp/intel: put back check that we have a driver for the bridge.Dave Airlie2010-04-201-0/+8
| * Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie2010-04-205-1858/+1856
| |\
| | * agp/intel-gtt: kill previous_size assignmentsDaniel Vetter2010-04-181-8/+5
| | * agp/intel-gtt: kill intel_i830_tlbflushDaniel Vetter2010-04-181-16/+0
| | * agp/intel: split out gmch/gtt probe, part 1Daniel Vetter2010-04-181-29/+44
| | * agp/intel: kill mutli_gmch_chipDaniel Vetter2010-04-181-55/+52
| | * agp/intel: uncoditionally reconfigure driver on resumeDaniel Vetter2010-04-181-16/+1
| | * agp/intel: split out the GTT supportDaniel Vetter2010-04-182-1523/+1537
| | * agp/intel: introduce intel-agp.h header fileDaniel Vetter2010-04-184-235/+241
* | | agp: use NULL instead of 0 when pointer is neededBill Pemberton2010-05-111-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-3/+0
|\ \ | |/
| * agp/intel: intel_845_driver is an agp driver!Daniel Vetter2010-03-251-3/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-309-2/+8
|/
* agp/intel: Don't do the chipset flush on Sandybridge.Eric Anholt2010-03-181-2/+7
* agp/intel: Respect the GTT size on Sandybridge for scratch page setup.Eric Anholt2010-03-181-1/+24
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-03-131-1/+1
|\
| * x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys...Borislav Petkov2010-03-131-1/+1
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \
| * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-03-041-10/+113
|\ \ \
| * | | drm/i915: Add dependency on the intel agp moduleZhenyu Wang2010-02-261-2/+8
| * | | agp/intel: Add a new Sandybridge HB/IG PCI ID combo.Eric Anholt2010-02-261-4/+13
| * | | drm/i915, agp/intel: Fix stolen memory size on SandybridgeZhenyu Wang2010-02-261-4/+74
| * | | agp/intel: Use a non-reserved value for the cache field of the PTEs.Eric Anholt2010-02-261-0/+5
| * | | agp/intel: Add support for Sandybridge.Eric Anholt2010-02-261-1/+14
| * | | agp/intel: official names for Pineview and IronlakeZhenyu Wang2010-02-221-6/+6
| | |/ | |/|
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-281-11/+4
|\ \ \ | |/ / |/| |
| * | intel-agp: Switch to wbinvd_on_all_cpusBorislav Petkov2010-01-221-11/+4
* | | x86/agp: Fix amd64-agp module initialization regressionFUJITA Tomonori2010-02-041-1/+4
| |/ |/|
* | x86/agp: Fix agp_amd64_init regressionFUJITA Tomonori2010-01-311-4/+9
|/