1. 22 8月, 2008 1 次提交
    • R
      agp: enable optimized agp_alloc_pages methods · 5f310b63
      Rene Herman 提交于
      The pageattr-array patch that you currently have in tip/master only
      enables it for intel-agp, not the others. The attached enables it for
      all drivers currently directly using agp_generic_alloc_page() and
      agp_generic_destroy_page() (ocal driver is amd-k7-agp).
      
      The new agp_generic_alloc_pages() interface uses the also new
      pageattr array interface API. This makes all AGP drivers that
      up to now used generic_{alloc,destroy}_page() use it.
      Signed-off-by: NRene Herman <rene.herman@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      5f310b63
  2. 19 6月, 2008 1 次提交
  3. 25 8月, 2007 1 次提交
    • S
      agp: balance ioremap checks · 5bdbc7dc
      Scott Thompson 提交于
      patchset against 2.6.23-rc3.
      corrects missing ioremap return checks and balancing on iounmap calls, integrated changes per list
      recommendations on the original set of patches..
      
      Signed-off-by: Scott Thompson <postfail <at> hushmail.com>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      5bdbc7dc
  4. 27 4月, 2007 1 次提交
  5. 23 2月, 2007 1 次提交
  6. 04 2月, 2007 1 次提交
    • T
      [AGPGART] Allow drm-populated agp memory types · a030ce44
      Thomas Hellstrom 提交于
      This patch allows drm to populate an agpgart structure with pages of its own.
      It's needed for the new drm memory manager which dynamically flips pages in and out of AGP.
      
      The patch modifies the generic functions as well as the intel agp driver. The intel drm driver is
      currently the only one supporting the new memory manager.
      
      Other agp drivers may need some minor fixing up once they have a corresponding memory manager enabled drm driver.
      
      AGP memory types >= AGP_USER_TYPES are not populated by the agpgart driver, but the drm is expected
      to do that, as well as taking care of cache- and tlb flushing when needed.
      
      It's not possible to request these types from user space using agpgart ioctls.
      
      The Intel driver also gets a new memory type for pages that can be bound cached to the intel GTT.
      Signed-off-by: NThomas Hellstrom <thomas@tungstengraphics.com>
      Signed-off-by: NDave Jones <davej@redhat.com>
      a030ce44
  7. 24 6月, 2006 1 次提交
  8. 20 6月, 2006 1 次提交
  9. 29 3月, 2006 1 次提交
  10. 28 2月, 2006 1 次提交
  11. 11 11月, 2005 1 次提交
  12. 25 10月, 2005 1 次提交
  13. 01 5月, 2005 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4