1. a69ca34 AMD_IOMMU: call detect and initialization functions from dma code by Joerg Roedel · 17 years ago
  2. 8736197 x86, AMD IOMMU: initialize dma_ops from IOMMU initialization and enable IOMMUs by Joerg Roedel · 17 years ago
  3. c6da992 x86, AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma code by Joerg Roedel · 17 years ago
  4. 6631ee9 x86, AMD IOMMU: add dma_ops initialization function by Joerg Roedel · 17 years ago
  5. c432f3d x86, AMD IOMMU: add pre-allocation of protection domains by Joerg Roedel · 17 years ago
  6. 5d8b53c x86, AMD IOMMU: add mapping functions for coherent mappings by Joerg Roedel · 17 years ago
  7. 65b050a x86, AMD IOMMU: add mapping functions for scatter gather lists by Joerg Roedel · 17 years ago
  8. 4da70b9 x86, AMD IOMMU: add dma_ops mapping functions for single mappings by Joerg Roedel · 17 years ago
  9. cb76c32 x86, AMD IOMMU: add generic dma_ops mapping functions by Joerg Roedel · 17 years ago
  10. b20ac0d x86, AMD IOMMU: add functions to find IOMMU device resources by Joerg Roedel · 17 years ago
  11. ec487d1 x86, AMD IOMMU: add domain allocation and deallocation functions by Joerg Roedel · 17 years ago
  12. d308644 x86, AMD IOMMU: add address allocation and deallocation functions by Joerg Roedel · 17 years ago
  13. bd0e521 x86, AMD IOMMU: add functions to initialize unity mappings by Joerg Roedel · 17 years ago
  14. a19ae1e x86, AMD IOMMU: add functions to send IOMMU commands by Joerg Roedel · 17 years ago
  15. 000fca2 x86, AMD IOMMU: add amd_iommu.c to Makefile by Joerg Roedel · 17 years ago
  16. b6c0271 x86, AMD IOMMU: add generic defines and structures for mapping code by Joerg Roedel · 17 years ago
  17. 918ad6c x86, AMD IOMMU: add kernel command line parameters for AMD IOMMU by Joerg Roedel · 17 years ago
  18. ae7877d x86, AMD IOMMU: add early detection code by Joerg Roedel · 17 years ago
  19. fe74c9c x86, AMD IOMMU: clue initialization code together by Joerg Roedel · 17 years ago
  20. be2a022 x86, AMD IOMMU: add functions to parse IOMMU memory mapping requirements for devices by Joerg Roedel · 17 years ago
  21. e47d402 x86, AMD IOMMU: add detect code for AMD IOMMU hardware by Joerg Roedel · 17 years ago
  22. 5d0c8e4 x86, AMD IOMMU: add functions for IOMMU hardware initialization from ACPI by Joerg Roedel · 17 years ago
  23. 3566b77 x86, AMD IOMMU: add device table initialization functions by Joerg Roedel · 17 years ago
  24. b36ca91 x86, AMD IOMMU: add command buffer (de-)allocation by Joerg Roedel · 17 years ago
  25. b2026aa x86, AMD IOMMU: add functions for programming IOMMU MMIO space by Joerg Roedel · 17 years ago
  26. 6c56747 x86, AMD IOMMU: add functions for mapping/unmapping the MMIO space by Joerg Roedel · 17 years ago
  27. ca7ed05 x86, AMD IOMMU: add amd_iommu_init.c to Makefile by Joerg Roedel · 17 years ago
  28. 3e8064b x86, AMD IOMMU: add functions to find last possible PCI device for IOMMU by Joerg Roedel · 17 years ago
  29. 928abd2 x86, AMD IOMMU: add data structures to manage the IOMMUs in the system by Joerg Roedel · 17 years ago
  30. f6e2e6b x86, AMD IOMMU: add defines and structures for ACPI scanning code by Joerg Roedel · 17 years ago
  31. 2b18872 x86, AMD IOMMU: add Kconfig entry by Joerg Roedel · 17 years ago
  32. bd8c540 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  33. 919c0d1 Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  34. 9bf8a94 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  35. f6e16d5 x86: KVM guest: Use the paravirt clocksource structs and functions by Gerd Hoffmann · 17 years ago
  36. 50d0a0f KVM: Make kvm host use the paravirt clocksource structs by Gerd Hoffmann · 17 years ago
  37. 1c7b67f x86: Make xen use the paravirt clocksource structs and functions by Gerd Hoffmann · 17 years ago
  38. 7af192c x86: Add structs and functions for paravirt clocksource by Gerd Hoffmann · 17 years ago
  39. e2569b7 [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte() by Julia Lawall · 17 years ago
  40. 8097110 [IA64] Handle count==0 in sn2_ptc_proc_write() by Cliff Wickman · 17 years ago
  41. 2826f8c [IA64] Fix boot failure on ia64/sn2 by Jes Sorensen · 17 years ago
  42. 2849914 xen: remove support for non-PAE 32-bit by Jeremy Fitzhardinge · 17 years ago
  43. a9b21b6 KVM: VMX: Fix host msr corruption with preemption enabled by Avi Kivity · 17 years ago
  44. 6bf6a95 KVM: MMU: Fix oops on guest userspace access to guest pagetable by Avi Kivity · 17 years ago
  45. 3094538 KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend) by Marcelo Tosatti · 17 years ago
  46. 6597ca0 KVM: MMU: Fix rmap_write_protect() hugepage iteration bug by Marcelo Tosatti · 17 years ago
  47. 06e0564 KVM: close timer injection race window in __vcpu_run by Marcelo Tosatti · 17 years ago
  48. d4acf7e KVM: Fix race between timer migration and vcpu migration by Marcelo Tosatti · 17 years ago
  49. ee5c2ab Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  50. b732d96 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  51. a744e01 alpha: resurrect Cypress IDE quirk by Ivan Kokshaysky · 17 years ago
  52. d559d4a alpha: fix compile failures with gcc-4.3 (bug #10438) by Ivan Kokshaysky · 17 years ago
  53. ede4269 alpha: link failure fix by Ivan Kokshaysky · 17 years ago
  54. b1ae8d3 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  55. e0c6d97 [IA64] SN2: security hole in sn2_ptc_proc_write by Cliff Wickman · 17 years ago
  56. 89f5b7d Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP by Linus Torvalds · 17 years ago
  57. ebb9cfe xen: don't drop NX bit by Jeremy Fitzhardinge · 17 years ago
  58. 05345b0 xen: mask unwanted pte bits in __supported_pte_mask by Jeremy Fitzhardinge · 17 years ago
  59. ffe6e1d x86, geode: add a VSA2 ID for General Software by Jordan Crouse · 17 years ago
  60. d3942cf x86: use BOOTMEM_EXCLUSIVE on 32-bit by Bernhard Walle · 17 years ago
  61. df17b1d x86, 32-bit: fix boot failure on TSC-less processors by Mikael Pettersson · 17 years ago
  62. 75118a8 x86: fix NULL pointer deref in __switch_to by Suresh Siddha · 17 years ago
  63. 65ba6cd [POWERPC] Clear sub-page HPTE present bits when demoting page size by Paul Mackerras · 17 years ago
  64. b17879f [POWERPC] 4xx: Clear new TLB cache attribute bits in Data Storage vector by Josh Boyer · 17 years ago
  65. 42a886a x86-64: Fix "bytes left to copy" return value for copy_from_user() by Linus Torvalds · 17 years ago
  66. c8988f9 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  67. 10acaf0 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  68. 626a16c Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  69. b052beb MN10300: Kill linux/a.out.h inclusions by David Howells · 17 years ago
  70. 732a675 [IA64] Fix CONFIG_IA64_SGI_UV build error by Jack Steiner · 17 years ago
  71. dab8c6d [MIPS] Au1200: MMC resource size off by one by Sergei Shtylyov · 17 years ago
  72. b185194 [MIPS] TANBAC: Update defconfig by Yoichi Yuasa · 17 years ago
  73. f1304b3 [MIPS] Vr41xx: Initialize PCI io_map_base by Yoichi Yuasa · 17 years ago
  74. b815718 [MIPS] Malta: Always compile MTD platform device registration code. by Ralf Baechle · 17 years ago
  75. 938b2b1 [MIPS] Malta: Fix build errors for 64-bit kernels by Thomas Bogendoerfer · 17 years ago
  76. 1f34f2e [MIPS] Lasat: sysctl fixup by Thomas Horsten · 17 years ago
  77. c9c5023 [MIPS] Fix buggy use of kmap_coherent. by Ralf Baechle · 17 years ago
  78. 0c3bd83 [MIPS] Lasat: bring back from the dead by Thomas Horsten · 17 years ago
  79. a9ad02b [MIPS] Export smp_call_function and smp_call_function_single. by Zenon Fortuna · 17 years ago
  80. 461a082 [MIPS] Bring the SWARM defconfig up to date by Maciej W. Rozycki · 17 years ago
  81. 63a4881 [MIPS] Sibyte: Build RTC support as an object by Maciej W. Rozycki · 17 years ago
  82. 7bd0fea [MIPS] Fix the fix for divide by zero error in build_{clear,copy}_page by Atsushi Nemoto · 17 years ago
  83. 89052bd [MIPS] Fix build for PNX platforms. by Ralf Baechle · 17 years ago
  84. 330117f [MIPS] Add RM200 with R5000 CPU to known ARC machines by Thomas Bogendoerfer · 17 years ago
  85. 0e27d79 [MIPS] Better load address for big endian SNI RM by Thomas Bogendoerfer · 17 years ago
  86. d0f9cbd [MIPS] SB1250: Initialize io_map_base by Maciej W. Rozycki · 17 years ago
  87. 497d2ad [MIPS] Export empty_zero_page for sake of the ext4 module. by Ralf Baechle · 17 years ago
  88. 313348d [POWERPC] Turn on ATA_SFF so we get SATA_SVW back in defconfigs by Paul Mackerras · 17 years ago
  89. 4a96db3 [POWERPC] Remove ppc32's export of console_drivers by Stephen Rothwell · 17 years ago
  90. da3de6d [POWERPC] Fix -Os kernel builds with newer gcc versions by Kumar Gala · 17 years ago
  91. 143580e [POWERPC] Fix bootwrapper builds with newer gcc versions by Kumar Gala · 17 years ago
  92. 8e01520 [POWERPC] Fix warning in pseries/eeh_driver.c by Andrew Morton · 17 years ago
  93. bad5232 [POWERPC] Add missing of_node_put in pseries/nvram.c by Julia Lawall · 17 years ago
  94. 476ff8a [POWERPC] Fix return value check logic in debugfs virq_mapping setup by Emil Medve · 17 years ago
  95. a9653cf Merge branch 'linux-2.6' into merge by Paul Mackerras · 17 years ago
  96. e80ac327 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs into merge by Paul Mackerras · 17 years ago
  97. 028fda0 powerpc/spufs: fix missed stop-and-signal event by Luke Browning · 17 years ago
  98. 2c911a1 powerpc/spufs: synchronize interaction between spu exception handling and time slicing by Luke Browning · 17 years ago
  99. 1f64643 powerpc/spufs: remove class_0_dsisr from spu exception handling by Luke Browning · 17 years ago
  100. d84050f powerpc/spufs: wait for stable spu status in spu_stopped() by Luke Browning · 17 years ago