index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
padata.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Author: Gang Li padata: dispatch works on
Gang Li Subject: padata: dispatch works on
2024-03-06
1
-2
/
+12
*
padata: Fix refcnt handling in padata_free_shell()
WangJinchao
2023-10-27
1
-1
/
+5
*
crypto: pcrypt - Fix hungtask for PADATA_RESET
Lu Jialin
2023-09-15
1
-1
/
+1
*
padata: use alignment when calculating the number of worker threads
Anthony Yznaga
2023-03-14
1
-1
/
+1
*
padata: Make kobj_type structure constant
Thomas Weißschuh
2023-03-14
1
-1
/
+1
*
Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2022-12-19
1
-2
/
+10
|
\
|
*
padata: Mark padata_work_init() as __ref
Nathan Chancellor
2022-12-14
1
-2
/
+10
*
|
padata: Fix list iterator in padata_do_serial()
Daniel Jordan
2022-11-25
1
-2
/
+5
*
|
padata: Always leave BHs disabled when running ->parallel()
Daniel Jordan
2022-11-25
1
-3
/
+5
|
/
*
padata: replace cpumask_weight with cpumask_empty in padata.c
Yury Norov
2022-01-31
1
-1
/
+1
*
padata: Remove repeated verbose license text
Cai Huoqing
2021-08-27
1
-13
/
+0
*
padata: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-12
1
-7
/
+7
*
padata: Convert from atomic_t to refcount_t on parallel_data->refcnt
Xiyu Yang
2021-07-30
1
-4
/
+4
*
padata: fix possible padata_works_lock deadlock
Daniel Jordan
2020-09-04
1
-2
/
+3
*
padata: remove padata_parallel_queue
Daniel Jordan
2020-07-23
1
-26
/
+20
*
padata: fold padata_alloc_possible() into padata_alloc()
Daniel Jordan
2020-07-23
1
-28
/
+5
*
padata: remove effective cpumasks from the instance
Daniel Jordan
2020-07-23
1
-27
/
+3
*
padata: inline single call of pd_setup_cpumasks()
Daniel Jordan
2020-07-23
1
-23
/
+9
*
padata: remove stop function
Daniel Jordan
2020-07-23
1
-14
/
+0
*
padata: remove start function
Daniel Jordan
2020-07-23
1
-25
/
+1
*
padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serial
Daniel Jordan
2020-06-18
1
-2
/
+2
*
padata: add basic support for multithreaded jobs
Daniel Jordan
2020-06-03
1
-3
/
+149
*
padata: allocate work structures for parallel jobs from a pool
Daniel Jordan
2020-06-03
1
-41
/
+77
*
padata: initialize earlier
Daniel Jordan
2020-06-03
1
-9
/
+8
*
padata: remove exit routine
Daniel Jordan
2020-06-03
1
-6
/
+0
*
padata: add separate cpuhp node for CPUHP_PADATA_DEAD
Daniel Jordan
2020-04-30
1
-6
/
+8
*
crypto: pcrypt - simplify error handling in pcrypt_create_aead()
Eric Biggers
2020-03-06
1
-3
/
+4
*
padata: fix uninitialized return value in padata_replace()
Daniel Jordan
2020-02-22
1
-1
/
+1
*
padata: update documentation
Daniel Jordan
2019-12-11
1
-13
/
+22
*
padata: remove reorder_objects
Daniel Jordan
2019-12-11
1
-3
/
+0
*
padata: remove cpumask change notifier
Daniel Jordan
2019-12-11
1
-51
/
+1
*
padata: always acquire cpu_hotplug_lock before pinst->lock
Daniel Jordan
2019-12-11
1
-2
/
+2
*
padata: validate cpumask without removed CPU during offline
Daniel Jordan
2019-12-11
1
-12
/
+18
*
crypto: pcrypt - Avoid deadlock by using per-instance padata queues
Herbert Xu
2019-12-11
1
-71
/
+165
*
padata: Remove unused padata_remove_cpu
Herbert Xu
2019-12-11
1
-35
/
+0
*
padata: Remove broken queue flushing
Herbert Xu
2019-12-11
1
-31
/
+12
*
padata: remove cpu_index from the parallel_queue
Daniel Jordan
2019-09-13
1
-11
/
+2
*
padata: unbind parallel jobs from specific CPUs
Daniel Jordan
2019-09-13
1
-53
/
+65
*
padata: use separate workqueues for parallel and serial work
Daniel Jordan
2019-09-13
1
-10
/
+18
*
padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible
Daniel Jordan
2019-09-13
1
-8
/
+9
*
padata: make padata_do_parallel find alternate callback CPU
Daniel Jordan
2019-09-13
1
-7
/
+20
*
padata: allocate workqueue internally
Daniel Jordan
2019-09-13
1
-9
/
+15
*
padata: initialize pd->cpu with effective cpumask
Daniel Jordan
2019-08-09
1
-1
/
+1
*
padata: purge get_cpu and reorder_via_wq from padata_do_serial
Daniel Jordan
2019-07-27
1
-20
/
+3
*
padata: Replace delayed timer with immediate workqueue in padata_reorder
Herbert Xu
2019-07-27
1
-79
/
+18
*
padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
Daniel Jordan
2019-07-18
1
-0
/
+12
*
padata: Replace padata_attr_type default_attrs field with groups
Kimberly Brown
2019-04-25
1
-1
/
+2
*
padata: clean an indentation issue, remove extraneous space
Colin Ian King
2018-11-16
1
-1
/
+1
*
padata: add SPDX identifier
Cheah Kok Cheong
2018-01-05
1
-0
/
+1
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-3
/
+3
[next]