1. 13 4月, 2010 2 次提交
    • D
      MIPS: Preliminary VDSO · c52d0d30
      David Daney 提交于
      This is a preliminary patch to add a vdso to all user processes.  Still
      missing are ELF headers and .eh_frame information.  But it is enough to
      allow us to move signal trampolines off of the stack.  Note that emulation
      of branch delay slots in the FPU emulator still requires the stack.
      
      We allocate a single page (the vdso) and write all possible signal
      trampolines into it.  The stack is moved down by one page and the vdso is
      mapped into this space.
      Signed-off-by: NDavid Daney <ddaney@caviumnetworks.com>
      To: linux-mips@linux-mips.org
      Patchwork: http://patchwork.linux-mips.org/patch/975/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      c52d0d30
    • R
      MIPS: Fix elfcore.c build warning · d5d3102b
      Ralf Baechle 提交于
      kernel/elfcore.c includes <linux/elf.h> which includes the <asm/elf.h>.  In
      <asm/elf.h>, struct pt_regs is declared inside the parameter list of the
      elf_dump_regs function which causes a kernel build warning.
      
      Fixed by adding a forward declaration of struct pt_regs.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      d5d3102b
  2. 27 2月, 2010 1 次提交
  3. 16 12月, 2009 1 次提交
  4. 03 7月, 2009 1 次提交
    • Y
      MIPS: 64-bit: Fix o32 core dump · cad9bc69
      Yong Zhang 提交于
      If an o32 process generates a core dump on a 64 bit kernel, the core file
      will not be correctly recognized. This is because ELF_CORE_COPY_REGS and
      ELF_CORE_COPY_TASK_REGS are not correctly defined for o32 and will use
      the default register set which would be CONFIG_64BIT in asm/elf.h.
      
      So we'll switch to use the right register defines in this situation by
      checking for WANT_COMPAT_REG_H and use the right defines of
      ELF_CORE_COPY_REGS and ELF_CORE_COPY_TASK_REGS.
      
      [Ralf: made ELF_CORE_COPY_TASK_REGS() bullet-proof against funny arguments.]
      Signed-off-by: NYong Zhang <yong.zhang@windriver.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      cad9bc69
  5. 22 12月, 2008 1 次提交
  6. 16 10月, 2008 1 次提交
  7. 11 10月, 2008 1 次提交
  8. 08 2月, 2008 1 次提交
  9. 12 10月, 2007 1 次提交
  10. 01 8月, 2007 1 次提交
  11. 26 4月, 2006 1 次提交
  12. 19 4月, 2006 1 次提交
  13. 10 1月, 2006 1 次提交
  14. 07 11月, 2005 1 次提交
  15. 30 10月, 2005 5 次提交
  16. 05 9月, 2005 1 次提交
  17. 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