aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/padata.c
Commit message (Expand)AuthorAge
* padata: remove cpu_index from the parallel_queueDaniel Jordan2019-09-13
* padata: unbind parallel jobs from specific CPUsDaniel Jordan2019-09-13
* padata: use separate workqueues for parallel and serial workDaniel Jordan2019-09-13
* padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possibleDaniel Jordan2019-09-13
* padata: make padata_do_parallel find alternate callback CPUDaniel Jordan2019-09-13
* padata: allocate workqueue internallyDaniel Jordan2019-09-13
* padata: initialize pd->cpu with effective cpumaskDaniel Jordan2019-08-09
* padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan2019-07-27
* padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2019-07-27
* padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan2019-07-18
* padata: Replace padata_attr_type default_attrs field with groupsKimberly Brown2019-04-25
* padata: clean an indentation issue, remove extraneous spaceColin Ian King2018-11-16
* padata: add SPDX identifierCheah Kok Cheong2018-01-05
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2017-10-07
* padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2017-10-07
* padata: set cpu_index of unused CPUs to -1Mathias Krause2017-10-07
* padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()Sebastian Andrzej Siewior2017-05-26
* padata: Make padata_alloc() staticThomas Gleixner2017-05-26
* padata: get_next is never NULLJason A. Donenfeld2017-04-21
* padata: free correct variableJason A. Donenfeld2017-04-10
* padata: avoid race in reorderingJason A. Donenfeld2017-03-24
* padata: Remove unused but set variablesTobias Klauser2016-10-24
* padata: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-19
* kernel/padata.c: hide unused functionsArnd Bergmann2016-05-19
* kernel/padata.c: removed unused codeRichard Cochran2016-05-19
* padata: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-14
* padata: Fix wrong usage of rcu_dereference()Mathias Krause2013-12-05
* padata: make the sequence counter an atomic_tMathias Krause2013-10-30
* padata - Register hotcpu notifier after initializationRichard Weinberger2013-08-29
* padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_...Chen Gang2013-08-29
* padata: use __this_cpu_read per-cpu helperShan Wei2012-12-06
* padata: Fix cpu hotplugSteffen Klassert2012-03-29
* padata: Use the online cpumask as the defaultSteffen Klassert2012-03-29
* padata: Add a reference to the api documentationSteffen Klassert2012-03-29
* padata: Fix race on sequence number wrapSteffen Klassert2012-03-14
* padata: Fix race in the serialization pathSteffen Klassert2012-03-14
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-08-04
|\
| * padata: Remove padata_get_cpumaskSteffen Klassert2010-07-31
| * padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert2010-07-31
| * padata: Rearrange set_cpumask functionsSteffen Klassert2010-07-31
| * padata: Rename padata_alloc functionsSteffen Klassert2010-07-31
| * padata: Check for valid cpumasksSteffen Klassert2010-07-26
| * padata: Allocate cpumask dependend recources in any caseSteffen Klassert2010-07-26
| * padata: Fix cpu index countingSteffen Klassert2010-07-26
| * padata: Added sysfs primitives to padata subsystemDan Kruchinin2010-07-19
| * padata: Make two separate cpumasksDan Kruchinin2010-07-19
| * padata: simplify serialization mechanismSteffen Klassert2010-07-14