summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim
2021-04-29perf report: Show event sample counts in --stat outputNamhyung Kim
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim
2021-04-29perf top: Use evlist->events_stat to count eventsNamhyung Kim
2021-04-29perf data: Add JSON exportNicholas Fraser
2021-04-29perf stat: Introduce bpf_counter_ops->disable()Song Liu
2021-04-29perf stat: Introduce ':b' modifierSong Liu
2021-04-29perf stat: Introduce config stat.bpf-counter-eventsSong Liu
2021-04-29perf bpf: check perf_attr_map is compatible with the perf binarySong Liu
2021-04-29perf util: Move bpf_perf definitions to a libperf headerSong Liu
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-28Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2021-04-27Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-04-27Merge tag 'linux-kselftest-next-5.13-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-28bpf, selftests: Update array map tests for per-cpu batched opsPedro Tammela
2021-04-27bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann
2021-04-26selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko
2021-04-26selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko
2021-04-26selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko
2021-04-26libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-REAndrii Nakryiko
2021-04-26selftests/bpf: Add remaining ASSERT_xxx() variantsAndrii Nakryiko
2021-04-26Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-04-26Merge tag 'acpi-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-04-26Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds
2021-04-26Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-04-26Merge tag 'staging-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-26Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-26Merge tag 'platform-drivers-x86-v5.13-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26KVM: selftests: Speed up set_memory_region_testVitaly Kuznetsov
2021-04-26Merge tag 'x86_sgx_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-26Merge tag 'x86_misc_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-04-26Merge branch 'acpica'Rafael J. Wysocki
2021-04-26Merge branches 'pm-docs' and 'pm-tools'Rafael J. Wysocki
2021-04-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-04-26selftests: kvm: Fix the check of return valueZhenzhong Duan
2021-04-25selftests/bpf: Use ASSERT macros in lsm testJiri Olsa
2021-04-25selftests/bpf: Test that module can't be unloaded with attached trampolineJiri Olsa
2021-04-25selftests/bpf: Add re-attach test to lsm testJiri Olsa
2021-04-25selftests/bpf: Add re-attach test to fexit_testJiri Olsa
2021-04-25selftests/bpf: Add re-attach test to fentry_testJiri Olsa