1. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  2. ea62ccd Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 17 years ago
  3. 89661ad Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  4. bab41e9 PCI: Convert to alloc_pci_dev() by Michael Ellerman · 18 years ago
  5. b92e9fa [PATCH] x86: fix amd64-agp aperture validation by Jan Beulich · 17 years ago
  6. 40cd3a4 [POWERPC] Rename get_property to of_get_property: drivers by Stephen Rothwell · 17 years ago
  7. 881ba59 [AGPGART] sworks-agp: Switch to PCI ref counting APIs by Alan Cox · 17 years ago
  8. 1e41573 [AGPGART] Nvidia AGP: Use refcount aware PCI interfaces by Alan Cox · 17 years ago
  9. b826b4d [AGPGART] Fix sparse warning in sgi-agp.c by Dave Jones · 18 years ago
  10. 89cf7cc [AGPGART] Intel-agp adjustments by Jan Beulich · 18 years ago
  11. 9eeee24 [AGPGART] Move [un]map_page_into_agp into asm/agp.h by Jan Beulich · 18 years ago
  12. 77ec430 [AGPGART] Add missing calls to global_flush_tlb() to ali-agp by Jan Beulich · 18 years ago
  13. 82eab13 [AGPGART] prevent probe collision of sis-agp and amd64_agp by Oliver Neukum · 18 years ago
  14. 52ea071 [AGPGART] intel_agp: fix G965 GTT size detect by Wang Zhenyu · 18 years ago
  15. 4598af3 [AGPGART] intel_agp: PCI id update for Intel 965GM by Wang Zhenyu · 18 years ago
  16. e047d1c [AGPGART] fix compile errors by Ryusuke Konishi · 18 years ago
  17. fb55a0d [PARISC] parisc-agp: Fix thinko const-ifying by Kyle McMartin · 18 years ago
  18. b0138a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 18 years ago
  19. e5524f3 [AGPGART] Further constification. by Dave Jones · 18 years ago
  20. a5220b4 [AGPGART] Fix modular agpgart ia64 allmodconfig by Zwane Mwaikambo · 18 years ago
  21. e7b3ca0 Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git by Kyle McMartin · 18 years ago
  22. 1c14cfb [AGPGART] allow drm populated agp memory types cleanups by Andrew Morton · 18 years ago
  23. 1eaf122 [AGPGART] intel-agp: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 18 years ago
  24. bf1e598 [AGPGART] Add agp-type-to-mask-type method missing from some drivers. by Thomas Hellstrom · 18 years ago
  25. e4ac5e4 [AGPGART] Don't try to remap i810 registers on resume. by Dave Jones · 18 years ago
  26. a030ce4 [AGPGART] Allow drm-populated agp memory types by Thomas Hellstrom · 18 years ago
  27. 0316fe8 [AGPGART] compat ioctl by Zwane Mwaikambo · 18 years ago
  28. 43ed41f [AGPGART] Add new IDs to VIA AGP. by Dave Jones · 18 years ago
  29. 7707ea3 [AGPGART] Remove pointless assignment. by Dave Jones · 18 years ago
  30. 87a17f3 [AGPGART] Remove pointless typedef in ati-agp by Dave Jones · 18 years ago
  31. c30efba [AGPGART] Prevent (unlikely) memory leak in amd_create_gatt_pages() by Dave Jones · 18 years ago
  32. 4b95320 [AGPGART] intel_agp: restore graphics device's pci space early in resume by Wang Zhenyu · 18 years ago
  33. 7b37b06 [AGPGART] drivers/char/agp/sgi-agp.c: check kmalloc() return value by akpm@osdl.org · 18 years ago
  34. 7f02d68 [AGPGART] Fix PCI-posting flush typo. by Thomas Hellstrom · 18 years ago
  35. c41e0de [AGPGART] fix detection of aperture size versus GTT size on G965 by Eric Anholt · 18 years ago
  36. 5aa80c7 [AGPGART] Remove unnecessary flushes when inserting and removing pages. by Thomas Hellstrom · 18 years ago
  37. d5cb8d3 [AGPGART] K8M890 support for amd-k8. by Gabriel Mansi · 18 years ago
  38. f0eef25 Merge ../linus by Dave Jones · 18 years ago
  39. 0cfea5d [AGPGART] VIA and SiS AGP chipsets are x86-only by Matthew Wilcox · 18 years ago
  40. 0ac633b [AGPGART] agp-amd64: section mismatches with HOTPLUG=n by Randy Dunlap · 18 years ago
  41. 423c8ec [PARISC] parisc-agp: Fix integer/pointer warning by Matthew Wilcox · 18 years ago
  42. da015a6 [PATCH] agp-amd64: section mismatches with HOTPLUG=n by Randy Dunlap · 18 years ago
  43. 66c669b [AGP] Allocate AGP pages with GFP_DMA32 by default by Linus Torvalds · 18 years ago
  44. 7d915a3 [AGP] Fix intel 965 AGP memory mapping function by Linus Torvalds · 18 years ago
  45. 28af24b [AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates. by Dave Jones · 18 years ago
  46. 946b924 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart by Linus Torvalds · 18 years ago
  47. 1808874 [AGPGART] uninorth: Add module param 'aperture' for aperture size by Michel Dänzer · 18 years ago
  48. 08a6436 [PARISC] Add support for Quicksilver AGPGART by Kyle McMartin · 18 years ago
  49. 2cc1a41 [AGPGART] printk fixups. by Dave Jones · 18 years ago
  50. 7357db1 [AGPGART] Use pci_get_slot not pci_find_slot by Alan Cox · 18 years ago
  51. 6585b57 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart by Linus Torvalds · 18 years ago
  52. edf03fb [AGPGART] Rework AGPv3 modesetting fallback. by Dave Jones · 18 years ago
  53. 08da3f4 [AGPGART] Add suspend callback for i965 by Dave Jones · 18 years ago
  54. c14635e [AGPGART] Fix number of aperture sizes in 830 gart structs. by Dave Jones · 18 years ago
  55. 65c25aa [AGPGART] Intel 965 Express support. by Eric Anholt · 18 years ago
  56. 8eb7925 [AGPGART] agp.h: constify struct agp_bridge_data::version by Alexey Dobriyan · 18 years ago
  57. b53e674 [AGPGART] const'ify VIA AGP PCI table. by Dave Jones · 18 years ago
  58. 85be7d6 [AGPGART] CONFIG_PM=n slim: drivers/char/agp/intel-agp.c by Alexey Dobriyan · 18 years ago
  59. 7156561 [AGPGART] CONFIG_PM=n slim: drivers/char/agp/efficeon-agp.c by Alexey Dobriyan · 18 years ago
  60. e7745d4 [AGPGART] Const'ify the agpgart driver version. by Dave Jones · 18 years ago
  61. b04e3dd [POWERPC] video & agp: Constify & voidify get_property() by Jeremy Kerr · 18 years ago
  62. 804af2c [AGPGART] remove private page protection map by Hugh Dickins · 18 years ago
  63. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  64. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  65. 55b4d6a Merge ../linus by Dave Jones · 18 years ago
  66. adf8a28 [AGPGART] Make AGP depend on PCI by Dave Jones · 18 years ago
  67. 8f76078 [PATCH] Remove redundant NULL checks before [kv]free - in drivers/ by Jesper Juhl · 18 years ago
  68. da206c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  69. a813ce4 [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded. by Andi Kleen · 18 years ago
  70. a32073b [PATCH] x86_64: Clean and enhance up K8 northbridge access code by Andi Kleen · 18 years ago
  71. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  72. 4280370 [AGPGART] remove unused variable by Adrian Bunk · 18 years ago
  73. 3722447 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  74. dcc1a66 [PATCH] x86_64: use select for GART_IOMMU to enable AGP by Roman Zippel · 18 years ago
  75. 4092e25 [AGPGART] Fix pci_register_driver checking in amd64-agp by Dave Jones · 18 years ago
  76. b3818ed [AGPGART] Compile fix for ati-agp by Dave Jones · 18 years ago
  77. c5f2f26 [AGPGART] Suspend/Resume support for nVidia nForce AGP. by Dave Jones · 18 years ago
  78. a4aec26 [AGPGART] Suspend/Resume improvements for ATI AGP by Dave Jones · 18 years ago
  79. 89d17b9 [AGPGART] Whitespace cleanups for ati-agp by Dave Jones · 18 years ago
  80. b3899c6 Pull acpica into release branch by Len Brown · 18 years ago
  81. 81c2466 [AGPGART] alpha-agp warning fix by Andrew Morton · 18 years ago
  82. b07cd51 [AGPGART] uninorth-agp warning fixes by Andrew Morton · 18 years ago
  83. 01af2fa [AGPGART] Remove pointless initialisation in intel-agp by Dave Jones · 18 years ago
  84. 89197e3 [AGPGART] Remove pointless code from agp_generic_create_gatt_table() by Dave Jones · 18 years ago
  85. 7dd1d9b [AGPGART] VIA PT880 Ultra support. by Magnus Kessler · 18 years ago
  86. ca2797f [AGPGART] Fix Nforce3 suspend on amd64. by Dave Jones · 18 years ago
  87. 283a12c [AGPGART] Enable SIS AGP driver on x86-64 for EM64T systems by Andi Kleen · 19 years ago
  88. 1f60245 [efficeon-agp] Add missing memory mask by H. Peter Anvin · 19 years ago
  89. 7f04880 ACPI: ia64 buildfix by Len Brown · 19 years ago
  90. 05613bd [PATCH] nvidia-agp: use time_before_eq() by Marcelo Feitoza Parisi · 19 years ago
  91. 9d1f6b2 [AGPGART] x86_64: Enable VIA AGP driver on x86-64 for VIA P4 chipsets by Andi Kleen · 19 years ago
  92. 5c48b0e [AGPGART] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridge by Henrik Kretzschmar · 19 years ago
  93. 9d1ef8a [AGPGART] ATI RS350 support. by Dave Jones · 19 years ago
  94. 6a92a4e [AGPGART] Lots of CodingStyle/whitespace cleanups. by Dave Jones · 19 years ago
  95. b41c82e [AGPGART] Add some informational printk to nforce GART failure path. by Dave Jones · 19 years ago
  96. cf5e402 [AGPGART] Improve the error message shown when we detect a ServerWorks CNB20HE by Dave Jones · 19 years ago
  97. 1311c24 [AGPGART] help text updates by Adrian Bunk · 19 years ago
  98. 3b0e8ea [AGPGART] 945GM support for agpgart by Alan Hourihane · 19 years ago
  99. 1686782 [AGPGART] Semaphore to Mutex conversion. by akpm@osdl.org · 19 years ago
  100. 5dda498 [AGPGART] Suspend/Resume support for ATI GART by akpm@osdl.org · 19 years ago