1. ad30cb9 Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 10 years ago
  2. b0a478e powerpc/pseries: Correct memory hotplug locking by Nathan Fontenot · 10 years ago
  3. 3a29dd6 Merge branch 'next-dlpar' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 10 years ago
  4. f7e9e35 powerpc: Fix missing L2 cache size in /sys/devices/system/cpu by Dave Olson · 10 years ago
  5. c54b2bf powerpc: Add ppc64 hard lockup detector support by Anton Blanchard · 10 years ago
  6. b816ce6 powerpc/perf/hv-24x7: Add missing put_cpu_var() by Sukadev Bhattiprolu · 10 years ago
  7. aeab199 powerpc/perf/hv-24x7: Break up single_24x7_request by Sukadev Bhattiprolu · 10 years ago
  8. 529ce8c powerpc/perf/hv-24x7: Define update_event_count() by Sukadev Bhattiprolu · 10 years ago
  9. 3ca4ea7 powerpc/perf/hv-24x7: Whitespace cleanup by Sukadev Bhattiprolu · 10 years ago
  10. e3ee15d powerpc/perf/hv-24x7: Define add_event_to_24x7_request() by Sukadev Bhattiprolu · 10 years ago
  11. 33ba14c powerpc/perf/hv-24x7: Rename hv_24x7_event_update by Sukadev Bhattiprolu · 10 years ago
  12. f954825 powerpc/perf/hv-24x7: Move debug prints to separate function by Sukadev Bhattiprolu · 10 years ago
  13. 8079876 powerpc/perf/hv-24x7: Drop event_24x7_request() by Sukadev Bhattiprolu · 10 years ago
  14. 7aabe0c powerpc/perf/hv-24x7: Use pr_devel() to log message by Sukadev Bhattiprolu · 10 years ago
  15. f2b1237 powerpc/perf/hv-24x7: Remove unnecessary parameter by Sukadev Bhattiprolu · 10 years ago
  16. 145264e powerpc/perf/hv-24x7: Modify definition of request and result buffers by Sukadev Bhattiprolu · 10 years ago
  17. ed59190 powerpc/powernv: Add interfaces for flash device access by Cyril Bur · 10 years ago
  18. feba403 powerpc/tm: Abort syscalls in active transactions by Sam bobroff · 10 years ago
  19. 771e569 powerpc: dart_iommu: Remove check for controller_ops == NULL case by Daniel Axtens · 10 years ago
  20. 467efc2 powerpc: Remove shims for pci_controller_ops operations by Daniel Axtens · 10 years ago
  21. 9c1368f powerpc/cell: Move controller ops from ppc_md to controller_ops by Daniel Axtens · 10 years ago
  22. 97884e0 powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_ops by Daniel Axtens · 10 years ago
  23. 19124d6 powerpc/maple: Move controller ops from ppc_md to controller_ops by Daniel Axtens · 10 years ago
  24. d28a0d9 powerpc/pasemi: Move controller ops from ppc_md to controller_ops by Daniel Axtens · 10 years ago
  25. 65ebf4b powerpc/powernv: Move controller ops from ppc_md to controller_ops by Daniel Axtens · 10 years ago
  26. 38ae9ec powerpc/pseries: Move controller ops from ppc_md to controller_ops by Daniel Axtens · 10 years ago
  27. e63f26d powerpc/powermac: Move controller ops from ppc_md to controller_ops by Daniel Axtens · 10 years ago
  28. 798248a powerpc: dart_iommu: optionally populate controller_ops on init by Daniel Axtens · 10 years ago
  29. cd16c7b powerpc: Create pci_controller_ops.reset_secondary_bus and shim by Daniel Axtens · 10 years ago
  30. 542070b powerpc: Create pci_controller_ops.window_alignment and shim by Daniel Axtens · 10 years ago
  31. b31e79f powerpc: Create pci_controller_ops.enable_device_hook and shim by Daniel Axtens · 10 years ago
  32. ff9df8c powerpc: Create pci_controller_ops.probe_mode and shim by Daniel Axtens · 10 years ago
  33. b122c95 powerpc: Create pci_controller_ops.dma_bus_setup and shim by Daniel Axtens · 10 years ago
  34. e02def5 powerpc: Create pci_controller_ops.dma_dev_setup and shim by Daniel Axtens · 10 years ago
  35. c88c2a1 powerpc: pcibios_enable_device_hook: return bool rather than int by Daniel Axtens · 10 years ago
  36. ba9c8f2 powerpc/powermac: move pmac_pci_probe_mode from setup.c to pci.c by Daniel Axtens · 10 years ago
  37. bdc728a powerpc: move find_and_init_phbs() to pSeries specific code by Daniel Axtens · 10 years ago
  38. a7f4ee1 powerpc: Drop return value of smp_ops->probe() by Michael Ellerman · 10 years ago
  39. 7261b95 powerpc/cell: Fix cell iommu after it_page_shift changes by Michael Ellerman · 10 years ago
  40. b0dd00a powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changes by Michael Ellerman · 10 years ago
  41. 7e862d7 powerpc: Reword the "returning from prom_init" message by Michael Ellerman · 10 years ago
  42. f691fa1 powerpc: Replace mem_init_done with slab_is_available() by Michael Ellerman · 10 years ago
  43. 4f9c53c powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled by Michael Ellerman · 10 years ago
  44. 5dd4e4f powerpc/mm: Change setbat() to take a pgprot_t rather than flags by Michael Ellerman · 10 years ago
  45. 9110833 powerpc/mm: Remove duplicate declaration of setbat() by Michael Ellerman · 10 years ago
  46. bf4981a powerpc: Remove the celleb support by Michael Ellerman · 10 years ago
  47. 646b54f powerpc/powernv: Remove powernv RTAS support by Michael Ellerman · 10 years ago
  48. b7f859d Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 10 years ago
  49. 428d4d6 Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 10 years ago
  50. 28ea605 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 10 years ago
  51. d41444d powerpc/corenet: enable CONFIG_I2C_MUX and CONFIG_I2C_MUX_PCA954x by Shengzhou Liu · 10 years ago
  52. 7f9af0a powerpc/t2080qds: fix rtc interrupt by Shengzhou Liu · 10 years ago
  53. 56302c5 powerpc/mpic: Remove WHOAMI readback after EOI by Bogdan Purcareata · 10 years ago
  54. 88b7936 powerpc/mpc85xx: call k(un)map_atomic rather than k(un)map by Yanjiang Jin · 10 years ago
  55. bb65f50 powerpc: don't export static symbol by Julia Lawall · 10 years ago
  56. 016f8cf powerpc: book3e_64: fix the align size for paca_struct by Kevin Hao · 10 years ago
  57. 2e51563 powerpc/fsl-booke: Add T4080 SVR value by Madalin Bucur · 10 years ago
  58. 6a84079 powerpc32/chrp: fix section mismatch warning by LEROY Christophe · 10 years ago
  59. 6bc08d0 powerpc/powernv: handle OPAL_SUCCESS return in opal_sensor_read by Cédric Le Goater · 10 years ago
  60. e3c5c2e powerpc/powernv: convert codes returned by OPAL calls by Cédric Le Goater · 10 years ago
  61. acdb668 powerpc: Use bool function return values of true/false not 1/0 by Joe Perches · 10 years ago
  62. d4ed11a Merge branch 'next-eeh' into next-sriov by Benjamin Herrenschmidt · 10 years ago
  63. 027fa02 powerpc/powernv: Don't map M64 segments using M32DT by Gavin Shan · 10 years ago
  64. 433185d powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe() by Gavin Shan · 10 years ago
  65. 250c7b2 powerpc/pci: Remove unused struct pci_dn.pcidev field by Wei Yang · 10 years ago
  66. 02639b0 powerpc/powernv: Group VF PE when IOV BAR is big on PHB3 by Wei Yang · 10 years ago
  67. 5b88ec2 powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov supported by Wei Yang · 10 years ago
  68. 781a868 powerpc/powernv: Shift VF resource with an offset by Wei Yang · 10 years ago
  69. 5350ab3 powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernv by Wei Yang · 10 years ago
  70. 6e628c7 powerpc/powernv: Reserve additional space for IOV BAR according to the number of total_pe by Wei Yang · 10 years ago
  71. 9e8d4a1 powerpc/powernv: Allocate struct pnv_ioda_pe iommu_table dynamically by Wei Yang · 10 years ago
  72. c3b80fb powerpc/pci: Don't unset PCI resources for VFs by Wei Yang · 10 years ago
  73. a8b2f82 powerpc/pci: Create pci_dn for VFs by Gavin Shan · 10 years ago
  74. 529d235 powerpc: Add a proper syscall for switching endianness by Michael Ellerman · 10 years ago
  75. c03e737 powerpc/pseries: Simplify check for suspendability during suspend/migration by Tyrel Datwyler · 10 years ago
  76. 68de886 powerpc/perf: add missing put_cpu_var in power_pmu_event_init by Jan Stancek · 10 years ago
  77. df60f57 Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into test by Michael Ellerman · 10 years ago
  78. 605f302 powerpc/powernv: Avoid explicit endian conversions while parsing device tree by Preeti U Murthy · 10 years ago
  79. e77553c powerpc/mm: Free string after creating kmem cache by Yanjiang Jin · 10 years ago
  80. b921e90 powerpc/powernv: Add OPAL message notifier unregister function by Neelesh Gupta · 10 years ago
  81. 792f96e powerpc/powernv: Fix the overflow of OPAL message notifiers head array by Neelesh Gupta · 10 years ago
  82. 1f8c82a cpufreq/ppc: Add missing #include <asm/smp.h> by Geert Uytterhoeven · 10 years ago
  83. 8f910fd powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyle by Geert Uytterhoeven · 10 years ago
  84. 3bf5756 powerpc/powernv: Support OPAL requested heartbeat by Benjamin Herrenschmidt · 10 years ago
  85. 3f77df7 powerpc/powernv: Check image loaded or not before calling flash by Vasant Hegde · 10 years ago
  86. 0eebf9b powerpc: Remove unused st_le*() and ld_le* functions by David Gibson · 10 years ago
  87. d078eed powerpc: Cleanup KVM emulated load/store endian handling by David Gibson · 10 years ago
  88. c6406d8 powerpc/eeh: Remove device_node dependency by Gavin Shan · 10 years ago
  89. 0bd7858 powerpc/eeh: Replace device_node with pci_dn in eeh_ops by Gavin Shan · 10 years ago
  90. ff57b45 powerpc/eeh: Do probe on pci_dn by Gavin Shan · 10 years ago
  91. e8e9b34 powerpc/eeh: Create eeh_dev from pci_dn instead of device_node by Gavin Shan · 10 years ago
  92. c035ff1 powerpc/pci: Trace more information from pci_dn by Gavin Shan · 10 years ago
  93. 3532a741 powerpc/powernv: Use pci_dn, not device_node, in PCI config accessor by Gavin Shan · 10 years ago
  94. cca87d3 powerpc/pci: Refactor pci_dn by Gavin Shan · 10 years ago
  95. 9be53cf powerpc: Enable power monitor feature in defconfig for supported platforms by Hongtao Jia · 10 years ago
  96. 7648693 powerpc: Enable thermal monitor feature in defconfig for supported platforms by Hongtao Jia · 10 years ago
  97. 2e6e996 powerpc/corenet: Enable muxing MDIO buses via FPGA by Shruti Kanetkar · 10 years ago
  98. a189243 powerpc/corenet: Enable muxing MDIO buses via GPIO by Andy Fleming · 10 years ago
  99. 1e8ed06 powerpc/mpc85xx: Add FSL QorIQ DPAA BMan support to device tree(s) by Kumar Gala · 10 years ago
  100. cb5915e powerpc: Make corenet64_defconfig a bit more useful by Benjamin Herrenschmidt · 10 years ago