1. 15 5月, 2008 1 次提交
    • A
      [IA64] allow user to force_pal_cache_flush · f13ae30e
      Alex Chiang 提交于
      The sequence executed in check_sal_cache_flush:
      
      	- pend a timer interrupt
      	- call SAL_CACHE_FLUSH
      	- see if interrupt is still pending
      
      can hang HP machines with buggy SAL_CACHE_FLUSH implementations.
      
      Provide a kernel command-line argument to allow users skip this
      check if desired. Using this parameter will force ia64_sal_cache_flush
      to call ia64_pal_cache_flush() instead of SAL_CACHE_FLUSH.
      Signed-off-by: NAlex Chiang <achiang@hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      f13ae30e
  2. 05 3月, 2008 1 次提交
  3. 05 2月, 2008 1 次提交
  4. 12 5月, 2007 1 次提交
  5. 13 2月, 2007 2 次提交
  6. 01 11月, 2006 1 次提交
    • T
      [IA64] move SAL_CACHE_FLUSH check later in boot · fa1d19e5
      Troy Heber 提交于
      The check to see if the firmware drops interrupts during a
      SAL_CACHE_FLUSH is done to early in the boot. SAL_CACHE_FLUSH expects
      to be able to make PAL calls in virtual mode, on some cell based
      machines a fault occurs causing a MCA. This patch moves the check
      after mmu_context_init so the TLB and VHPT are properly setup.
      
      Signed-off-by Troy Heber <troy.heber@hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      fa1d19e5
  7. 01 7月, 2006 1 次提交
  8. 22 6月, 2006 1 次提交
    • I
      [IA64] SKI Simulator boot · 9ba89334
      Ian Wienand 提交于
      Sorry I didn't notice earlier, but that BUG_ON triggers for me on the
      simulator.  AFAICS the mask for itv is set in cpu_init(), which comes
      after sal_init().  Consequently on the simulator the itv still has its
      start value of zero.  I've probably missed something, but I wonder why
      at this stage of the boot you even need to save and restore the itv?
      Signed-Off-By: NIan Wienand <ianw@gelato.unsw.edu.au>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      9ba89334
  9. 03 2月, 2006 1 次提交
  10. 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