index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
padata.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
padata: remove padata_parallel_queue
Daniel Jordan
2020-07-23
1
-13
/
+2
*
padata: fold padata_alloc_possible() into padata_alloc()
Daniel Jordan
2020-07-23
1
-1
/
+1
*
padata: remove effective cpumasks from the instance
Daniel Jordan
2020-07-23
1
-2
/
+0
*
padata: remove stop function
Daniel Jordan
2020-07-23
1
-1
/
+0
*
padata: remove start function
Daniel Jordan
2020-07-23
1
-1
/
+0
*
padata: add basic support for multithreaded jobs
Daniel Jordan
2020-06-03
1
-0
/
+29
*
padata: allocate work structures for parallel jobs from a pool
Daniel Jordan
2020-06-03
1
-7
/
+1
*
padata: initialize earlier
Daniel Jordan
2020-06-03
1
-0
/
+6
*
padata: add separate cpuhp node for CPUHP_PADATA_DEAD
Daniel Jordan
2020-04-30
1
-2
/
+4
*
padata: update documentation
Daniel Jordan
2019-12-11
1
-9
/
+6
*
padata: remove reorder_objects
Daniel Jordan
2019-12-11
1
-2
/
+0
*
padata: remove cpumask change notifier
Daniel Jordan
2019-12-11
1
-11
/
+0
*
crypto: pcrypt - Avoid deadlock by using per-instance padata queues
Herbert Xu
2019-12-11
1
-5
/
+29
*
padata: remove cpu_index from the parallel_queue
Daniel Jordan
2019-09-13
1
-2
/
+0
*
padata: unbind parallel jobs from specific CPUs
Daniel Jordan
2019-09-13
1
-0
/
+3
*
padata: use separate workqueues for parallel and serial work
Daniel Jordan
2019-09-13
1
-2
/
+4
*
padata: make padata_do_parallel find alternate callback CPU
Daniel Jordan
2019-09-13
1
-1
/
+1
*
padata: allocate workqueue internally
Daniel Jordan
2019-09-13
1
-2
/
+1
*
padata: Replace delayed timer with immediate workqueue in padata_reorder
Herbert Xu
2019-07-27
1
-9
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
padata: ensure padata_do_serial() runs on the correct CPU
Mathias Krause
2017-10-07
1
-0
/
+2
*
padata: ensure the reorder timer callback runs on the correct CPU
Mathias Krause
2017-10-07
1
-0
/
+2
*
padata: Make padata_alloc() static
Thomas Gleixner
2017-05-26
1
-3
/
+0
*
padata: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-09-19
1
-1
/
+1
*
kernel/padata.c: removed unused code
Richard Cochran
2016-05-19
1
-5
/
+0
*
padata: make the sequence counter an atomic_t
Mathias Krause
2013-10-30
1
-2
/
+1
*
padata: Fix race on sequence number wrap
Steffen Klassert
2012-03-14
1
-4
/
+2
*
padata: add missing __percpu markup in include/linux/padata.h
Namhyung Kim
2010-09-03
1
-2
/
+2
*
padata: Remove padata_get_cpumask
Steffen Klassert
2010-07-31
1
-2
/
+0
*
padata: Pass the padata cpumasks to the cpumask_change_notifier chain
Steffen Klassert
2010-07-31
1
-19
/
+21
*
padata: Rearrange set_cpumask functions
Steffen Klassert
2010-07-31
1
-3
/
+3
*
padata: Rename padata_alloc functions
Steffen Klassert
2010-07-31
1
-4
/
+5
*
padata: Added sysfs primitives to padata subsystem
Dan Kruchinin
2010-07-19
1
-1
/
+4
*
padata: Make two separate cpumasks
Dan Kruchinin
2010-07-19
1
-36
/
+80
*
padata: simplify serialization mechanism
Steffen Klassert
2010-07-14
1
-3
/
+3
*
padata: Check for valid padata instance on start
Steffen Klassert
2010-07-14
1
-1
/
+2
*
padata: Add some code comments
Steffen Klassert
2010-05-19
1
-0
/
+53
*
padata: Use a timer to handle remaining objects in the reorder queues
Steffen Klassert
2010-05-19
1
-0
/
+2
*
padata: Generic parallelization/serialization interface
Steffen Klassert
2010-01-06
1
-0
/
+88