aboutsummaryrefslogtreecommitdiff
path: root/kernel/padata.c
AgeCommit message (Expand)Author
2013-08-29padata - Register hotcpu notifier after initializationRichard Weinberger
2013-08-29padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_...Chen Gang
2012-12-06padata: use __this_cpu_read per-cpu helperShan Wei
2012-03-29padata: Fix cpu hotplugSteffen Klassert
2012-03-29padata: Use the online cpumask as the defaultSteffen Klassert
2012-03-29padata: Add a reference to the api documentationSteffen Klassert
2012-03-14padata: Fix race on sequence number wrapSteffen Klassert
2012-03-14padata: Fix race in the serialization pathSteffen Klassert
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-03-31Fix common misspellingsLucas De Marchi
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-07-31padata: Remove padata_get_cpumaskSteffen Klassert
2010-07-31padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert
2010-07-31padata: Rearrange set_cpumask functionsSteffen Klassert
2010-07-31padata: Rename padata_alloc functionsSteffen Klassert
2010-07-26padata: Check for valid cpumasksSteffen Klassert
2010-07-26padata: Allocate cpumask dependend recources in any caseSteffen Klassert
2010-07-26padata: Fix cpu index countingSteffen Klassert
2010-07-19padata: Added sysfs primitives to padata subsystemDan Kruchinin
2010-07-19padata: Make two separate cpumasksDan Kruchinin
2010-07-14padata: simplify serialization mechanismSteffen Klassert
2010-07-14padata: make padata_do_parallel to return zero on successSteffen Klassert
2010-07-14padata: Handle empty padata cpumasksSteffen Klassert
2010-07-14padata: Block until the instance is unused on stopSteffen Klassert
2010-07-14padata: Check for valid padata instance on startSteffen Klassert
2010-06-03padata: add parenthesis in MAX_SEQ_NR macroDan Carpenter
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-19padata: Use get_online_cpus/put_online_cpus in padata_freeSteffen Klassert
2010-05-19padata: Add some code commentsSteffen Klassert
2010-05-19padata: Flush the padata queues activelySteffen Klassert
2010-05-19padata: Use a timer to handle remaining objects in the reorder queues Steffen Klassert
2010-05-03padata: Use get_online_cpus/put_online_cpusSteffen Klassert
2010-05-03padata: Initialize the padata queues only for the used cpusSteffen Klassert
2010-05-03padata: Remove superfluous might_sleepSteffen Klassert
2010-05-03padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPUSteffen Klassert
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu
2010-05-03padata: Dont scale the parallel objects with the cpusSteffen Klassert
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29padata: Section cleanupHenrik Kretzschmar
2010-03-04padata: Allocate the cpumask for the padata instanceSteffen Klassert
2010-01-06padata: Generic parallelization/serialization interfaceSteffen Klassert