aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_lru_list.c
AgeCommit message (Expand)Author
2017-04-17bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau
2017-01-10bpf: Make unnecessarily global functions staticTobias Klauser
2017-01-10bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau
2016-11-15bpf: Add percpu LRU listMartin KaFai Lau
2016-11-15bpf: LRU ListMartin KaFai Lau