aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-16/+33
2009-09-15Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds16-92/+250
2009-09-14agp/intel: remove restore in resumeZhenyu Wang1-9/+0
2009-09-02agp/intel: support for new chip variant of IGDNG mobileZhenyu Wang1-1/+7
2009-08-20agp/uninorth: Simplify cache flushing.Michel Dänzer1-8/+25
2009-08-20agp/uninorth: Allow larger aperture sizes on pre-U3 bridges.Michel Dänzer1-8/+8
2009-08-06agp: fix uninorth buildDavid Woodhouse1-1/+1
2009-08-05Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-nextDave Airlie1-0/+6
2009-08-05intel-agp: Set dma mask for i915David Woodhouse1-0/+6
2009-08-05Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-nextDave Airlie16-82/+243
2009-08-03agp: kill phys_to_gart() and gart_to_phys()David Woodhouse15-36/+32
2009-08-03intel-agp: fix sglist allocation to avoid vmalloc()David Woodhouse1-19/+10
2009-08-03intel-agp: Move repeated sglist free into separate functionDavid Woodhouse1-14/+15
2009-08-03agp: Switch agp_{un,}map_page() to take struct page * argumentDavid Woodhouse3-18/+17
2009-08-03agp: tidy up handling of scratch pages w.r.t. DMA APIDavid Woodhouse2-16/+15
2009-08-03intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMUZhenyu Wang1-12/+162
2009-08-03agp: Add generic support for graphics dma remappingZhenyu Wang3-0/+35
2009-08-03agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse13-46/+36
2009-08-02parisc: parisc-agp.c - use correct page_mask functionHelge Deller1-1/+1
2009-06-20Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds16-143/+174
2009-06-20agp/intel: Make intel_i965_mask_memory use dma_addr_t for physical addressesPierre Willenbrock1-1/+1
2009-06-19agp: add user mapping support to ATI AGP bridge.Dave Airlie1-4/+14
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie16-136/+143
2009-06-19agpgart: detected ALi M???? chipset with M1621Ondrej Zary1-1/+1
2009-06-19agp/uninorth: Handle user memory types.Michel Dänzer1-2/+16
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-2/+3
2009-06-05agp/intel: Add support for new chipsetsZhenyu Wang1-1/+15
2009-04-20Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-2/+2
2009-04-20agp: zero pages before sending to userspaceShaohua Li1-2/+2
2009-04-13intelfb: support i854Stefan Husemann1-0/+3
2009-03-27agp/intel: Add support for new intel chipset.Shaohua Li1-3/+18
2009-03-13parisc: remove klist iteratorsJames Bottomley1-12/+11
2009-03-10intel-agp: fix a panic with 1M of shared memory, no GTT entriesLubomir Rintel1-3/+5
2009-03-10x86/agp: tighten check to update amd nb apertureYinghai Lu1-4/+9
2008-12-29agp/intel: Fix broken ® symbol in device name.Eric Anholt1-1/+1
2008-12-29agp/intel: add support for G41 chipsetZhenyu Wang1-1/+8
2008-11-30uninorth-agp section messAl Viro1-1/+1
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-2/+2
2008-10-20Update email addresses.Dave Jones7-7/+7
2008-10-16Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds3-18/+60
2008-10-16agp/nvidia: Support agp user-memory on nvidia agp.Thomas Hellstrom1-4/+18
2008-10-16agp/amd-k7: Suspend support for AMD K7 GART driverStuart Bennett1-6/+32
2008-10-16agp/intel: Reduce extraneous PCI posting reads during initKeith Packard1-3/+3
2008-10-16agp: Fix stolen memory counting on G4X.Eric Anholt1-5/+7
2008-10-10parisc: parisc-agp - fix <asm-parisc/*> -> <asm/*>Kyle McMartin1-2/+2
2008-08-25linux-next: fix x86 tree build failureStephen Rothwell1-1/+1
2008-08-22agp: enable optimized agp_alloc_pages methodsRene Herman13-0/+30
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar12-144/+200
2008-08-21agp: add agp_generic_destroy_pages()Shaohua Li3-8/+63
2008-08-21agp: generic_alloc_pages()Shaohua Li3-0/+59