summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge Stephen Rothwell's patchesPaul Mackerras2005-09-2844-457/+386
|\
| * ppc64 iSeries: use device_node instead of iSeries_Device_nodeStephen Rothwell2005-09-284-61/+67
| * powerpc: move more iSeries codeStephen Rothwell2005-09-285-59/+84
| * powerpc: Make powerpc pmac 32 bit build againStephen Rothwell2005-09-281-0/+2
| * powerpc: Move viopath.c to powerpc/platforms/iseriesStephen Rothwell2005-09-283-3/+2
| * powerpc: Move iSeries_smp.c to powerpc/platforms/iseriesStephen Rothwell2005-09-283-9/+9
| * powerpc: Move iSeries_vio.c to powerpc/platforms/iseriesStephen Rothwell2005-09-283-1/+1
| * powerpc: Move iSeries_VpdInfo.c to powerpc/platforms/iseriesStephen Rothwell2005-09-283-4/+1
| * powerpc: Move iSeries_irq.c to powerpc/platorms/iseriesStephen Rothwell2005-09-283-4/+2
| * powerpc: Move iSeries_pci.c to powerpc/platform/iseriesStephen Rothwell2005-09-2819-112/+49
| * powerpc: Move iSeries_iommu.c to powerpc/platforms/iseriesStephen Rothwell2005-09-283-5/+1
| * powerpc: Move iSeries_htab.c to powerpc/platforms/iseriesStephen Rothwell2005-09-283-15/+15
| * powerpc: move iSeries_proc.c to powerpc/platforms/iseriesStephen Rothwell2005-09-283-6/+9
| * powerpc: Merge HvLpEvent.c into lpevents.cStephen Rothwell2005-09-283-90/+68
| * powerpc: move hvCall.s to powerpc/platforms/iseriesStephen Rothwell2005-09-284-16/+10
| * powerpc: move ItLpQueue.c to powerpc/platforms/iseriesStephen Rothwell2005-09-283-3/+2
| * powerpc: move iSeries_setup.[ch] and mf.c into platforms/iseriesStephen Rothwell2005-09-276-70/+65
| * powerpc: Move LparData.c to powerpc platformsStephen Rothwell2005-09-274-13/+12
| * powerpc: Move HvLpConfig.c to powerpc archStephen Rothwell2005-09-273-3/+2
| * powerpc: Create arch/powerpc/platforms/iseriesStephen Rothwell2005-09-275-6/+8
* | powerpc: Fixes to get the merged kernel to boot on powermac.Paul Mackerras2005-09-286-3/+360
* | powerpc: Fix building in the old arch's boot directory for nowPaul Mackerras2005-09-281-4/+4
* | [PATCH] ppc32: make cur_cpu_spec a single pointer instead of an arrayKumar Gala2005-09-2813-69/+42
* | [PATCH] powerpc: merged asm/cputable.hKumar Gala2005-09-282-378/+103
|/
* powerpc: clean up after powermac build mergeStephen Rothwell2005-09-2714-317/+24
* Merge refs/heads/devtree from rsync://oak/kernels/iseries/work/.git Paul Mackerras2005-09-2610-273/+308
|\
| * ppc64 iSeries: Don't create linux,boot-cpuStephen Rothwell2005-09-231-3/+0
| * ppc64 iSeries: Define /cpus in iSeries device treeMichael Ellerman2005-09-233-153/+57
| * ppc64 iSeries: Move setup of systemcfg->platform into iSeries device treeMichael Ellerman2005-09-232-9/+5
| * ppc64 iSeries: Move memory setup into iSeries device treeMichael Ellerman2005-09-231-5/+15
| * ppc64 iSeries: Call early_setup() on iSeriesMichael Ellerman2005-09-235-15/+22
| * ppc64 iSeries: Create a fake flat device tree on iSeriesMichael Ellerman2005-09-231-0/+137
| * ppc64 iSeries: Make smp_release_cpus() callable on iSeriesMichael Ellerman2005-09-232-6/+8
| * ppc64 iSeries: Make stab_initialize() work on iSeriesMichael Ellerman2005-09-231-1/+3
| * ppc64 iSeries: Update create_pte_mapping to replace iSeries_bolt_kernel()Michael Ellerman2005-09-233-64/+30
| * ppc46 iSeries: Make some generic irq code compile for iSeriesMichael Ellerman2005-09-232-0/+15
| * ppc64 iSeries: Move iSeries ppc_md functions into a machdep_calls structMichael Ellerman2005-09-231-29/+28
* | powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras2005-09-2681-3/+31234
* | Merge from Linus' tree.Paul Mackerras2005-09-2584-305/+589
|\ \
| * | [ARM] Fix compiler warnings for memcpy_toio/memcpy_fromio/memset_ioRussell King2005-09-241-3/+3
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-09-231-1/+1
| |\ \
| | * | [ARM] Fix context switch with ARMv6 + TLSRussell King2005-09-231-1/+1
| * | | [PATCH] ppc64: Fix huge pages MMU mapping bugBenjamin Herrenschmidt2005-09-232-5/+7
| |/ /
| * | [PATCH] xtensa: remove io_remap_page_range and minor clean-upsChris Zankel2005-09-227-8/+8
| * | [PATCH] uml: replace printk with "stack-friendly" printf - to report console ...Paolo 'Blaisorblade' Giarrusso2005-09-221-16/+42
| * | [PATCH] uml: use GFP_ATOMIC for allocations under spinlocks.Paolo 'Blaisorblade' Giarrusso2005-09-222-2/+2
| * | [PATCH] uml: Fix GFP_ flags usagePaolo 'Blaisorblade' Giarrusso2005-09-221-1/+2
| * | [PATCH] uml: avoid fixing faults while atomicPaolo 'Blaisorblade' Giarrusso2005-09-221-0/+7
| * | [PATCH] uml: run mconsole "sysrq" in process contextPaolo 'Blaisorblade' Giarrusso2005-09-221-1/+1
| * | [PATCH] uml: fix condition in tlb flushPaolo 'Blaisorblade' Giarrusso2005-09-221-6/+6