1. f10881a powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter by Tyrel Datwyler · 4 years, 1 month ago
  2. 1b24881 powerpc/rtas: remove unused rtas_suspend_last_cpu() by Nathan Lynch · 4 years, 1 month ago
  3. 395b2c0 powerpc/rtas: remove rtas_suspend_cpu() by Nathan Lynch · 4 years, 1 month ago
  4. 5f6665e powerpc/rtas: remove rtas_ibm_suspend_me_unsafe() by Nathan Lynch · 4 years, 1 month ago
  5. 4d75689 powerpc/rtas: dispatch partition migration requests to pseries by Nathan Lynch · 4 years, 1 month ago
  6. 5f485a6 powerpc/rtas: add rtas_activate_firmware() by Nathan Lynch · 4 years, 1 month ago
  7. 701ba68 powerpc/rtas: add rtas_ibm_suspend_me() by Nathan Lynch · 4 years, 1 month ago
  8. 7049b28 powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafe by Nathan Lynch · 4 years, 1 month ago
  9. de0f734 powerpc/rtas: prevent suspend-related sys_rtas use on LE by Nathan Lynch · 4 years, 1 month ago
  10. bd59380 powerpc/rtas: Restrict RTAS requests from userspace by Andrew Donnellan · 4 years, 5 months ago
  11. ec2fc2a powerpc/rtas: don't online CPUs for partition suspend by Nathan Lynch · 4 years, 7 months ago
  12. b664db8 powerpc/rtas: Implement reentrant rtas call by Leonardo Bras · 4 years, 8 months ago
  13. 10e4850 powerpc/rtas: allow rescheduling while changing cpu states by Nathan Lynch · 5 years ago
  14. a6717c0 powerpc/rtas: use device model APIs and serialization during LPM by Nathan Lynch · 5 years ago
  15. ae2e953 powerpc/rtas: Unexport rtas_online_cpus_mask, rtas_offline_cpus_mask by Nathan Lynch · 5 years ago
  16. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  17. e0e86b1 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  18. 9fb6030 powerpc/rtas: retry when cpu offline races with suspend/migration by Nathan Lynch · 6 years ago
  19. caa7593 smp: Remove smp_call_function() and on_each_cpu() return values by Nadav Amit · 6 years ago
  20. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  21. 0ba9e6e memblock: drop memblock_alloc_base() by Mike Rapoport · 6 years ago
  22. dfd718a powerpc/rtas: Fix a potential race between CPU-Offline & Migration by Gautham R. Shenoy · 6 years ago
  23. 65b9fda powerpc/pseries/mobility: Extend start/stop topology update scope by Michael Bringmann · 6 years ago
  24. 85a88ca powerpc/pseries: Disable CPU hotplug across migrations by Nathan Fontenot · 6 years ago
  25. ac85174 powerpc: Remove -Wattribute-alias pragmas by Paul Burton · 7 years ago
  26. 2479bfc powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx by Christophe Leroy · 7 years ago
  27. 4c392e6 powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINE by Al Viro · 7 years ago
  28. 58788a9 locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_flags() by Will Deacon · 7 years ago
  29. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  30. 8b25778 powerpc/kernel: Fix unbalanced refcount on RTAS device node by Gavin Shan · 8 years ago
  31. de6d2d1 powerpc/kernel: Use of_property_read_u32() in rtas_initialize() by Gavin Shan · 8 years ago
  32. dbecd50 powerpc/kernel: Remove nested if statements in rtas_initialize() by Gavin Shan · 8 years ago
  33. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  34. 95ec77c powerpc: Make ppc_md.{halt, restart} __noreturn by Daniel Axtens · 8 years ago
  35. 484cc1ed powerpc/rtas: Don't test for machine type in rtas_initialize() by Benjamin Herrenschmidt · 9 years ago
  36. a9862c7 powerpc/rtas: Fix array overrun in ppc_rtas() syscall by Andrew Donnellan · 9 years ago
  37. cd5cdeb powerpc/rtas: Make enter_rtas() private by Michael Ellerman · 9 years ago
  38. 4456f45 powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status() by Michael Ellerman · 9 years ago
  39. 209eb4e powerpc/rtas: Add rtas_call_unlocked() by Michael Ellerman · 9 years ago
  40. 8832317 powerpc/rtas: Validate rtas.entry before calling enter_rtas() by Vasant Hegde · 9 years ago
  41. 1c2cb59 powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers by Thomas Huth · 9 years ago
  42. 9ef0319 powerpc/rtas: Replace magic values with defines by Thomas Huth · 9 years ago
  43. f691fa1 powerpc: Replace mem_init_done with slab_is_available() by Michael Ellerman · 10 years ago
  44. c03e737 powerpc/pseries: Simplify check for suspendability during suspend/migration by Tyrel Datwyler · 10 years ago
  45. 3df76a9 powerpc/pseries: Fix endian problems with LE migration by Cyril Bur · 10 years ago
  46. 14ed740 powerpc: Remove some old bootmem related comments by Anton Blanchard · 10 years ago
  47. 9d0c4df of/fdt: update of_get_flat_dt_prop in prep for libfdt by Rob Herring · 11 years ago
  48. a08a53ea powerpc/le: Enable RTAS events support by Greg Kurz · 11 years ago
  49. 599d287 powerpc/le: Big endian arguments for ppc_rtas() by Greg Kurz · 11 years ago
  50. 2712826 powerpc: Make RTAS calls endian safe by Anton Blanchard · 11 years ago
  51. 08bc1dc powerpc: Make RTAS device tree accesses endian safe by Anton Blanchard · 11 years ago
  52. 061d19f powerpc: Delete __cpuinit usage from all users by Paul Gortmaker · 12 years ago
  53. 120496a powerpc: Bring all threads online prior to migration/hibernation by Robert Jennings · 12 years ago
  54. f459d63 powerpc+of: Remove the pSeries_reconfig.h file by Nathan Fontenot · 12 years ago
  55. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  56. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  57. 6431f20 powerpc: Make function that parses RTAS error logs global by Anton Blanchard · 13 years ago
  58. 444080d powerpc/pseries: Fix partition migration hang in stop_topology_update by Brian King · 13 years ago
  59. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  60. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  61. c5f4175 notifiers: sys: move reboot notifiers into reboot.h by Amerigo Wang · 13 years ago
  62. 9ee820f powerpc/pseries: Add page coalescing support by Brian King · 14 years ago
  63. eca590f powerpc/rtas: Only sleep in rtas_busy_delay if we have useful work to do by Anton Blanchard · 14 years ago
  64. 3b7a27d powerpc: Disable VPHN polling during a suspend operation by Jesse Larrew · 14 years ago
  65. d4429f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  66. d8862be powerpc/pseries: Export rtas_ibm_suspend_me() by Nathan Fontenot · 14 years ago
  67. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  68. cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 15 years ago
  69. 412a4ac Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 14 years ago
  70. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  71. 8fe93f8 powerpc/pseries: Migration code reorganization / hibernation prep by Brian King · 15 years ago
  72. e9bbc8c powerpc/pseries: Call ibm,os-term if the ibm,extended-os-term is present by Anton Blanchard · 15 years ago
  73. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  74. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  75. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 15 years ago
  76. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  77. 46db2f8 powerpc/pseries: Fix to handle slb resize across migration by Brian King · 15 years ago
  78. c4007a2 powerpc: Use one common impl. of RTAS timebase sync and use raw spinlock by Benjamin Herrenschmidt · 16 years ago
  79. f97bb36 powerpc/rtas: Turn rtas lock into a raw spinlock by Benjamin Herrenschmidt · 16 years ago
  80. f52862f powerpc/pseries: Fix partition migration hang under load by Brian King · 16 years ago
  81. edc72ac powerpc/pseries: Check for GIQ indicator before calling set-indicator by Nathan Lynch · 16 years ago
  82. b79998f powerpc: Zero fill the return values of rtas argument buffer by Nathan Fontenot · 16 years ago
  83. 84c3d4a Merge commit 'origin/master' by Benjamin Herrenschmidt · 16 years ago
  84. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
  85. 1c21a29 [POWERPC] Fix sparse warnings in arch/powerpc/kernel by Michael Ellerman · 17 years ago
  86. 9a64388 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  87. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  88. e48b1b4 [POWERPC] Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  89. d9b2b2a [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. by David S. Miller · 17 years ago
  90. 8f51506 Revert "[POWERPC] Fix RTAS os-term usage on kernel panic" by Paul Mackerras · 17 years ago
  91. a2b5181 [POWERPC] Fix RTAS os-term usage on kernel panic by Linas Vepstas · 17 years ago
  92. 8f5c757 [POWERPC] Fix multiple bugs in rtas_ibm_suspend_me code by Nathan Lynch · 17 years ago
  93. 8c8dc32 [POWERPC] Remove old interface find_path_device by Stephen Rothwell · 18 years ago
  94. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 18 years ago
  95. c5a69d5 Storage class should be before const qualifier by Tobias Klauser · 18 years ago
  96. f2d6d2d [POWERPC] Add rtas_service_present() helper by Nathan Lynch · 18 years ago
  97. 0332c2d [POWERPC] Move rtas_stop_self() into platforms/pseries/hotplug-cpu.c by Michael Ellerman · 18 years ago
  98. 088df4d [POWERPC] Wrap cpu_die() with CONFIG_HOTPLUG_CPU by Linas Vepstas · 18 years ago
  99. 39ed2fe [POWERPC] reboot when panic_timout is set by Olaf Hering · 18 years ago
  100. 9a2ded5 [POWERPC] powerpc: Make RTAS console init generic by Michael Neuling · 18 years ago