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