- cedcf52 padata: Remove repeated verbose license text by Cai Huoqing · 3 years, 4 months ago
- 80771c8 padata: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 5 months ago
- d5ee8e7 padata: Convert from atomic_t to refcount_t on parallel_data->refcnt by Xiyu Yang · 3 years, 5 months ago
- 1b0df11 padata: fix possible padata_works_lock deadlock by Daniel Jordan · 4 years, 4 months ago
- f601c72 padata: remove padata_parallel_queue by Daniel Jordan · 4 years, 6 months ago
- 3f25719 padata: fold padata_alloc_possible() into padata_alloc() by Daniel Jordan · 4 years, 6 months ago
- d69e037 padata: remove effective cpumasks from the instance by Daniel Jordan · 4 years, 6 months ago
- cec00e6e padata: inline single call of pd_setup_cpumasks() by Daniel Jordan · 4 years, 6 months ago
- 350ef05 padata: remove stop function by Daniel Jordan · 4 years, 6 months ago
- bd25b488 padata: remove start function by Daniel Jordan · 4 years, 6 months ago
- e04ec0d padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serial by Daniel Jordan · 4 years, 7 months ago
- 004ed42 padata: add basic support for multithreaded jobs by Daniel Jordan · 4 years, 7 months ago
- 4611ce2 padata: allocate work structures for parallel jobs from a pool by Daniel Jordan · 4 years, 7 months ago
- f1b192b padata: initialize earlier by Daniel Jordan · 4 years, 7 months ago
- 305dacf padata: remove exit routine by Daniel Jordan · 4 years, 7 months ago
- 3c2214b padata: add separate cpuhp node for CPUHP_PADATA_DEAD by Daniel Jordan · 4 years, 8 months ago
- 07b24c7 crypto: pcrypt - simplify error handling in pcrypt_create_aead() by Eric Biggers · 4 years, 10 months ago
- 41ccdbf padata: fix uninitialized return value in padata_replace() by Daniel Jordan · 4 years, 11 months ago
- bfcdcef8 padata: update documentation by Daniel Jordan · 5 years ago
- 3facced padata: remove reorder_objects by Daniel Jordan · 5 years ago
- 91a71d6 padata: remove cpumask change notifier by Daniel Jordan · 5 years ago
- 38228e8 padata: always acquire cpu_hotplug_lock before pinst->lock by Daniel Jordan · 5 years ago
- 894c9ef padata: validate cpumask without removed CPU during offline by Daniel Jordan · 5 years ago
- bbefa1d crypto: pcrypt - Avoid deadlock by using per-instance padata queues by Herbert Xu · 5 years ago
- 13380a1 padata: Remove unused padata_remove_cpu by Herbert Xu · 5 years ago
- 07928d9 padata: Remove broken queue flushing by Herbert Xu · 5 years ago
- c51636a padata: remove cpu_index from the parallel_queue by Daniel Jordan · 5 years ago
- bfde23c padata: unbind parallel jobs from specific CPUs by Daniel Jordan · 5 years ago
- 45d153c padata: use separate workqueues for parallel and serial work by Daniel Jordan · 5 years ago
- cc491d8 padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible by Daniel Jordan · 5 years ago
- e6ce0e0 padata: make padata_do_parallel find alternate callback CPU by Daniel Jordan · 5 years ago
- b128a30 padata: allocate workqueue internally by Daniel Jordan · 5 years ago
- ec9c7d1 padata: initialize pd->cpu with effective cpumask by Daniel Jordan · 5 years ago
- 065cf57 padata: purge get_cpu and reorder_via_wq from padata_do_serial by Daniel Jordan · 5 years ago
- 6fc4dbc padata: Replace delayed timer with immediate workqueue in padata_reorder by Herbert Xu · 5 years ago
- cf144f8 padata: use smp_mb in padata_reorder to avoid orphaned padata jobs by Daniel Jordan · 5 years ago
- 2064fbc padata: Replace padata_attr_type default_attrs field with groups by Kimberly Brown · 6 years ago
- 8ddab42 padata: clean an indentation issue, remove extraneous space by Colin Ian King · 6 years ago
- 08b21fb padata: add SPDX identifier by Cheah Kok Cheong · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- 350ef88 padata: ensure padata_do_serial() runs on the correct CPU by Mathias Krause · 7 years ago
- cf5868c padata: ensure the reorder timer callback runs on the correct CPU by Mathias Krause · 7 years ago
- 1bd845b padata: set cpu_index of unused CPUs to -1 by Mathias Krause · 7 years ago
- c5a81c8 padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata() by Sebastian Andrzej Siewior · 8 years ago
- 9596695 padata: Make padata_alloc() static by Thomas Gleixner · 8 years ago
- 69b3484 padata: get_next is never NULL by Jason A. Donenfeld · 8 years ago
- 07a7792 padata: free correct variable by Jason A. Donenfeld · 8 years ago
- de5540d padata: avoid race in reordering by Jason A. Donenfeld · 8 years ago
- 119a079 padata: Remove unused but set variables by Tobias Klauser · 8 years ago
- 30e9215 padata: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- 19d795b kernel/padata.c: hide unused functions by Arnd Bergmann · 9 years ago
- 815613d kernel/padata.c: removed unused code by Richard Cochran · 9 years ago
- 4497da6 padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
- c0e656b padata: Fix wrong usage of rcu_dereference() by Mathias Krause · 11 years ago
- 0b6b098 padata: make the sequence counter an atomic_t by Mathias Krause · 11 years ago
- b8b4a41 padata - Register hotcpu notifier after initialization by Richard Weinberger · 11 years ago
- 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
- f0fcf20 padata: use __this_cpu_read per-cpu helper by Shan Wei · 12 years ago
- 9612090 padata: Fix cpu hotplug by Steffen Klassert · 13 years ago
- 13614e0 padata: Use the online cpumask as the default by Steffen Klassert · 13 years ago
- 107f8bd padata: Add a reference to the api documentation by Steffen Klassert · 13 years ago
- 2dc9b5d padata: Fix race on sequence number wrap by Steffen Klassert · 13 years ago
- 3047817 padata: Fix race in the serialization path by Steffen Klassert · 13 years ago
- 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- b7c8e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
- 0500e9b padata: Remove padata_get_cpumask by Steffen Klassert · 14 years ago
- c635696 padata: Pass the padata cpumasks to the cpumask_change_notifier chain by Steffen Klassert · 14 years ago
- 65ff577 padata: Rearrange set_cpumask functions by Steffen Klassert · 14 years ago
- e6cc117 padata: Rename padata_alloc functions by Steffen Klassert · 14 years ago
- 7424713 padata: Check for valid cpumasks by Steffen Klassert · 14 years ago
- b89661d padata: Allocate cpumask dependend recources in any case by Steffen Klassert · 14 years ago
- fad3a90 padata: Fix cpu index counting by Steffen Klassert · 14 years ago
- 5e017dc padata: Added sysfs primitives to padata subsystem by Dan Kruchinin · 14 years ago
- e15bacb padata: Make two separate cpumasks by Dan Kruchinin · 14 years ago
- 5f1a8c1 padata: simplify serialization mechanism by Steffen Klassert · 14 years ago
- 83f619f padata: make padata_do_parallel to return zero on success by Steffen Klassert · 14 years ago
- 33e5445 padata: Handle empty padata cpumasks by Steffen Klassert · 14 years ago
- ee83655 padata: Block until the instance is unused on stop by Steffen Klassert · 14 years ago
- 4c87917 padata: Check for valid padata instance on start by Steffen Klassert · 14 years ago
- 749d811 padata: add parenthesis in MAX_SEQ_NR macro by Dan Carpenter · 15 years ago
- 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 15 years ago
- 3789ae7 padata: Use get_online_cpus/put_online_cpus in padata_free by Steffen Klassert · 15 years ago
- 0198ffd padata: Add some code comments by Steffen Klassert · 15 years ago
- 2b73b07 padata: Flush the padata queues actively by Steffen Klassert · 15 years ago
- d46a5ac padata: Use a timer to handle remaining objects in the reorder queues by Steffen Klassert · 15 years ago
- 6751fb3 padata: Use get_online_cpus/put_online_cpus by Steffen Klassert · 15 years ago
- 7b389b2 padata: Initialize the padata queues only for the used cpus by Steffen Klassert · 15 years ago
- 7d0d2d3 padata: Remove superfluous might_sleep by Steffen Klassert · 15 years ago
- e2cb2f1 padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPU by Steffen Klassert · 15 years ago
- df2071b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 15 years ago
- 97e3d94 padata: Dont scale the parallel objects with the cpus by Steffen Klassert · 15 years ago
- 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
- 975d260 padata: Section cleanup by Henrik Kretzschmar · 15 years ago
- 7478138 padata: Allocate the cpumask for the padata instance by Steffen Klassert · 15 years ago
- 16295be padata: Generic parallelization/serialization interface by Steffen Klassert · 15 years ago