1. 20 2月, 2009 1 次提交
  2. 20 12月, 2007 1 次提交
  3. 12 5月, 2007 1 次提交
  4. 16 11月, 2006 1 次提交
    • R
      [IA64] bte_unaligned_copy() transfers one extra cache line. · cbf093e8
      Robin Holt 提交于
      When called to do a transfer that has a start offset within the cache
      line which is uneven between source and destination and a length which
      terminates the source of the copy exactly on a cache line, one extra
      line gets copied into a temporary buffer.  This is normally not an issue
      since the buffer is a kernel buffer and only the requested information
      gets copied into the user buffer.
      
      The problem arises when the source ends at the very last physical page
      of memory.  That last cache line does not exist and results in the SHUB
      chip raising an MCA.
      Signed-off-by: NRobin Holt <holt@sgi.com>
      Signed-off-by: NDean Nelson <dcn@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      cbf093e8
  5. 27 9月, 2006 1 次提交
  6. 01 7月, 2006 1 次提交
  7. 24 3月, 2006 1 次提交
  8. 07 2月, 2006 1 次提交
    • R
      [IA64-SGI] Shub2 BTE address fix · 913e4a75
      Russ Anderson 提交于
      After converting the cpu physical address to shub2 physical
      addressing, the address was run through TO_PHYS() which
      clobbered a high node offset bit causing the BTE to fail
      on shub2 nodes with large memory.  This fix corrects
      that problem.
      
      Signed-off-by: Russ Anderson (rja@sgi.com)
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      913e4a75
  9. 22 11月, 2005 1 次提交
  10. 26 10月, 2005 1 次提交
  11. 27 8月, 2005 1 次提交
  12. 18 8月, 2005 2 次提交
  13. 26 4月, 2005 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4