aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-03-11tools: iio: convert iio_generic_buffer to use new IIO buffer APIAlexandru Ardelean4-33/+107
2021-03-11tools: iio: privatize globals and functions in iio_generic_buffer.c fileAlexandru Ardelean1-16/+15
2021-03-11tools: iio: make iioutils_get_type() private in iio_utilsAlexandru Ardelean2-8/+5
2021-03-11static_call: Move struct static_call_key definition to static_call_types.hJuergen Gross1-0/+18
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-1/+97
2021-03-10libbpf: xsk: Move barriers from libbpf_util.h to xsk.hBjörn Töpel3-85/+68
2021-03-10libbpf: xsk: Remove linux/compiler.h headerBjörn Töpel1-10/+17
2021-03-10bpf: Fix warning comparing pointer to 0Jiapeng Chong1-1/+1
2021-03-10selftests/bpf: Fix warning comparing pointer to 0Jiapeng Chong1-1/+1
2021-03-10perf synthetic events: Avoid write of uninitialized memory when generating PERF_RECORD_MMAP* recordsIan Rogers1-4/+5
2021-03-10tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+13
2021-03-10perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter1-1/+1
2021-03-10perf auxtrace: Fix auxtrace queue conflictAdrian Hunter1-4/+0
2021-03-10kselftest: arm64: Fix exit code of sve-ptraceMark Brown1-1/+1
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller62-521/+2716
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-14/+214
2021-03-10selftests/bpf: Fix compiler warning in BPF_KPROBE definition in loop6.cAndrii Nakryiko1-2/+2
2021-03-09Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-1/+1
2021-03-09selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntaxIlya Leoshkevich1-0/+7
2021-03-09selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_sizeIlya Leoshkevich4-0/+18
2021-03-09perf machine: Assign boolean values to a bool variableJiapeng Chong1-2/+2
2021-03-09perf tools: use ARRAY_SIZEJiapeng Chong1-1/+1
2021-03-09perf stat: Fixup __perf_stat_evsel__is() prefixArnaldo Carvalho de Melo2-5/+3
2021-03-09perf script: Fixup 'struct evsel_script' method prefixArnaldo Carvalho de Melo1-10/+8
2021-03-08tools/memory-model: Remove reference to atomic_ops.rstAkira Yokosawa1-1/+0
2021-03-08doc: Update rcu_dereference.rst referenceMauro Carvalho Chehab1-1/+1
2021-03-08torture: Reverse jittering and duration parameters for jitter.shPaul E. McKenney2-4/+4
2021-03-08torture: Eliminate jitter_pids filePaul E. McKenney2-18/+1
2021-03-08torture: Use "jittering" file to control jitter.sh executionPaul E. McKenney2-5/+10
2021-03-08torture: Use file-based protocol to mark batch's runs completePaul E. McKenney2-2/+14
2021-03-08torture: Move build/run synchronization files into scenario directoriesPaul E. McKenney2-19/+16
2021-03-08refscale: Disable verbose torture-test outputPaul E. McKenney1-1/+1
2021-03-08rcuscale: Disable verbose torture-test outputPaul E. McKenney1-1/+1
2021-03-08torture: Improve readability of the testid.txt filePaul E. McKenney1-2/+7
2021-03-08torture: Provide bare-metal modprobe-based advicePaul E. McKenney2-6/+42
2021-03-08torture: Allow 1G of memory for torture.sh kvfree testingPaul E. McKenney1-1/+1
2021-03-08torturescript: Don't rerun failed rcutorture buildsPaul E. McKenney1-1/+12
2021-03-08torture: Make jitter.sh handle large systemsPaul E. McKenney1-4/+4
2021-03-08rcutorture: Make TREE03 use real-time tree.use_softirq settingPaul E. McKenney1-0/+1
2021-03-08rcutorture: Use "all" and "N" in "nohz_full" and "rcu_nocbs"Paul E. McKenney2-2/+2
2021-03-08selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len paramJesper Dangaard Brouer2-0/+96
2021-03-08libbpf: Fix INSTALL flag orderGeorgi Valkov1-1/+1
2021-03-08selftests/bpf: Fix typo in MakefileJean-Philippe Brucker1-1/+1
2021-03-08libbpf: Fix arm64 buildJean-Philippe Brucker1-1/+1
2021-03-08libbpf, xsk: Add libbpf_smp_store_release libbpf_smp_load_acquireBjörn Töpel2-34/+55
2021-03-08selftests/bpf: Fix test_attach_probe for powerpc uprobesJiri Olsa1-1/+39
2021-03-08perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed charsArnaldo Carvalho de Melo1-1/+1
2021-03-08tools include: Add __sum16 and __wsum definitions.Ian Rogers1-0/+3
2021-03-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo101-608/+3025
2021-03-08tools/x86: Add a kcpuid tool to show raw CPU featuresFeng Tang3-0/+1059