1. e61cb0d some clean up to intel-gtt.c by Jan Beulich · 14 years ago
  2. ae83dd5 intel-gtt add a cleanup function for chipset specific stuff by Daniel Vetter · 14 years ago
  3. 22533b4 intel-gtt: store the dma mask size in intel_gtt_driver by Daniel Vetter · 14 years ago
  4. 0af9e92 intel-gtt: clean up gtt size reporting by Daniel Vetter · 14 years ago
  5. aaa6259 agp: kill agp_(unmap|map)_memory by Daniel Vetter · 14 years ago
  6. e9b1cc8 intel-gtt: consolidate fake_agp driver structs by Daniel Vetter · 14 years ago
  7. 1b263f2 intel-gtt: move chipset flush to the gtt driver struct by Daniel Vetter · 14 years ago
  8. bdd3072 intel-gtt: kill mask_memory functions by Daniel Vetter · 14 years ago
  9. 90cb149 intel-gtt: generic (insert|remove)_entries for sandybridge by Daniel Vetter · 14 years ago
  10. 450f2b3 intel-gtt: generic (insert|remove)_entries for g33/i965 by Daniel Vetter · 14 years ago
  11. fefaa70 intel-gtt: generic (insert|remove)_entries for i915 by Daniel Vetter · 14 years ago
  12. 5cbecaf intel-gtt: generic (insert|remove)_entries for i830 by Daniel Vetter · 14 years ago
  13. a87aa5c agp: kill agp_(map|unmap)_page by Daniel Vetter · 14 years ago
  14. d0b6dc4 intel-gtt: drop agp scratch page support stuff by Daniel Vetter · 14 years ago
  15. 97ef1bd intel-gtt: introduce pte write function for gen6 by Daniel Vetter · 14 years ago
  16. a696359 intel-gtt: introduce pte write function for g33/i965/gm45 by Daniel Vetter · 14 years ago
  17. 351bb27 intel-gtt: introduce pte write function for i8xx/i915/i945 by Daniel Vetter · 14 years ago
  18. 0e87d2b intel-gtt: initialize our own scratch page by Daniel Vetter · 14 years ago
  19. e9e5f8e Merge branch 'drm-intel-fixes' into HEAD by Chris Wilson · 14 years ago
  20. 41a5142 drm/i915,agp/intel: Add second set of PCI-IDs for B43 by Chris Wilson · 14 years ago
  21. 3f08e4e agp/intel: Fix resume regression from 2d2430cf by Chris Wilson · 14 years ago
  22. b1c5b0f agp/intel: Remove redundant setting of gtt_mappable_entries by Chris Wilson · 14 years ago
  23. 9e76e7b agp/intel: Use macro to set the count of the size array by Chris Wilson · 14 years ago
  24. 1996675 drm/i915: die, i915_probe_agp, die by Daniel Vetter · 14 years ago
  25. 239918f intel-gtt: use chipset generation number some more by Daniel Vetter · 14 years ago
  26. 3b15a9d intel-gtt: call init_gtt_init in probe function by Daniel Vetter · 14 years ago
  27. 2d2430c intel-gtt: consolidate i9xx setup by Daniel Vetter · 14 years ago
  28. 7380042 intel-gtt: consolidate i830 setup by Daniel Vetter · 14 years ago
  29. f67eab6 intel-gtt: consolidate the gtt ioremap calls by Daniel Vetter · 14 years ago
  30. fdfb58a intel-gtt: i830: adjust ioremap of regs and gtt to i9xx by Daniel Vetter · 14 years ago
  31. 210b23c intel-gtt: i965: use detected gtt size for mapping by Daniel Vetter · 14 years ago
  32. ccc4e67 intel-gtt: i915: use detected gtt size for mapping by Daniel Vetter · 14 years ago
  33. 1a997ff intel-gtt: introduce intel_gtt_driver by Daniel Vetter · 14 years ago
  34. e5e408f intel-gtt: fix gtt_total_entries detection by Daniel Vetter · 14 years ago
  35. ffdd751 intel-gtt: s/i8[13]0/fake_agp for generic functions by Daniel Vetter · 14 years ago
  36. fbe4078 intel-gtt: adjust overhead entries in intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  37. 77ad498 intel-gtt: drop unnecessary conditions in intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  38. d8d9abc intel-gtt: sane variable names for intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  39. 3e921f9 intel-gtt: generic intel_fake_agp_fetch_size by Daniel Vetter · 14 years ago
  40. 1784a5f intel-gtt: new function intel_gtt_mappable_entries by Daniel Vetter · 14 years ago
  41. bfde067 intel-gtt: s/intel_i830_init_gtt_entries/intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  42. d7cca2f intel-gtt: store a local pointer to the bridge pci dev by Daniel Vetter · 14 years ago
  43. 0ade638 intel-gtt: introduce drm/intel-gtt.h by Daniel Vetter · 14 years ago
  44. e2404e7 agp/intel: make intel-gtt.c into a real source file by Daniel Vetter · 14 years ago
  45. 02c026c agp/intel: split out gmch/gtt probe, part 2 by Daniel Vetter · 14 years ago
  46. 8554048 intel_agp,i915: Add more sandybridge graphics device ids by Zhenyu Wang · 14 years ago
  47. f8f235e agp/intel: Fix cache control for Sandybridge by Zhenyu Wang · 14 years ago
  48. 93f5f7f agp/intel: use #ifdef idiom for intel-agp.h by Zhenyu Wang · 14 years ago
  49. 8dfc2b1 agp/intel: fix physical address mask bits for sandybridge by Zhenyu Wang · 14 years ago
  50. df51e7a agp/intel: Promote warning about failure to setup flush to error. by Chris Wilson · 14 years ago
  51. 4fefe43 drm/i915,intel_agp: Add support for Sandybridge D0 by Zhenyu Wang · 14 years ago
  52. 877fdac agp/intel: set 40-bit dma mask on Sandybridge by Zhenyu Wang · 14 years ago
  53. 96576a9 agp: intel-agp: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  54. 46cfc58 agp: efficeon-agp: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  55. d1d6ca7 drm/agp/i915: trim stolen space to 32M by Jesse Barnes · 14 years ago
  56. 831cd44 agp/intel: Destroy the scatterlist on allocation failure by Chris Wilson · 14 years ago
  57. 2bd34f6 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  58. a2757b6 agp/intel: Add actual definitions of the Sandybridge PTE caching bits. by Zhenyu Wang · 14 years ago
  59. 3869d4a agp/intel: Support the extended physical addressing bits on Sandybridge. by Zhenyu Wang · 14 years ago
  60. 8699be3 intel_agp: Don't oops with zero stolen memory by Ondrej Zary · 14 years ago
  61. e7b96f2 agp/intel: Use the correct mask to detect i830 aperture size. by Tim Gardner · 14 years ago
  62. 1c48bc5 agp: add no warn since we have a fallback to vmalloc paths by Dave Airlie · 14 years ago
  63. da931a9 agp: drop vmalloc flag. by Dave Airlie · 14 years ago
  64. 79905ad agp/uninorth: Fix oops caused by flushing too much by Paul Mackerras · 15 years ago
  65. 709d015 Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  66. f1befe7 agp/intel: Restrict GTT mapping to valid range on i915 and i945 by Chris Wilson · 15 years ago
  67. 31f4671 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  68. 2101d6f agp: amd64, fix pci reference leaks by Jiri Slaby · 15 years ago
  69. 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 · 15 years ago
  70. 6fd0248 amd64-agp: Probe unknown AGP devices the right way by Ben Hutchings · 15 years ago
  71. d831692 sis-agp: Remove SIS 760, handled by amd64-agp by Ben Hutchings · 15 years ago
  72. 83897ba agp: use NULL instead of 0 when pointer is needed by Bill Pemberton · 15 years ago
  73. 61cf059 agp: use scratch page on memory remove and at GATT creation V4 by Jerome Glisse · 15 years ago
  74. 10fd883 agp/intel: put back check that we have a driver for the bridge. by Dave Airlie · 15 years ago
  75. 97921a5 Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next by Dave Airlie · 15 years ago
  76. e158316 agp/intel-gtt: kill previous_size assignments by Daniel Vetter · 15 years ago
  77. 1ca46bd agp/intel-gtt: kill intel_i830_tlbflush by Daniel Vetter · 15 years ago
  78. 22dd82a agp/intel: split out gmch/gtt probe, part 1 by Daniel Vetter · 15 years ago
  79. 059efc6 agp/intel: kill mutli_gmch_chip by Daniel Vetter · 15 years ago
  80. e5a04d5 agp/intel: uncoditionally reconfigure driver on resume by Daniel Vetter · 15 years ago
  81. f51b766 agp/intel: split out the GTT support by Daniel Vetter · 15 years ago
  82. ff7cdd6 agp/intel: introduce intel-agp.h header file by Daniel Vetter · 15 years ago
  83. 13bd8e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  85. 5e64499 agp/intel: intel_845_driver is an agp driver! by Daniel Vetter · 15 years ago
  86. 66f6ff0 agp/intel: Don't do the chipset flush on Sandybridge. by Eric Anholt · 15 years ago
  87. 285aca8 agp/intel: Respect the GTT size on Sandybridge for scratch page setup. by Eric Anholt · 15 years ago
  88. 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 · 15 years ago
  89. 0e152cd x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systems by Borislav Petkov · 15 years ago
  90. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  91. 03a2c4d Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  92. 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 · 15 years ago
  93. 1f7a6e3 drm/i915: Add dependency on the intel agp module by Zhenyu Wang · 15 years ago
  94. 954bce5 agp/intel: Add a new Sandybridge HB/IG PCI ID combo. by Eric Anholt · 15 years ago
  95. 14bc490 drm/i915, agp/intel: Fix stolen memory size on Sandybridge by Zhenyu Wang · 15 years ago
  96. e3deb20 agp/intel: Use a non-reserved value for the cache field of the PTEs. by Eric Anholt · 15 years ago
  97. 1089e30 agp/intel: Add support for Sandybridge. by Eric Anholt · 15 years ago
  98. af86d4b agp/intel: official names for Pineview and Ironlake by Zhenyu Wang · 15 years ago
  99. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  100. 06df6da x86/agp: Fix amd64-agp module initialization regression by FUJITA Tomonori · 15 years ago