1. 29 6月, 2006 1 次提交
  2. 17 5月, 2006 1 次提交
  3. 28 4月, 2006 1 次提交
  4. 25 3月, 2006 1 次提交
  5. 08 3月, 2006 1 次提交
  6. 28 2月, 2006 1 次提交
  7. 19 1月, 2006 1 次提交
  8. 15 1月, 2006 1 次提交
    • P
      [PATCH] Altix: ioc3 serial support · 2d0cfb52
      Patrick Gefre 提交于
      Add driver support for a 2 port PCI IOC3-based serial card on Altix boxes:
      
      This is a re-submission.  On the original submission I was asked to
      organize the code so that the MIPS ioc3 ethernet and serial parts could be
      used with this driver.  Stanislaw Skowronek was kind enough to provide the
      shim layer for this - thanks Stanislaw.  This patch includes the shim layer
      and the Altix PCI ioc3 serial driver.  The MIPS merged ioc3 ethernet and
      serial support is forthcoming.
      Signed-off-by: NPatrick Gefre <pfg@sgi.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      2d0cfb52
  9. 06 1月, 2006 1 次提交
    • A
      [IA64] support for cpu0 removal · ff741906
      Ashok Raj 提交于
      here is the BSP removal support for IA64. Its pretty much the same thing that
      was released a while back, but has your feedback incorporated.
      
      - Removed CONFIG_BSP_REMOVE_WORKAROUND and associated cmdline param
      - Fixed compile issue with sn2/zx1 due to a undefined fix_b0_for_bsp
      - some formatting nits (whitespace etc)
      
      This has been tested on tiger and long back by alex on hp systems as well.
      Signed-off-by: NAshok Raj <ashok.raj@intel.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      ff741906
  10. 17 12月, 2005 1 次提交
  11. 03 12月, 2005 2 次提交
  12. 12 11月, 2005 1 次提交
    • R
      [IA64] 4-level page tables · 837cd0bd
      Robin Holt 提交于
      This patch introduces 4-level page tables to ia64.  I have run
      some benchmarks and found nothing interesting.  Performance has
      consistently fallen within the noise range.
      
      It also introduces a config option (setting the default to 3
      levels).  The config option prevents having 4 level page
      tables with 64k base page size.
      Signed-off-by: NRobin Holt <holt@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      837cd0bd
  13. 05 10月, 2005 1 次提交
  14. 16 9月, 2005 1 次提交
    • B
      [IA64] Update default configs · f2b518d7
      Bjorn Helgaas 提交于
      PNP and PNPACPI turned on
      
          i8042 recently changed from ACPI to PNP detection.  Without PNP, it
          probes legacy I/O ports for the keyboard controller, which causes an
          MCA on HP boxes.
      
          Also, I'm about to remove 8250_acpi.c, so we'll need PNP to detect
          non-PCI serial ports.  Until 8250_acpi.c is removed, some systems
          will see serial ports reported twice (once from 8250_acpi.c and again
          from 8250_pnp.c).  This is harmless.
      
          PNPACPI is still marked EXPERIMENTAL, but I'm not aware of any
          outstanding issues on ia64.
      
      IDE_GENERIC turned off (except for SGI simulator, all ia64 IDE is PCI)
      
          ide-generic probes compiled-in legacy I/O ports for IDE devices, which
          again causes an MCA.  It would be nicer to just get rid of all the
          legacy junk from include/asm-ia64/ide.h, but that is a bit riskier
          because it could break ide-cs and the HDIO_REGISTER_HWIF ioctl
          (http://www.ussg.iu.edu/hypermail/linux/kernel/0508.2/0049.html).
      
      Here's the essence of the patch:
      
          -# CONFIG_PNP is not set
          +CONFIG_PNP=y
          +CONFIG_PNPACPI=y
      
          -CONFIG_IDE_GENERIC=y
          +# CONFIG_IDE_GENERIC is not set
      
      Tested on tiger, bigsur, and zx1.
      Signed-off-by: NBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      f2b518d7
  15. 08 9月, 2005 1 次提交
  16. 26 8月, 2005 2 次提交
  17. 25 8月, 2005 3 次提交
  18. 18 8月, 2005 1 次提交
  19. 17 8月, 2005 2 次提交
  20. 13 7月, 2005 1 次提交
  21. 30 6月, 2005 2 次提交
  22. 29 6月, 2005 1 次提交
  23. 24 6月, 2005 1 次提交
  24. 22 6月, 2005 2 次提交
  25. 04 5月, 2005 1 次提交
  26. 26 4月, 2005 1 次提交
  27. 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