summaryrefslogtreecommitdiffstats
path: root/lib/objpool.c
AgeCommit message (Expand)AuthorLines
2024-11-07objpool: fix to make percpu slot allocation more robustMasami Hiramatsu (Google)-6/+12
2024-10-22objpool: fix choosing allocation for percpu slotsViktor Malik-1/+1
2024-05-01objpool: cache nr_possible_cpus() and avoid caching nr_cpu_idsAndrii Nakryiko-6/+6
2024-05-01objpool: enable inlining objpool_push() and objpool_pop() operationsAndrii Nakryiko-100/+0
2023-12-01lib: objpool: fix head overrun on RK3588 SBCwuqiang.matt-0/+17
2023-10-18lib: objpool added: ring-array based lockless MPMCwuqiang.matt-0/+280