summaryrefslogtreecommitdiffstats
path: root/mm/zpool.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-08samples/bpf: Install libbpf headers when buildingQuentin Monnet1-10/+30
2021-10-08samples/bpf: Update .gitignoreQuentin Monnet1-0/+4
2021-10-08bpf: iterators: Install libbpf headers when buildingQuentin Monnet1-13/+25
2021-10-08bpf: preload: Install libbpf headers when buildingQuentin Monnet1-5/+20
2021-10-08tools/runqslower: Install libbpf headers when buildingQuentin Monnet2-15/+22
2021-10-08tools/resolve_btfids: Install libbpf headers when buildingQuentin Monnet3-9/+18
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet2-12/+23
2021-10-08bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>Quentin Monnet2-2/+0
2021-10-08libbpf: Skip re-installing headers file if source is older than targetQuentin Monnet1-9/+18
2021-10-08selftests/bpf: Fix btf_dump test under new clangYucong Sun4-9/+9
2021-10-08selftests/bpf: Remove SEC("version") from test progsDave Marchevsky40-61/+0
2021-10-08selftests/bpf: Skip the second half of get_branch_snapshot in vmSong Liu1-0/+34
2021-10-07bpf, tests: Add more LD_IMM64 testsJohan Almbladh1-3/+117
2021-10-07mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh1-1/+7
2021-10-07mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh1-1/+0
2021-10-07bpf, x64: Factor out emission of REX byte in more casesJie Meng1-36/+31
2021-10-06libbpf: Deprecate bpf_object__unload() API since v0.6Hengqi Chen2-3/+6
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen9-11/+11
2021-10-06libbpf: Add API documentation convention guidelinesGrant Seltzer1-0/+40
2021-10-06libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7Hengqi Chen3-15/+57
2021-10-06selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa2-11/+8
2021-10-06bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet2-3/+5
2021-10-06bpf, arm: Remove dummy bpf_jit_compile stubDaniel Borkmann1-5/+0
2021-10-06mips, bpf: Remove old BPF JIT implementationsJohan Almbladh4-3603/+0
2021-10-06mips, bpf: Enable eBPF JITsJohan Almbladh3-4/+8
2021-10-06mips, bpf: Add JIT workarounds for CPU errataJohan Almbladh3-7/+35