summaryrefslogtreecommitdiffstats
path: root/arch/ppc
Commit message (Expand)AuthorAgeFilesLines
* sysctl: kill binary sysctl KERN_PPC_L2CREric W. Biederman2008-01-241-1/+0
* [POWERPC] virtex bug fix: Use canonical value for AC97 interrupt xparamsGrant Likely2007-12-072-4/+12
* [POWERPC] Remove xmon from ml300 and ml403 defconfig in arch/ppcGrant Likely2007-12-032-2/+2
* [POWERPC] Fix 8xx build breakage due to _tlbie changesBenjamin Herrenschmidt2007-11-202-2/+2
* Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-11-203-0/+39
|\
| * [POWERPC] 4xx: Use virtual PVR value to init FPU on arch/ppc 440EPJosh Boyer2007-11-191-0/+7
| * [POWERPC] 4xx: balance ioremap/ioumap calls for YuccaRoel Kluin2007-11-191-0/+1
| * [POWERPC] Xilinx: Register AC97 Controller Reference with the platform busJoachim Foerster2007-11-191-0/+31
* | [POWERPC] Avoid unpaired stwcx. on some processorsBecky Bruce2007-11-131-0/+6
|/
* Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-11-0810-23/+68
|\
| * [POWERPC] ppc405 Fix arithmatic rollover bug when memory size under 16MGrant Likely2007-11-011-9/+8
| * [POWERPC] 4xx: Deal with 44x virtually tagged icacheBenjamin Herrenschmidt2007-11-013-0/+33
| * [POWERPC] 4xx: Fix 4xx flush_tlb_page()Benjamin Herrenschmidt2007-11-016-13/+21
| * [POWERPC] allocation fix in ppc/platforms/4xx/luan.cRoel Kluin2007-11-011-1/+6
* | [POWERPC] i8259: Add disable methodAurelien Jarno2007-11-081-0/+1
* | [POWERPC] Fix build break in arch/ppc/syslib/m8260_setup.cOlof Johansson2007-11-081-6/+7
|/
* kbuild: restore arch/{ppc/xtensa}/boot cflagsMilton Miller2007-10-201-0/+2
* Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers2007-10-191-1/+1
* define global BIT macroJiri Slaby2007-10-191-1/+0
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-192-2/+2
* Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras2007-10-171-0/+6
|\
| * [POWERPC] rheap: Changes config mechanismSylvain Munaut2007-10-161-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-162-9/+8
|\ \
| * | kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg2007-10-151-1/+1
| * | kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg2007-10-151-2/+2
| * | kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-141-5/+5
| * | kbuild: fix up CFLAGS usageSam Ravnborg2007-10-141-1/+0
| |/
* / During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
|/
* [POWERPC] Remove redundant reference to non-existent CONFIG_BOOTIMGRobert P. J. Day2007-10-092-6/+0
* [PPC] Use cpu setup routines from cpu_setup_44x.S for ARCH=ppcPaul Mackerras2007-10-041-10/+0
* [POWERPC] Uartlite: Revert register io access changesGrant Likely2007-10-031-1/+1
* [POWERPC] Setup default eth addr in embed_config for Xilinx Virtex platformsGrant Likely2007-10-031-0/+8
* [POWERPC] XilinxFB: Move xilinxfb_platform_data definition to a shared header...Grant Likely2007-10-031-7/+1
* [POWERPC] Uartlite: Flush RX fifo in bootwrapperGrant Likely2007-10-032-1/+11
* [POWERPC] Uartlite: Fix reg io to access documented register sizeGrant Likely2007-10-031-1/+1
* Merge branch 'ppc-fixes' of git://git.bocc.de/dbox2 into for-2.6.24Paul Mackerras2007-10-031-0/+1
|\
| * [PPC] Compile fix for 8xx CPM Ehernet driverJochen Friedrich2007-09-251-0/+1
| * [PPC] Fix cpm_dpram_addr returning phys mem instead of virt memJochen Friedrich2007-09-251-1/+1
* | Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-031-1/+1
|\ \
| * | [PPC] Fix cpm_dpram_addr returning phys mem instead of virt memJochen Friedrich2007-09-281-1/+1
| |/
* | [POWERPC] Disable power management for arch/ppcPaul Mackerras2007-10-031-1/+1
* | [POWERPC] Create and use CONFIG_WORD_SIZEStephen Rothwell2007-10-031-0/+4
* | [POWERPC] Fix ppc kernels after build-id additionMeelis Roos2007-09-221-0/+2
* | [POWERPC] Prevent direct inclusion of <asm/rwsem.h>.Robert P. J. Day2007-09-221-1/+1
* | [POWERPC] Remove APUS support from arch/ppcAdrian Bunk2007-09-1722-4022/+5
* | Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-09-141-2/+0
|\|
| * [PPC] 8xx: Fix r3 trashing due to 8MB TLB page instantiationJochen Friedrich2007-09-101-2/+0
* | [POWERPC] Only ignore arch/ppc/include, not arch/ppc/boot/includeGrant Likely2007-08-171-1/+1
|/
* [POWERPC] Fix small race in 44x tlbie functionDavid Gibson2007-08-151-1/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-07-311-0/+29
|\