1. 4a3bb42 Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 3 years, 4 months ago
  2. c4e0e89 powerpc/iommu: return error code from .map_sg() ops by Martin Oliveira · 3 years, 6 months ago
  3. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  4. 39d0099 powerpc/pseries: Add shutdown() to vio_driver and vio_bus by Tyrel Datwyler · 3 years, 10 months ago
  5. 11d9215 powerpc/pseries: Only register vio drivers if vio bus exists by Michael Ellerman · 3 years, 10 months ago
  6. 386a966 vio: make remove callback return void by Uwe Kleine-König · 3 years, 11 months ago
  7. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 4 months ago
  8. efa70f2 dma-mapping: add a new dma_alloc_pages API by Christoph Hellwig · 4 years, 5 months ago
  9. 4336b93 powerpc/pseries: Make vio and ibmebus initcalls pseries specific by Oliver O'Halloran · 4 years, 9 months ago
  10. f98df5e powerpc/pseries/vio: Remove stray #ifdef CONFIG_PPC_PSERIES by Oliver O'Halloran · 5 years ago
  11. aff8c82 powerpc/pseries/vio: Fix iommu_table use-after-free refcount warning by Tyrel Datwyler · 5 years ago
  12. 45824fc Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  13. f9f3232 dma-mapping: explicitly wire up ->mmap and ->get_sgtable by Christoph Hellwig · 5 years ago
  14. 201ed7f powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pages by Alexey Kardashevskiy · 5 years ago
  15. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  16. 24911ac powerpc: remove device_to_mask() by Christoph Hellwig · 6 years ago
  17. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  18. 68005b67 powerpc/dma: use the generic direct mapping bypass by Christoph Hellwig · 6 years ago
  19. 6666cc1 powerpc/dma: remove dma_nommu_mmap_coherent by Christoph Hellwig · 6 years ago
  20. a20f507 powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops by Christoph Hellwig · 6 years ago
  21. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  22. d11e3d3 powerpc/iommu: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
  23. e5480bd powerpc: Use device_type helpers to access the node type by Rob Herring · 6 years ago
  24. b9ef7b4 powerpc: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  25. 2d9d6f6 powerpc: rename dma_direct_ to dma_nommu_ by Christoph Hellwig · 7 years ago
  26. b8f89fe powerpc/pseries/vio: Dispose of virq mapping on vdevice unregister by Tyrel Datwyler · 7 years ago
  27. b7c670d powerpc: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  28. bcf21e3 powerpc/vio: Use device_type to detect family by Michael Ellerman · 7 years ago
  29. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 8 years ago
  30. 6009faa powerpc: implement ->mapping_error by Christoph Hellwig · 8 years ago
  31. 205a1ee powerpc: vio_cmo: use dev_groups and not dev_attrs for bus_type by Greg Kroah-Hartman · 8 years ago
  32. 451e3f1 powerpc: vio: use dev_groups and not dev_attrs for bus_type by Greg Kroah-Hartman · 8 years ago
  33. e5afdf9 powerpc/vfio_spapr_tce: Add reference counting to iommu_table by Alexey Kardashevskiy · 8 years ago
  34. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  35. 139ac5a powerpc/pseries: Move vio.c into platforms pseries by Michael Ellerman · 8 years ago[Renamed from arch/powerpc/kernel/vio.c]
  36. e8cfb7e powerpc/vio: Clarify vio_find_node() reference counting by Johan Hovold · 8 years ago
  37. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  38. 635218c powerpc: sparse: static-ify some things by Daniel Axtens · 9 years ago
  39. 5935877 powerpc: use for_each_sg() by Akinobu Mita · 10 years ago
  40. da004c3 powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table by Alexey Kardashevskiy · 10 years ago
  41. 1618bd5 arch/powerpc: replace obsolete strict_strto* calls by Daniel Walter · 10 years ago
  42. 10862a0 powerpc: Revert c6102609 and replace it with the correct fix for vio dma mask setting by Li Zhong · 11 years ago
  43. d084775 powerpc/iommu: Update the generic code to use dynamic iommu page sizes by Alistair Popple · 11 years ago
  44. 3a55317 powerpc/iommu: Add it_page_shift field to determine iommu page size by Alistair Popple · 11 years ago
  45. e589a440 powerpc/iommu: Update constant names to reflect their hardcoded page size by Alistair Popple · 11 years ago
  46. c610260 powerpc/vio: Fix a dma_mask issue of vio by Li Zhong · 11 years ago
  47. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  48. 66a173b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  49. 411cabf powerpc/vio: use strcpy in modalias_show by Prarit Bhargava · 11 years ago
  50. a7204d7 Merge 3.12-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  51. e82b89a powerpc/vio: Fix modalias_show return values by Prarit Bhargava · 11 years ago
  52. 367601f PPC: VIO: convert bus code to use bus_groups by Greg Kroah-Hartman · 11 years ago
  53. 4886c39 DMA-API: ppc: vio.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 12 years ago
  54. 7560d327 powerpc: Make device tree accesses in VIO subsystem endian safe by Anton Blanchard · 11 years ago
  55. 2083f68 powerpc: of_parse_dma_window should take a __be32 *dma_window by Anton Blanchard · 11 years ago
  56. cad5cef POWERPC: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  57. beacc6d powerpc: Remove all includes of <asm/abs_addr.h> by Michael Ellerman · 12 years ago
  58. 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  59. 64ccc9c common: dma-mapping: add support for generic dma_mmap_* calls by Marek Szyprowski · 13 years ago
  60. f14121a Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  61. a980349 powerpc: Call dma_debug_add_bus for PCI and VIO buses by Anton Blanchard · 13 years ago
  62. 44b372d powerpc/vio: Separate vio bus probe and device probe by Anton Blanchard · 13 years ago
  63. 62761d1 powerpc/vio: Remove dma not supported warnings by Anton Blanchard · 13 years ago
  64. 74a7f08 devicetree: add helper inline for retrieving a node's full name by Grant Likely · 13 years ago
  65. f0a875f powerpc: Fix kernel-doc warning by Wanpeng Li · 13 years ago
  66. f2ab621 powerpc/pseries: Add PFO support to the VIO bus by Kent Yoder · 13 years ago
  67. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 13 years ago
  68. bfbf7d6 PowerPC: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
  69. cb52d89 powerpc+sparc/vio: Modernize driver registration by Benjamin Herrenschmidt · 13 years ago
  70. b078766 powerpc: clean up vio.c by Stephen Rothwell · 13 years ago
  71. 90363dd PM: Drop generic_subsys_pm_ops by Rafael J. Wysocki · 13 years ago
  72. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  73. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  74. b56eade powerpc: Fix up implicit stat.h users by Paul Gortmaker · 14 years ago
  75. 2eccacd powerpc: Tidy up dma_map_ops after adding new hook by Milton Miller · 14 years ago
  76. d24f9c6 powerpc: Use the newly added get_required_mask dma_map_ops hook by Milton Miller · 14 years ago
  77. b3c7385 powerpc/iommu: Use coherent_dma_mask for alloc_coherent by Nishanth Aravamudan · 14 years ago
  78. 6d283d7 powerpc/vio: Use dma ops helpers by Nishanth Aravamudan · 14 years ago
  79. 732eacc replace nested max/min macros with {max,min}3 macro by Hagen Paul Pfeifer · 14 years ago
  80. 45848e0 powerpc/viobus: Free TCE table on device release by Nishanth Aravamudan · 14 years ago
  81. edea8f6 powerpc/vio: Use put_device() on device_register failure by Nishanth Aravamudan · 14 years ago
  82. 7aa241f powerpc: Fix bogus it_blocksize in VIO iommu code by Anton Blanchard · 14 years ago
  83. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  84. a1263c7 powerpc/vio: Switch VIO Bus PM to use generic helpers by Brian King · 15 years ago
  85. 58f9b0b of: eliminate of_device->node and dev_archdata->{of,prom}_node by Grant Likely · 15 years ago
  86. d706c1b driver-core: Add device node pointer to struct device by Grant Likely · 15 years ago
  87. a32aaf1 powerpc/vio: Add power management support by Benjamin Herrenschmidt · 15 years ago
  88. f6d8c8b powerpc/vio: Add missing unlock in error path by Julia Lawall · 15 years ago
  89. 578b7cd powerpc/vio: Add modalias support by Benjamin Herrenschmidt · 15 years ago
  90. 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
  91. 738ef42 powerpc: Change archdata dma_data to a union by Becky Bruce · 15 years ago
  92. 0f33727 powerpc: kmalloc failure ignored in vio_build_iommu_table() by roel kluin · 15 years ago
  93. 45223c5 powerpc: use dma_map_ops struct by FUJITA Tomonori · 15 years ago
  94. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 16 years ago
  95. 69b052e powerpc/pseries: Correct VIO bus accounting problem in CMO env. by Robert Jennings · 16 years ago
  96. aab0d37 powerpc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  97. f9226d5 powerpc: Update remaining dma_mapping_ops to use map/unmap_page by Mark Nelson · 16 years ago
  98. 8fae035 powerpc: Drop archdata numa_node by Becky Bruce · 16 years ago
  99. cd5aeb9 powerpc: Fix vio_bus_probe oops on probe error by Brian King · 16 years ago
  100. 0764bf6 powerpc/vio: More fallout from dma_mapping_error API change by Stephen Rothwell · 16 years ago