1. 48a5c81 powerpc/lib: fix book3s/32 boot failure due to code patching by Christophe Leroy · 6 years ago
  2. d91460f powerpc/fsl: Add infrastructure to fixup branch predictor flush by Diana Craciun · 5 years ago
  3. 6482f0d powerpc/asm: Add a patch_site macro & helpers for patching instructions by Michael Ellerman · 5 years ago
  4. a299c07 powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E by Diana Craciun · 5 years ago
  5. 2f8703f powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC by Michael Ellerman · 5 years ago
  6. 73b0f62 powerpc/64s: Patch barrier_nospec in modules by Michal Suchanek · 5 years ago
  7. 1c38a84 powerpc: Avoid code patching freed init sections by Michael Neuling · 5 years ago
  8. f3286f1 powerpc/64s: Add support for ori barrier_nospec patching by Michal Suchanek · 5 years ago
  9. 10f1dea powerpc: Fix invalid use of register expressions by Andreas Schwab · 5 years ago
  10. e9b911a powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit by Nicholas Piggin · 6 years ago
  11. 2b2f103 powerpc/rfi-flush: Differentiate enabled and patched flush types by Mauricio Faria de Oliveira · 6 years ago
  12. 22578e2 powerpc/lib: Fix off-by-one in alternate feature patching by Michael Ellerman · 6 years ago
  13. f6edf95 powerpc/modules: Don't try to restore r2 after a sibling call by Josh Poimboeuf · 7 years ago
  14. c3b82eb powerpc/64s: Add support for RFI flush of L1-D cache by Michael Ellerman · 6 years ago
  15. 5e35ee2 powerpc: Fix emulation of mfocrf in emulate_step() by Anton Blanchard · 7 years ago
  16. 53a2821 powerpc: Fix emulation of mcrf in emulate_step() by Anton Blanchard · 7 years ago
  17. bc8d2ee powerpc: Emulation support for load/store instructions on LE by Ravi Bangoria · 7 years ago
  18. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  19. d8bfb96 Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  20. 1a34439 powerpc/64: Fix incorrect return value from __copy_tofrom_user by Paul Mackerras · 8 years ago
  21. 07021b4 Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  22. 12ab11a powerpc/64: Align hot loops of memset() and backwards_memcpy() by Anton Blanchard · 8 years ago
  23. 68201fb powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITS by Michael Ellerman · 8 years ago
  24. 8540571 powerpc/32: Fix again csum_partial_copy_generic() by Christophe Leroy · 8 years ago
  25. 97f6e0c powerpc/32: Fix crash during static key init by Benjamin Herrenschmidt · 8 years ago
  26. 1bc8b81 powerpc/32: Fix csum_partial_copy_generic() by Christophe Leroy · 8 years ago
  27. 9445aa1 ppc: move exports to definitions by Al Viro · 8 years ago
  28. 2cfd716 Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  29. 2c0f995 powerpc/32: Fix early access to cpu_spec relocation by Benjamin Herrenschmidt · 8 years ago
  30. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  31. c12e6f2 powerpc: Add option to use jump label for mmu_has_feature() by Kevin Hao · 8 years ago
  32. 4db7327 powerpc: Add option to use jump label for cpu_has_feature() by Kevin Hao · 8 years ago
  33. 309b315 powerpc: Call jump_label_init() in apply_feature_fixups() by Aneesh Kumar K.V · 8 years ago
  34. a28e46f powerpc/kernel: Check features don't change after patching by Michael Ellerman · 8 years ago
  35. 9402c68 powerpc: Factor do_feature_fixup calls by Benjamin Herrenschmidt · 8 years ago
  36. ec5619f powerpc/lib: Clarify that adde is an instruction and we mean plural by Stewart Smith · 8 years ago
  37. 42f5b4c powerpc: Introduce asm-prototypes.h by Daniel Axtens · 8 years ago
  38. 6262db7 powerpc/spinlock: Fix spin_unlock_wait() by Boqun Feng · 8 years ago
  39. 027dfac powerpc: Various typo fixes by Michael Ellerman · 8 years ago
  40. 87a156f powerpc: Align hot loops of some string functions by Anton Blanchard · 8 years ago
  41. 3ece166 powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp by Anton Blanchard · 8 years ago
  42. 6670783 powerpc/sstep: Fix emulation fall-through by Oliver O'Halloran · 8 years ago
  43. dd21731 powerpc/sstep: Fix sstep.c compile on powerpcspe by Lennart Sorensen · 8 years ago
  44. 8fe0888 powerpc: rework sparse for lib/xor_vmx.c by Daniel Axtens · 8 years ago
  45. b4c6afd powerpc: Make generic_memcpy() private to copy_32.S by Michael Ellerman · 8 years ago
  46. a1b5344 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 8 years ago
  47. 7e39322 powerpc: optimise csum_partial() call when len is constant by Christophe Leroy · 8 years ago
  48. 9a7841a powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftrace by Torsten Duwe · 8 years ago
  49. f867d55 powerpc32: optimise csum_partial() loop by Christophe Leroy · 9 years ago
  50. 48821a3 powerpc32: optimise a few instructions in csum_partial() by Christophe Leroy · 9 years ago
  51. 7aef4136 powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user() by Christophe Leroy · 9 years ago
  52. 37e08ca powerpc: inline ip_fast_csum() by Christophe Leroy · 9 years ago
  53. 03bc8b0 powerpc32: checksum_wrappers_64 becomes checksum_wrappers by Christophe Leroy · 9 years ago
  54. e0f82bd powerpc: unexport csum_tcpudp_magic by Christophe Leroy · 9 years ago
  55. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  56. 400c47d powerpc32: memset: only use dcbz once cache is enabled by LEROY Christophe · 9 years ago
  57. 1cd0389 powerpc32: memcpy: only use dcbz once cache is enabled by LEROY Christophe · 9 years ago
  58. 295ffb4 powerpc/32: Few optimisations in memcpy by LEROY Christophe · 9 years ago
  59. 0b05e2d powerpc/32: cacheable_memcpy becomes memcpy by LEROY Christophe · 9 years ago
  60. c152f14 powerpc/32: Merge the new memset() with the old one by LEROY Christophe · 9 years ago
  61. 5b2a32e powerpc/32: memset(0): use cacheable_memzero by LEROY Christophe · 9 years ago
  62. df087e4 Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions" by LEROY Christophe · 9 years ago
  63. 92c985f powerpc: put csum_tcpudp_magic inline by LEROY Christophe · 9 years ago
  64. 08d183e Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  65. 1fb3f5a powerpc: Only use -mabi=altivec if toolchain supports it by Anton Blanchard · 9 years ago
  66. 5f76eea sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitly by David Hildenbrand · 9 years ago
  67. f691fa1 powerpc: Replace mem_init_done with slab_is_available() by Michael Ellerman · 9 years ago
  68. 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
  69. 1f8c82a cpufreq/ppc: Add missing #include <asm/smp.h> by Geert Uytterhoeven · 9 years ago
  70. b05ae4e powerpc: Remove duplicate cacheable_memcpy/memzero functions by Kyle Moffett · 13 years ago
  71. 7f4eec3 powerpc: Delete unnecessary checks before kfree() by Markus Elfring · 9 years ago
  72. df99e6e powerpc: Change vsrX register defines to vsX to match gcc and glibc by Anton Blanchard · 9 years ago
  73. c2ce6f9 powerpc: Change vrX register defines to vX to match gcc and glibc by Anton Blanchard · 9 years ago
  74. 1dcee55 powerpc/lib: Makefile, use obj64-y to consolidate 64-bit rules by Michael Ellerman · 9 years ago
  75. 564ec2f powerpc/lib: Makefile, consolidate obj-y sections by Michael Ellerman · 9 years ago
  76. 15c2d45 powerpc: Add 64bit optimised memcmp by Anton Blanchard · 9 years ago
  77. 803d57d powerpc/lib: Do not include string.o in obj-y twice by Andreas Ruprecht · 9 years ago
  78. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  79. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  80. e39f223f powerpc: Remove more traces of bootmem by Michael Ellerman · 10 years ago
  81. 7048c84 powerpc: Fix compilation of emulate_step() by Paul Mackerras · 10 years ago
  82. dedd24a powerpc: Remove unused devm_ioremap_prot() by Kyle McMartin · 11 years ago
  83. c2522dc powerpc: Fix comment typos 'CONFiG_ALTIVEC' by Paul Bolle · 10 years ago
  84. c9f6f4e powerpc: Implement emulation of string loads and stores by Paul Mackerras · 10 years ago
  85. cf87c3f powerpc: Emulate icbi, mcrf and conditional-trap instructions by Paul Mackerras · 10 years ago
  86. be96f63 powerpc: Split out instruction analysis part of emulate_step() by Paul Mackerras · 10 years ago
  87. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  88. 7b20a95 powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c by Anton Blanchard · 10 years ago
  89. 78e05b1 powerpc: Add smp_mb()s to arch_spin_unlock_wait() by Michael Ellerman · 10 years ago
  90. 0f36910 powerpc: Remove power3 from comments by Michael Ellerman · 10 years ago
  91. 6f5405b powerpc: use _GLOBAL_TOC for memmove by Li Zhong · 10 years ago
  92. e698b96 powerpc: Fix bugs in emulate_step() by Paul Mackerras · 10 years ago
  93. b69a1da powerpc: fix typo 'CONFIG_PPC_CPU' by Paul Bolle · 10 years ago
  94. 2ac7b01 powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL_TOC() by Anton Blanchard · 10 years ago
  95. f6869e7 Merge remote-tracking branch 'anton/abiv2' into next by Benjamin Herrenschmidt · 10 years ago
  96. 00f554f powerpc: memcpy optimization for 64bit LE by Philippe Bergheaud · 10 years ago
  97. 169c7ce powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules by Anton Blanchard · 10 years ago
  98. 752a642 powerpc: Fix unsafe accesses to parameter area in ELFv2 by Ulrich Weigand · 10 years ago
  99. b37c10d powerpc: Fix ABIv2 issues with stack offsets in assembly code by Anton Blanchard · 10 years ago
  100. b1576fe powerpc: No need to use dot symbols when branching to a function by Anton Blanchard · 10 years ago