1. 90363dd PM: Drop generic_subsys_pm_ops by Rafael J. Wysocki · 13 years ago
  2. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  3. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  4. b56eade powerpc: Fix up implicit stat.h users by Paul Gortmaker · 14 years ago
  5. 2eccacd powerpc: Tidy up dma_map_ops after adding new hook by Milton Miller · 14 years ago
  6. d24f9c6 powerpc: Use the newly added get_required_mask dma_map_ops hook by Milton Miller · 14 years ago
  7. b3c7385 powerpc/iommu: Use coherent_dma_mask for alloc_coherent by Nishanth Aravamudan · 14 years ago
  8. 6d283d7 powerpc/vio: Use dma ops helpers by Nishanth Aravamudan · 14 years ago
  9. 732eacc replace nested max/min macros with {max,min}3 macro by Hagen Paul Pfeifer · 14 years ago
  10. 45848e0 powerpc/viobus: Free TCE table on device release by Nishanth Aravamudan · 14 years ago
  11. edea8f6 powerpc/vio: Use put_device() on device_register failure by Nishanth Aravamudan · 14 years ago
  12. 7aa241f powerpc: Fix bogus it_blocksize in VIO iommu code by Anton Blanchard · 14 years ago
  13. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  14. a1263c7 powerpc/vio: Switch VIO Bus PM to use generic helpers by Brian King · 15 years ago
  15. 58f9b0b of: eliminate of_device->node and dev_archdata->{of,prom}_node by Grant Likely · 15 years ago
  16. d706c1b driver-core: Add device node pointer to struct device by Grant Likely · 15 years ago
  17. a32aaf1 powerpc/vio: Add power management support by Benjamin Herrenschmidt · 15 years ago
  18. f6d8c8b powerpc/vio: Add missing unlock in error path by Julia Lawall · 15 years ago
  19. 578b7cd powerpc/vio: Add modalias support by Benjamin Herrenschmidt · 15 years ago
  20. 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
  21. 738ef42 powerpc: Change archdata dma_data to a union by Becky Bruce · 15 years ago
  22. 0f33727 powerpc: kmalloc failure ignored in vio_build_iommu_table() by roel kluin · 15 years ago
  23. 45223c5 powerpc: use dma_map_ops struct by FUJITA Tomonori · 15 years ago
  24. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 16 years ago
  25. 69b052e powerpc/pseries: Correct VIO bus accounting problem in CMO env. by Robert Jennings · 16 years ago
  26. aab0d37 powerpc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  27. f9226d5 powerpc: Update remaining dma_mapping_ops to use map/unmap_page by Mark Nelson · 16 years ago
  28. 8fae035 powerpc: Drop archdata numa_node by Becky Bruce · 16 years ago
  29. cd5aeb9 powerpc: Fix vio_bus_probe oops on probe error by Brian King · 16 years ago
  30. 0764bf6 powerpc/vio: More fallout from dma_mapping_error API change by Stephen Rothwell · 16 years ago
  31. b9fa49a powerpc: Fix vio build warnings by Nathan Lynch · 16 years ago
  32. a90ab95 powerpc/pseries: vio bus support for CMO by Robert Jennings · 16 years ago
  33. e48b1b4 [POWERPC] Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  34. de7d812 [POWERPC] iSeries: Fix section mismatch in viodsasd by Stephen Rothwell · 17 years ago
  35. c847c85 PPC: Fix powerpc vio_find_name to not use devices_subsys by Paul Mackerras · 17 years ago
  36. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  37. b833b48 [POWERPC] iSeries: Move detection of virtual cdroms by Stephen Rothwell · 17 years ago
  38. dd9b67a [POWERPC] Remove more iSeries-specific stuff from vio.c by Stephen Rothwell · 17 years ago
  39. 1670b2b [POWERPC] Remove iSeries_vio_dev by Stephen Rothwell · 17 years ago
  40. b707f51 [POWERPC] Clean up vio.h by Stephen Rothwell · 17 years ago
  41. 6fccab2 [POWERPC] Make vio_bus_type static by Stephen Rothwell · 17 years ago
  42. c868078 [POWERPC] Simplify vio_bus_init a little for legacy iSeries by Stephen Rothwell · 17 years ago
  43. c546726 [POWERPC] Remove debug printk from vio_bus_init by Stephen Rothwell · 17 years ago
  44. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 18 years ago
  45. 55b61fe [POWERPC] Rename device_is_compatible to of_device_is_compatible by Stephen Rothwell · 18 years ago
  46. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 18 years ago
  47. 30686ba [POWERPC] Remove old interface find_devices by Stephen Rothwell · 18 years ago
  48. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 18 years ago
  49. 6690fae [POWERPC] arch/powerpc/kernel/vio.c of_node_put cleanup by Mariusz Kozlowski · 18 years ago
  50. 12d04ee [POWERPC] Refactor 64 bits DMA operations by Benjamin Herrenschmidt · 18 years ago
  51. 5d2efba [POWERPC] Use 4kB iommu pages even on 64kB-page systems by Linas Vepstas · 18 years ago
  52. a7f67bd [POWERPC] Constify & voidify get_property() by Jeremy Kerr · 19 years ago
  53. 0ebfff1 [POWERPC] Add new interrupt mapping core and change platforms to use it by Benjamin Herrenschmidt · 19 years ago
  54. ca1588e [POWERPC] node local IOMMU tables by Anton Blanchard · 19 years ago
  55. 8eb6c6e [PATCH] powerpc: node-aware dma allocations by Christoph Hellwig · 19 years ago
  56. 1dc461f [PATCH] powerpc: the iSeries vio lan driver changed device type by Stephen Rothwell · 19 years ago
  57. 4c76e0b [PATCH] powerpc: pseries: Use generic dma-window parsing function by Jeremy Kerr · 19 years ago
  58. c7f0e8c [PATCH] powerpc: merge the rest of the vio code by Stephen Rothwell · 19 years ago
  59. dd721ff [PATCH] powerpc: use a common vio_match_device routine by Stephen Rothwell · 19 years ago
  60. e10fa77 [PATCH] powerpc: use the device tree for the iSeries vio bus probe by Stephen Rothwell · 19 years ago
  61. 7daa411 [PATCH] powerpc: IOMMU support for honoring dma_mask by Olof Johansson · 19 years ago
  62. 2f53a80 [PATCH] Add vio_bus_type probe and remove methods by Russell King · 19 years ago
  63. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  64. 143dcec [PATCH] ppc64: add MODALIAS= for vio bus by Olaf Hering · 19 years ago
  65. 3406010 powerpc: Add a shutdown member to vio_driver by Stephen Rothwell · 19 years ago
  66. 6fdf539 powerpc: don't duplicate name between vio_driver and device_driver by Stephen Rothwell · 19 years ago
  67. 5804601 powerpc: Merge arch/ppc64/kernel/vio.c into arch/powerpc/kernel/vio.c by Stephen Rothwell · 19 years ago[Renamed from arch/ppc64/kernel/vio.c]
  68. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  69. fb120da [PATCH] Make MODULE_DEVICE_TABLE work for vio devices by Stephen Rothwell · 19 years ago
  70. 71d276d [PATCH] Create vio_bus_ops by Stephen Rothwell · 19 years ago
  71. b877b90 [PATCH] Create vio_register_device by Stephen Rothwell · 19 years ago
  72. 5c0b4b8 [PATCH] Formatting changes to vio.c by Stephen Rothwell · 19 years ago
  73. 19dbd0f [PATCH] ppc64: split pSeries specific parts out of vio.c by Stephen Rothwell · 20 years ago
  74. 6312236 [PATCH] ppc64: make the bus matching function platform specific by Stephen Rothwell · 20 years ago
  75. 3e494c8 [PATCH] ppc64: split iSeries specific parts out of vio.c by Stephen Rothwell · 20 years ago
  76. ac5b33c [PATCH] ppc64: tidy up vio devices fake parent by Stephen Rothwell · 20 years ago
  77. ff381d2 [PATCH] Driver Core: arch: update device attribute callbacks by Yani Ioannou · 20 years ago
  78. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago