1. 9c5f7d3 powerpc: Process dynamic relocations for kernel by Suzuki Poulose · 13 years ago
  2. 11eab297 powerpc: Add support for OpenBlockS 600 by Benjamin Herrenschmidt · 13 years ago
  3. e1fc235 arch/powerpc: Remove duplicate/redundant Altivec entries by Matthew McClintock · 14 years ago
  4. a9a8f77 powerpc: Remove buggy 9-year-old test for binutils < 2.12.1 by Kyle Moffett · 13 years ago
  5. 1844750 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  6. 0ca87f0 net: filter: BPF 'JIT' compiler for PPC64 by Matt Evans · 13 years ago
  7. af9719c powerpc: Use -mtraceback=no by Anton Blanchard · 13 years ago
  8. c686ecf powerpc: Fix typo in uImage target by Anatolij Gustschin · 14 years ago
  9. e32e78c powerpc: fix build with make 3.82 by Sam Ravnborg · 14 years ago
  10. 772320e Merge commit 'v2.6.35' into kbuild/kbuild by Michal Marek · 14 years ago
  11. 6588169 kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line by Sam Ravnborg · 14 years ago
  12. 7fca5dc powerpc: Fix module building for gcc 4.5 and 64 bit by Stephen Rothwell · 14 years ago
  13. d0679c7 kbuild: move -fno-dwarf2-cfi-asm to powerpc only by Andi Kleen · 14 years ago
  14. 144ef90 powerpc: Check for unsupported relocs when using CONFIG_RELOCATABLE by Tony Breeds · 15 years ago
  15. 51b563f arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 by Sam Ravnborg · 15 years ago
  16. caa27b6 kbuild: use INSTALLKERNEL to select customized installkernel script by Sam Ravnborg · 15 years ago
  17. f7d4f68 powerpc: Makefile simplification through use of cc-ifversion by Frans Pop · 15 years ago
  18. e821ea7 powerpc: Move VMX and VSX asm code to vector.S by Benjamin Herrenschmidt · 15 years ago
  19. 1a3d1fc powerpc/math-emu: Fix efp dependence by Liu Yu · 15 years ago
  20. 55b9121 powerpc: Remove unncessary SPE related compiler flag by Kumar Gala · 16 years ago
  21. 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 16 years ago
  22. ce400c0 powerpc: Enforce a non-spe kernel build even on broken compilers by Thiemo Seufer · 16 years ago
  23. 549e815 powerpc: Make the 64-bit kernel as a position-independent executable by Paul Mackerras · 16 years ago
  24. 7563dc6 powerpc: Work around gcc's -fno-omit-frame-pointer bug by Tony Breeds · 16 years ago
  25. 70bf033 powerpc/bootwrapper: Add documentation of boot wrapper targets by Grant Likely · 16 years ago
  26. 1976aef powerpc: Get rid of CROSS32{AS,LD,OBJCOPY} by Segher Boessenkool · 16 years ago
  27. da3de6d [POWERPC] Fix -Os kernel builds with newer gcc versions by Kumar Gala · 16 years ago
  28. 8d6bcd6 [POWERPC] bootwrapper: add simpleImage* to list of boot targets by Grant Likely · 16 years ago
  29. bbf45ba KVM: ppc: PowerPC 440 KVM implementation by Hollis Blanchard · 16 years ago
  30. 1993cbf [POWERPC] Provide access to arch/powerpc include path on ppc64 by Kumar Gala · 16 years ago
  31. e04018e [POWERPC] add target for building .dtb files by Grant Likely · 16 years ago
  32. 595be94 [POWERPC] Fix zImage-dtb.initrd build error by Grant Likely · 16 years ago
  33. 3f85d63 x86: fix vdso_install breaks user "make install" by Sam Ravnborg · 16 years ago
  34. 2543133 [POWERPC] bootwrapper: Build multiple cuImages by Grant Likely · 16 years ago
  35. 773f76b [POWERPC] Implement 'make bootwrapper_install' by David Woodhouse · 17 years ago
  36. 0197cd2 [POWERPC] Add -mno-spe for ARCH=powerpc builds by Kumar Gala · 17 years ago
  37. 06c5040 kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP by Sam Ravnborg · 17 years ago
  38. 222d394 kbuild: enable 'make AFLAGS=...' to add additional options to AS by Sam Ravnborg · 17 years ago
  39. a0f97e0 kbuild: enable 'make CFLAGS=...' to add additional options to CC by Sam Ravnborg · 17 years ago
  40. ca786f8 [POWERPC] Select proper defconfig for crosscompiles by Adrian Bunk · 17 years ago
  41. 8150caa [POWERPC] powerpc vDSO: install unstripped copies on disk by Roland McGrath · 17 years ago
  42. 2578bfa [POWERPC] Create and use CONFIG_WORD_SIZE by Stephen Rothwell · 17 years ago
  43. 3164ccc [POWERPC] add Kconfig option for optimizing for cell by Arnd Bergmann · 17 years ago
  44. 2f6c9d9 [POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32 by Kumar Gala · 17 years ago
  45. 15f6527 [POWERPC] Rename 4xx paths to 40x by Josh Boyer · 17 years ago
  46. efffbee Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  47. f5e83fa powerpc: Refuse to build 64-bit with GCC-4.2.0 and CONFIG_MODULES by Segher Boessenkool · 17 years ago
  48. 941b7ad [POWERPC] Remove 'make zImage.dts' feature by Mark A. Greer · 17 years ago
  49. 0570d4e [POWERPC] Create a zImage for legacy iSeries by Stephen Rothwell · 17 years ago
  50. 8995ac8 [POWERPC] Specify GNUTARGET on $(AR) invocations by Segher Boessenkool · 17 years ago
  51. 916066d [POWERPC] Add Makefile rules to wrap dts file in zImage by Mark A. Greer · 17 years ago
  52. a6afacb [POWERPC] Small cleanups to the cuboot bootwrapper code by David Gibson · 17 years ago
  53. 928370c [POWERPC] Enable make install by Akinobu Mita · 17 years ago
  54. 57647a4 [POWERPC] Always use -mno-string by Benjamin Herrenschmidt · 17 years ago
  55. 0fdd717 [POWERPC] bootwrapper: Add a cuboot platform and a cuImage target by Scott Wood · 17 years ago
  56. 2bf1181 [POWERPC] Create a "wrapper" script and use it in arch/powerpc/boot by Paul Mackerras · 18 years ago
  57. 227318b [POWERPC] Remove stale 64bit on 32bit kernel code by Anton Blanchard · 18 years ago
  58. f48b829 [PATCH] powerpc32: Set cpu explicitly in kernel compiles by Olaf Hering · 18 years ago
  59. 5cd2720 powerpc: move math-emu over to arch/powerpc by Kumar Gala · 18 years ago
  60. e7e2d2d powerpc: Don't compile in arch/ppc/kernel for 32-bit ARCH=powerpc by Paul Mackerras · 18 years ago
  61. 2e1ca21 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  62. 4f19336 kbuild: change kbuild to not rely on incorrect GNU make behavior by Paul Smith · 18 years ago
  63. a00428f Merge ../powerpc-merge by Paul Mackerras · 18 years ago
  64. d6c662d Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 18 years ago
  65. 7056729 [PATCH] Fix building external modules on ppc32 by Andreas Gruenbacher · 18 years ago
  66. 00adbf6 [PATCH] powerpc: Add CONFIG_DEFAULT_UIMAGE for embedded boards by Kumar Gala · 18 years ago
  67. 774fee5 [PATCH] powerpc: Add missing vmlinux.bin target by Geoff Levand · 18 years ago
  68. f4fc4a5 [PATCH] powerpc: Add CONFIG_DEFAULT_UIMAGE to build a uImage by default for a board by Kumar Gala · 18 years ago
  69. 135f0b1 [PATCH] powerpc/boot: Better use of defaultimage- by Tom Rini · 18 years ago
  70. 9e1c72a [PATCH] Remove bzImage target by Tom Rini · 18 years ago
  71. ab396e9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  72. 8c441a5 [PATCH] powerpc: Add support for building uImages by Kumar Gala · 19 years ago
  73. ad14336 kbuild: remove GCC_VERSION by Sam Ravnborg · 18 years ago
  74. 55bb239 [PATCH] powerpc: remove arch/powerpc/include hack for 64 bit by Stephen Rothwell · 19 years ago
  75. 8a5abdf powerpc: Move defconfig over and remove remaining arch/ppc64 files by Paul Mackerras · 19 years ago
  76. 437a58d powerpc: Move remaining .c files from arch/ppc64 to arch/powerpc by Paul Mackerras · 19 years ago
  77. 94b212c powerpc: Move ppc64 boot wrapper code over to arch/powerpc by Paul Mackerras · 19 years ago
  78. 50092b2 [PATCH] powerpc: Always rebuild arch/powerpc/include/asm symlink by Benjamin Herrenschmidt · 19 years ago
  79. e19e4ab powerpc: Set entry point and text address in linker script by Michael Ellerman · 19 years ago
  80. d3f67fb powerpc: Add -mno-altivec for ARCH=powerpc builds by Paul Mackerras · 19 years ago
  81. f78541d powerpc: Merge xmon by Paul Mackerras · 19 years ago
  82. 03f88e9 ppc64: Minor compilation fixes by Paul Mackerras · 19 years ago
  83. 77f543c powerpc: Fix various compile errors with ARCH=ppc, ppc64 and powerpc by Paul Mackerras · 19 years ago
  84. 190554d powerpc: fix uname -m by Stephen Rothwell · 19 years ago
  85. 20f6295 powerpc: Make building the boot image work for both 32-bit and 64-bit by Paul Mackerras · 19 years ago
  86. 9994a33 powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.S by Paul Mackerras · 19 years ago
  87. daec962 powerpc: Use arch/powerpc/mm and arch/powerpc/lib for 64-bit by Paul Mackerras · 19 years ago
  88. 70d64ce powerpc: Rename files to have consistent _32/_64 suffixes by Paul Mackerras · 19 years ago
  89. cabb558 powerpc: make iSeries build by Stephen Rothwell · 19 years ago
  90. bd142b7 ppc64: simplify the build a little by Stephen Rothwell · 19 years ago
  91. a3a9e99 powerpc: Fix building in the old arch's boot directory for now by Paul Mackerras · 19 years ago
  92. bbeb3f4 powerpc: clean up after powermac build merge by Stephen Rothwell · 19 years ago
  93. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago