06 May, 2007

1 commit


29 Jun, 2006

1 commit


26 Apr, 2006

1 commit


15 Jan, 2006

2 commits

  • Patch from Nicolas Pitre

    This is needed by strace to properly handle the tracing of some system
    calls. It could be useful for other applications as well.

    Based on an earlier patch from Daniel Jacobowitz.

    Signed-off-by: Nicolas Pitre
    Signed-off-by: Daniel Jacobowitz
    Signed-off-by: Russell King

    Nicolas Pitre
     
  • Patch from Nicolas Pitre

    The ARM EABI says that the stack pointer has to be 64-bit aligned for
    reasons already mentioned in patch #3101 when calling C functions.

    We therefore must verify and adjust sp accordingly when taking an
    exception from kernel mode since sp might not necessarily be 64-bit
    aligned if the exception occurs in the middle of a kernel function.

    If the exception occurs while in user mode then no sp fixup is needed as
    long as sizeof(struct pt_regs) as well as any additional syscall data
    stack space remain multiples of 8.

    Signed-off-by: Nicolas Pitre
    Signed-off-by: Russell King

    Nicolas Pitre
     

17 Apr, 2005

2 commits

  • Fix show_regs() to provide a backtrace. Provide a new __show_regs()
    function which implements the common subset of show_regs() and die().
    Add prototypes to asm-arm/system.h

    Signed-off-by: Russell King

    Russell King
     
  • 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