04 Oct, 2011

1 commit


12 Oct, 2010

1 commit

  • 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: Jiri Slaby
    Cc: Chas Williams
    Signed-off-by: David S. Miller

    Jiri Slaby
     

15 May, 2008

1 commit

  • Time is unsigned long (except when you are in a hurry) so we need to
    store rx_tmp_jif in the right sized object.

    Signed-off-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: David S. Miller

    Alan Cox
     

01 Jul, 2006

1 commit


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds