1. c2e480b powerpc/64: Add #defines for paca->soft_enabled flags by Madhavan Srinivasan · 7 years ago
  2. a8a4b03 powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signals by Madhavan Srinivasan · 7 years ago
  3. 7a074fc powerpc/64s: Fix ps3 build error due to tlbiel_all() by Michael Ellerman · 7 years ago
  4. c16bee4 powerpc: define __ARCH_IRQ_EXIT_IRQS_DISABLED by Nicholas Piggin · 7 years ago
  5. 47712a9 powerpc/watchdog: remove arch_trigger_cpumask_backtrace by Nicholas Piggin · 7 years ago
  6. 1af1933 powerpc/64s: Relax PACA address limitations by Nicholas Piggin · 7 years ago
  7. c610d65 powerpc/pseries: lift RTAS limit for hash by Nicholas Piggin · 7 years ago
  8. 5eae82c powerpc/pseries: lift RTAS limit for radix by Nicholas Piggin · 7 years ago
  9. 47fee31 powerpc/64: rtas avoid accessing paca in 32-bit mode by Nicholas Piggin · 7 years ago
  10. 98ae0069 powerpc/pseries: radix is not subject to RMA limit, remove it by Nicholas Piggin · 7 years ago
  11. 1513c33 powerpc/powernv: Remove real mode access limit for early allocations by Nicholas Piggin · 7 years ago
  12. d474827 powerpc/64s: Improve local TLB flush for boot and MCE on POWER9 by Nicholas Piggin · 7 years ago
  13. 4552d12 powerpc: System reset avoid interleaving oops using die synchronisation by Nicholas Piggin · 7 years ago
  14. 2271db2 powerpc: Use the TRAP macro whenever comparing a trap number by Benjamin Herrenschmidt · 7 years ago
  15. 872e2ae powerpc: Remove useless EXC_COMMON_HV by Benjamin Herrenschmidt · 7 years ago
  16. f5abe14 powerpc/xive: Remove incorrect debug code by Benjamin Herrenschmidt · 7 years ago
  17. fbadeb6 powerpc: Cosmetic cleanup of cpuinfo_op by Benjamin Herrenschmidt · 7 years ago
  18. f5f5630 powerpc: Make newline in cpuinfo unconditional by Benjamin Herrenschmidt · 7 years ago
  19. bba9bc8 powerpc: Add aacraid and nvme to powernv_defconfig by Benjamin Herrenschmidt · 7 years ago
  20. 4f94b2c powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP by Christophe Leroy · 7 years ago
  21. de0f938 powerpc/8xx: Remove _PAGE_USER and handle user access at PMD level by Christophe Leroy · 7 years ago
  22. 3517503 powerpc/mm: Introduce _PAGE_NA by Christophe Leroy · 7 years ago
  23. 812fadc powerpc/mm: extend _PAGE_PRIVILEGED to all CPUs by Christophe Leroy · 7 years ago
  24. 5f35649 powerpc/8xx: remove unused _PAGE_WRITETHRU by Christophe Leroy · 7 years ago
  25. cd99ddb powerpc/8xx: Only perform perf counting when perf is in use. by Christophe Leroy · 7 years ago
  26. bb9b5a8 powerpc/8xx: remove EXCEPTION_PROLOG/EPILOG_0 and change r3 to r12 by Christophe Leroy · 7 years ago
  27. 2a45add powerpc/8xx: Remove CPU6 ERRATA Workaround by Christophe Leroy · 7 years ago
  28. 9a3b849 powerpc/8xx: do not select CONFIG_PPC_LIB_RHEAP by Christophe Leroy · 7 years ago
  29. 4145f35 powernv/kdump: Fix cases where the kdump kernel can get HMI's by Balbir Singh · 7 years ago
  30. 04b9c96 powerpc/crash: Remove the test for cpu_online in the IPI callback by Balbir Singh · 7 years ago
  31. 9625e69 powerpc: make use of for_each_node_by_type() instead of open-coding it by Dmitry Torokhov · 8 years ago
  32. 94d3084 powerpc/32s: Fix compile error with CONFIG_PPC_PTDUMP by Christophe Leroy · 7 years ago
  33. 0c38ed6 powerpc/pseries: Enable support of ibm,dynamic-memory-v2 by Nathan Fontenot · 7 years ago
  34. 2b31e3a powerpc/drmem: Add support for ibm, dynamic-memory-v2 property by Nathan Fontenot · 7 years ago
  35. 2c77721 powerpc: Move of_drconf_cell struct to asm/drmem.h by Nathan Fontenot · 7 years ago
  36. 6195a50 powerpc/pseries: Update memory hotplug code to use drmem LMB array by Nathan Fontenot · 7 years ago
  37. 514a9cb powerpc/numa: Update numa code use walk_drmem_lmbs by Nathan Fontenot · 7 years ago
  38. 6c6ea53 powerpc/mm: Separate ibm, dynamic-memory data from DT format by Nathan Fontenot · 7 years ago
  39. b88fc30 powerpc/numa: Look up associativity array in of_drconf_to_nid_single by Nathan Fontenot · 7 years ago
  40. 22508f3 powerpc/numa: Look up device node in of_get_usable_memory() by Nathan Fontenot · 7 years ago
  41. 35f80de powerpc/numa: Look up device node in of_get_assoc_arrays() by Nathan Fontenot · 7 years ago
  42. 5769bea powerpc/mm: Add proper pte access check helper for other platforms by Aneesh Kumar K.V · 7 years ago
  43. f72a85e powerpc/mm/book3s/64: Add proper pte access check helper by Aneesh Kumar K.V · 7 years ago
  44. 5fa5b16 powerpc/mm/hugetlb: Use pte_access_permitted for hugetlb access check by Aneesh Kumar K.V · 7 years ago
  45. 7e43635 powerpc: capture the PTE format changes in the dump pte report by Ram Pai · 7 years ago
  46. a854868 powerpc: use helper functions to get and set hash slots by Ram Pai · 7 years ago
  47. 273b493 powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6 by Ram Pai · 7 years ago
  48. 7b84947 powerpc: shifted-by-one hidx value by Ram Pai · 7 years ago
  49. bf9a95f powerpc: Free up four 64K PTE bits in 64K backed HPTE pages by Ram Pai · 7 years ago
  50. 9d2edb1 powerpc: Free up four 64K PTE bits in 4K backed HPTE pages by Ram Pai · 7 years ago
  51. 318995b powerpc: introduce pte_get_hash_gslot() helper by Ram Pai · 7 years ago
  52. 59aa31f powerpc: introduce pte_set_hidx() helper by Ram Pai · 7 years ago
  53. 608c0d8 PCI/IOV: Add pci_vf_drivers_autoprobe() interface by Bryant G. Ly · 7 years ago
  54. dae7253 powerpc/pseries: Add pseries SR-IOV Machine dependent calls by Bryant G. Ly · 7 years ago
  55. 988fc3b powerpc/pci: Separate SR-IOV Calls by Bryant G. Ly · 7 years ago
  56. 5c45b52 powerpc/modules: Fix alignment of .toc section in kernel modules by Alan Modra · 7 years ago
  57. acb1fea powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled context by Nicholas Piggin · 7 years ago
  58. 7813043 powerpc/44x/fsp2: Add irq error handlers by Ivan Mikhaylov · 7 years ago
  59. 50f01c5 powerpc/44x/fsp2: tvsense workaround for dd1 by Ivan Mikhaylov · 7 years ago
  60. 9c4c374 powerpc/44x/fsp2: Interrupt handling setup by Ivan Mikhaylov · 7 years ago
  61. 494d82c powerpc/44x/fsp2: Add fsp2 headers by Ivan Mikhaylov · 7 years ago
  62. a107260 powerpc/32: Add .data.rel* sections explicitly by Nicholas Piggin · 7 years ago
  63. c3bb690 powerpc/boot: Only build CPM code when necessary by Michael Ellerman · 7 years ago
  64. f8e8e69 powerpc/boot: Only build OPAL code when necessary by Michael Ellerman · 7 years ago
  65. 3d6bf69 powerpc/boot: Only build uartlite if XILINX_VIRTEX=y by Michael Ellerman · 7 years ago
  66. 1ea61ea powerpc/modules: Improve restore_r2() error message by Josh Poimboeuf · 7 years ago
  67. b9eab08 powerpc/modules: Don't try to restore r2 after a sibling call by Josh Poimboeuf · 7 years ago
  68. a443bf6 powerpc/modules: Add REL24 relocation support of livepatch symbols by Kamalesh Babulal · 7 years ago
  69. 5138b31 powerpc: Reduce log level of "OPAL detected !" message by Benjamin Herrenschmidt · 7 years ago
  70. 10de741 powerpc: Remove DEBUG define in 64-bit early setup code by Benjamin Herrenschmidt · 7 years ago
  71. 5c92988 powerpc/vdso64: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE by Santosh Sivaraj · 7 years ago
  72. 0aa8ff9 powerpc: Use of for_each_node_by_name() instead of open-coding it by Dmitry Torokhov · 8 years ago
  73. df26200 powerpc/powermac: drop useless call to of_find_node_by_name by Dmitry Torokhov · 8 years ago
  74. 2aaf0a1 powerpc/powermac: fix OF node refcount leak by Dmitry Torokhov · 8 years ago
  75. f2c2cbc powerpc: Use pr_warn instead of pr_warning by Joe Perches · 8 years ago
  76. a0651c7 Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  77. 9e0600f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  78. e4e40e0 mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE by Dan Williams · 7 years ago
  79. 7e4d423 powerpc: Do not assign thread.tidr if already assigned by Vaibhav Jain · 7 years ago
  80. aca7573f powerpc: Avoid signed to unsigned conversion in set_thread_tidr() by Vaibhav Jain · 7 years ago
  81. a63dd74 Merge tag 'kvm-ppc-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master by Paolo Bonzini · 7 years ago
  82. 20b7035 KVM: Let KVM_SET_SIGNAL_MASK work as advertised by Jan H. Schönherr · 7 years ago
  83. 844056f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  84. 83ada03 Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  85. 2621e94 powerpc/kexec: Fix kexec/kdump in P9 guest kernels by Michael Ellerman · 7 years ago
  86. a3961f8 powerpc/powernv: Fix kexec crashes caused by tlbie tracing by Mahesh Salgaonkar · 7 years ago
  87. ded13fc KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts by Paul Mackerras · 7 years ago
  88. 4d6c51b powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features by Michael Ellerman · 7 years ago
  89. 73ce9aec powerpc/perf: Fix IMC_MAX_PMU macro by Madhavan Srinivasan · 7 years ago
  90. de34787f powerpc/perf: Fix pmu_count to count only nest imc pmus by Madhavan Srinivasan · 7 years ago
  91. 252eb55 powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX by Christophe Leroy · 7 years ago
  92. f3f1dfd powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id() by Michael Ellerman · 7 years ago
  93. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  94. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  95. 62b49c4 powerpc/vas: Export chip_to_vas_id() by Sukadev Bhattiprolu · 7 years ago
  96. 7a06c66 powerpc/64s/slice: Use addr limit when computing slice mask by Aneesh Kumar K.V · 7 years ago
  97. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  98. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  99. 5a3e0b1 Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  100. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago