aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-11-18selftests, bpf: Fix test_tc_tunnel hangingJiri Benc1-0/+5
2019-11-18selftests, bpf: xdping is not meant to be run standaloneJiri Benc1-2/+2
2019-11-18perf map: Move seldom used ->flags field to second cachelineArnaldo Carvalho de Melo1-1/+1
2019-11-18perf map: Use bitmap for booleansArnaldo Carvalho de Melo1-2/+2
2019-11-18libtraceevent: Fix parsing of event %o and %X argument typesKonstantin Khlebnikov1-2/+5
2019-11-18perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter1-1/+1
2019-11-18perf map_groups: Auto sort maps by name, if neededArnaldo Carvalho de Melo3-3/+111
2019-11-18perf machine: No need to check if kernel module maps pre-existArnaldo Carvalho de Melo3-13/+7
2019-11-18perf record: No need to process the synthesized MMAP events twiceArnaldo Carvalho de Melo1-2/+27
2019-11-18perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo1-26/+1
2019-11-18perf map_groups: Add a front end cache for map lookups by nameArnaldo Carvalho de Melo3-5/+19
2019-11-18perf maps: Do not use an rbtree to sort by map nameArnaldo Carvalho de Melo5-47/+3
2019-11-18Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-6/+9
2019-11-18selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko3-18/+292
2019-11-18libbpf: Make global data internal arrays mmap()-able, if possibleAndrii Nakryiko1-2/+30
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko1-0/+3
2019-11-18selftests/clone3: skip if clone3() is ENOSYSChristian Brauner4-30/+33
2019-11-18selftests/clone3: check that all pids are released on error pathsAndrei Vagin1-2/+14
2019-11-18selftests/clone3: report a correct number of failsAndrei Vagin1-7/+3
2019-11-18selftests/clone3: flush stdout and stderr before clone3() and _exit()Andrei Vagin2-4/+13
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-44/+73
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-4/+57
2019-11-16selftests: net: avoid ptl lock contention in tcp_mmapEric Dumazet1-5/+53
2019-11-16selftests/x86/iopl: Extend test to cover IOPL emulationThomas Gleixner1-11/+118
2019-11-16selftests/x86/ioperm: Extend testing so the shared bitmap is exercisedThomas Gleixner1-1/+15
2019-11-15selftests: add tests for clone3() with *set_tidAdrian Reber6-26/+421
2019-11-15selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprogAlexei Starovoitov2-0/+167
2019-11-15selftests/bpf: Extend test_pkt_access testAlexei Starovoitov1-2/+36
2019-11-15libbpf: Add support for attaching BPF programs to other BPF programsAlexei Starovoitov5-17/+71
2019-11-15selftests/bpf: Add stress test for maximum number of progsAlexei Starovoitov1-0/+76
2019-11-15selftests/bpf: Add combined fentry/fexit testAlexei Starovoitov1-0/+90
2019-11-15selftests/bpf: Add fexit tests for BPF trampolineAlexei Starovoitov2-0/+162
2019-11-15selftests/bpf: Add test for BPF trampolineAlexei Starovoitov3-0/+167
2019-11-15selftest/bpf: Simple test for fentry/fexitAlexei Starovoitov2-3/+88
2019-11-15libbpf: Add support to attach to fentry/fexit tracing progsAlexei Starovoitov4-25/+82
2019-11-15libbpf: Introduce btf__find_by_name_kind()Alexei Starovoitov3-0/+25
2019-11-15ptp: Extend the test program to check the external time stamp flags.Richard Cochran1-2/+51
2019-11-15selftests: net: tcp_mmap should create detached threadsEric Dumazet1-1/+6
2019-11-15selftests: mlxsw: Adjust test to recent changesIdo Schimmel1-2/+6
2019-11-15ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Colin Ian King2-3/+3
2019-11-15selftests: kvm: Simplify loop in kvm_create_max_vcpus testWainer dos Santos Moschetta1-5/+2
2019-11-14tracing/selftests: Turn off timeout settingSteven Rostedt (VMware)1-0/+1
2019-11-14selftests/powerpc: Handle Makefile for unrecognized optionHarish1-1/+6
2019-11-13perf maps: Purge the entries from maps->names in __maps__purge()Arnaldo Carvalho de Melo2-41/+1
2019-11-13selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov1-2/+2
2019-11-13ftrace/selftests: Update the direct call selftests to test two direct callsSteven Rostedt (VMware)2-23/+52
2019-11-13ftrace/selftest: Add tests to test register_ftrace_direct()Steven Rostedt (VMware)2-0/+124
2019-11-13tools: gpio: Correctly add make dependencies for gpio_utilsLaura Abbott2-3/+8
2019-11-13perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLiteAdrian Hunter1-3/+9
2019-11-13Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2-3/+8