1. 719dbb2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 9 years ago
  2. fbef66f powerpc/mm: Parenthesise IS_ENABLED() in if condition by Stephen Rothwell · 9 years ago
  3. 00dab81 tty/hvc: Use opal irqchip interface if available by Sam Mendoza-Jonas · 9 years ago
  4. bbc3dfe8 tty/hvc: Use IRQF_SHARED for OPAL hvc consoles by Sam Mendoza-Jonas · 9 years ago
  5. a431b94 selftests/powerpc: exec() with suspended transaction by Cyril Bur · 9 years ago
  6. dd570237 powerpc: Improve comment explaining why we modify VRSAVE by Anton Blanchard · 9 years ago
  7. 1a1cee8 powerpc/mm: Drop unused externs for hpte_init_beat[_v3]() by Michael Ellerman · 9 years ago
  8. 6364e84 powerpc/mm: Rename hpte_init_lpar() and move the fallback to a header by Michael Ellerman · 9 years ago
  9. 7353644 powerpc/mm: Fix build break when PPC_NATIVE=n by Michael Ellerman · 9 years ago
  10. ccf5c44 crypto: vmx - Convert to CPU feature based module autoloading by Alastair D'Silva · 9 years ago
  11. 4a12027 powerpc: Add module autoloading based on CPU features by Alastair D'Silva · 9 years ago
  12. 802a345 powerpc/powernv/ioda: Fix endianness when reading TCEs by Alexey Kardashevskiy · 9 years ago
  13. 0eab46b powerpc/mm: Add memory barrier in __hugepte_alloc() by Sukadev Bhattiprolu · 9 years ago
  14. 31278b1 powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() call by Michael Ellerman · 9 years ago
  15. 9d63610 powerpc/ftrace: Separate the heuristics for checking call sites by Michael Ellerman · 9 years ago
  16. b1923ca powerpc: Merge 32-bit and 64-bit setup_arch() by Benjamin Herrenschmidt · 9 years ago
  17. 009776b powerpc/64: Make a few boot functions __init by Benjamin Herrenschmidt · 9 years ago
  18. f7b9ebb powerpc: Re-order setup_panic() by Benjamin Herrenschmidt · 9 years ago
  19. e39afba powerpc: Re-order the call to smp_setup_cpu_maps() by Benjamin Herrenschmidt · 9 years ago
  20. 8f212cb powerpc/32: Move cache info inits to a separate function by Benjamin Herrenschmidt · 9 years ago
  21. fa745a1 powerpc/64: Move the content of setup_system() to setup_arch() by Benjamin Herrenschmidt · 9 years ago
  22. 9df549a powerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info() by Benjamin Herrenschmidt · 9 years ago
  23. bf1b61f powerpc/64: Move the boot time info banner to a separate function by Benjamin Herrenschmidt · 9 years ago
  24. f2d5769 powerpc: Get rid of ppc_md.init_early() by Benjamin Herrenschmidt · 9 years ago
  25. 5657138 powerpc: Move 32-bit probe() machine to later in the boot process by Benjamin Herrenschmidt · 9 years ago
  26. 406b0b6 powerpc/64: Move 64-bit probe_machine() to later in the boot process by Benjamin Herrenschmidt · 9 years ago
  27. 84b62c7 powerpc: Ensure that ppc_md is empty before probing for machine type by Benjamin Herrenschmidt · 9 years ago
  28. 7025776 powerpc/mm: Move hash table ops to a separate structure by Benjamin Herrenschmidt · 9 years ago
  29. b521f57 powerpc/pmac: Remove spurrious machine type test by Benjamin Herrenschmidt · 9 years ago
  30. 2b4e3ad powerpc/mm/hash64: Don't test for machine type to detect HEA special case by Benjamin Herrenschmidt · 9 years ago
  31. 5556ecf powerpc/mm/hash: Don't use machine_is() early during boot by Benjamin Herrenschmidt · 9 years ago
  32. 388dc1c powerpc/pasemi: Remove IOBMAP allocation from platform probe() by Benjamin Herrenschmidt · 9 years ago
  33. 166dd7d powerpc/64: Move MMU backend selection out of platform code by Benjamin Herrenschmidt · 9 years ago
  34. 91b6fad powerpc/pmac: Remove early allocation of the SMU command buffer by Benjamin Herrenschmidt · 9 years ago
  35. d3cbff1 powerpc: Put exception configuration in a common place by Benjamin Herrenschmidt · 9 years ago
  36. 3808a88 powerpc: Move FW feature probing out of pseries probe() by Benjamin Herrenschmidt · 9 years ago
  37. c40785a powerpc/dart: Use a cachable DART by Benjamin Herrenschmidt · 9 years ago
  38. de4cf3d powerpc: Move 64-bit memory reserves to setup_arch() by Benjamin Herrenschmidt · 9 years ago
  39. c4bd6cb powerpc: Move 64-bit feature fixup earlier by Benjamin Herrenschmidt · 9 years ago
  40. 9402c68 powerpc: Factor do_feature_fixup calls by Benjamin Herrenschmidt · 9 years ago
  41. b9c13fe dt: Add of_device_compatible_match() by Benjamin Herrenschmidt · 9 years ago
  42. e2413a7 PCI: rpaphp: Fix slot registration for multiple slots under a PHB by Tyrel Datwyler · 9 years ago
  43. 27d1149 powerpc/32: Remove RELOCATABLE_PPC32 by Kevin Hao · 9 years ago
  44. 4c91bd6 powerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64 by Kevin Hao · 9 years ago
  45. da42307 powerpc/32/booke: Fix the build error when CRASH_DUMP is enabled by Kevin Hao · 9 years ago
  46. 1dc7595 powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug events by John Allen · 9 years ago
  47. b7d9eb3 powerpc/pseries: Add support for hotplug interrupt source by John Allen · 9 years ago
  48. 9054619 powerpc/pseries: Add pseries hotplug workqueue by John Allen · 9 years ago
  49. 8fbaa51 cxl: fix potential NULL dereference in free_adapter() by Andrew Donnellan · 9 years ago
  50. 1e44727 cxl: remove dead Kconfig options by Andrew Donnellan · 9 years ago
  51. c2ca9f6 powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=n by Ian Munsie · 9 years ago
  52. a4b3495 powerpc/mm: Cleanup LPCR defines by Aneesh Kumar K.V · 9 years ago
  53. b275bfb powerpc/mm/radix: Add a kernel command line to disable radix by Aneesh Kumar K.V · 9 years ago
  54. 912cc87 powerpc/mm/radix: Add LPID based tlb flush helpers by Aneesh Kumar K.V · 9 years ago
  55. 83209bc powerpc/mm/radix: Update machine call back to support new HCALL. by Aneesh Kumar K.V · 9 years ago
  56. 09cf5bc powerpc/mm/radix: Update PID switch sequence by Aneesh Kumar K.V · 9 years ago
  57. 4b7a350 powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0 by Aneesh Kumar K.V · 9 years ago
  58. 5654741 powerpc/mm: Print formation regarding the the MMU mode by Aneesh Kumar K.V · 9 years ago
  59. accfad7 powerpc/mm: Clear top 16 bits of va only on older cpus by Aneesh Kumar K.V · 9 years ago
  60. e21fc93 powerpc/mm: Compile out radix related functions if RADIX_MMU is disabled by Aneesh Kumar K.V · 9 years ago
  61. 66c570f powerpc/mm: use _raw variant of page table accessors by Aneesh Kumar K.V · 9 years ago
  62. bf16cdf powerpc/mm/radix: Update LPCR HR bit as per ISA by Aneesh Kumar K.V · 9 years ago
  63. 8cd6d3c powerpc/mm: Fix .long's in tlb-radix.c to more meaningful by Balbir Singh · 9 years ago
  64. 9a1a70a powerpc/pci: Don't try to allocate resources that will be reassigned by Benjamin Herrenschmidt · 9 years ago
  65. 08a45b3 powerpc/powernv/pci: Check status of a PHB before using it by Benjamin Herrenschmidt · 9 years ago
  66. a1339fa powerpc/powernv/pci: Use the device-tree to get available range of M64's by Benjamin Herrenschmidt · 9 years ago
  67. f0228c4 powerpc/powernv/pci: Fallback to OPAL for TCE invalidations by Benjamin Herrenschmidt · 9 years ago
  68. fd141d1a powerpc/powernv/pci: Rework accessing the TCE invalidate register by Benjamin Herrenschmidt · 9 years ago
  69. 08acce1 powerpc/powernv/pci: Remove SWINV constants and obsolete TCE code by Benjamin Herrenschmidt · 9 years ago
  70. a34ab7c powerpc/powernv/pci: Rename TCE invalidation calls by Benjamin Herrenschmidt · 9 years ago
  71. 69c592e powerpc/opal: Add real mode call wrappers by Benjamin Herrenschmidt · 9 years ago
  72. b7d6bf4 powerpc/pseries/pci: Remove obsolete SW invalidate by Benjamin Herrenschmidt · 9 years ago
  73. fb11133 powerpc/powernv: Discover IODA3 PHBs by Benjamin Herrenschmidt · 9 years ago
  74. d743618 powerpc/xics: Add ICP OPAL backend by Benjamin Herrenschmidt · 9 years ago
  75. 1d607bb powerpc/irq: Add mechanism to force a replay of interrupts by Benjamin Herrenschmidt · 9 years ago
  76. 9baaef0a powerpc/irq: Add support for HV virtualization interrupts by Benjamin Herrenschmidt · 9 years ago
  77. b88d4bc powerpc/book64s: Move a few exception common handlers to make room by Benjamin Herrenschmidt · 9 years ago
  78. 9fedd3f powerpc/powernv: Add XICS emulation APIs by Benjamin Herrenschmidt · 9 years ago
  79. c0691f9 powerpc/powernv: Use deepest stop state when cpu is offlined by Shreyas B. Prabhu · 9 years ago
  80. 3005c59 cpuidle/powernv: Add support for POWER ISA v3 idle states by Shreyas B. Prabhu · 9 years ago
  81. 957efce cpuidle/powernv: cleanup cpuidle-powernv.c by Shreyas B. Prabhu · 9 years ago
  82. 169f3fa cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATES by Shreyas B. Prabhu · 9 years ago
  83. bcef83a powerpc/powernv: Add platform support for stop instruction by Shreyas B. Prabhu · 9 years ago
  84. 0dfffb4 powerpc/powernv: abstraction for saving SPRs before entering deep idle states by Shreyas B. Prabhu · 9 years ago
  85. 4eae2c9 powerpc/powernv: Make pnv_powersave_common more generic by Shreyas B. Prabhu · 9 years ago
  86. 5fa6b6b powerpc/powernv: Rename reusable idle functions to hardware agnostic names by Shreyas B. Prabhu · 9 years ago
  87. 83289f9 powerpc/powernv: Rename idle_power7.S to idle_book3s.S by Shreyas B. Prabhu · 9 years ago
  88. 1706567 powerpc/kvm: make hypervisor state restore a function by Shreyas B. Prabhu · 9 years ago
  89. bfd1b7a powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkle by Shreyas B. Prabhu · 9 years ago
  90. ec5619f powerpc/lib: Clarify that adde is an instruction and we mean plural by Stewart Smith · 9 years ago
  91. fdb4f6e powerpc/pseries: Remove call to memblock_add() by Nathan Fontenot · 9 years ago
  92. ec99907 powerpc/pseries: Auto-online hotplugged memory by Nathan Fontenot · 9 years ago
  93. c05a5a4 powerpc/pseries: Dynamic add entires to associativity lookup array by Nathan Fontenot · 9 years ago
  94. c2101c9 powerpc/pseries: Move property cloning into its own routine by Nathan Fontenot · 9 years ago
  95. 2369776 powerpc/pseries: HVC early debug options should depend on HVC_CONSOLE by Michael Ellerman · 9 years ago
  96. 6bcb801 powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint() by Michael Neuling · 9 years ago
  97. b5f1bf4 Merge tag 'powerpc-4.7-5' into next by Michael Ellerman · 9 years ago
  98. 95ec77c powerpc: Make ppc_md.{halt, restart} __noreturn by Daniel Axtens · 9 years ago
  99. 62c2c5c powerpc/sparse: Pass endianness to sparse by Daniel Axtens · 9 years ago
  100. f875051 powerpc/kvm: Clarify __user annotations by Daniel Axtens · 9 years ago