summaryrefslogtreecommitdiff
path: root/kernel/bpf/percpu_freelist.c
Commit message (Expand)AuthorAgeFilesLines
* 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