summaryrefslogtreecommitdiff
path: root/drivers/char/agp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-121-52/+25
|\
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-092-3/+8
| |\
| * | agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.Michel Dänzer2009-12-091-53/+11
| * | agp/uninorth: Also handle user memory types in u3_remove_memory().Michel Dänzer2009-12-091-7/+22
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-101-49/+54
|\ \ \
| * \ \ Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-101-1/+6
| |\ \ \
| | * | | agp/intel-agp: Clear entire GTT on startupDavid Woodhouse2009-12-071-1/+6
| * | | | Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-081-48/+48
| |\ \ \ \ | | |/ / /
| | * | | agp/intel: Fix product names and #definesAdam Jackson2009-12-071-42/+42
* | | | | Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-091-17/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | agp: Remove the BKL from agp_openJohn Kacur2009-10-141-17/+11
| | |/ / | |/| |
* | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-051-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'gart/fixes' into amd-iommu/2.6.33Joerg Roedel2009-11-271-2/+1
| |\ \ \ | | |/ / | |/| |
| | * | agp/amd64: Remove GART dependency on AGP_AMD64Pavel Vasilyev2009-10-291-2/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-11-301-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | agp/intel: new host bridge supportZhenyu Wang2009-11-121-1/+7
| |/ /
* | | agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse2009-11-191-6/+5
|/ /
* | agp: parisc-agp.c - use correct page_mask functionHelge Deller2009-10-031-1/+1
* | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-272-2/+2
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-7/+30
|\ \
| * | agp/intel: Fix the pre-9xx chipset flush.Eric Anholt2009-09-111-7/+23
| * | agp/intel: Add B43 chipset supportFabian Henze2009-09-081-0/+7
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-09-231-6/+3
|\ \ \
| * \ \ Merge branch 'acpica' into releaseLen Brown2009-09-191-6/+3
| |\ \ \
| | * | | ACPICA: Major update for acpi_get_object_info external interfaceBob Moore2009-08-271-6/+3
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \ \ \
| * | | | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
| |/ / /
* | | | mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
|/ / /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-151-16/+33
|\ \ \
| * | | agp/uninorth: Simplify cache flushing.Michel Dänzer2009-08-201-8/+25
| * | | agp/uninorth: Allow larger aperture sizes on pre-U3 bridges.Michel Dänzer2009-08-201-8/+8
| |/ /
* | | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-1516-92/+250
|\ \ \ | |_|/ |/| |
| * | agp/intel: remove restore in resumeZhenyu Wang2009-09-141-9/+0
| * | agp: fix uninorth buildDavid Woodhouse2009-08-061-1/+1
| * | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-nextDave Airlie2009-08-051-0/+6
| |\ \
| | * | intel-agp: Set dma mask for i915David Woodhouse2009-08-051-0/+6
| * | | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-nextDave Airlie2009-08-0516-82/+243
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * agp: kill phys_to_gart() and gart_to_phys()David Woodhouse2009-08-0315-36/+32
| | * intel-agp: fix sglist allocation to avoid vmalloc()David Woodhouse2009-08-031-19/+10
| | * intel-agp: Move repeated sglist free into separate functionDavid Woodhouse2009-08-031-14/+15
| | * agp: Switch agp_{un,}map_page() to take struct page * argumentDavid Woodhouse2009-08-033-18/+17
| | * agp: tidy up handling of scratch pages w.r.t. DMA APIDavid Woodhouse2009-08-032-16/+15
| | * intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMUZhenyu Wang2009-08-031-12/+162
| | * agp: Add generic support for graphics dma remappingZhenyu Wang2009-08-033-0/+35
| | * agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse2009-08-0313-46/+36
* | | agp/intel: support for new chip variant of IGDNG mobileZhenyu Wang2009-09-021-1/+7
|/ /
* | parisc: parisc-agp.c - use correct page_mask functionHelge Deller2009-08-021-1/+1
|/
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-2016-143/+174
|\
| * agp/intel: Make intel_i965_mask_memory use dma_addr_t for physical addressesPierre Willenbrock2009-06-201-1/+1
| * agp: add user mapping support to ATI AGP bridge.Dave Airlie2009-06-191-4/+14