summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2019-07-09perf evsel: perf_evsel__name(NULL) is valid, no need to check evselArnaldo Carvalho de Melo
2019-07-09perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan
2019-07-09perf inject: The tool->read() call may pass a NULL evsel, handle itArnaldo Carvalho de Melo
2019-07-09perf map: Fix potential NULL pointer dereference found by smatch toolLeo Yan
2019-07-09perf trace: Fix potential NULL pointer dereference found by the smatch toolLeo Yan
2019-07-09perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan
2019-07-09perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan
2019-07-09perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan
2019-07-09perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-07-08tc-tests: actions: add MPLS testsJohn Hurley
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-07-08selftests: forwarding: Test multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra
2019-07-09selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-08selftests: txring_overwrite: fix incorrect test of mmap() return valueFrank de Brabander
2019-07-08rseq/selftests: Fix Thumb mode build failure on arm32Mathieu Desnoyers
2019-07-08Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-07-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-08tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo
2019-07-08Merge remote-tracking branch 'tip/perf/core' into perf/urgentArnaldo Carvalho de Melo
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar
2019-07-08tools: bpftool: add completion for bpftool prog "loadall"Quentin Monnet
2019-07-08selftests/bpf: fix test_attach_probe map definitionAndrii Nakryiko
2019-07-08selftests/bpf: add verifier tests for wide storesStanislav Fomichev
2019-07-08bpf: sync bpf.h to tools/Stanislav Fomichev
2019-07-08libbpf: add perf_buffer_ prefix to READMEAndrii Nakryiko
2019-07-08tools/bpftool: switch map event_pipe to libbpf's perf_bufferAndrii Nakryiko
2019-07-08selftests/bpf: test perf buffer APIAndrii Nakryiko
2019-07-08libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUsAndrii Nakryiko
2019-07-08libbpf: add perf buffer APIAndrii Nakryiko
2019-07-08Merge branches 'acpi-tables', 'acpi-osl', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki
2019-07-08Merge branches 'pm-opp', 'pm-misc', 'pm-avs' and 'pm-tools'Rafael J. Wysocki
2019-07-07selftests/tls: add test for poll() with data in TLS ULPJakub Kicinski
2019-07-07tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo
2019-07-07perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa
2019-07-07perf python: Remove -fstack-protector-strong if clang doesn't have itArnaldo Carvalho de Melo
2019-07-06perf annotate TUI browser: Do not use member from variable within its own ini...Arnaldo Carvalho de Melo
2019-07-06perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek
2019-07-06perf evsel: Do not rely on errno values for precise_ip fallbackJiri Olsa
2019-07-06perf thread: Allow references to thread objects after machine__exit()Arnaldo Carvalho de Melo
2019-07-06perf header: Assign proper ff->ph in perf_event__synthesize_features()Song Liu
2019-07-06tools arch kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo
2019-07-06selftests/bpf: add test_tcp_rtt to .gitignoreStanislav Fomichev
2019-07-06selftests/bpf: fix test_align liveliness expectationsStanislav Fomichev
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-07-05tools: bpftool: Fix json dump crash on powerpcJiri Olsa
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet