1. 09 Jun, 2009 2 commits
    • Benjamin Herrenschmidt's avatar
      powerpc/mm: Fix some SMP issues with MMU context handling · 3035c863
      Benjamin Herrenschmidt authored
      This patch fixes a couple of issues that can happen as a result
      of steal_context() dropping the context_lock when all possible
      PIDs are ineligible for stealing (hopefully an extremely hard to
      hit occurence).
      
      This case exposes the possibility of a stale context_mm[] entry
      to be seen since destroy_context() doesn't clear it and the free
      map isn't re-tested. It also means steal_context() will not notice
      a context freed while the lock was help, thus possibly trying to
      steal a context when a free one was available.
      
      This fixes it by always returning to the caller from steal_context
      when it dropped the lock with a return value that causes the
      caller to re-samble the number of free contexts, along with
      properly clearing the context_mm[] array for destroyed contexts.
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      3035c863
    • Roland McGrath's avatar
      powerpc: Add PTRACE_SINGLEBLOCK support · ec097c84
      Roland McGrath authored
      Reworked by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      
      This adds block-step support on powerpc, including a PTRACE_SINGLEBLOCK
      request for ptrace.
      
      The BookE implementation is tweaked to fire a single step after a
      block step in order to mimmic the server behaviour.
      Signed-off-by: default avatarRoland McGrath <roland@redhat.com>
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      ec097c84
  2. 06 Jun, 2009 5 commits
  3. 02 Jun, 2009 9 commits
  4. 29 May, 2009 1 commit
  5. 27 May, 2009 17 commits
  6. 26 May, 2009 6 commits