| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Avoid load of static chain register when calling nested functions th... | Anton Blanchard | 2013-01-10 | 1 | -0/+1 |
* | powerpc: Build kernel with -mcmodel=medium | Anton Blanchard | 2013-01-10 | 1 | -1/+18 |
* | powerpc: Relocate prom_init.c on 64bit | Anton Blanchard | 2013-01-10 | 1 | -0/+1 |
* | powerpc: Add a powerpc implementation of SHA-1 | Michael Ellerman | 2013-01-10 | 1 | -0/+1 |
* | powerpc: dtc is required to build dtb files | Matthew McClintock | 2012-11-15 | 1 | -1/+1 |
* | crypto: nx - move nx build to driver/crypto Makefile | Seth Jennings | 2012-06-27 | 1 | -1/+0 |
* | powerpc/crypto: Build files for the nx device driver | Kent Yoder | 2012-05-16 | 1 | -0/+1 |
* | powerpc: Add 64-bit CPU targets for gcc | Anton Blanchard | 2012-04-30 | 1 | -13/+12 |
* | powerpc: Remove altivec fix for gcc versions before 4.0 | Anton Blanchard | 2012-04-30 | 1 | -10/+0 |
* | powerpc: Require gcc 4.0 on 64-bit | Anton Blanchard | 2012-04-30 | 1 | -3/+10 |
* | powerpc/perf: Move perf core & PMU code into a subdirectory | Michael Ellerman | 2012-02-23 | 1 | -0/+1 |
* | powerpc: Process dynamic relocations for kernel | Suzuki Poulose | 2011-12-20 | 1 | -3/+3 |
* | powerpc: Add support for OpenBlockS 600 | Benjamin Herrenschmidt | 2011-12-08 | 1 | -1/+1 |
* | arch/powerpc: Remove duplicate/redundant Altivec entries | Matthew McClintock | 2011-11-28 | 1 | -2/+1 |
* | powerpc: Remove buggy 9-year-old test for binutils < 2.12.1 | Kyle Moffett | 2011-11-17 | 1 | -6/+0 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2011-07-25 | 1 | -1/+1 |
|\ |
|
| * | powerpc: Use -mtraceback=no | Anton Blanchard | 2011-07-01 | 1 | -1/+1 |
* | | net: filter: BPF 'JIT' compiler for PPC64 | Matt Evans | 2011-07-21 | 1 | -1/+2 |
|/ |
|
* | powerpc: Fix typo in uImage target | Anatolij Gustschin | 2010-08-24 | 1 | -1/+1 |
* | powerpc: fix build with make 3.82 | Sam Ravnborg | 2010-08-09 | 1 | -4/+12 |
* | Merge commit 'v2.6.35' into kbuild/kbuild | Michal Marek | 2010-08-04 | 1 | -2/+2 |
|\ |
|
| * | powerpc: Fix module building for gcc 4.5 and 64 bit | Stephen Rothwell | 2010-07-08 | 1 | -2/+2 |
* | | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line | Sam Ravnborg | 2010-08-03 | 1 | -1/+1 |
|/ |
|
* | kbuild: move -fno-dwarf2-cfi-asm to powerpc only | Andi Kleen | 2010-02-05 | 1 | -0/+5 |
* | powerpc: Check for unsupported relocs when using CONFIG_RELOCATABLE | Tony Breeds | 2009-09-24 | 1 | -0/+11 |
* | arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 | Sam Ravnborg | 2009-09-20 | 1 | -2/+0 |
* | kbuild: use INSTALLKERNEL to select customized installkernel script | Sam Ravnborg | 2009-09-20 | 1 | -2/+2 |
* | powerpc: Makefile simplification through use of cc-ifversion | Frans Pop | 2009-08-20 | 1 | -1/+1 |
* | powerpc: Move VMX and VSX asm code to vector.S | Benjamin Herrenschmidt | 2009-06-09 | 1 | -0/+1 |
* | powerpc/math-emu: Fix efp dependence | Liu Yu | 2009-03-11 | 1 | -2/+2 |
* | powerpc: Remove unncessary SPE related compiler flag | Kumar Gala | 2008-12-03 | 1 | -1/+0 |
* | ftrace: rename FTRACE to FUNCTION_TRACER | Steven Rostedt | 2008-10-20 | 1 | -1/+1 |
* | powerpc: Enforce a non-spe kernel build even on broken compilers | Thiemo Seufer | 2008-09-15 | 1 | -0/+3 |
* | powerpc: Make the 64-bit kernel as a position-independent executable | Paul Mackerras | 2008-09-15 | 1 | -1/+3 |
* | powerpc: Work around gcc's -fno-omit-frame-pointer bug | Tony Breeds | 2008-09-03 | 1 | -0/+5 |
* | powerpc/bootwrapper: Add documentation of boot wrapper targets | Grant Likely | 2008-07-04 | 1 | -1/+14 |
* | powerpc: Get rid of CROSS32{AS,LD,OBJCOPY} | Segher Boessenkool | 2008-06-30 | 1 | -7/+1 |
* | [POWERPC] Fix -Os kernel builds with newer gcc versions | Kumar Gala | 2008-06-16 | 1 | -0/+2 |
* | [POWERPC] bootwrapper: add simpleImage* to list of boot targets | Grant Likely | 2008-06-11 | 1 | -1/+1 |
* | KVM: ppc: PowerPC 440 KVM implementation | Hollis Blanchard | 2008-04-27 | 1 | -0/+1 |
* | [POWERPC] Provide access to arch/powerpc include path on ppc64 | Kumar Gala | 2008-04-17 | 1 | -6/+4 |
* | [POWERPC] add target for building .dtb files | Grant Likely | 2008-04-02 | 1 | -1/+1 |
* | [POWERPC] Fix zImage-dtb.initrd build error | Grant Likely | 2008-03-13 | 1 | -1/+1 |
* | x86: fix vdso_install breaks user "make install" | Sam Ravnborg | 2008-02-19 | 1 | -1/+1 |
* | [POWERPC] bootwrapper: Build multiple cuImages | Grant Likely | 2008-02-07 | 1 | -6/+3 |
* | [POWERPC] Implement 'make bootwrapper_install' | David Woodhouse | 2007-12-06 | 1 | -0/+3 |
* | [POWERPC] Add -mno-spe for ARCH=powerpc builds | Kumar Gala | 2007-11-09 | 1 | -0/+3 |
* | kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP | Sam Ravnborg | 2007-10-15 | 1 | -1/+1 |
* | kbuild: enable 'make AFLAGS=...' to add additional options to AS | Sam Ravnborg | 2007-10-15 | 1 | -2/+2 |
* | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2007-10-14 | 1 | -12/+12 |