summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* userfaultfd/selftests: add test exercising minor fault handlingAxel Rasmussen2021-05-051-6/+158
* mm: huge_memory: debugfs for file-backed THP splitZi Yan2021-05-051-5/+77
* mm: huge_memory: a new debugfs interface for splitting THP testsZi Yan2021-05-053-0/+320
* vm/test_vmalloc.sh: adapt for updated driver interfaceUladzislau Rezki (Sony)2021-04-301-10/+11
* selftests: add a MREMAP_DONTUNMAP selftest for shmemBrian Geffon2021-04-301-0/+52
* kselftests: cgroup: update kmem test for new vmstat implementationJohannes Weiner2021-04-301-8/+14
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-295-4/+28
|\
| * tools: do not include scripts/Kbuild.includeMasahiro Yamada2021-04-255-4/+28
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-29198-2258/+14933
|\ \
| * | bpf, selftests: Update array map tests for per-cpu batched opsPedro Tammela2021-04-281-29/+75
| * | bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2021-04-271-1/+1
| * | selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko2021-04-261-8/+12
| * | selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko2021-04-269-48/+24
| * | selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko2021-04-261-4/+12
| * | libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-REAndrii Nakryiko2021-04-261-2/+4
| * | selftests/bpf: Add remaining ASSERT_xxx() variantsAndrii Nakryiko2021-04-267-15/+56
| * | selftests/bpf: Use ASSERT macros in lsm testJiri Olsa2021-04-251-17/+10
| * | selftests/bpf: Test that module can't be unloaded with attached trampolineJiri Olsa2021-04-251-0/+23
| * | selftests/bpf: Add re-attach test to lsm testJiri Olsa2021-04-251-10/+38
| * | selftests/bpf: Add re-attach test to fexit_testJiri Olsa2021-04-251-15/+37
| * | selftests/bpf: Add re-attach test to fentry_testJiri Olsa2021-04-251-15/+37
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-2547-497/+2559
| |\ \
| | * | selftests/bpf: Document latest Clang fix expectations for linking testsAndrii Nakryiko2021-04-231-0/+9
| | * | selftests/bpf: Add map linking selftestAndrii Nakryiko2021-04-234-1/+191
| | * | selftests/bpf: Add global variables linking selftestAndrii Nakryiko2021-04-234-1/+154
| | * | selftests/bpf: Add function linking selftestAndrii Nakryiko2021-04-234-1/+190
| | * | selftests/bpf: Omit skeleton generation for multi-linked BPF object filesAndrii Nakryiko2021-04-231-1/+3
| | * | selftests/bpf: Use -O0 instead of -Og in selftests buildsAndrii Nakryiko2021-04-231-4/+4
| | * | libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko2021-04-231-0/+132
| | * | libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko2021-04-231-59/+790
| | * | libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko2021-04-231-0/+7
| | * | libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko2021-04-231-9/+40
| | * | libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko2021-04-233-18/+16
| | * | libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko2021-04-231-106/+127
| | * | libbpf: Refactor BTF map definition parsingAndrii Nakryiko2021-04-232-111/+178
| | * | libbpf: Allow gaps in BPF program sections to support overriden weak functionsAndrii Nakryiko2021-04-231-36/+22
| | * | libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifierAndrii Nakryiko2021-04-234-6/+58
| | * | libbpf: Suppress compiler warning when using SEC() macro with externsAndrii Nakryiko2021-04-231-2/+9
| | * | bpftool: Dump more info about DATASEC membersAndrii Nakryiko2021-04-231-8/+18
| | * | bpftool: Support dumping BTF VAR's "extern" linkageAndrii Nakryiko2021-04-231-1/+3
| | * | selftests/bpf: Add docs target as all dependencyJiri Olsa2021-04-201-1/+2
| | * | bpf/selftests: Add bpf_get_task_stack retval bounds test_progDave Marchevsky2021-04-192-0/+28
| | * | bpf/selftests: Add bpf_get_task_stack retval bounds verifier testDave Marchevsky2021-04-191-0/+43
| | * | selftests/bpf: Add a series of tests for bpf_snprintfFlorent Revest2021-04-193-0/+218
| | * | libbpf: Introduce a BPF_SNPRINTF helper macroFlorent Revest2021-04-191-0/+18
| | * | libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest2021-04-191-11/+29
| | * | bpf: Add a bpf_snprintf helperFlorent Revest2021-04-191-0/+28
| | * | bpftool: Fix a clang compilation warningYonghong Song2021-04-151-1/+1
| | * | selftests/bpf: Silence clang compilation warningsYonghong Song2021-04-153-4/+9
| | * | selftests/bpf: Fix test_cpp compilation failure with clangYonghong Song2021-04-151-1/+1