1. 29 6月, 2006 1 次提交
  2. 23 6月, 2006 1 次提交
  3. 27 3月, 2006 1 次提交
  4. 16 2月, 2006 2 次提交
  5. 08 2月, 2006 2 次提交
  6. 03 2月, 2006 1 次提交
  7. 27 1月, 2006 1 次提交
    • B
      [IA64] hooks to wait for mmio writes to drain when migrating processes · e08e6c52
      Brent Casavant 提交于
      On SN2, MMIO writes which are issued from separate processors are not
      guaranteed to arrive in any particular order at the IO hardware.  When
      performing such writes from the kernel this is not a problem, as a
      kernel thread will not migrate to another CPU during execution, and
      mmiowb() calls can guarantee write ordering when control of the IO
      resource is allowed to move between threads.
      
      However, when MMIO writes can be performed from user space (e.g. DRM)
      there are no such guarantees and mechanisms, as the process may
      context-switch at any time, and may migrate to a different CPU as part
      of the switch.  For such programs/hardware to operate correctly, it is
      required that the MMIO writes from the old CPU be accepted by the IO
      hardware before subsequent writes from the new CPU can be issued.
      
      The following patch implements this behavior on SN2 by waiting for a
      Shub register to indicate that these writes have been accepted.  This
      is placed in the context switch-in path, and only performs the wait
      when the newly scheduled task changes CPUs.
      Signed-off-by: NPrarit Bhargava <prarit@sgi.com>
      Signed-off-by: NBrent Casavant <bcasavan@sgi.com>
      e08e6c52
  8. 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
  9. 16 9月, 2005 1 次提交
    • J
      [IA64] Cleanup use of various #defines related to nodes · 24ee0a6d
      Jack Steiner 提交于
      Some of the SN code & #defines related to compact nodes & IO discovery
      have gotten stale over the years. This patch attempts to clean them up.
      Some of the various SN MAX_xxx #defines were also unclear & misused.
      
      The primary changes are:
      
      	- use MAX_NUMNODES. This is the generic linux #define for the number
      	  of nodes that are known to the generic kernel. Arrays & loops
      	  for constructs that are 1:1 with linux-defined nodes should
      	  use the linux #define - not an SN equivalent.
      
      	- use MAX_COMPACT_NODES for MAX_NUMNODES + NUM_TIOS. This is the
      	  number of nodes in the SSI system. Compact nodes are a hack to
      	  get around the IA64 architectural limit of 256 nodes. Large SGI
      	  systems have more than 256 nodes. When we upgrade to ACPI3.0,
      	  I _hope_ that all nodes will be real nodes that are known to
      	  the generic kernel. That will allow us to delete the notion
      	  of "compact nodes".
      
      	- add MAX_NUMALINK_NODES for the total number of nodes that
      	  are in the numalink domain - all partitions.
      
      	- simplified (understandable) scan_for_ionodes()
      
      	- small amount of cleanup related to cnodes
      Signed-off-by: NJack Steiner <steiner@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      24ee0a6d
  10. 09 9月, 2005 1 次提交
  11. 01 9月, 2005 1 次提交
  12. 25 8月, 2005 1 次提交
  13. 18 8月, 2005 2 次提交
  14. 07 7月, 2005 1 次提交
  15. 29 6月, 2005 2 次提交
  16. 04 6月, 2005 1 次提交
  17. 18 5月, 2005 1 次提交
  18. 05 5月, 2005 1 次提交
  19. 04 5月, 2005 1 次提交
  20. 26 4月, 2005 1 次提交
    • A
      [IA64-SGI] Altix: enable poweroff · c1298c5c
      Aaron J Young 提交于
      This patch adds the necessary "hook" to allow SGI/SN
      machines to perform a system power off upon a 
      'init 0', 'halt -p', 'poweroff' or 'shutdown -h'.
      
      The "hook" is to set the pm_power_off callback
      to ia64_sn_power_down(). pm_power_off is checked
      in machine_power_off()/do_poweroff() and, if set, is executed. 
      ia64_sn_power_down() is a function already present (but not 
      used currently) in the sn kernel.
      ia64_sn_power_down() makes a SAL call to execute the
      power off.
      Signed-off-by: NAaron J Young <ayoung@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      c1298c5c
  21. 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