- 1ec2230f selftests: net: veth: add tests for set_channel by Paolo Abeni · 3 years, 6 months ago
- 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
- a2ffda3 selftests/bpf: Add test cases for redirection between udp and unix by Cong Wang · 3 years, 7 months ago
- 5ea905d selftests/bpf: Add a test case for unix sockmap by Cong Wang · 3 years, 7 months ago
- 0626bc2 selftests/bpf: Factor out add_to_sockmap() by Cong Wang · 3 years, 7 months ago
- d950625 selftests/bpf: Factor out udp_socketpair() by Cong Wang · 3 years, 7 months ago
- 0c48eef sock_map: Lift socket state restriction for datagram sockets by Cong Wang · 3 years, 7 months ago
- 8237e75 selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe by Jiri Olsa · 3 years, 6 months ago
- a2488b5 libbpf: Allow specification of "kprobe/function+offset" by Alan Maguire · 3 years, 6 months ago
- ac0ed48 libbpf: Add bpf_program__attach_kprobe_opts function by Jiri Olsa · 3 years, 6 months ago
- 5d8b583 selftests/bpf: Add test for bpf_get_func_ip helper by Jiri Olsa · 3 years, 6 months ago
- 9ffd9f3 bpf: Add bpf_get_func_ip helper for kprobe programs by Jiri Olsa · 3 years, 6 months ago
- 9b99edc bpf: Add bpf_get_func_ip helper for tracing programs by Jiri Olsa · 3 years, 6 months ago
- 61f71e7 selftests/bpf: Add a test with bpf_timer in inner map. by Alexei Starovoitov · 3 years, 6 months ago
- 3540f7c selftests/bpf: Add bpf_timer test. by Alexei Starovoitov · 3 years, 6 months ago
- b00628b bpf: Introduce bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
- de587d5 selftests/bpf: Remove unused variable in tc_tunnel prog by Tobias Klauser · 3 years, 6 months ago
- f170acd bpf: Fix a typo of reuseport map in bpf.h. by Kuniyuki Iwashima · 3 years, 6 months ago
- cf2c6f0 bpf: Sync tools/include/uapi/linux/bpf.h by Alexei Starovoitov · 3 years, 6 months ago
- 8096acd7 Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 6 months ago
- 97eb313 libbpf: Fix reuse of pinned map on older kernel by Martynas Pumputis · 3 years, 6 months ago
- b1412bd Merge tag 'perf-tools-for-v5.14-2021-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 6 months ago
- a7da441 selftests: mptcp: fix case multiple subflows limited by server by Jianguo Wu · 3 years, 6 months ago
- 5d52c90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 6 months ago
- eb7261f perf test: Add free() calls for scandir() returned dirent entries by Riccardo Mancini · 3 years, 6 months ago
- afd4ad0 libperf: Add tests for perf_evlist__set_leader() by Jiri Olsa · 3 years, 6 months ago
- e2c1816 libperf: Remove BUG_ON() from library code in get_group_fd() by Arnaldo Carvalho de Melo · 3 years, 6 months ago
- 5a7f7fc Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
- 3fd35de libperf: Add group support to perf_evsel__open() by Jiri Olsa · 3 years, 6 months ago
- c47a559 perf tools: Fix pattern matching for same substring in different PMU type by Jin Yao · 3 years, 7 months ago
- b91e549 perf record: Add a dummy event on hybrid systems to collect metadata records by Kan Liang · 3 years, 6 months ago
- 5f148e7c perf stat: Add Topdown metrics L2 events as default events by Kan Liang · 3 years, 6 months ago
- 2e6263a libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader() by Jiri Olsa · 3 years, 6 months ago
- 3a68312 libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups by Jiri Olsa · 3 years, 6 months ago
- fba7c86 libperf: Move 'leader' from tools/perf to perf_evsel::leader by Jiri Olsa · 3 years, 6 months ago
- 38fe0e0 libperf: Move 'idx' from tools/perf to perf_evsel::idx by Jiri Olsa · 3 years, 6 months ago
- 1fb5ba2 bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patch by John Fastabend · 3 years, 6 months ago
- a9cc9c3 selftest/mremap_test: avoid crash with static build by Aneesh Kumar K.V · 3 years, 6 months ago
- f27a5c9 selftest/mremap_test: update the test to handle pagesize other than 4K by Aneesh Kumar K.V · 3 years, 6 months ago
- 76fe17e secretmem: test: add basic selftest for memfd_secret(2) by Mike Rapoport · 3 years, 6 months ago
- fa73514 tracing/selftests: Add tests to test histogram sym and sym-offset modifiers by Steven Rostedt (VMware) · 3 years, 6 months ago
- 36246d5 bpf: Tidy xdp attach selftests by Kumar Kartikeya Dwivedi · 3 years, 7 months ago
- 939b9c6 selftests/bpf: Add test for xdp_md context in BPF_PROG_TEST_RUN by Zvi Effron · 3 years, 6 months ago
- 1d71925 tools: bpf: Fix error in 'make -C tools/ bpf_install' by Wei Li · 3 years, 7 months ago
- d7fba8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 3 years, 6 months ago
- 0e02bf5 selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirect by Hangbin Liu · 3 years, 6 months ago
- 24b671a selftests: icmp_redirect: remove from checking for IPv6 route get by Hangbin Liu · 3 years, 6 months ago
- 1423e26 Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- 5616e89 tools/runqslower: Use __state instead of state by SanjayKumar Jeyakumar · 3 years, 6 months ago
- 3d97060 libperf: Change tests to single static and shared binaries by Jiri Olsa · 3 years, 6 months ago
- b4b046f perf intel-pt: Add a config for max loops without consuming a packet by Adrian Hunter · 3 years, 7 months ago
- 493be70 perf stat: Disable the NMI watchdog message on hybrid by Jin Yao · 3 years, 7 months ago
- a3cbcad perf vendor events power10: Adds 24x7 nest metric events for power10 platform by Kajol Jain · 3 years, 7 months ago
- dea8cfc perf script python: Fix buffer size to report iregs in perf script by Kajol Jain · 3 years, 7 months ago
- e63cbfa perf trace: Fix the perf trace link location by Justin M. Forbes · 3 years, 6 months ago
- 8395228 perf top: Fix overflow in elf_sec__is_text() by Riccardo Mancini · 3 years, 7 months ago
- 5a4451e perf annotate: Fix 's' on source line when disasm is empty by Riccardo Mancini · 3 years, 7 months ago
- d5882a9 perf probe: Do not show @plt function by default by Masami Hiramatsu · 3 years, 7 months ago
- 8770434 perf symbol-elf: Decode dynsym even if symtab exists by Masami Hiramatsu · 3 years, 7 months ago
- eb4717f perf probe: Fix debuginfo__new() to enable build-id based debuginfo by Masami Hiramatsu · 3 years, 7 months ago
- af0efa0 libbpf: Restore errno return for functions that were already returning it by Toke Høiland-Jørgensen · 3 years, 6 months ago
- bc83206 bpftool: Properly close va_list 'ap' by va_end() on error by Gu Shengxian · 3 years, 6 months ago
- eed0218 Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 6 months ago
- 44c2cd8 tools headers UAPI: Sync files changed by the quotactl_fd new syscall by Arnaldo Carvalho de Melo · 3 years, 8 months ago
- 097e4e9 tools headers UAPI: Sync asm-generic/mman-common.h with the kernel by Arnaldo Carvalho de Melo · 5 years ago
- 84d5c07 tools headers UAPI: Update tools's copy of drm/drm.h header by Arnaldo Carvalho de Melo · 3 years, 11 months ago
- 4a1cdde tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 9 months ago
- 688ef3e tools include UAPI: Sync sound/asound.h copy with the kernel sources by Arnaldo Carvalho de Melo · 5 years ago
- 944138f perf stat: Enable BPF counter with --for-each-cgroup by Namhyung Kim · 3 years, 7 months ago
- 892ba7f perf report: Fix --task and --stat with pipe input by Namhyung Kim · 3 years, 7 months ago
- 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 7 months ago
- da803f8 Merge branch 'lkmm.2021.05.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 7 months ago
- 757fa80 Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 7 months ago
- 35e4353 Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 7 months ago
- a48ad6e Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 7 months ago
- 019b3fd Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 7 months ago
- 4062549 Merge tag 'perf-tools-for-v5.14-2021-07-01' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 7 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
- 3dbdb38 Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 7 months ago
- 37d220b selftest: netfilter: add test case for unreplied tcp connections by Florian Westphal · 3 years, 7 months ago
- 2214d70 selftests/net: timestamping: support binding PHC by Yangbo Lu · 3 years, 7 months ago
- cf96b8e perf session: Add missing evlist__delete when deleting a session by Riccardo Mancini · 3 years, 7 months ago
- 6de249d perf annotate: Allow 's' on source code lines by Riccardo Mancini · 3 years, 7 months ago
- ec4c00f perf dlfilter: Add object_code() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- 6495e76 perf dlfilter: Add attr() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- 244afc0 perf dlfilter: Add srcline() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- e35995e perf dlfilter: Add insn() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- f645744 perf dlfilter: Add resolve_address() to perf_dlfilter_fns by Adrian Hunter · 3 years, 7 months ago
- 0beb218 perf build: Install perf_dlfilter.h by Adrian Hunter · 3 years, 7 months ago
- 3d032a2 perf script: Add option to pass arguments to dlfilters by Adrian Hunter · 3 years, 7 months ago
- 638e2b9 perf script: Add option to list dlfilters by Adrian Hunter · 3 years, 7 months ago
- 9bde93a perf script: Add dlfilter__filter_event_early() by Adrian Hunter · 3 years, 7 months ago
- 291961f perf script: Add API for filtering via dynamically loaded shared object by Adrian Hunter · 3 years, 7 months ago
- c435c16 perf llvm: Return -ENOMEM when asprintf() fails by Arnaldo Carvalho de Melo · 3 years, 7 months ago
- 0323dea perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events() by James Clark · 3 years, 7 months ago
- f88bb1c tools headers UAPI: Synch KVM's svm.h header with the kernel by Arnaldo Carvalho de Melo · 4 years, 1 month ago
- 795c4ab tools kvm headers arm64: Update KVM headers from the kernel sources by Arnaldo Carvalho de Melo · 4 years, 1 month ago
- e48f62a tools headers UAPI: Sync linux/kvm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
- cc200a7 tools headers cpufeatures: Sync with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
- 14c6ef2 tools include UAPI: Update linux/mount.h copy by Arnaldo Carvalho de Melo · 3 years, 7 months ago