1. 19 Jul, 2010 2 commits
    • Dan Kruchinin's avatar
      padata: Added sysfs primitives to padata subsystem · 5e017dc3
      Dan Kruchinin authored
      Added sysfs primitives to padata subsystem. Now API user may
      embedded kobject each padata instance contains into any sysfs
      hierarchy. For now padata sysfs interface provides only
      two objects:
          serial_cpumask   [RW] - cpumask for serial workers
          parallel_cpumask [RW] - cpumask for parallel workers
      Signed-off-by: default avatarDan Kruchinin <dkruchinin@acm.org>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      5e017dc3
    • Dan Kruchinin's avatar
      padata: Make two separate cpumasks · e15bacbe
      Dan Kruchinin authored
      The aim of this patch is to make two separate cpumasks
      for padata parallel and serial workers respectively.
      It allows user to make more thin and sophisticated configurations
      of padata framework. For example user may bind parallel and serial workers to non-intersecting
      CPU groups to gain better performance. Also each padata instance has notifiers chain for its
      cpumasks now. If either parallel or serial or both masks were changed all
      interested subsystems will get notification about that. It's especially useful
      if padata user uses algorithm for callback CPU selection according to serial cpumask.
      Signed-off-by: default avatarDan Kruchinin <dkruchinin@acm.org>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      e15bacbe
  2. 14 Jul, 2010 7 commits
  3. 05 Jul, 2010 1 commit
  4. 16 Jun, 2010 1 commit
  5. 03 Jun, 2010 4 commits
  6. 26 May, 2010 12 commits
  7. 25 May, 2010 13 commits