summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2020-10-11selftests: net: mscc: ocelot: add test for VLAN modify actionVladimir Oltean-2/+45
2020-10-11bpf, selftests: Add redirect_peer selftestDaniel Borkmann-9/+61
2020-10-11bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann-186/+219
2020-10-11bpf, selftests: Add test for different array inner map sizeDaniel Borkmann-10/+72
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann-0/+3
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann-0/+17
2020-10-11bpf: Improve bpf_redirect_neigh helper descriptionDaniel Borkmann-3/+7
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins-14/+65
2020-10-09kunit: tool: fix display of make errorsDaniel Latypov-6/+6
2020-10-09selftests/bpf: Asm tests for the verifier regalloc tracking.Alexei Starovoitov-0/+243
2020-10-09selftests/bpf: Add profiler testAlexei Starovoitov-0/+1274
2020-10-09bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov-9/+9
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski-7/+25
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov-1/+20
2020-10-09kbuild: explicitly specify the build id styleBill Wendling-1/+1
2020-10-09tests: remove O_NONBLOCK before waiting for WSTOPPEDChristian Brauner-2/+2
2020-10-09Merge branch 'lkmm' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/...Ingo Molnar-134/+1410
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar-0/+55
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-69/+208
2020-10-08selftests: mptcp: interpret \n as a new lineMatthieu Baerts-2/+2
2020-10-08selftests/clone3: Avoid OS-defined clone_argsKees Cook-44/+41
2020-10-08selftests/seccomp: powerpc: Set syscall return during ptrace syscall exitKees Cook-4/+21
2020-10-08selftests/seccomp: Allow syscall nr and ret value to be set separatelyKees Cook-12/+47
2020-10-08selftests/seccomp: Record syscall during ptrace entryKees Cook-13/+27
2020-10-08selftests/ftrace: Add test case for synthetic event dynamic stringsTom Zanussi-0/+31
2020-10-08ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King-1/+1
2020-10-07selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko-0/+397
2020-10-07libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko-1/+1
2020-10-07libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko-8/+136
2020-10-07libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko-0/+5
2020-10-07tools/power/x86/intel-speed-select: Update version for v5.10Srinivas Pandruvada-1/+1
2020-10-07tools/power/x86/intel-speed-select: Fix missing base-freq core IDsJonathan Doman-14/+17
2020-10-07libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson-1/+6
2020-10-07bpf: Fix typo in uapi/linux/bpf.hJakub Wilk-1/+1
2020-10-07selftests/run_kselftest.sh: Make each test individually selectableKees Cook-6/+71
2020-10-07selftests: Extract run_kselftest.sh and generate stand-alone test listKees Cook-22/+37
2020-10-07Merge branch 'for-next/late-arrivals' into for-next/coreWill Deacon-1/+2070
2020-10-07ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)-0/+29
2020-10-07radix tree test suite: Fix compilationMatthew Wilcox (Oracle)-4/+9
2020-10-07perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim-0/+3
2020-10-06selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo-9/+1
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo-3/+2
2020-10-06selftest/bpf: Test pinning map with reused map fdHangbin Liu-1/+48
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu-19/+18
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu-21/+34
2020-10-06objtool: Allow nested externs to enable BUILD_BUG()Vasily Gorbik-1/+1
2020-10-06selftests/powerpc: Add a rtas_filter selftestAndrew Donnellan-1/+286
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams-0/+1
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams-184/+32
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+28