aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-0/+87
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner1-0/+1
2018-11-27selftests: gpio: Find libmount with pkg-config if availableDaniel Díaz1-2/+8
2018-11-27selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to configDan Rue1-0/+1
2018-11-27selftests: firmware: remove use of non-standard diff -Z optionDan Rue1-6/+3
2018-11-27tools/kvm_stat: switch to python3Stefan Raspl1-1/+1
2018-11-26libbpf: Document API and ABI conventionsAndrey Ignatov1-0/+139
2018-11-26libbpf: Verify versioned symbolsAndrey Ignatov1-1/+18
2018-11-26libbpf: Add version script for DSOAndrey Ignatov2-1/+124
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau5-6/+6
2018-11-26tools/bpf: change selftest test_btf for both jit and non-jitYonghong Song1-30/+3
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller40-331/+3202
2018-11-26Merge 4.20-rc4 into char-misc-nextGreg Kroah-Hartman29-147/+869
2018-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller13-23/+734
2018-11-26bpf: align map type names formatting.David Calavera1-23/+23
2018-11-25selftests/powerpc: Skip test instead of failingBreno Leitao1-4/+1
2018-11-25selftests/powerpc: Create a new SKIP_IF macroBreno Leitao1-0/+10
2018-11-25selftests/powerpc: Allocate base registersBreno Leitao7-10/+8
2018-11-25Merge branch 'fixes' into nextMichael Ellerman1-3/+18
2018-11-24selftests/net: add txring_overwriteWillem de Bruijn4-1/+191
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-14/+14
2018-11-23bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera2-1/+4
2018-11-23libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov1-4/+4
2018-11-23Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds7-14/+14
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2-0/+30
2018-11-22selftests: explicitly require kernel features needed by udpgro testsPaolo Abeni1-0/+14
2018-11-22tools/bpf: fix spelling mistake "memeory" -> "memory"Colin Ian King1-2/+2
2018-11-22Merge tag 'iio-for-4.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-1/+1
2018-11-21perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang2-39/+39
2018-11-21perf symbols: Fix slowness due to -ffunction-sectionEric Saint-Etienne3-2/+42
2018-11-21perf jvmti: Separate jvmti cmlr checkJiri Olsa6-1/+37
2018-11-21perf vendor events: Add JSON metrics for Cascadelake serverKan Liang11-0/+31347
2018-11-21perf vendor events: Add stepping in CPUID string for x86Kan Liang3-3/+67
2018-11-21perf stat: Use perf_evsel__is_clocki() for clock eventsRavi Bangoria1-2/+1
2018-11-21perf pmu: Suppress potential format-truncation warningBen Hutchings1-4/+4
2018-11-21perf tools: Add Hygon Dhyana supportPu Wen1-1/+1
2018-11-21perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso5-0/+419
2018-11-21perf bench: Add epoll parallel epoll_wait benchmarkDavidlohr Bueso5-0/+563
2018-11-21tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo5-1/+23
2018-11-21selftests: forwarding: vxlan_bridge_1d: Add learning testIdo Schimmel1-0/+108
2018-11-21selftests: mlxsw: Consider VxLAN learning enabled as validIdo Schimmel1-1/+1
2018-11-22tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski1-3/+7
2018-11-21bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov3-1/+141
2018-11-21bpf: adding support for map in map in libbpfNikita V. Shirokov2-6/+36
2018-11-21bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev1-1/+2
2018-11-21bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev2-11/+3
2018-11-21bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev1-0/+58
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev5-3/+56
2018-11-21bpf: fix a libbpf loader issueYonghong Song1-1/+1
2018-11-21perf bench: Move HAVE_PTHREAD_ATTR_SETAFFINITY_NP into bench.hDavidlohr Bueso2-12/+11