Skip to content
  1. Sep 24, 2014
  2. Sep 23, 2014
  3. Sep 20, 2014
  4. Sep 19, 2014
  5. Sep 18, 2014
  6. Sep 17, 2014
  7. Sep 16, 2014
  8. Sep 15, 2014
  9. Sep 14, 2014
  10. Sep 13, 2014
  11. Sep 12, 2014
    • Gregory Nutt's avatar
      Comsetic updates to comments, debug output · fe48417a
      Gregory Nutt authored
      fe48417a
    • Gregory Nutt's avatar
      ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed... · fba35f0c
      Gregory Nutt authored
      ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL.  It changed CPSR while in kernel.  That will crash is the new CPSR is user mode while executing in kernel space.  Fixed by adding a SYS_context_restore system call.  There is an alternative, simpler modification to up_fullcontextrestore() that could have been done:  It might have been possible to use the SPSR instead of the CPRSR and then do an exception return from up_fullcontextrestore().  That would be more efficient, but I never tried it.
      fba35f0c