aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_lru_list.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2017-04-17bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau1-1/+1
2017-01-10bpf: Make unnecessarily global functions staticTobias Klauser1-7/+10
2017-01-10bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser1-2/+1
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau1-1/+1
2016-11-15bpf: Add percpu LRU listMartin KaFai Lau1-17/+145
2016-11-15bpf: LRU ListMartin KaFai Lau1-0/+567