Age | Commit message (Expand) | Author | Files | Lines |
2009-09-15 | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 1 | -24/+158 |
2009-09-14 | agp/intel: remove restore in resume | Zhenyu Wang | 1 | -9/+0 |
2009-09-02 | agp/intel: support for new chip variant of IGDNG mobile | Zhenyu Wang | 1 | -1/+7 |
2009-08-05 | intel-agp: Set dma mask for i915 | David Woodhouse | 1 | -0/+6 |
2009-08-03 | agp: kill phys_to_gart() and gart_to_phys() | David Woodhouse | 1 | -4/+3 |
2009-08-03 | intel-agp: fix sglist allocation to avoid vmalloc() | David Woodhouse | 1 | -19/+10 |
2009-08-03 | intel-agp: Move repeated sglist free into separate function | David Woodhouse | 1 | -14/+15 |
2009-08-03 | agp: Switch agp_{un,}map_page() to take struct page * argument | David Woodhouse | 1 | -6/+6 |
2009-08-03 | agp: tidy up handling of scratch pages w.r.t. DMA API | David Woodhouse | 1 | -6/+2 |
2009-08-03 | intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU | Zhenyu Wang | 1 | -12/+162 |
2009-08-03 | agp: Switch mask_memory() method to take address argument again, not page | David Woodhouse | 1 | -7/+7 |
2009-06-20 | agp/intel: Make intel_i965_mask_memory use dma_addr_t for physical addresses | Pierre Willenbrock | 1 | -1/+1 |
2009-06-19 | agp: switch AGP to use page array instead of unsigned long array | Dave Airlie | 1 | -26/+23 |
2009-06-05 | agp/intel: Add support for new chipsets | Zhenyu Wang | 1 | -1/+15 |
2009-04-14 | intelfb: support i854 | Stefan Husemann | 1 | -0/+3 |
2009-03-28 | agp/intel: Add support for new intel chipset. | Shaohua Li | 1 | -3/+18 |
2009-03-11 | intel-agp: fix a panic with 1M of shared memory, no GTT entries | Lubomir Rintel | 1 | -3/+5 |
2008-12-29 | agp/intel: Fix broken ® symbol in device name. | Eric Anholt | 1 | -1/+1 |
2008-12-29 | agp/intel: add support for G41 chipset | Zhenyu Wang | 1 | -1/+8 |
2008-10-20 | Update email addresses. | Dave Jones | 1 | -1/+1 |
2008-10-16 | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 1 | -8/+10 |
2008-10-16 | agp/intel: Reduce extraneous PCI posting reads during init | Keith Packard | 1 | -3/+3 |
2008-10-16 | agp: Fix stolen memory counting on G4X. | Eric Anholt | 1 | -5/+7 |
2008-08-22 | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 1 | -36/+47 |
2008-08-21 | agp: add agp_generic_destroy_pages() | Shaohua Li | 1 | -0/+14 |
2008-08-21 | agp: generic_alloc_pages() | Shaohua Li | 1 | -0/+14 |
2008-08-12 | intel/agp: rewrite GTT on resume | Keith Packard | 1 | -0/+5 |
2008-08-12 | agp: use dev_printk when possible | Bjorn Helgaas | 1 | -29/+35 |
2008-08-12 | intel_agp: official name for GM45 chipset | Zhenyu Wang | 1 | -7/+7 |
2008-06-20 | [agp]: fixup chipset flush for new Intel G4x. | Zhenyu Wang | 1 | -1/+1 |
2008-06-19 | agp: brown paper bag patch - put back the two lines it took out. | Dave Airlie | 1 | -0/+2 |
2008-06-19 | agp/intel: cleanup some serious whitespace badness | Dave Airlie | 1 | -68/+66 |
2008-06-19 | [AGP] intel_agp: Add support for Intel 4 series chipsets | Zhenyu Wang | 1 | -10/+73 |
2008-06-19 | [AGP] intel_agp: extra stolen mem size available for IGD_GM chipset | Zhenyu Wang | 1 | -2/+2 |
2008-06-19 | agp: more boolean conversions. | Dave Airlie | 1 | -3/+3 |
2008-06-19 | drivers/char/agp - use bool | Joe Perches | 1 | -5/+5 |
2008-06-19 | agp: two-stage page destruction issue | Jan Beulich | 1 | -2/+4 |
2008-02-05 | agp: remove flush_agp_mappings calls from new flush handling code | Dave Airlie | 1 | -2/+0 |
2008-02-05 | intel-agp: introduce IS_I915 and do some cleanups.. | Dave Airlie | 1 | -61/+57 |
2008-02-05 | [intel_agp] fix name for G35 chipset | Zhenyu Wang | 1 | -5/+5 |
2008-02-05 | intel-agp: fixup resource handling in flush code. | Dave Airlie | 1 | -10/+23 |
2008-02-05 | intel-agp: add new chipset ID | Zhenyu Wang | 1 | -5/+26 |
2008-02-05 | fix AGP warning | Andrew Morton | 1 | -1/+2 |
2008-02-05 | agp/intel: Add chipset flushing support for i8xx chipsets. | Dave Airlie | 1 | -30/+78 |
2008-02-05 | intel-agp: add chipset flushing support | Dave Airlie | 1 | -0/+102 |
2008-01-30 | x86: cpa: move flush to cpa | Thomas Gleixner | 1 | -5/+0 |
2008-01-30 | x86: convert CPA users to the new set_page_ API | Arjan van de Ven | 1 | -3/+3 |
2008-01-24 | agp/intel: add support for E7221 chipset | Carlos Martín | 1 | -2/+9 |
2007-10-15 | AGP fix race condition between unmapping and freeing pages | Dave Airlie | 1 | -2/+4 |
2007-10-06 | Revert "intel_agp: fix stolen mem range on G33" | Kyle McMartin | 1 | -5/+0 |