index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
padata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-31
padata: replace cpumask_weight with cpumask_empty in padata.c
Yury Norov
1
-1
/
+1
2021-08-27
padata: Remove repeated verbose license text
Cai Huoqing
1
-13
/
+0
2021-08-12
padata: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-7
/
+7
2021-07-30
padata: Convert from atomic_t to refcount_t on parallel_data->refcnt
Xiyu Yang
1
-4
/
+4
2020-09-04
padata: fix possible padata_works_lock deadlock
Daniel Jordan
1
-2
/
+3
2020-07-23
padata: remove padata_parallel_queue
Daniel Jordan
1
-26
/
+20
2020-07-23
padata: fold padata_alloc_possible() into padata_alloc()
Daniel Jordan
1
-28
/
+5
2020-07-23
padata: remove effective cpumasks from the instance
Daniel Jordan
1
-27
/
+3
2020-07-23
padata: inline single call of pd_setup_cpumasks()
Daniel Jordan
1
-23
/
+9
2020-07-23
padata: remove stop function
Daniel Jordan
1
-14
/
+0
2020-07-23
padata: remove start function
Daniel Jordan
1
-25
/
+1
2020-06-18
padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serial
Daniel Jordan
1
-2
/
+2
2020-06-04
padata: add basic support for multithreaded jobs
Daniel Jordan
1
-3
/
+149
2020-06-04
padata: allocate work structures for parallel jobs from a pool
Daniel Jordan
1
-41
/
+77
2020-06-04
padata: initialize earlier
Daniel Jordan
1
-9
/
+8
2020-06-04
padata: remove exit routine
Daniel Jordan
1
-6
/
+0
2020-04-30
padata: add separate cpuhp node for CPUHP_PADATA_DEAD
Daniel Jordan
1
-6
/
+8
2020-03-06
crypto: pcrypt - simplify error handling in pcrypt_create_aead()
Eric Biggers
1
-3
/
+4
2020-02-22
padata: fix uninitialized return value in padata_replace()
Daniel Jordan
1
-1
/
+1
2019-12-11
padata: update documentation
Daniel Jordan
1
-13
/
+22
2019-12-11
padata: remove reorder_objects
Daniel Jordan
1
-3
/
+0
2019-12-11
padata: remove cpumask change notifier
Daniel Jordan
1
-51
/
+1
2019-12-11
padata: always acquire cpu_hotplug_lock before pinst->lock
Daniel Jordan
1
-2
/
+2
2019-12-11
padata: validate cpumask without removed CPU during offline
Daniel Jordan
1
-12
/
+18
2019-12-11
crypto: pcrypt - Avoid deadlock by using per-instance padata queues
Herbert Xu
1
-71
/
+165
2019-12-11
padata: Remove unused padata_remove_cpu
Herbert Xu
1
-35
/
+0
2019-12-11
padata: Remove broken queue flushing
Herbert Xu
1
-31
/
+12
2019-09-13
padata: remove cpu_index from the parallel_queue
Daniel Jordan
1
-11
/
+2
2019-09-13
padata: unbind parallel jobs from specific CPUs
Daniel Jordan
1
-53
/
+65
2019-09-13
padata: use separate workqueues for parallel and serial work
Daniel Jordan
1
-10
/
+18
2019-09-13
padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible
Daniel Jordan
1
-8
/
+9
2019-09-13
padata: make padata_do_parallel find alternate callback CPU
Daniel Jordan
1
-7
/
+20
2019-09-13
padata: allocate workqueue internally
Daniel Jordan
1
-9
/
+15
2019-08-09
padata: initialize pd->cpu with effective cpumask
Daniel Jordan
1
-1
/
+1
2019-07-27
padata: purge get_cpu and reorder_via_wq from padata_do_serial
Daniel Jordan
1
-20
/
+3
2019-07-27
padata: Replace delayed timer with immediate workqueue in padata_reorder
Herbert Xu
1
-79
/
+18
2019-07-18
padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
Daniel Jordan
1
-0
/
+12
2019-04-25
padata: Replace padata_attr_type default_attrs field with groups
Kimberly Brown
1
-1
/
+2
2018-11-16
padata: clean an indentation issue, remove extraneous space
Colin Ian King
1
-1
/
+1
2018-01-05
padata: add SPDX identifier
Cheah Kok Cheong
1
-0
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-10-07
padata: ensure padata_do_serial() runs on the correct CPU
Mathias Krause
1
-1
/
+19
2017-10-07
padata: ensure the reorder timer callback runs on the correct CPU
Mathias Krause
1
-1
/
+42
2017-10-07
padata: set cpu_index of unused CPUs to -1
Mathias Krause
1
-1
/
+7
2017-05-26
padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()
Sebastian Andrzej Siewior
1
-5
/
+6
2017-05-26
padata: Make padata_alloc() static
Thomas Gleixner
1
-16
/
+16
2017-04-21
padata: get_next is never NULL
Jason A. Donenfeld
1
-9
/
+4
2017-04-10
padata: free correct variable
Jason A. Donenfeld
1
-1
/
+1
2017-03-24
padata: avoid race in reordering
Jason A. Donenfeld
1
-2
/
+3
2016-10-25
padata: Remove unused but set variables
Tobias Klauser
1
-4
/
+0
[next]