1. 09 1月, 2006 5 次提交
  2. 02 12月, 2005 1 次提交
  3. 18 11月, 2005 1 次提交
  4. 14 11月, 2005 2 次提交
  5. 11 11月, 2005 1 次提交
    • A
      [PATCH] ppc64: Convert NUMA to sparsemem (3) · 45fb6cea
      Anton Blanchard 提交于
      Convert to sparsemem and remove all the discontigmem code in the
      process. This has a few advantages:
      
      - The old numa_memory_lookup_table can go away
      - All the arch specific discontigmem magic can go away
      
      We also remove the triple pass of memory properties and instead create a
      list of per node extents that we iterate through. A final cleanup would
      be to change our lmb code to store extents per node, then we can reuse
      that information in the numa code.
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      45fb6cea
  6. 08 11月, 2005 3 次提交
  7. 07 11月, 2005 3 次提交
  8. 04 11月, 2005 1 次提交
  9. 03 11月, 2005 1 次提交
  10. 01 11月, 2005 3 次提交
  11. 29 10月, 2005 1 次提交
  12. 26 10月, 2005 6 次提交
  13. 22 10月, 2005 1 次提交
    • P
      powerpc: Merge in 64-bit powermac support. · 35499c01
      Paul Mackerras 提交于
      This brings in a lot of changes from arch/ppc64/kernel/pmac_*.c to
      arch/powerpc/platforms/powermac/*.c and makes various minor tweaks
      elsewhere.  On the powermac we now initialize ppc_md by copying
      the whole pmac_md structure into it, which required some changes in
      the ordering of initializations of individual fields of it.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      35499c01
  14. 17 10月, 2005 1 次提交
  15. 12 10月, 2005 1 次提交
    • S
      powerpc: make iSeries boot again · 3a5f8c5f
      Stephen Rothwell 提交于
      On ARCH=ppc64 we were getting htab_hash_mask recalculated
      to the correct value for our particular machine by accident.
      In the merge tree, that code was commented out, so htab_hash_mask
      was being corrupted.
      
      We now set ppc64_pft_size instead which gets htab_has_mask
      calculated correctly for us later.  We should put an
      ibm,pft-size property in the device tree at some point.
      
      Also set -mno-minimal-toc in some makefiles.
      Allow iSeries to configure PROC_DEVICETREE.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      3a5f8c5f
  16. 06 10月, 2005 1 次提交
  17. 01 10月, 2005 3 次提交
  18. 26 9月, 2005 1 次提交
    • P
      powerpc: Merge enough to start building in arch/powerpc. · 14cf11af
      Paul Mackerras 提交于
      This creates the directory structure under arch/powerpc and a bunch
      of Kconfig files.  It does a first-cut merge of arch/powerpc/mm,
      arch/powerpc/lib and arch/powerpc/platforms/powermac.  This is enough
      to build a 32-bit powermac kernel with ARCH=powerpc.
      
      For now we are getting some unmerged files from arch/ppc/kernel and
      arch/ppc/syslib, or arch/ppc64/kernel.  This makes some minor changes
      to files in those directories and files outside arch/powerpc.
      
      The boot directory is still not merged.  That's going to be interesting.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      14cf11af