index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
padata.h
Age
Commit message (
Expand
)
Author
2017-10-07
padata: ensure padata_do_serial() runs on the correct CPU
Mathias Krause
2017-10-07
padata: ensure the reorder timer callback runs on the correct CPU
Mathias Krause
2017-05-26
padata: Make padata_alloc() static
Thomas Gleixner
2016-09-19
padata: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-05-19
kernel/padata.c: removed unused code
Richard Cochran
2013-10-30
padata: make the sequence counter an atomic_t
Mathias Krause
2012-03-14
padata: Fix race on sequence number wrap
Steffen Klassert
2010-09-03
padata: add missing __percpu markup in include/linux/padata.h
Namhyung Kim
2010-07-31
padata: Remove padata_get_cpumask
Steffen Klassert
2010-07-31
padata: Pass the padata cpumasks to the cpumask_change_notifier chain
Steffen Klassert
2010-07-31
padata: Rearrange set_cpumask functions
Steffen Klassert
2010-07-31
padata: Rename padata_alloc functions
Steffen Klassert
2010-07-19
padata: Added sysfs primitives to padata subsystem
Dan Kruchinin
2010-07-19
padata: Make two separate cpumasks
Dan Kruchinin
2010-07-14
padata: simplify serialization mechanism
Steffen Klassert
2010-07-14
padata: Check for valid padata instance on start
Steffen Klassert
2010-05-19
padata: Add some code comments
Steffen Klassert
2010-05-19
padata: Use a timer to handle remaining objects in the reorder queues
Steffen Klassert
2010-01-06
padata: Generic parallelization/serialization interface
Steffen Klassert