1. 17 1月, 2008 2 次提交
  2. 20 12月, 2007 3 次提交
  3. 14 12月, 2007 1 次提交
  4. 11 12月, 2007 17 次提交
  5. 03 12月, 2007 3 次提交
  6. 08 11月, 2007 2 次提交
  7. 17 10月, 2007 2 次提交
  8. 12 10月, 2007 1 次提交
    • P
      [POWERPC] Use 1TB segments · 1189be65
      Paul Mackerras 提交于
      This makes the kernel use 1TB segments for all kernel mappings and for
      user addresses of 1TB and above, on machines which support them
      (currently POWER5+, POWER6 and PA6T).
      
      We detect that the machine supports 1TB segments by looking at the
      ibm,processor-segment-sizes property in the device tree.
      
      We don't currently use 1TB segments for user addresses < 1T, since
      that would effectively prevent 32-bit processes from using huge pages
      unless we also had a way to revert to using 256MB segments.  That
      would be possible but would involve extra complications (such as
      keeping track of which segment size was used when HPTEs were inserted)
      and is not addressed here.
      
      Parts of this patch were originally written by Ben Herrenschmidt.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      1189be65
  9. 11 10月, 2007 5 次提交
  10. 09 10月, 2007 1 次提交
  11. 03 10月, 2007 1 次提交
  12. 13 9月, 2007 2 次提交