1. 68fc378 Revert "powerpc/tm: Abort syscalls in active transactions" by Michael Ellerman · 9 years ago
  2. 63905bb Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  3. eadf16a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  4. eddb60f KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C by Paul Mackerras · 9 years ago
  5. 7d6c40d KVM: PPC: Book3S HV: Use bitmap of active threads rather than count by Paul Mackerras · 9 years ago
  6. 5d5b99c KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken by Paul Mackerras · 9 years ago
  7. 25fedfc KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu by Paul Mackerras · 9 years ago
  8. 1f09c3e KVM: PPC: Book3S HV: Minor cleanups by Paul Mackerras · 9 years ago
  9. d911f0b KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update by Paul Mackerras · 9 years ago
  10. b6c295d KVM: PPC: Book3S HV: Accumulate timing information for real-mode code by Paul Mackerras · 9 years ago
  11. e23a808 KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT by Paul Mackerras · 9 years ago
  12. a4bd6eb KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte by Aneesh Kumar K.V · 9 years ago
  13. 31037ec KVM: PPC: Book3S HV: Remove RMA-related variables from code by Aneesh Kumar K.V · 9 years ago
  14. e928e9c KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation. by Michael Ellerman · 9 years ago
  15. 99342cf8 kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM by David Gibson · 10 years ago
  16. 6496edf Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  17. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  18. 1a3aff9 powerpc: switch to using asm-generic for seccomp.h by Kees Cook · 9 years ago
  19. 7d6e7f7 powerpc/mm/thp: Return pte address if we find trans_splitting. by Aneesh Kumar K.V · 9 years ago
  20. 691e95f powerpc/mm/thp: Make page table walk safe against thp split/collapse by Aneesh Kumar K.V · 9 years ago
  21. dac5657 KVM: PPC: Remove page table walk helpers by Aneesh Kumar K.V · 9 years ago
  22. 5e1d44a KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer by Aneesh Kumar K.V · 9 years ago
  23. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  24. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 9 years ago
  25. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  26. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  27. 204db6e mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE by Kees Cook · 9 years ago
  28. e95e7f6 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  29. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  30. ad30cb9 Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 9 years ago
  31. 3a29dd6 Merge branch 'next-dlpar' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 9 years ago
  32. fa41b1c arch: Remove exec_domain from remaining archs by Richard Weinberger · 9 years ago
  33. c54b2bf powerpc: Add ppc64 hard lockup detector support by Anton Blanchard · 9 years ago
  34. ed59190 powerpc/powernv: Add interfaces for flash device access by Cyril Bur · 9 years ago
  35. feba403 powerpc/tm: Abort syscalls in active transactions by Sam bobroff · 9 years ago
  36. 467efc2 powerpc: Remove shims for pci_controller_ops operations by Daniel Axtens · 9 years ago
  37. 798248a powerpc: dart_iommu: optionally populate controller_ops on init by Daniel Axtens · 9 years ago
  38. cd16c7b powerpc: Create pci_controller_ops.reset_secondary_bus and shim by Daniel Axtens · 9 years ago
  39. 542070b powerpc: Create pci_controller_ops.window_alignment and shim by Daniel Axtens · 9 years ago
  40. b31e79f powerpc: Create pci_controller_ops.enable_device_hook and shim by Daniel Axtens · 9 years ago
  41. ff9df8c powerpc: Create pci_controller_ops.probe_mode and shim by Daniel Axtens · 9 years ago
  42. b122c95 powerpc: Create pci_controller_ops.dma_bus_setup and shim by Daniel Axtens · 9 years ago
  43. e02def5 powerpc: Create pci_controller_ops.dma_dev_setup and shim by Daniel Axtens · 9 years ago
  44. c88c2a1 powerpc: pcibios_enable_device_hook: return bool rather than int by Daniel Axtens · 9 years ago
  45. bdc728a powerpc: move find_and_init_phbs() to pSeries specific code by Daniel Axtens · 9 years ago
  46. a7f4ee1 powerpc: Drop return value of smp_ops->probe() by Michael Ellerman · 9 years ago
  47. f691fa1 powerpc: Replace mem_init_done with slab_is_available() by Michael Ellerman · 9 years ago
  48. 4f9c53c powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled by Michael Ellerman · 9 years ago
  49. bf4981a powerpc: Remove the celleb support by Michael Ellerman · 9 years ago
  50. b7f859d Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 9 years ago
  51. 428d4d6 Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 9 years ago
  52. 28ea605 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 9 years ago
  53. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  55. 016f8cf powerpc: book3e_64: fix the align size for paca_struct by Kevin Hao · 9 years ago
  56. 2e51563 powerpc/fsl-booke: Add T4080 SVR value by Madalin Bucur · 9 years ago
  57. d52356e powerpc: fix memory corruption by pnv_alloc_idle_core_states by Jan Stancek · 9 years ago
  58. e3c5c2e powerpc/powernv: convert codes returned by OPAL calls by Cédric Le Goater · 9 years ago
  59. acdb668 powerpc: Use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  60. 250c7b2 powerpc/pci: Remove unused struct pci_dn.pcidev field by Wei Yang · 9 years ago
  61. 02639b0 powerpc/powernv: Group VF PE when IOV BAR is big on PHB3 by Wei Yang · 9 years ago
  62. 5b88ec2 powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov supported by Wei Yang · 9 years ago
  63. 781a868 powerpc/powernv: Shift VF resource with an offset by Wei Yang · 9 years ago
  64. 5350ab3 powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernv by Wei Yang · 9 years ago
  65. 6e628c7 powerpc/powernv: Reserve additional space for IOV BAR according to the number of total_pe by Wei Yang · 9 years ago
  66. 9e8d4a1 powerpc/powernv: Allocate struct pnv_ioda_pe iommu_table dynamically by Wei Yang · 9 years ago
  67. a8b2f82 powerpc/pci: Create pci_dn for VFs by Gavin Shan · 9 years ago
  68. 529d235 powerpc: Add a proper syscall for switching endianness by Michael Ellerman · 9 years ago
  69. c03e737 powerpc/pseries: Simplify check for suspendability during suspend/migration by Tyrel Datwyler · 9 years ago
  70. df60f57 Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into test by Michael Ellerman · 9 years ago
  71. b921e90 powerpc/powernv: Add OPAL message notifier unregister function by Neelesh Gupta · 10 years ago
  72. 0eebf9b5 powerpc: Remove unused st_le*() and ld_le* functions by David Gibson · 10 years ago
  73. d078eed powerpc: Cleanup KVM emulated load/store endian handling by David Gibson · 10 years ago
  74. c6406d8 powerpc/eeh: Remove device_node dependency by Gavin Shan · 9 years ago
  75. 0bd7858 powerpc/eeh: Replace device_node with pci_dn in eeh_ops by Gavin Shan · 9 years ago
  76. ff57b45 powerpc/eeh: Do probe on pci_dn by Gavin Shan · 9 years ago
  77. e8e9b34 powerpc/eeh: Create eeh_dev from pci_dn instead of device_node by Gavin Shan · 9 years ago
  78. c035ff1 powerpc/pci: Trace more information from pci_dn by Gavin Shan · 9 years ago
  79. cca87d3 powerpc/pci: Refactor pci_dn by Gavin Shan · 9 years ago
  80. 807d38b powerpc/mpic: Add get_version API both for internal and external use by Hongtao Jia · 11 years ago
  81. 4d9fb71 powerpc: use kbuild generic-y where possible by Fabian Frederick · 9 years ago
  82. f571872 powerpc: Move Power Macintosh drivers to generic byteswappers by David Gibson · 10 years ago
  83. e4a9616 powerpc/rtas: Make timestamp related code y2038-safe by Hari Bathini · 10 years ago
  84. 78989f0 powerpc/nvram: Move generic code for nvram and pstore by Hari Bathini · 10 years ago
  85. 755563b powerpc/powernv: Fixes for hypervisor doorbell handling by Paul Mackerras · 9 years ago
  86. b05ae4e powerpc: Remove duplicate cacheable_memcpy/memzero functions by Kyle Moffett · 13 years ago
  87. 366d395 powerpc/pseries: Define rtas hotplug event sections by Nathan Fontenot · 10 years ago
  88. 6ec7334 powerpc/pci: Fix comments about ppc_md.pcibios_fixup by Gavin Shan · 10 years ago
  89. 45706bb powerpc/book3s: Fix flush_tlb cpu_spec hook to take a generic argument. by Mahesh Salgaonkar · 10 years ago
  90. 5e86bfd powerpc/mpic: remove unused functions by Arseny Solokha · 10 years ago
  91. f98e7f2 powerpc/qe: drop unused ucc_slow_poll_transmitter_now by Arseny Solokha · 10 years ago
  92. b887f9e powerpc/powernv: Remove unused definitions in opal-api.h by Michael Ellerman · 10 years ago
  93. d7cf83f powerpc/powernv: Move opal-api.h closer to the Skiboot version by Michael Ellerman · 10 years ago
  94. d800ba1 powerpc/powernv: Move OPAL API definitions to opal-api.h by Michael Ellerman · 10 years ago
  95. df99e6e powerpc: Change vsrX register defines to vsX to match gcc and glibc by Anton Blanchard · 10 years ago
  96. c2ce6f9 powerpc: Change vrX register defines to vX to match gcc and glibc by Anton Blanchard · 10 years ago
  97. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  98. 87313df powerpc: fix deprecated CPU_MASK_CPU0 usage. by Rusty Russell · 9 years ago
  99. c5ae732 ppc: Remove unused cpp symbols in kvm headers by Frederic Weisbecker · 9 years ago
  100. c1f4775 powerpc: Fix comment in smu.h by Yannick Guerrini · 10 years ago