summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-08-10selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao
2022-08-10selftests/bpf: Add write tests for sk local storage map iteratorHou Tao
2022-08-10selftests/bpf: Add tests for reading a dangling map iter fdHou Tao
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov
2022-08-10selftests/bpf: add destructive kfunc testArtem Savkov
2022-08-10rtla: Consolidate and show all necessary libraries that failed for buildingSteven Rostedt (Google)
2022-08-10tools/rtla: Build with EXTRA_{C,LD}FLAGSBen Hutchings
2022-08-10tools/rtla: Fix command symlinksBen Hutchings
2022-08-10rtla: Fix tracer nameAlexandre Vicenzi
2022-08-10selftests/xsk: Update poll test casesShibin Koikkara Reeny
2022-08-10perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter
2022-08-10perf script: Fix reference to perf insert instead of perf injectAdrian Hunter
2022-08-10perf sched latency: Fix subcommand matching errorYang Jihong
2022-08-10perf kvm: Fix subcommand matching errorYang Jihong
2022-08-10perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET
2022-08-10perf inject jit: Ignore memfd and anonymous mmap events if jitdump presentBrian Robbins
2022-08-10perf list: Add PMU pai_crypto event description for IBM z16Thomas Richter
2022-08-10perf vendor events: Remove bad jaketown uncore eventsIan Rogers
2022-08-10perf vendor events: Remove bad ivytown uncore eventsIan Rogers
2022-08-10perf vendor events: Remove bad broadwellde uncore eventsIan Rogers
2022-08-10perf jevents: Add JEVENTS_ARCH make optionIan Rogers
2022-08-10perf jevents: Simplify generation of C-stringIan Rogers
2022-08-10perf jevents: Clean up pytype warningsIan Rogers
2022-08-10tools build: Switch to new openssl API for test-libcryptoRoberto Sassu
2022-08-10Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto fea...Arnaldo Carvalho de Melo
2022-08-10perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...Roberto Sassu
2022-08-10bpftool: Complete libbfd feature detectionRoberto Sassu
2022-08-10tools, build: Retry detection of bfd-related featuresRoberto Sassu
2022-08-10perf test: JSON format checkingClaire Jensen
2022-08-10perf stat: Add JSON output optionClaire Jensen
2022-08-09selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi
2022-08-09selftests/bpf: add extra test for using dynptr data slice after releaseJoanne Koong
2022-08-09selftests/bpf: Fix vmtest.sh getopts optstringDaniel Xu
2022-08-09selftests/bpf: Fix vmtest.sh -h to not require rootDaniel Xu
2022-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-09selftests/bpf: Add BPF-helper test for CLOCK_TAI accessKurt Kanzenbach
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer
2022-08-09Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-08-08bpf: Improve docstring for BPF_F_USER_BUILD_ID flagDave Marchevsky
2022-08-08libbpf: Do not require executable permission for shared librariesHengqi Chen
2022-08-08Merge tag 'thermal-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-08selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpfStanislav Fomichev
2022-08-08libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko
2022-08-08selftests/bpf: Clean up sys_nanosleep usesJoanne Koong
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-08-05selftests: netfilter: add test case for nf trace infrastructureFlorian Westphal