summaryrefslogtreecommitdiffstats
path: root/kernel/padata.c
Commit message (Expand)AuthorAgeFilesLines
* padata: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-38/+50
* kernel/padata.c: hide unused functionsArnd Bergmann2016-05-191-37/+37
* kernel/padata.c: removed unused codeRichard Cochran2016-05-191-64/+0
* padata: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-8/+3
* padata: Fix wrong usage of rcu_dereference()Mathias Krause2013-12-051-1/+1
* padata: make the sequence counter an atomic_tMathias Krause2013-10-301-5/+4
* padata - Register hotcpu notifier after initializationRichard Weinberger2013-08-291-6/+6
* padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_...Chen Gang2013-08-291-16/+4
* padata: use __this_cpu_read per-cpu helperShan Wei2012-12-061-3/+2
* padata: Fix cpu hotplugSteffen Klassert2012-03-291-0/+3
* padata: Use the online cpumask as the defaultSteffen Klassert2012-03-291-4/+4
* padata: Add a reference to the api documentationSteffen Klassert2012-03-291-0/+2
* padata: Fix race on sequence number wrapSteffen Klassert2012-03-141-28/+10
* padata: Fix race in the serialization pathSteffen Klassert2012-03-141-2/+4
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-08-041-197/+558
|\
| * padata: Remove padata_get_cpumaskSteffen Klassert2010-07-311-35/+0
| * padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert2010-07-311-1/+2
| * padata: Rearrange set_cpumask functionsSteffen Klassert2010-07-311-50/+67
| * padata: Rename padata_alloc functionsSteffen Klassert2010-07-311-12/+12
| * padata: Check for valid cpumasksSteffen Klassert2010-07-261-1/+1
| * padata: Allocate cpumask dependend recources in any caseSteffen Klassert2010-07-261-17/+7
| * padata: Fix cpu index countingSteffen Klassert2010-07-261-0/+1
| * padata: Added sysfs primitives to padata subsystemDan Kruchinin2010-07-191-9/+146
| * padata: Make two separate cpumasksDan Kruchinin2010-07-191-124/+347
| * padata: simplify serialization mechanismSteffen Klassert2010-07-141-52/+19
| * padata: make padata_do_parallel to return zero on successSteffen Klassert2010-07-141-6/+5
| * padata: Handle empty padata cpumasksSteffen Klassert2010-07-141-11/+50
| * padata: Block until the instance is unused on stopSteffen Klassert2010-07-141-8/+16
| * padata: Check for valid padata instance on startSteffen Klassert2010-07-141-2/+16
| * padata: add parenthesis in MAX_SEQ_NR macroDan Carpenter2010-06-031-1/+1
* | kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-2/+2
|/
* padata: Use get_online_cpus/put_online_cpus in padata_freeSteffen Klassert2010-05-191-0/+3
* padata: Add some code commentsSteffen Klassert2010-05-191-11/+57
* padata: Flush the padata queues activelySteffen Klassert2010-05-191-8/+25
* padata: Use a timer to handle remaining objects in the reorder queues Steffen Klassert2010-05-191-7/+18
* padata: Use get_online_cpus/put_online_cpusSteffen Klassert2010-05-031-0/+13
* padata: Initialize the padata queues only for the used cpusSteffen Klassert2010-05-031-9/+5
* padata: Remove superfluous might_sleepSteffen Klassert2010-05-031-10/+0
* padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPUSteffen Klassert2010-05-031-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2010-05-031-1/+8
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * padata: Allocate the cpumask for the padata instanceSteffen Klassert2010-03-041-1/+7
* | padata: Dont scale the parallel objects with the cpusSteffen Klassert2010-05-031-1/+1
* | padata: Section cleanupHenrik Kretzschmar2010-03-291-2/+2
|/
* padata: Generic parallelization/serialization interfaceSteffen Klassert2010-01-061-0/+690
OpenPOWER on IntegriCloud