summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_lru_list.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2023-05-121-8/+13
* bpf_lru_list: Read double-checked variable once without lockMarco Elver2021-02-101-3/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau2017-04-171-1/+1
* bpf: Make unnecessarily global functions staticTobias Klauser2017-01-101-7/+10
* bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser2017-01-101-2/+1
* bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau2016-11-161-1/+1
* bpf: Add percpu LRU listMartin KaFai Lau2016-11-151-17/+145
* bpf: LRU ListMartin KaFai Lau2016-11-151-0/+567