Skip to content
  1. Sep 19, 2007
  2. Aug 03, 2007
  3. Jul 26, 2007
  4. Jul 20, 2007
  5. Jul 03, 2007
  6. Jun 07, 2007
  7. May 08, 2007
  8. Apr 23, 2007
  9. Apr 12, 2007
  10. Mar 09, 2007
    • Benjamin Herrenschmidt's avatar
      [POWERPC] Fix spu SLB invalidations · 94b2a439
      Benjamin Herrenschmidt authored
      
      
      The SPU code doesn't properly invalidate SPUs SLBs when necessary,
      for example when changing a segment size from the hugetlbfs code. In
      addition, it saves and restores the SLB content on context switches
      which makes it harder to properly handle those invalidations.
      
      This patch removes the saving & restoring for now, something more
      efficient might be found later on. It also adds a spu_flush_all_slbs(mm)
      that can be used by the core mm code to flush the SLBs of all SPEs that
      are running a given mm at the time of the flush.
      
      In order to do that, it adds a spinlock to the list of all SPEs and move
      some bits & pieces from spufs to spu_base.c
      
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      94b2a439
    • Christoph Hellwig's avatar
      [POWERPC] avoid SPU_ACTIVATE_NOWAKE optimization · 50b520d4
      Christoph Hellwig authored
      
      
      This optimization was added recently but is still buggy,
      so back it out for now.
      
      Signed-off-by: default avatarArnd Bergmann <arnd.bergmann@de.ibm.com>
      50b520d4
Loading