14 Feb, 2007

1 commit

  • When CONFIG_PREEMPT is not set, it also moves one branch instruction from
    ret_from_irq() to ret_from_exception(). Therefore we favour the return
    from irq case which should be more common than the other one.

    Signed-off-by: Franck Bui-Huu
    Acked-by: Atsushi Nemoto
    Signed-off-by: Ralf Baechle

    Franck Bui-Huu
     

02 Nov, 2006

1 commit


10 Oct, 2006

1 commit

  • Make sure that RA on top of interrupt stack is an address of ret_from_irq,
    so that dump_stack etc. can trace info interrupted context.

    Also this patch fixes except_vec_vi_handler and __smtc_ipi_vector which
    seems broken.

    Signed-off-by: Atsushi Nemoto
    Signed-off-by: Ralf Baechle

    Atsushi Nemoto
     

08 Oct, 2006

1 commit


14 Jul, 2006

1 commit


04 Jul, 2006

1 commit


01 Jul, 2006

1 commit


30 Jun, 2006

1 commit


01 Jun, 2006

1 commit


19 Apr, 2006

3 commits


30 Oct, 2005

5 commits


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