Age | Commit message (Expand) | Author | Files | Lines |
2024-09-16 | Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+5 |
2024-08-30 | padata: Honor the caller's alignment in case of chunk_size 0 | Kamlesh Gurudasani | 1 | -0/+3 |
2024-08-17 | padata: use integer wrap around to prevent deadlock on seq_nr overflow | VanGiang Nguyen | 1 | -1/+2 |
2024-08-07 | padata: Fix possible divide-by-0 panic in padata_mt_helper() | Waiman Long | 1 | -0/+7 |
2024-04-12 | padata: Disable BH when taking works lock on MT path | Herbert Xu | 1 | -4/+4 |
2024-03-06 | Author: Gang Li padata: dispatch works on | Gang Li Subject: padata: dispatch works on | 1 | -2/+12 |
2023-10-27 | padata: Fix refcnt handling in padata_free_shell() | WangJinchao | 1 | -1/+5 |
2023-09-15 | crypto: pcrypt - Fix hungtask for PADATA_RESET | Lu Jialin | 1 | -1/+1 |
2023-03-14 | padata: use alignment when calculating the number of worker threads | Anthony Yznaga | 1 | -1/+1 |
2023-03-14 | padata: Make kobj_type structure constant | Thomas Weißschuh | 1 | -1/+1 |
2022-12-19 | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+10 |
2022-12-14 | padata: Mark padata_work_init() as __ref | Nathan Chancellor | 1 | -2/+10 |
2022-11-25 | padata: Fix list iterator in padata_do_serial() | Daniel Jordan | 1 | -2/+5 |
2022-11-25 | padata: Always leave BHs disabled when running ->parallel() | Daniel Jordan | 1 | -3/+5 |
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-03 | padata: add basic support for multithreaded jobs | Daniel Jordan | 1 | -3/+149 |
2020-06-03 | padata: allocate work structures for parallel jobs from a pool | Daniel Jordan | 1 | -41/+77 |
2020-06-03 | padata: initialize earlier | Daniel Jordan | 1 | -9/+8 |
2020-06-03 | 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 |