summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/percpu_freelist.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai2022-11-111-12/+11
* bpf: Simplify code by using for_each_cpu_wrap()Punit Agrawal2022-09-101-32/+16
* bpf: avoid grabbing spin_locks of all cpus when no free elemsFeng Zhou2022-06-111-6/+14
* bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu2020-10-061-5/+96
* bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner2020-02-241-10/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-01-311-12/+29
* bpf: fix lockdep splatEric Dumazet2017-11-151-2/+6
* bpf: introduce percpu_freelistAlexei Starovoitov2016-03-081-0/+100