summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-10-07libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson
2020-10-07bpf: Fix typo in uapi/linux/bpf.hJakub Wilk
2020-10-07selftests/run_kselftest.sh: Make each test individually selectableKees Cook
2020-10-07selftests: Extract run_kselftest.sh and generate stand-alone test listKees Cook
2020-10-07Merge branch 'for-next/late-arrivals' into for-next/coreWill Deacon
2020-10-07ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)
2020-10-07radix tree test suite: Fix compilationMatthew Wilcox (Oracle)
2020-10-07perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim
2020-10-06selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo
2020-10-06selftest/bpf: Test pinning map with reused map fdHangbin Liu
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu
2020-10-06objtool: Allow nested externs to enable BUILD_BUG()Vasily Gorbik
2020-10-06selftests/powerpc: Add a rtas_filter selftestAndrew Donnellan
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb
2020-10-05tools/testing/scatterlist: Show errors in human readable formTvrtko Ursulin
2020-10-05tools/testing/scatterlist: Rejuvenate bit-rotten testTvrtko Ursulin
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-05kselftest/arm64: Check mte tagged user address in kernelAmit Daniel Kachhap
2020-10-05kselftest/arm64: Verify KSM page merge for MTE pagesAmit Daniel Kachhap
2020-10-05kselftest/arm64: Verify all different mmap MTE optionsAmit Daniel Kachhap
2020-10-05kselftest/arm64: Check forked child mte memory accessibilityAmit Daniel Kachhap
2020-10-05kselftest/arm64: Verify mte tag inclusion via prctlAmit Daniel Kachhap
2020-10-05kselftest/arm64: Add utilities and a test to validate mte memoryAmit Daniel Kachhap
2020-10-05test_firmware: Test partial read supportScott Branden
2020-10-05Merge 5.9-rc8 into staging-nextGreg Kroah-Hartman
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig
2020-10-02selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloadsVladimir Oltean
2020-10-02bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend
2020-10-02bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo
2020-10-02selftests/bpf: Ksyms_btf to test typed ksymsHao Luo
2020-10-02bpf/libbpf: BTF support for typed ksymsHao Luo
2020-10-02bpf: Introduce pseudo_btf_idHao Luo
2020-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau
2020-10-02tools/power/acpi: Serialize MakefileThomas Renninger
2020-10-02tools: Avoid comma separated statementsJoe Perches
2020-10-02kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins
2020-10-02selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev
2020-10-02selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev
2020-10-02objtool: Permit __kasan_check_{read,write} under UACCESSJann Horn
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon