1. c51636a padata: remove cpu_index from the parallel_queue by Daniel Jordan · 5 years ago
  2. bfde23c padata: unbind parallel jobs from specific CPUs by Daniel Jordan · 5 years ago
  3. 45d153c padata: use separate workqueues for parallel and serial work by Daniel Jordan · 5 years ago
  4. cc491d8 padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible by Daniel Jordan · 5 years ago
  5. e6ce0e0 padata: make padata_do_parallel find alternate callback CPU by Daniel Jordan · 5 years ago
  6. b128a30 padata: allocate workqueue internally by Daniel Jordan · 5 years ago
  7. ec9c7d1 padata: initialize pd->cpu with effective cpumask by Daniel Jordan · 5 years ago
  8. 065cf57 padata: purge get_cpu and reorder_via_wq from padata_do_serial by Daniel Jordan · 5 years ago
  9. 6fc4dbc padata: Replace delayed timer with immediate workqueue in padata_reorder by Herbert Xu · 5 years ago
  10. cf144f8 padata: use smp_mb in padata_reorder to avoid orphaned padata jobs by Daniel Jordan · 5 years ago
  11. 2064fbc padata: Replace padata_attr_type default_attrs field with groups by Kimberly Brown · 6 years ago
  12. 8ddab42 padata: clean an indentation issue, remove extraneous space by Colin Ian King · 6 years ago
  13. 08b21fb padata: add SPDX identifier by Cheah Kok Cheong · 7 years ago
  14. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  15. 350ef88 padata: ensure padata_do_serial() runs on the correct CPU by Mathias Krause · 7 years ago
  16. cf5868c padata: ensure the reorder timer callback runs on the correct CPU by Mathias Krause · 7 years ago
  17. 1bd845b padata: set cpu_index of unused CPUs to -1 by Mathias Krause · 7 years ago
  18. c5a81c8 padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata() by Sebastian Andrzej Siewior · 8 years ago
  19. 9596695 padata: Make padata_alloc() static by Thomas Gleixner · 8 years ago
  20. 69b3484 padata: get_next is never NULL by Jason A. Donenfeld · 8 years ago
  21. 07a7792 padata: free correct variable by Jason A. Donenfeld · 8 years ago
  22. de5540d padata: avoid race in reordering by Jason A. Donenfeld · 8 years ago
  23. 119a079 padata: Remove unused but set variables by Tobias Klauser · 8 years ago
  24. 30e9215 padata: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  25. 19d795b kernel/padata.c: hide unused functions by Arnd Bergmann · 9 years ago
  26. 815613d kernel/padata.c: removed unused code by Richard Cochran · 9 years ago
  27. 4497da6 padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  28. c0e656b padata: Fix wrong usage of rcu_dereference() by Mathias Krause · 11 years ago
  29. 0b6b098 padata: make the sequence counter an atomic_t by Mathias Krause · 11 years ago
  30. b8b4a41 padata - Register hotcpu notifier after initialization by Richard Weinberger · 11 years ago
  31. 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
  32. f0fcf20 padata: use __this_cpu_read per-cpu helper by Shan Wei · 12 years ago
  33. 9612090 padata: Fix cpu hotplug by Steffen Klassert · 13 years ago
  34. 13614e0 padata: Use the online cpumask as the default by Steffen Klassert · 13 years ago
  35. 107f8bd padata: Add a reference to the api documentation by Steffen Klassert · 13 years ago
  36. 2dc9b5d padata: Fix race on sequence number wrap by Steffen Klassert · 13 years ago
  37. 3047817 padata: Fix race in the serialization path by Steffen Klassert · 13 years ago
  38. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  39. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  40. b7c8e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  41. 0500e9b padata: Remove padata_get_cpumask by Steffen Klassert · 14 years ago
  42. c635696 padata: Pass the padata cpumasks to the cpumask_change_notifier chain by Steffen Klassert · 14 years ago
  43. 65ff577 padata: Rearrange set_cpumask functions by Steffen Klassert · 14 years ago
  44. e6cc117 padata: Rename padata_alloc functions by Steffen Klassert · 14 years ago
  45. 7424713 padata: Check for valid cpumasks by Steffen Klassert · 14 years ago
  46. b89661d padata: Allocate cpumask dependend recources in any case by Steffen Klassert · 14 years ago
  47. fad3a90 padata: Fix cpu index counting by Steffen Klassert · 14 years ago
  48. 5e017dc padata: Added sysfs primitives to padata subsystem by Dan Kruchinin · 14 years ago
  49. e15bacb padata: Make two separate cpumasks by Dan Kruchinin · 14 years ago
  50. 5f1a8c1 padata: simplify serialization mechanism by Steffen Klassert · 14 years ago
  51. 83f619f padata: make padata_do_parallel to return zero on success by Steffen Klassert · 14 years ago
  52. 33e5445 padata: Handle empty padata cpumasks by Steffen Klassert · 14 years ago
  53. ee83655 padata: Block until the instance is unused on stop by Steffen Klassert · 14 years ago
  54. 4c87917 padata: Check for valid padata instance on start by Steffen Klassert · 14 years ago
  55. 749d811 padata: add parenthesis in MAX_SEQ_NR macro by Dan Carpenter · 15 years ago
  56. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 15 years ago
  57. 3789ae7 padata: Use get_online_cpus/put_online_cpus in padata_free by Steffen Klassert · 15 years ago
  58. 0198ffd padata: Add some code comments by Steffen Klassert · 15 years ago
  59. 2b73b07 padata: Flush the padata queues actively by Steffen Klassert · 15 years ago
  60. d46a5ac padata: Use a timer to handle remaining objects in the reorder queues by Steffen Klassert · 15 years ago
  61. 6751fb3 padata: Use get_online_cpus/put_online_cpus by Steffen Klassert · 15 years ago
  62. 7b389b2 padata: Initialize the padata queues only for the used cpus by Steffen Klassert · 15 years ago
  63. 7d0d2d3 padata: Remove superfluous might_sleep by Steffen Klassert · 15 years ago
  64. e2cb2f1 padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPU by Steffen Klassert · 15 years ago
  65. df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 15 years ago
  66. 97e3d94 padata: Dont scale the parallel objects with the cpus by Steffen Klassert · 15 years ago
  67. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  68. 975d260 padata: Section cleanup by Henrik Kretzschmar · 15 years ago
  69. 7478138 padata: Allocate the cpumask for the padata instance by Steffen Klassert · 15 years ago
  70. 16295be padata: Generic parallelization/serialization interface by Steffen Klassert · 15 years ago