summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao2022-03-251-2/+0
* tools/vm/page_owner_sort.c: two trivial fixesShenghong Han2022-03-251-3/+2
* tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao2022-03-251-29/+148
* tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang2022-03-251-3/+20
* tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson2022-03-251-9/+14
* tools/vm/page_owner_sort.c: sort by stacktrace before cullingSean Anderson2022-03-251-4/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-3/+2
|\
| * linux/types.h: remove unnecessary __bitwise__Bjorn Helgaas2022-03-241-3/+2
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-24299-3793/+16411
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-232-7/+140
| |\ \
| | * | selftest: net: Test IPv4 PMTU exceptions with DSCP and ECNGuillaume Nault2022-03-181-4/+137
| | * | af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima2022-03-181-3/+3
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-2278-600/+4011
| |\ \ \
| | * | | selftests/bpf: Fix kprobe_multi test.Alexei Starovoitov2022-03-221-1/+3
| | * | | bpftool: Fix a bug in subskeleton code generationYonghong Song2022-03-211-1/+0
| | * | | libbpf: Close fd in bpf_object__reuse_mapHengqi Chen2022-03-211-1/+1
| | * | | bpftool: Fix print error when show bpf mapYafang Shao2022-03-211-5/+2
| | * | | selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu2022-03-211-1/+4
| | * | | selftests/bpf: Test skipping stacktraceNamhyung Kim2022-03-212-0/+131
| | * | | selftests/bpf: Fix test for 4-byte load from remote_port on big-endianJakub Sitnicki2022-03-211-2/+8
| | * | | selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_portJakub Sitnicki2022-03-211-2/+1
| | * | | selftests/bpf: Test for associating multiple elements with the local storageJoanne Koong2022-03-211-0/+19
| | * | | libbpf: Avoid NULL deref when initializing map BTF infoAndrii Nakryiko2022-03-211-0/+3
| | * | | bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names tableAndrii Nakryiko2022-03-181-1/+1
| | * | | selftests/bpf: Fix test for 4-byte load from dst_port on big-endianJakub Sitnicki2022-03-181-1/+7
| | * | | selftests/bpf: Use constants for socket states in sock_fields testJakub Sitnicki2022-03-181-5/+5
| | * | | selftests/bpf: Check dst_port only on the client socketJakub Sitnicki2022-03-181-0/+4
| | * | | selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki2022-03-181-1/+1
| | * | | selftests/bpf: Test subskeleton functionalityDelyan Kratunov2022-03-186-2/+194
| | * | | bpftool: Add support for subskeletonsDelyan Kratunov2022-03-183-85/+542
| | * | | libbpf: Add subskeleton scaffoldingDelyan Kratunov2022-03-183-21/+149
| | * | | libbpf: Init btf_{key,value}_type_id on internal map openDelyan Kratunov2022-03-181-1/+14
| | * | | libbpf: .text routines are subprograms in strict modeDelyan Kratunov2022-03-182-0/+11
| | * | | selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_optsJiri Olsa2022-03-181-0/+68
| | * | | selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_optsJiri Olsa2022-03-181-11/+193
| | * | | selftests/bpf: Add kprobe_multi bpf_cookie testJiri Olsa2022-03-182-19/+131
| | * | | selftests/bpf: Add kprobe_multi attach testJiri Olsa2022-03-183-0/+243
| | * | | libbpf: Add bpf_program__attach_kprobe_multi_opts functionJiri Olsa2022-03-183-0/+184
| | * | | libbpf: Add bpf_link_create support for multi kprobesJiri Olsa2022-03-182-1/+17
| | * | | libbpf: Add libbpf_kallsyms_parse functionJiri Olsa2022-03-182-24/+43
| | * | | bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2022-03-181-0/+1
| | * | | bpf: Add multi kprobe linkJiri Olsa2022-03-181-0/+13
| | * | | selftests/bpf: Fix tunnel remote IP commentsKaixi Fan2022-03-181-1/+1
| | * | | selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedlyHou Tao2022-03-161-9/+68
| | * | | bpf: selftests: Remove libcap usage from test_progsMartin KaFai Lau2022-03-162-38/+11
| | * | | bpf: selftests: Remove libcap usage from test_verifierMartin KaFai Lau2022-03-162-64/+27
| | * | | bpf: selftests: Add helpers to directly use the capget and capset syscallMartin KaFai Lau2022-03-162-0/+86
| | * | | bpftool: man: Add missing top level docsDaniel Xu2022-03-151-1/+12
| | * | | bpftool: Add bpf_cookie to link outputDmitrii Dolgov2022-03-154-0/+34
| | * | | selftests/bpf: Clean up array_size.cocci warningsGuo Zhengkui2022-03-159-15/+15