summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * [PATCH] powerpc: Add strne2a() to convert a string from EBCDIC to ASCIIMichael Ellerman2006-03-221-0/+10
| * [PATCH] powerpc: iseries: Make more stuff static in platforms/iseries/mf.cMichael Ellerman2006-03-221-39/+39
| * [PATCH] powerpc: iseries: Remove pointless iSeries_(restart|power_off|halt)Michael Ellerman2006-03-222-28/+4
| * [PATCH] powerpc: iseries: mf related cleanupsMichael Ellerman2006-03-222-19/+24
| * [PATCH] powerpc: Replace platform_is_lpar() with a firmware featureMichael Ellerman2006-03-227-13/+22
| * [PATCH] powerpc: Remove unused iommu_off logic from pSeries_init_early()Michael Ellerman2006-03-221-6/+1
| * [PATCH] powerpc: Unconfuse htab_bolt_mapping() callersMichael Ellerman2006-03-221-13/+14
| * [PATCH] powerpc numa: Consolidate assignment of cpus to nodesNathan Lynch2006-03-221-7/+3
| * [PATCH] powerpc numa: Support sparse online node mapNathan Lynch2006-03-221-52/+43
| * [PATCH] powerpc numa: Consolidate handling of Power4 special caseNathan Lynch2006-03-221-12/+11
| * [PATCH] powerpc numa: Get rid of "numa domain" terminologyNathan Lynch2006-03-221-39/+39
| * [PATCH] powerpc numa: Minor cpu hotplug-related cleanupsNathan Lynch2006-03-221-3/+3
| * [PATCH] powerpc numa: Minor debugging code changesNathan Lynch2006-03-221-3/+5
| * [PATCH] powerpc numa: fix boot_cpuid always assigned to node 0Nathan Lynch2006-03-221-3/+3
| * Merge branch '85xx' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras2006-03-225-25/+166
| |\
| | * Merge branch 'master'Kumar Gala2006-03-20131-967/+1627
| | |\
| | * \ Merge branch 'master' of git+ssh://galak@master.kernel.org/pub/scm/linux/kern...Kumar Gala2006-02-28242-2393/+2416
| | |\ \
| | * | | powerpc: Add PCI support for 8540 ADS to powerpc treeAndy Fleming2006-02-215-25/+166
| * | | | Merge branch 'master'Kumar Gala2006-03-20351-3340/+4023
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | [PATCH] powerpc: Fix bug in bug fix for bug in lmb_alloc()Michael Ellerman2006-03-171-1/+1
| | * | | [PATCH] Fix compile error for ML300/403Grant Likely2006-03-171-1/+1
| | * | | [PATCH] ppc: Fix platform_notify functions marked __initAdrian Cox2006-03-176-6/+6
| | * | | [PATCH] powerpc: add a raw dump command to xmonOlaf Hering2006-03-171-0/+30
| | * | | [PATCH] kzalloc() conversion in arch/ppcEric Sesterhenn2006-03-175-10/+5
| | * | | Merge ../linux-2.6Paul Mackerras2006-03-1750-261/+482
| | |\ \ \
| | * \ \ \ Merge ../linux-2.6Paul Mackerras2006-03-0971-688/+1102
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge ../powerpc-mergePaul Mackerras2006-02-2858-291/+367
| | |\ \ \ \
| | * | | | | powerpc: Export variables used in conversions to/from cputime_tPaul Mackerras2006-02-271-0/+5
| | * | | | | powerpc: Implement accurate task and CPU time accountingPaul Mackerras2006-02-248-14/+297
| | * | | | | Merge ../powerpc-mergePaul Mackerras2006-02-24196-2103/+1762
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | ppc32: Fix BCSR_SIZE for MPC834x SYSHorst Kronstorfer2006-02-211-1/+1
| * | | | | | powerpc: Fix mpc83xx restart bugKumar Gala2006-02-161-1/+1
| |/ / / / /
| * | | | | [PATCH] powerpc: Add missing vmlinux.bin targetGeoff Levand2006-02-101-1/+1
| * | | | | [PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason2006-02-10239-477/+4
| * | | | | [PATCH] ppc32: Make platform devices being able to assign functionsVitaly Bordug2006-02-101-3/+174
| * | | | | [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseriesMichael Ellerman2006-02-105-70/+123
| * | | | | [PATCH] powerpc: Clean up pSeries firmware feature initialisationMichael Ellerman2006-02-101-26/+22
| * | | | | [PATCH] powerpc/ppc: Add missing isyncs in head_fsl_booke.SBecky Bruce2006-02-102-0/+8
| * | | | | [PATCH] powerpc: lindent 85xx platform codeBecky Bruce2006-02-102-29/+19
| * | | | | [PATCH] powerpc: rename mpc85xx.c to misc.cBecky Bruce2006-02-102-3/+3
| * | | | | [PATCH] powerpc: mpc85xx_ads.c include file cleanupBecky Bruce2006-02-101-21/+0
| * | | | | [PATCH] powerpc: Fix Kernel FP unavail exception for BookEBecky Bruce2006-02-101-1/+1
| * | | | | Merge ../powerpc-mergePaul Mackerras2006-02-10204-1861/+1505
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcPaul Mackerras2006-02-08265-3091/+7419
| |\ \ \ \ \ \
| | * | | | | | [PATCH] powerpc: Lindent platforms/83xxKumar Gala2006-02-074-23/+20
| | * | | | | | [PATCH] powerpc: Cleanup MPC83xx platform supportKumar Gala2006-02-075-62/+71
| | * | | | | | [PATCH] powerpc: Add platform support for MPC834x USB controllersKumar Gala2006-02-071-0/+140
| | * | | | | | [PATCH] powerpc: remove check for ELF offset in powerpc bootimageOlaf Hering2006-02-071-2/+2
| | * | | | | | [PATCH] powerpc: Remove arch/ppc/syslib/ppc4xx_pm.cDomen Puncer2006-02-071-47/+0
| | * | | | | | [PATCH] powerpc: Move LMB_ALLOC_ANYWHERE out of lmb.hMichael Ellerman2006-02-071-0/+2
OpenPOWER on IntegriCloud