1. 12 10月, 2010 1 次提交
    • J
      ATM: iphase, remove sleep-inside-atomic · ec622ab0
      Jiri Slaby 提交于
      Stanse found that ia_init_one locks a spinlock and inside of that it
      calls ia_start which calls:
      * request_irq
      * tx_init which does kmalloc(GFP_KERNEL)
      
      Both of them can thus sleep and result in a deadlock. I don't see a
      reason to have a per-device spinlock there which is used only there
      and inited right before the lock location. So remove it completely.
      Signed-off-by: NJiri Slaby <jslaby@suse.cz>
      Cc: Chas Williams <chas@cmf.nrl.navy.mil>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ec622ab0
  2. 15 5月, 2008 1 次提交
  3. 01 7月, 2006 1 次提交
  4. 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