1. 2a18dfc powerpc/eeh: Use cached capability for log dump by Gavin Shan · 10 years ago
  2. 2d86c38 powerpc/eeh: Cleanup eeh_gather_pci_data() by Gavin Shan · 10 years ago
  3. 7895470 powerpc/eeh: Avoid I/O access during PE reset by Gavin Shan · 10 years ago
  4. 1d9a544 powerpc/powernv: Use EEH PCI config accessors by Gavin Shan · 10 years ago
  5. d0914f5 powerpc/eeh: Block PCI-CFG access during PE reset by Gavin Shan · 10 years ago
  6. 7b40185 powerpc/eeh: EEH_PE_ISOLATED not reflect HW state by Gavin Shan · 10 years ago
  7. b34497d powerpc/powernv: Remove fields in PHB diag-data dump by Gavin Shan · 10 years ago
  8. f5bc6b7 powerpc/powernv: Move PNV_EEH_STATE_ENABLED around by Gavin Shan · 10 years ago
  9. 467f79a powerpc/powernv: Remove PNV_EEH_STATE_REMOVED by Gavin Shan · 10 years ago
  10. 9e04937 powerpc/eeh: Remove EEH_PE_PHB_DEAD by Gavin Shan · 10 years ago
  11. e456536 powerpc/4xx: Fix section mismatch in ppc4xx_pci.c by Alistair Popple · 11 years ago
  12. 582b910 ppc/kvm: Clear the runlatch bit of a vcpu before napping by Preeti U Murthy · 10 years ago
  13. fd17dc7 ppc/kvm: Set the runlatch bit of a CPU just before starting guest by Preeti U Murthy · 10 years ago
  14. f203891 ppc/powernv: Set the runlatch bits correctly for offline cpus by Preeti U Murthy · 10 years ago
  15. 42dbfc8 powerpc/pseries: Protect remove_memory() with device hotplug lock by Li Zhong · 10 years ago
  16. 0c93069 powerpc: Fix error return in rtas_flash module init by Anton Blanchard · 10 years ago
  17. 579a53c powerpc: Bump BOOT_COMMAND_LINE_SIZE to 2048 by Anton Blanchard · 10 years ago
  18. a5980d0 powerpc: Bump COMMAND_LINE_SIZE to 2048 by Anton Blanchard · 10 years ago
  19. a2dd5da powerpc: Rename duplicate COMMAND_LINE_SIZE define by Anton Blanchard · 10 years ago
  20. bbad3e5 powerpc/perf/hv-24x7: Catalog version number is be64, not be32 by Cody P Schafer · 10 years ago
  21. 1ee9fcc powerpc/perf/hv-24x7: Remove [static 4096], sparse chokes on it by Cody P Schafer · 10 years ago
  22. 78d1316 powerpc/perf/hv-24x7: Use (unsigned long) not (u32) values when calling plpar_hcall_norets() by Cody P Schafer · 10 years ago
  23. 58a685c powerpc/perf/hv-gpci: Make device attr static by Cody P Schafer · 10 years ago
  24. 0a8cf9e powerpc/perf/hv_gpci: Probe failures use pr_debug(), and padding reduced by Cody P Schafer · 10 years ago
  25. e98bf00 powerpc/perf/hv_24x7: Probe errors changed to pr_debug(), padding fixed by Cody P Schafer · 10 years ago
  26. 29ef7a3 powerpc/mm: Fix tlbie to add AVAL fields for 64K pages by Aneesh Kumar K.V · 10 years ago
  27. 2d6b63b powerpc/powernv: Fix little endian issues in OPAL dump code by Anton Blanchard · 10 years ago
  28. 3441f04 powerpc/powernv: Create OPAL sglist helper functions and fix endian issues by Anton Blanchard · 10 years ago
  29. 14ad0c5 powerpc/powernv: Fix little endian issues in OPAL error log code by Anton Blanchard · 10 years ago
  30. 56b4c99 powerpc/powernv: Fix little endian issues with opal_do_notifier calls by Anton Blanchard · 10 years ago
  31. e2c8b93 powerpc/powernv: Remove some OPAL function declaration duplication by Anton Blanchard · 10 years ago
  32. 2bad742 powerpc/powernv: Use uint64_t instead of size_t in OPAL APIs by Anton Blanchard · 10 years ago
  33. 4966bfa powerpc/powernv: Release the refcount for pci_dev by Wei Yang · 10 years ago
  34. 3f28c5a powerpc/powernv: Reduce multi-hit of iommu_add_device() by Wei Yang · 10 years ago
  35. cc146d1 powerpc/powernv: Fix little endian issues in OPAL flash code by Anton Blanchard · 10 years ago
  36. 298b34d powerpc/powernv: Fix kexec races going back to OPAL by Benjamin Herrenschmidt · 10 years ago
  37. 63aecfb powerpc/powernv: Check sysparam size before creation by Joel Stanley · 10 years ago
  38. 16003d2 powerpc/powernv: Fix typos in sysparam code by Joel Stanley · 10 years ago
  39. 8539037 powerpc/powernv: Check sysfs size before copying by Joel Stanley · 10 years ago
  40. b8569d2 powerpc/powernv: Use ssize_t for sysparam return values by Joel Stanley · 10 years ago
  41. ba9a32b powerpc/powernv: Fix sysparam sysfs error handling by Joel Stanley · 10 years ago
  42. 4fb8d02 powerpc: Fix Oops in rtas_stop_self() by Li Zhong · 10 years ago
  43. 28ea3c7 powerpc: Export flush_icache_range by Jeff Mahoney · 10 years ago
  44. 721aeaa powerpc: Build little endian ppc64 kernel with ABIv2 by Anton Blanchard · 11 years ago
  45. 24a1bdc powerpc/ftrace: Fix ABIv2 issues with __ftrace_make_call by Anton Blanchard · 11 years ago
  46. 62c9da6 powerpc/ftrace: Use module loader helpers to parse trampolines by Anton Blanchard · 11 years ago
  47. dd9fa16 powerpc/modules: Create module_trampoline_target() by Anton Blanchard · 11 years ago
  48. 83775b8 powerpc/modules: Create is_module_trampoline() by Anton Blanchard · 11 years ago
  49. 47f86b4 powerpc/kprobes: Fix ABIv2 issues with kprobe_lookup_name by Anton Blanchard · 11 years ago
  50. 5e66684 powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC() by Anton Blanchard · 11 years ago
  51. 169c7ce powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules by Anton Blanchard · 11 years ago
  52. 008d7a91 powerpc: modules: implement stubs for ELFv2 ABI. by Rusty Russell · 11 years ago
  53. 5c729a1 powerpc: modules: skip r2 setup for ELFv2 by Rusty Russell · 11 years ago
  54. b1ce369 powerpc: modules: use r12 for stub jump address. by Rusty Russell · 11 years ago
  55. d2fae54 powerpc: modules: change r2 save/restore offset for ELFv2 ABI. by Rusty Russell · 11 years ago
  56. 5b12c5c powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI. by Rusty Russell · 11 years ago
  57. 0906584 powerpc: Handle new ELFv2 module relocations by Rusty Russell · 11 years ago
  58. 4edebbe powerpc: Fix up TOC. for modules. by Rusty Russell · 11 years ago
  59. 71ec7c5 powerpc: module: handle MODVERSION for .TOC. by Rusty Russell · 11 years ago
  60. 9baeaef powerpc: EXPORT_SYMBOL(.TOC.) by Rusty Russell · 11 years ago
  61. d247da0 powerpc: modules implement R_PPC64_TOCSAVE relocation. by Rusty Russell · 11 years ago
  62. 0e60e46 powerpc: make module stub code endian independent by Rusty Russell · 11 years ago
  63. 07de837 powerpc: Fix ABIv2 issue with dereference_function_descriptor by Anton Blanchard · 11 years ago
  64. 2751b62 powerpc: Fix SMP issues with ppc64le ABIv2 by Anton Blanchard · 11 years ago
  65. d51959d powerpc/tracing: TRACE_WITH_FRAME_BUFFER creates invalid stack frames by Anton Blanchard · 11 years ago
  66. 6403105 powerpc/tm: Fix GOT save offset for ABIv2 by Anton Blanchard · 11 years ago
  67. c2e31bd powerpc/tm: Use STK_PARAM by Anton Blanchard · 11 years ago
  68. 752a642 powerpc: Fix unsafe accesses to parameter area in ELFv2 by Ulrich Weigand · 11 years ago
  69. b37c10d powerpc: Fix ABIv2 issues with stack offsets in assembly code by Anton Blanchard · 11 years ago
  70. 7cedd60 powerpc: Fix kernel thread creation on ABIv2 by Anton Blanchard · 11 years ago
  71. b86206e powerpc: Fix branch patching code for ABIv2 by Anton Blanchard · 11 years ago
  72. 26f9206 powerpc: Use ppc_function_entry instead of open coding it by Anton Blanchard · 11 years ago
  73. c71b7ef powerpc: Add ABIv2 support to ppc_function_entry by Anton Blanchard · 11 years ago
  74. 814e4cd powerpc: Ignore .TOC. relocations by Anton Blanchard · 11 years ago
  75. cc7efbf powerpc: ABIv2 function calls must place target address in r12 by Anton Blanchard · 11 years ago
  76. 7167af7 powerpc: Remove function descriptors and dot symbols on new ABI by Anton Blanchard · 11 years ago
  77. c1fb019 powerpc: Create DOTSYM to wrap dot symbol usage by Anton Blanchard · 11 years ago
  78. 3542550 powerpc: Remove dot symbol usage in exception macros by Anton Blanchard · 11 years ago
  79. a0e971f powerpc: Remove _INIT_GLOBAL(), _STATIC() and _INIT_STATIC() by Anton Blanchard · 11 years ago
  80. 6a3bab9 powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC() by Anton Blanchard · 11 years ago
  81. c857c43 powerpc: Don't use a function descriptor for system call table by Anton Blanchard · 11 years ago
  82. ad0289e powerpc: Remove superflous function descriptors in assembly only code by Anton Blanchard · 11 years ago
  83. b1576fe powerpc: No need to use dot symbols when branching to a function by Anton Blanchard · 11 years ago
  84. 58aedccb powerpc: Don't build assembly files with ABIv2 by Anton Blanchard · 10 years ago
  85. 12c743e powerpc/mm: fix ".__node_distance" undefined by Mike Qiu · 10 years ago
  86. 140ab64 powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal by Mike Qiu · 10 years ago
  87. 18aa0da powerpc: Don't try to set LPCR unless we're in hypervisor mode by Paul Mackerras · 10 years ago
  88. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  89. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  90. eeb91e4 Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  91. 042f7b7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  92. cc4f265 powerpc/powernv Adapt opal-elog and opal-dump to new sysfs_remove_file_self by Stewart Smith · 11 years ago
  93. 9a01336 power, sched: stop updating inside arch_update_cpu_topology() when nothing to be update by Michael Wang · 11 years ago
  94. d3d35d9 powerpc/le: Avoid creatng R_PPC64_TOCSAVE relocations for modules. by Tony Breeds · 11 years ago
  95. 282efb7 arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.c by Monam Agarwal · 11 years ago
  96. bfd25d7 powerpc/opal: Add missing include by Michael Neuling · 11 years ago
  97. aba6f4f powerpc: Convert last uses of __FUNCTION__ to __func__ by Joe Perches · 11 years ago
  98. f83319d powerpc: Add lq/stq emulation by Anton Blanchard · 11 years ago
  99. e28b05e powerpc/powernv: Add invalid OPAL call by Joel Stanley · 11 years ago
  100. bfc3689 powerpc/powernv: Add OPAL message log interface by Joel Stanley · 11 years ago