1. 928cf3d padata: Remove broken queue flushing by Herbert Xu · 4 years, 6 months ago
  2. 4b414f5 padata: use smp_mb in padata_reorder to avoid orphaned padata jobs by Daniel Jordan · 4 years, 10 months ago
  3. 6240377 padata: free correct variable by Jason A. Donenfeld · 7 years ago
  4. eb8c62a padata: avoid race in reordering by Jason A. Donenfeld · 7 years ago
  5. 30e9215 padata: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  6. 19d795b kernel/padata.c: hide unused functions by Arnd Bergmann · 8 years ago
  7. 815613d kernel/padata.c: removed unused code by Richard Cochran · 8 years ago
  8. 4497da6 padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  9. c0e656b padata: Fix wrong usage of rcu_dereference() by Mathias Krause · 10 years ago
  10. 0b6b098 padata: make the sequence counter an atomic_t by Mathias Krause · 11 years ago
  11. b8b4a41 padata - Register hotcpu notifier after initialization by Richard Weinberger · 11 years ago
  12. 9c823f9 padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_PREPARE and CPU_UP_CANCELED by Chen Gang · 11 years ago
  13. f0fcf20 padata: use __this_cpu_read per-cpu helper by Shan Wei · 11 years ago
  14. 9612090 padata: Fix cpu hotplug by Steffen Klassert · 12 years ago
  15. 13614e0 padata: Use the online cpumask as the default by Steffen Klassert · 12 years ago
  16. 107f8bd padata: Add a reference to the api documentation by Steffen Klassert · 12 years ago
  17. 2dc9b5d padata: Fix race on sequence number wrap by Steffen Klassert · 12 years ago
  18. 3047817 padata: Fix race in the serialization path by Steffen Klassert · 12 years ago
  19. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  20. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  21. b7c8e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  22. 0500e9b padata: Remove padata_get_cpumask by Steffen Klassert · 14 years ago
  23. c635696 padata: Pass the padata cpumasks to the cpumask_change_notifier chain by Steffen Klassert · 14 years ago
  24. 65ff577 padata: Rearrange set_cpumask functions by Steffen Klassert · 14 years ago
  25. e6cc117 padata: Rename padata_alloc functions by Steffen Klassert · 14 years ago
  26. 7424713 padata: Check for valid cpumasks by Steffen Klassert · 14 years ago
  27. b89661d padata: Allocate cpumask dependend recources in any case by Steffen Klassert · 14 years ago
  28. fad3a90 padata: Fix cpu index counting by Steffen Klassert · 14 years ago
  29. 5e017dc padata: Added sysfs primitives to padata subsystem by Dan Kruchinin · 14 years ago
  30. e15bacb padata: Make two separate cpumasks by Dan Kruchinin · 14 years ago
  31. 5f1a8c1 padata: simplify serialization mechanism by Steffen Klassert · 14 years ago
  32. 83f619f padata: make padata_do_parallel to return zero on success by Steffen Klassert · 14 years ago
  33. 33e5445 padata: Handle empty padata cpumasks by Steffen Klassert · 14 years ago
  34. ee83655 padata: Block until the instance is unused on stop by Steffen Klassert · 14 years ago
  35. 4c87917 padata: Check for valid padata instance on start by Steffen Klassert · 14 years ago
  36. 749d811 padata: add parenthesis in MAX_SEQ_NR macro by Dan Carpenter · 14 years ago
  37. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  38. 3789ae7 padata: Use get_online_cpus/put_online_cpus in padata_free by Steffen Klassert · 14 years ago
  39. 0198ffd padata: Add some code comments by Steffen Klassert · 14 years ago
  40. 2b73b07 padata: Flush the padata queues actively by Steffen Klassert · 14 years ago
  41. d46a5ac padata: Use a timer to handle remaining objects in the reorder queues by Steffen Klassert · 14 years ago
  42. 6751fb3 padata: Use get_online_cpus/put_online_cpus by Steffen Klassert · 14 years ago
  43. 7b389b2 padata: Initialize the padata queues only for the used cpus by Steffen Klassert · 14 years ago
  44. 7d0d2d3 padata: Remove superfluous might_sleep by Steffen Klassert · 14 years ago
  45. e2cb2f1 padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPU by Steffen Klassert · 14 years ago
  46. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 14 years ago
  47. 97e3d94 padata: Dont scale the parallel objects with the cpus by Steffen Klassert · 14 years ago
  48. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  49. 975d260 padata: Section cleanup by Henrik Kretzschmar · 14 years ago
  50. 7478138 padata: Allocate the cpumask for the padata instance by Steffen Klassert · 14 years ago
  51. 16295be padata: Generic parallelization/serialization interface by Steffen Klassert · 14 years ago