1. 09 2月, 2006 1 次提交
  2. 08 2月, 2006 2 次提交
  3. 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
  4. 03 2月, 2006 4 次提交
  5. 27 1月, 2006 3 次提交
  6. 25 1月, 2006 2 次提交
  7. 18 1月, 2006 3 次提交
  8. 17 1月, 2006 1 次提交
  9. 14 1月, 2006 10 次提交
  10. 12 1月, 2006 1 次提交
  11. 05 1月, 2006 1 次提交
  12. 17 12月, 2005 1 次提交
    • J
      [IA64-SGI] Missed TLB flush · d74700e6
      Jack Steiner 提交于
      I see why the problem exists only on SN. SN uses a different hardware
      mechanism to purge TLB entries across nodes.
      
      It looks like there is a bug in the SN TLB flushing code. During context switch,
      kernel threads inherit the mm of the task that was previously running on the
      cpu. This confuses the code in sn2_global_tlb_purge().
      
      The result is a missed TLB purge for the task that owns the "borrowed" mm.
      
      (I hit the problem running heavy stress where kswapd was purging code pages of
      a user task that woke kswapd. The user task took a SIGILL fault trying to
      execute code in the page that had been ripped out from underneath it).
      Signed-off-by: NJack Steiner <steiner@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      d74700e6
  13. 16 12月, 2005 1 次提交
  14. 07 12月, 2005 2 次提交
  15. 22 11月, 2005 3 次提交
  16. 12 11月, 2005 1 次提交
    • M
      [IA64-SGI] set altix preferred console · ff51224c
      Mark Maule 提交于
      Fix default VGA console on SN platforms.  Since SN firmware does not pass
      enough ACPI information to identify VGA cards and the associated legacy IO/MEM
      addresses, we rely on the EFI PCDP table.  Since the linux pcdp driver is
      optional (and overridden if console= directives are used) SN duplicates a
      portion of the pcdp scan code to identify if there is a usable console VGA
      adapter.  Additionally, dup necessary pcdp related structs to avoid dragging
      drivers/pcdp.h into a more public location.
      Signed-off-by: NMark Maule <maule@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      ff51224c
  17. 11 11月, 2005 2 次提交
  18. 09 11月, 2005 1 次提交