1. 210b23c intel-gtt: i965: use detected gtt size for mapping by Daniel Vetter · 14 years ago
  2. ccc4e67 intel-gtt: i915: use detected gtt size for mapping by Daniel Vetter · 14 years ago
  3. 1a997ff intel-gtt: introduce intel_gtt_driver by Daniel Vetter · 14 years ago
  4. e5e408f intel-gtt: fix gtt_total_entries detection by Daniel Vetter · 14 years ago
  5. ffdd751 intel-gtt: s/i8[13]0/fake_agp for generic functions by Daniel Vetter · 14 years ago
  6. fbe4078 intel-gtt: adjust overhead entries in intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  7. 77ad498 intel-gtt: drop unnecessary conditions in intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  8. d8d9abc intel-gtt: sane variable names for intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  9. 3e921f9 intel-gtt: generic intel_fake_agp_fetch_size by Daniel Vetter · 14 years ago
  10. 1784a5f intel-gtt: new function intel_gtt_mappable_entries by Daniel Vetter · 14 years ago
  11. bfde067 intel-gtt: s/intel_i830_init_gtt_entries/intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  12. d7cca2f intel-gtt: store a local pointer to the bridge pci dev by Daniel Vetter · 14 years ago
  13. 0ade638 intel-gtt: introduce drm/intel-gtt.h by Daniel Vetter · 14 years ago
  14. e2404e7 agp/intel: make intel-gtt.c into a real source file by Daniel Vetter · 14 years ago
  15. 02c026c agp/intel: split out gmch/gtt probe, part 2 by Daniel Vetter · 14 years ago
  16. 8554048 intel_agp,i915: Add more sandybridge graphics device ids by Zhenyu Wang · 14 years ago
  17. f8f235e agp/intel: Fix cache control for Sandybridge by Zhenyu Wang · 14 years ago
  18. 93f5f7f agp/intel: use #ifdef idiom for intel-agp.h by Zhenyu Wang · 14 years ago
  19. 8dfc2b1 agp/intel: fix physical address mask bits for sandybridge by Zhenyu Wang · 14 years ago
  20. df51e7a agp/intel: Promote warning about failure to setup flush to error. by Chris Wilson · 14 years ago
  21. 4fefe43 drm/i915,intel_agp: Add support for Sandybridge D0 by Zhenyu Wang · 14 years ago
  22. 877fdac agp/intel: set 40-bit dma mask on Sandybridge by Zhenyu Wang · 14 years ago
  23. 96576a9 agp: intel-agp: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  24. 46cfc58 agp: efficeon-agp: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  25. d1d6ca7 drm/agp/i915: trim stolen space to 32M by Jesse Barnes · 14 years ago
  26. 831cd44 agp/intel: Destroy the scatterlist on allocation failure by Chris Wilson · 14 years ago
  27. 2bd34f6 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  28. a2757b6 agp/intel: Add actual definitions of the Sandybridge PTE caching bits. by Zhenyu Wang · 14 years ago
  29. 3869d4a agp/intel: Support the extended physical addressing bits on Sandybridge. by Zhenyu Wang · 14 years ago
  30. 8699be3 intel_agp: Don't oops with zero stolen memory by Ondrej Zary · 14 years ago
  31. e7b96f2 agp/intel: Use the correct mask to detect i830 aperture size. by Tim Gardner · 14 years ago
  32. 1c48bc5 agp: add no warn since we have a fallback to vmalloc paths by Dave Airlie · 14 years ago
  33. da931a9 agp: drop vmalloc flag. by Dave Airlie · 14 years ago
  34. 79905ad agp/uninorth: Fix oops caused by flushing too much by Paul Mackerras · 14 years ago
  35. 709d015 Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  36. f1befe7 agp/intel: Restrict GTT mapping to valid range on i915 and i945 by Chris Wilson · 14 years ago
  37. 31f4671 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  38. 2101d6f agp: amd64, fix pci reference leaks by Jiri Slaby · 14 years ago
  39. 59534f7 Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  40. 6fd0248 amd64-agp: Probe unknown AGP devices the right way by Ben Hutchings · 14 years ago
  41. d831692 sis-agp: Remove SIS 760, handled by amd64-agp by Ben Hutchings · 14 years ago
  42. 83897ba agp: use NULL instead of 0 when pointer is needed by Bill Pemberton · 14 years ago
  43. 61cf059 agp: use scratch page on memory remove and at GATT creation V4 by Jerome Glisse · 14 years ago
  44. 10fd883 agp/intel: put back check that we have a driver for the bridge. by Dave Airlie · 14 years ago
  45. 97921a5 Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next by Dave Airlie · 14 years ago
  46. e158316 agp/intel-gtt: kill previous_size assignments by Daniel Vetter · 14 years ago
  47. 1ca46bd agp/intel-gtt: kill intel_i830_tlbflush by Daniel Vetter · 14 years ago
  48. 22dd82a agp/intel: split out gmch/gtt probe, part 1 by Daniel Vetter · 14 years ago
  49. 059efc6 agp/intel: kill mutli_gmch_chip by Daniel Vetter · 14 years ago
  50. e5a04d5 agp/intel: uncoditionally reconfigure driver on resume by Daniel Vetter · 14 years ago
  51. f51b766 agp/intel: split out the GTT support by Daniel Vetter · 14 years ago
  52. ff7cdd6 agp/intel: introduce intel-agp.h header file by Daniel Vetter · 14 years ago
  53. 13bd8e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  55. 5e64499 agp/intel: intel_845_driver is an agp driver! by Daniel Vetter · 14 years ago
  56. 66f6ff0 agp/intel: Don't do the chipset flush on Sandybridge. by Eric Anholt · 14 years ago
  57. 285aca8 agp/intel: Respect the GTT size on Sandybridge for scratch page setup. by Eric Anholt · 14 years ago
  58. 15c989d Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  59. 0e152cd x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systems by Borislav Petkov · 14 years ago
  60. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  61. 03a2c4d Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  62. 58f02db Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  63. 1f7a6e3 drm/i915: Add dependency on the intel agp module by Zhenyu Wang · 14 years ago
  64. 954bce5 agp/intel: Add a new Sandybridge HB/IG PCI ID combo. by Eric Anholt · 15 years ago
  65. 14bc490 drm/i915, agp/intel: Fix stolen memory size on Sandybridge by Zhenyu Wang · 15 years ago
  66. e3deb20 agp/intel: Use a non-reserved value for the cache field of the PTEs. by Eric Anholt · 15 years ago
  67. 1089e30 agp/intel: Add support for Sandybridge. by Eric Anholt · 15 years ago
  68. af86d4b agp/intel: official names for Pineview and Ironlake by Zhenyu Wang · 14 years ago
  69. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  70. 06df6da x86/agp: Fix amd64-agp module initialization regression by FUJITA Tomonori · 14 years ago
  71. 61684ce x86/agp: Fix agp_amd64_init regression by FUJITA Tomonori · 14 years ago
  72. 48a719c intel-agp: Switch to wbinvd_on_all_cpus by Borislav Petkov · 14 years ago
  73. 330a518 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  74. 33f724e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  75. 9b974cc drm/i915: enable 36bit physical address for hardware status page by Zhenyu Wang · 15 years ago
  76. 42590a7 x86/agp: Fix agp_amd64_init and agp_amd64_cleanup by FUJITA Tomonori · 15 years ago
  77. 00fdb75 Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 15 years ago
  78. 3d4a788 agp/hp: fail gracefully if we don't find an IOC by Bjorn Helgaas · 15 years ago
  79. 67fe63b agp/hp: fixup hp agp after ACPI changes by Bjorn Helgaas · 15 years ago
  80. 3f50b02 agp: correct missing cleanup on error in agp_add_bridge by Kevin Winchester · 15 years ago
  81. f405d2c x86/agp: Fix agp_amd64_init() initialization with CONFIG_GART_IOMMU enabled by FUJITA Tomonori · 15 years ago
  82. 09cea96 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  83. 3ef884b Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  84. 0b5e8db Merge remote branch 'anholt/drm-intel-next' into drm-linus by Dave Airlie · 15 years ago
  85. 18821b0 Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  86. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  87. 37580f3 agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks. by Michel Dänzer · 15 years ago
  88. 3fc3a6b agp/uninorth: Also handle user memory types in u3_remove_memory(). by Michel Dänzer · 15 years ago
  89. 3ff9916 Merge remote branch 'anholt/drm-intel-next' into drm-linus by Dave Airlie · 15 years ago
  90. fc61901 agp/intel-agp: Clear entire GTT on startup by David Woodhouse · 15 years ago
  91. 107f517 agp/intel: Fix product names and #defines by Adam Jackson · 15 years ago
  92. 7b626ac Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. 9709652 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  94. efd4431 Merge branch 'gart/fixes' into amd-iommu/2.6.33 by Joerg Roedel · 15 years ago
  95. ec402ba agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge() by David Woodhouse · 15 years ago
  96. 9cf1e35 agp/intel: new host bridge support by Zhenyu Wang · 15 years ago
  97. 4f65ae3 agp/amd64: Remove GART dependency on AGP_AMD64 by Pavel Vasilyev · 15 years ago
  98. 55e858c agp: Remove the BKL from agp_open by John Kacur · 15 years ago
  99. 4ef8774 agp: parisc-agp.c - use correct page_mask function by Helge Deller · 15 years ago
  100. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago