1. 30 10月, 2011 3 次提交
  2. 24 7月, 2011 1 次提交
    • J
      [S390] race safe external interrupt registration · 89c9b66b
      Jan Glauber 提交于
      The (un-)register_external_interrupt functions are not race safe if
      more than one interrupt handler is added or deleted for an external
      interrupt concurrently.
      
      Make the registration / unregistration of external interrupts race safe
      by using RCU and a spinlock. RCU is used to avoid a performance penalty
      in the external interrupt handler, the register and unregister functions
      are protected by the spinlock and are not performance critical.
      call_rcu must be used since the SCLP driver uses the interface with
      IRQs disabled. Also use the generic list implementation rather than
      homebrewn list code.
      Signed-off-by: NJan Glauber <jang@linux.vnet.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      89c9b66b
  3. 26 5月, 2011 1 次提交
  4. 23 5月, 2011 1 次提交
  5. 05 1月, 2011 11 次提交
  6. 11 2月, 2009 1 次提交
  7. 16 10月, 2008 3 次提交
  8. 15 5月, 2008 1 次提交
  9. 29 4月, 2008 1 次提交
  10. 11 10月, 2007 1 次提交
  11. 06 2月, 2007 1 次提交
  12. 04 7月, 2006 2 次提交
  13. 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