1. 10 2月, 2006 1 次提交
  2. 15 1月, 2006 1 次提交
  3. 11 1月, 2006 1 次提交
  4. 10 1月, 2006 2 次提交
  5. 09 1月, 2006 8 次提交
  6. 02 12月, 2005 1 次提交
  7. 18 11月, 2005 1 次提交
  8. 14 11月, 2005 2 次提交
  9. 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
  10. 08 11月, 2005 3 次提交
  11. 07 11月, 2005 3 次提交
  12. 04 11月, 2005 1 次提交
  13. 03 11月, 2005 1 次提交
  14. 01 11月, 2005 3 次提交
  15. 29 10月, 2005 1 次提交
  16. 26 10月, 2005 6 次提交
  17. 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
  18. 17 10月, 2005 1 次提交
  19. 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
  20. 06 10月, 2005 1 次提交