Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpf: Initialize same number of free nodes for each pcpu_freelist | Xu Kuohai | 2022-11-11 | 1 | -12/+11 |
* | bpf: Simplify code by using for_each_cpu_wrap() | Punit Agrawal | 2022-09-11 | 1 | -32/+16 |
* | bpf: avoid grabbing spin_locks of all cpus when no free elems | Feng Zhou | 2022-06-11 | 1 | -6/+14 |
* | bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMI | Song Liu | 2020-10-06 | 1 | -5/+96 |
* | bpf: Dont iterate over possible CPUs with interrupts disabled | Thomas Gleixner | 2020-02-25 | 1 | -10/+10 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 2019-05-30 | 1 | -4/+1 |
* | bpf: fix lockdep false positive in percpu_freelist | Alexei Starovoitov | 2019-01-31 | 1 | -12/+29 |
* | bpf: fix lockdep splat | Eric Dumazet | 2017-11-15 | 1 | -2/+6 |
* | bpf: introduce percpu_freelist | Alexei Starovoitov | 2016-03-08 | 1 | -0/+100 |