1. 9402c68 powerpc: Factor do_feature_fixup calls by Benjamin Herrenschmidt · 8 years ago
  2. ec5619f powerpc/lib: Clarify that adde is an instruction and we mean plural by Stewart Smith · 8 years ago
  3. 42f5b4c powerpc: Introduce asm-prototypes.h by Daniel Axtens · 8 years ago
  4. 6262db7 powerpc/spinlock: Fix spin_unlock_wait() by Boqun Feng · 8 years ago
  5. 027dfac powerpc: Various typo fixes by Michael Ellerman · 8 years ago
  6. 87a156f powerpc: Align hot loops of some string functions by Anton Blanchard · 8 years ago
  7. 3ece166 powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp by Anton Blanchard · 8 years ago
  8. 6670783 powerpc/sstep: Fix emulation fall-through by Oliver O'Halloran · 9 years ago
  9. dd21731 powerpc/sstep: Fix sstep.c compile on powerpcspe by Lennart Sorensen · 9 years ago
  10. 8fe0888 powerpc: rework sparse for lib/xor_vmx.c by Daniel Axtens · 9 years ago
  11. b4c6afd powerpc: Make generic_memcpy() private to copy_32.S by Michael Ellerman · 9 years ago
  12. a1b5344 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 9 years ago
  13. 7e39322 powerpc: optimise csum_partial() call when len is constant by Christophe Leroy · 9 years ago
  14. 9a7841a powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftrace by Torsten Duwe · 9 years ago
  15. f867d55 powerpc32: optimise csum_partial() loop by Christophe Leroy · 9 years ago
  16. 48821a3 powerpc32: optimise a few instructions in csum_partial() by Christophe Leroy · 9 years ago
  17. 7aef4136 powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user() by Christophe Leroy · 9 years ago
  18. 37e08ca powerpc: inline ip_fast_csum() by Christophe Leroy · 9 years ago
  19. 03bc8b0 powerpc32: checksum_wrappers_64 becomes checksum_wrappers by Christophe Leroy · 9 years ago
  20. e0f82bd powerpc: unexport csum_tcpudp_magic by Christophe Leroy · 9 years ago
  21. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  22. 400c47d powerpc32: memset: only use dcbz once cache is enabled by LEROY Christophe · 9 years ago
  23. 1cd0389 powerpc32: memcpy: only use dcbz once cache is enabled by LEROY Christophe · 9 years ago
  24. 295ffb4 powerpc/32: Few optimisations in memcpy by LEROY Christophe · 9 years ago
  25. 0b05e2d powerpc/32: cacheable_memcpy becomes memcpy by LEROY Christophe · 9 years ago
  26. c152f14 powerpc/32: Merge the new memset() with the old one by LEROY Christophe · 9 years ago
  27. 5b2a32e powerpc/32: memset(0): use cacheable_memzero by LEROY Christophe · 9 years ago
  28. df087e4 Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions" by LEROY Christophe · 9 years ago
  29. 92c985f powerpc: put csum_tcpudp_magic inline by LEROY Christophe · 9 years ago
  30. 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
  31. 1fb3f5a powerpc: Only use -mabi=altivec if toolchain supports it by Anton Blanchard · 9 years ago
  32. 5f76eea sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitly by David Hildenbrand · 10 years ago
  33. f691fa1 powerpc: Replace mem_init_done with slab_is_available() by Michael Ellerman · 10 years ago
  34. df60f57 Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into test by Michael Ellerman · 10 years ago
  35. 1f8c82a cpufreq/ppc: Add missing #include <asm/smp.h> by Geert Uytterhoeven · 10 years ago
  36. b05ae4e powerpc: Remove duplicate cacheable_memcpy/memzero functions by Kyle Moffett · 13 years ago
  37. 7f4eec3 powerpc: Delete unnecessary checks before kfree() by Markus Elfring · 10 years ago
  38. df99e6e powerpc: Change vsrX register defines to vsX to match gcc and glibc by Anton Blanchard · 10 years ago
  39. c2ce6f9 powerpc: Change vrX register defines to vX to match gcc and glibc by Anton Blanchard · 10 years ago
  40. 1dcee55 powerpc/lib: Makefile, use obj64-y to consolidate 64-bit rules by Michael Ellerman · 10 years ago
  41. 564ec2f powerpc/lib: Makefile, consolidate obj-y sections by Michael Ellerman · 10 years ago
  42. 15c2d45 powerpc: Add 64bit optimised memcmp by Anton Blanchard · 10 years ago
  43. 803d57d powerpc/lib: Do not include string.o in obj-y twice by Andreas Ruprecht · 10 years ago
  44. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  45. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  46. e39f223f powerpc: Remove more traces of bootmem by Michael Ellerman · 10 years ago
  47. 7048c84 powerpc: Fix compilation of emulate_step() by Paul Mackerras · 10 years ago
  48. dedd24a powerpc: Remove unused devm_ioremap_prot() by Kyle McMartin · 11 years ago
  49. c2522dc powerpc: Fix comment typos 'CONFiG_ALTIVEC' by Paul Bolle · 10 years ago
  50. c9f6f4e powerpc: Implement emulation of string loads and stores by Paul Mackerras · 10 years ago
  51. cf87c3f powerpc: Emulate icbi, mcrf and conditional-trap instructions by Paul Mackerras · 10 years ago
  52. be96f63 powerpc: Split out instruction analysis part of emulate_step() by Paul Mackerras · 10 years ago
  53. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  54. 7b20a95 powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c by Anton Blanchard · 10 years ago
  55. 78e05b1 powerpc: Add smp_mb()s to arch_spin_unlock_wait() by Michael Ellerman · 10 years ago
  56. 0f36910 powerpc: Remove power3 from comments by Michael Ellerman · 10 years ago
  57. 6f5405b powerpc: use _GLOBAL_TOC for memmove by Li Zhong · 10 years ago
  58. e698b96 powerpc: Fix bugs in emulate_step() by Paul Mackerras · 10 years ago
  59. b69a1da powerpc: fix typo 'CONFIG_PPC_CPU' by Paul Bolle · 10 years ago
  60. 2ac7b01 powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL_TOC() by Anton Blanchard · 10 years ago
  61. f6869e7 Merge remote-tracking branch 'anton/abiv2' into next by Benjamin Herrenschmidt · 11 years ago
  62. 00f554f powerpc: memcpy optimization for 64bit LE by Philippe Bergheaud · 11 years ago
  63. 169c7ce powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules by Anton Blanchard · 11 years ago
  64. 752a642 powerpc: Fix unsafe accesses to parameter area in ELFv2 by Ulrich Weigand · 11 years ago
  65. b37c10d powerpc: Fix ABIv2 issues with stack offsets in assembly code by Anton Blanchard · 11 years ago
  66. b1576fe powerpc: No need to use dot symbols when branching to a function by Anton Blanchard · 11 years ago
  67. 22d651d selftests/powerpc: Import Anton's memcpy / copy_tofrom_user tests by Michael Ellerman · 11 years ago
  68. 8fe9c93 powerpc: Add vr save/restore functions by Andreas Schwab · 11 years ago
  69. dece8ad Merge branch 'merge' into next by Benjamin Herrenschmidt · 11 years ago
  70. 2015116 powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian by Paul E. McKenney · 11 years ago
  71. 1e8341a powerpc: Move the patch_exception to a common place by Kevin Hao · 12 years ago
  72. ef1313d powerpc: Add VMX optimised xor for RAID5 by Anton Blanchard · 11 years ago
  73. dbc2fbd powerpc: Fix Unaligned LE Floating Point Loads and Stores by Tom Musta · 11 years ago
  74. 6506b47 powerpc: Fix Unaligned Loads and Stores by Tom Musta · 11 years ago
  75. de577a3 powerpc: Use generic memcpy code in little endian by Anton Blanchard · 11 years ago
  76. 7a332b0 powerpc: Use generic checksum code in little endian by Anton Blanchard · 11 years ago
  77. 32ee1e1 powerpc: Fix endian issues in VMX copy loops by Anton Blanchard · 11 years ago
  78. 8f21bd0 powerpc: Restore registers on error exit from csum_partial_copy_generic() by Paul E. McKenney · 11 years ago
  79. d9813c3 powerpc: Fix parameter clobber in csum_partial_copy_generic() by Paul E. McKenney · 11 years ago
  80. cbc9565 powerpc: Remove ksp_limit on ppc64 by Benjamin Herrenschmidt · 11 years ago
  81. 17e8de7 powerpc: Unaligned stores and stmw are broken in emulation code by Tom Musta · 11 years ago
  82. 7ffcf8e powerpc: Fix little endian lppaca, slb_shadow and dtl_entry by Anton Blanchard · 11 years ago
  83. 70a54a4 powerpc: Fix single step emulation of 32bit overflowed branches by Michael Neuling · 12 years ago
  84. 280a5ba powerpc/pseries: Improve stream generation comments in copypage/user by Michael Neuling · 11 years ago
  85. 5e249d4 uprobes/powerpc: Add dependency on single step emulation by Suzuki K. Poulose · 12 years ago
  86. 1fbe9cf powerpc: Build kernel with -mcmodel=medium by Anton Blanchard · 12 years ago
  87. c8adfec powerpc: Fix VMX fix for memcpy case by Nishanth Aravamudan · 12 years ago
  88. 8e9f693 powerpc/kprobe: Don't emulate store when kprobe stwu r1 by Tiejun Chen · 12 years ago
  89. 636802e powerpc: Don't use __put_user() in patch_instruction by Benjamin Herrenschmidt · 12 years ago
  90. 2fae7cd powerpc: Fix VMX in interrupt check in POWER7 copy loops by Anton Blanchard · 12 years ago
  91. dad477c powerpc: POWER7 copy_to_user/copy_from_user patch applied twice by Anton Blanchard · 12 years ago
  92. 1d5a436 powerpc: Put the gpr save/restore functions in their own section by Stephen Rothwell · 12 years ago
  93. e55174e powerpc: Fixes for instructions not using correct register naming by Michael Neuling · 12 years ago
  94. 86e32fd powerpc: Change mtcrf to use real register names by Michael Neuling · 12 years ago
  95. 44ce6a5 powerpc: Merge STK_REG/PARAM/FRAMESIZE by Michael Neuling · 12 years ago
  96. c75df6f powerpc: Fix usage of register macros getting ready for %r0 change by Michael Neuling · 12 years ago
  97. cf8fb55 powerpc: Optimise the 64bit optimised __clear_user by Anton Blanchard · 12 years ago
  98. b3f271e powerpc: POWER7 optimised memcpy using VMX and enhanced prefetch by Anton Blanchard · 12 years ago
  99. bce4b4b powerpc: Use enhanced touch instructions in POWER7 copy_to_user/copy_from_user by Anton Blanchard · 12 years ago
  100. fde6928 powerpc: POWER7 optimised copy_page using VMX and enhanced prefetch by Anton Blanchard · 12 years ago